﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #eee;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

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
{
	border: none;
}

/* 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 15px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
	border: dotted 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
}

#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: #999;
	color: #fff;
}

ul#menu li a:hover
{
	background-color: #333;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

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 4px 8px 4px;
}

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;
}

table td
{
	padding: 5px;
	border: solid 1px #d8dde3;
}

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	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 th
{
	color: #fff;
	background-color: #fff;
}

#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;
}

/* end of vocab list table stuff */

table .addVocab
{
	float: right;
	margin-left: 20px;
}

/* TAGS  
----------------------------------------------------------*/

.tagCloud
{
	z-index: 1000;
	background: #fff;
}

.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
{
	display: block;
	line-height: 15px;
	width: 250px;
}

.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-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#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: #999;
	text-decoration: none;
}

#coreSwitch:hover
{
	background: #333;
}


#itemDetails
{
	position: absolute;
	font-style: italic;
	text-align: right;
	display: block;
	width: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
	height: 55px;
	bottom: -70px;
	left: 0;
}

#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;
	
}

#filterOptions input.keywordSearch, #filterOptions select, #extraFilterOptions input.keywordSearch, #extraFilterOptions select
{
	min-height: 18px;
	height: 18px;
	width: 180px;
}

#extraFilterOptions input.keywordSearch, #extraFilterOptions select
{
	width: 430px;
}

#extraFilterOptions ul li 
{
	list-style-type: none;
}

#extraFilterOptions ul li label 
{
	display: inline-block;
	width: 100px;
}

#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;
}


/* LINKED OUTCOMES 
----------------------------------------------------------*/

ul.linkedOutcomes 
{
	display: inline-block;
}

ul.linkedOutcomes li 
{
	margin-bottom: 3px;
	list-style-type: disc;
}

.input-prompt {
  position: absolute;
  font-style: italic;
  color: #aaa;
  margin: 0.2em 0 0 0.5em;
  font-size:smaller;
  width:300px;
}

.tableSortingHeader {
	text-decoration: none;
	display:block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}


.skillListMeta
{
	z-index: 1000;
	background: #fff;
}

#skillList {
	background: #f00;
}





#skillList table {
	width: 100%;
	border: none;
}

#skillList table tr {
	padding: 10px;
	width: 100%;
	border: none;
}

#skillList table tr td {
	border: none;
}

#skillList table.levelTable {
	margin-top: 0;
}

#skillList table.levelTable tr {
	display: none;
}

#skillList table tr.skillGroup {
	background-color: #fff;
	vertical-align: middle;
}

#skillList table tr.skillGroup:hover {
	cursor: pointer;
}

#skillList table tr.skillGroup span {
	float: right;
	color: #696969;
}

#skillList table tr.skillGroup, #skillList table.selectedLevel tr {
	display: table-row;
	border: none;
}

.skillGroup_th 
{
	border: none;
}

#skillList .selectedLevel .skillGroup th {
	border: none;

}

#skillList table th {
	color: #000;
}
