* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	background-image:url(images/grid2.gif);
	background-repeat: repeat;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

#headimg {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	height: 198px;
	display: block;
}

a:link {
	color: #1e5e72;
	text-decoration: none;
}

a:visited {
	color: #1e5e72;
}

a:hover {
	color: #339cbd;
	text-decoration: none;
}

a:active {
	color: #339cbd;
}


p, ul {
	margin: 10px 0;
	line-height: 2.6em;
}

img, #icon {
	border: none;
	vertical-align: middle;
}

#icon {
	margin-right: 6px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.page {
	width: 90%;
	min-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #333;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#main {
	position: relative;
	padding: 30px 30px 22px 30px;
	background: transparent url(images/transtile.png) repeat;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
	border: 1px solid #ccc;
}

#footer {
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu {
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	list-style: none;
}

ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
	color: #fff;
}

ul#menu li a {
	padding: 8px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
	background-color: #2f91af;
	color: #fff;
}

ul#menu li a:hover {
	background-color: #47ccf4;
	text-decoration: none;
}

ul#menu li a:active {
	background-color: #47ccf4;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #fff;
	color: #000;
}


/* TOOLBAR
----------------------------------------------------------*/
#leftmenu{
	float:left;
}

#rightmenu{
	float:right;
}

.toolbox {
	float:left;
	padding:2px 2px;
	margin:5px 10px 0 0;
	color: #696969;
    font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 1.2em;
	font-weight:bold;
}

.tool-label {
	float:left;
	font-weight:bold;
	padding:5px 0 0 10px;
	margin:0 12px;
}

.tool-button {
	float:left;
	border:1px solid #a0a0a0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	padding:4px 8px;
	margin:0 4px;
	background-color:#fbfbfb;
}

.tool-button:hover {
	background-color:#f2f2f2;
}

.word-button {
	float:left;
	border:1px solid #a0a0a0;
	padding:2px 4px;
	margin:0 3px;
	background-color:#fbfbfb;
	font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 1em;
	font-weight:bold;
	width:90px;	
}

.word-button:hover {
	background-color:#f2f2f2;
}

.cloud-button {
	float:left;
	border:1px solid #a0a0a0;
	padding:2px 4px;
	margin:5px 2px 0 0;
	background-color:#fbfbfb;
	font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 0.9em;
	width:126px;	
}

.cloud-button:hover {
	background-color:#f2f2f2;
}

.vocabsearch {
	float:left;
	padding:0 4px;
	margin:0 14px 0 0;
}

.searchfield {
	float:left;
	background-image: url(images/search.png);
	background-repeat:no-repeat;
	width:192px;
	height:28px;
}

.searchfield input[type="text"] {
	margin:7px 0 0 37px;
	min-height:22px;
	min-width:151px;
	border:none;
	background-color:transparent;
}

.searchfield input[type="submit"] {
	min-height:22px;
	min-width:56px;
	direction:inline block;
}

img.icon {
	vertical-align:middle;
	margin-right:10px;
	border:none;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
	float: left;
}

fieldset p {
	margin: 2px 12px 10px 10px;
}

fieldset label {
	display: block;
}

fieldset label.inline {
	display: inline;
}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 8px 8px 8px;
}

input[type="text"], input[type="password"], input[type="file"], .inputDiv {
	width: 350px;
	min-height: 30px;
	height: auto;
	border: 1px solid #ccc;
	display: inline-block;
	color: #000;
}

#levelId:hover, #vocabularyId:hover {
	cursor: pointer;
}

form fieldset ol {
	list-style: none;
}

form fieldset ol li {
	line-height: 1.5em;
	margin-bottom: 20px;
}

form fieldset ol li label {
	display: inline-block;
	width: 100px;
	line-height: 15px;
	font-weight: bold;
}

form fieldset ol li textarea {
	width: 350px;
	height: 50px;
}

form fieldset ol li select {
	width: 350px;
	height: 30px;
}

/* TABLE
----------------------------------------------------------*/

table {
	border: solid 1px #e8eef4;
	border-collapse: collapse;
	background-color: #fff;
}

table td {
	padding: 5px;
	border: solid 1px #d8dde3;
}

table th {
	padding: 6px 5px;
	text-align: left;
	background-color: #fcbc68;
	background-image: url(images/formheader.gif);
	background-repeat: repeat-x;
	border: solid 1px #d8dde3;
}


table td img {
	border: none;
}

table tr#metaHead td {
	font-size: 150%;
}

/* vocab list table stuff */

a.wordLevelSelector {
	text-decoration: none;
	font-size: 12px;
	color: #696969;
	font-weight: bold;
	margin-right: 7px;
}

a.wordLevelSelector:hover {
	text-decoration: underline;
}

#vocabList {
	background: #f00;
}

#vocabList th {
	color: #fff;
	background-color: transparent;
}

#vocabList .selectedLevel .metaLevelGroup th {
	background-color: #E8EEF4;
	color: #696969;
}

#vocabList table {
	width: 100%;
	border-top: none;
}

#vocabList table tr {
	padding: 10px;
	width: 100%;
}

#vocabList table tr td {
	border-top: none;
}

#vocabList table.levelTable {
	margin-top: 0;
}

#vocabList table.levelTable tr {
	display: none;
}

#vocabList table tr.metaLevelGroup {
	background-color: #fff;
	vertical-align: middle;
}

#vocabList table tr.metaLevelGroup:hover {
	cursor: pointer;
}

#vocabList table.selectedLevel tr:hover {
	cursor: default;
}

#vocabList table tr.metaLevelGroup span {
	float: right;
	color: #696969;
}

#vocabList table tr.metaLevelGroup, #vocabList table tr#metaHead, #vocabList table tr#metaDesc, #vocabList table.selectedLevel tr {
	display: table-row;
}

#vocabList table tr#metaHead td {
	border-top: 1px solid #d8dde3;
}

#vocabList table td#metaLevel {
	padding: 0;
	margin: 0;
	height: 8px;
}

.metaLevelGroup_th {
	background-image: url(images/formheader_blue.gif);
	background-repeat: repeat-x;
}

/* end of vocab list table stuff */

table .addVocab {
	float: right;
	margin-left: 20px;
}

/* TAGS  
----------------------------------------------------------*/

.tagCloud {
	z-index: 1000;
	background: transparent;
}

.tagCloud ol, .tagCloud ol li {
	display: inline;
}

.tagCloud ol li {
	margin-right: 10px;
	line-height: 30px;
	font-size: 80%;
}

.tagCloud ol li span {
	cursor: pointer;
}

.tagCloud ol li span:hover {
	text-decoration: underline;
}

.tagCloud ol li span.tag1 {
	font-size: 100%;
}

.tagCloud ol li span.tag2 {
	font-size: 110%;
}

.tagCloud ol li span.tag3 {
	font-size: 120%;
}

.tagCloud ol li span.tag4 {
	font-size: 140%;
}

.tagCloud ol li span.tag5 {
	font-size: 180%;
}

.tagCloud ol li span.tag6 {
	font-size: 220%;
}

.tagCloud ol li span.tag7 {
	font-size: 280%;
}

.tagCloud ol li.hiddenTag {
	display: none;
}

.tagCloud ol.orderedList {
	display: none;
	width: 300px;
	max-height: 400px;
	overflow-y: scroll;
}

.tagCloud ol.orderedList li input {
	float: right;
	margin-top: -3px;
}

.tagCloud ol.orderedList li.tagChar {
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	font-weight: bold;
	font-size: 200%;
}

#skillList ol.orderedList li.tagChar {
	font-size: 100%;
	line-height: 150%;
	padding: 4px 0;
}

.moreLink {
	display: block;
	text-align: right;
	height: 16px;
	margin-top: 5px;
	padding-right: 15px;
	cursor: pointer;
	background: transparent url("images/bullet_arrow.png") right 0px no-repeat;
}

.moreLink.less {
	background-position: right -16px;
}

.tagList {
	display: inline-block;
	width: 346px;
	font-size: 80%;
}

.tagList a:hover, #tagAction a:hover {
	cursor: pointer;
}

#tagAction {
	background: #eee;
	border: 1px solid #ccc;
	padding: 5px;
	width: 300px;
}

#tagAction a {
	text-decoration: underline;
	color: #00f;
}

#tagAction a:hover {
	text-decoration: none;
}

a.ssc1, span.ssc1 {
	color: #c33;
}

a.ssc2, span.ssc2 {
	color: #3c3;
}

a.ssc3, span.ssc3 {
	color: #33c;
}

/* MISC  
----------------------------------------------------------*/

.clear {
	clear: both;
}

.error {
	color: Red;
}

#menucontainer {
	margin:40px 0 5px 0;
	padding:4px 4px;
	border: 1px solid #CCCCCC;
	background: transparent url(images/transtile.png) repeat;
}

div#title {
	display: block;
	float: left;
	text-align: left;
	font-weight: bold;	
	color: #333;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#logindisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: #333;
}

#logindisplay a:link {
	text-decoration: underline;
}

#logindisplay a:visited {
	text-decoration: underline;
}

#logindisplay a:hover {
	text-decoration: none;
}

.field-validation-error {
	color: #ff0000;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	color: #f00;
}

span.validation-summary-errors {
	height: 16px;
	background: transparent url(images/error.png) no-repeat left center;
	padding-left: 18px;
}

ul.validation-summary-errors {
	padding-left: 40px;
}

#main img#ajax_loader {
	position: fixed;
	width: 24px;
	height: 24px;
	display: none;
}

#coreSwitch {
	position: absolute;
	margin-left: 20px;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	background: #2f91af;
	text-decoration: none;
}

#coreSwitch:hover {
	background: #47ccf4;
}

#synLists, #copyDescriptor, #catLists, #metaSkillLists {
	margin-left: 110px;
	font-size: 10px;
	width:400px;
}

#synLists span, #copyDescriptor i, #catLists span, #metaSkillLists span {
	color: #900;
}

#synLists span:hover, #copyDescriptor i:hover, #catLists span:hover {
	cursor: pointer;
	text-decoration: underline;
}

#skillsList 
{
	margin-left: 110px;
	font-size: 10px;
}

#skillsList span 
{
	
	font-size: 10px;
	color: #900;
}

#itemDetails ol {
	list-style: none;
}

#itemDetails ol li {
	line-height: 20px;
}

/* OUTCOME FILTERING  
----------------------------------------------------------*/

#filterOptions, #filterOptions ul {
	margin-bottom: 0px;
}

#filterOptions ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	line-height:1.8em;
}

#filterOptions input.keywordSearch 
{
	min-height: 18px;
	height: 18px;
	width: 270px;
}

#filterOptions select, #extraFilterOptions input.keywordSearch, #extraFilterOptions select {
	min-height: 18px;
	height: 18px;
	width: 180px;
}

#extraFilterOptions input.keywordSearch, #extraFilterOptions select {
	width: 300px;
}

#extraFilterOptions ul li {
	list-style-type: none;
	line-height:1.8em;
	
}

#extraFilterOptions ul li label {
	display: inline-block;
	width: 94px;
}

#extraOptionsToggle .moreOptionsLink {
	display: inline;
	text-align: right;
	height: 16px;
	margin-top: 5px;
	padding-right: 15px;
	cursor: pointer;
	background: transparent url("images/bullet_arrow.png") right 0px no-repeat;
}

#extraOptionsToggle .moreOptionsLink.less {
	background-position: right -16px;
}

#extraFilterOptions 
{
	width:400px;
	border: 1px solid #a0a0a0;
	padding: 5px 5px 5px 5px;
	background-color:#fbfbfb;
	margin-bottom: 3px;
}

.filterOptionsStyle
{
	width:400px;
	border: 1px solid #a0a0a0;
	padding: 5px 5px 5px 5px;
	background-color:#fbfbfb;
	margin: 3px 0 0 0;
}


/* LINKED OUTCOMES 
----------------------------------------------------------*/

ul.linkedOutcomes {
	display: inline-block;
}

ul.linkedOutcomes li {
	margin-bottom: 3px;
	list-style-type: disc;
}

/* Normal button style
----------------------------------------------------------*/

.submit-button {
	border:1px solid #a0a0a0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
	padding:2px 8px;
	margin:0px 2px 0px 0px;
	background-color:#fbfbfb;
	font-weight:bold;
}

.submit-button:hover {
	background-color:#f2f2f2;
	cursor: pointer;
}
