/*------------------------------------------
			Global Styles
-------------------------------------------*/

html, body 
{
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	margin:0;
	padding:0;
}

div.pageWidth
{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

a:link, a:visited
{
	color: #4F3DB4;
	text-decoration:underline;
}

a:hover
{
	color: #FF9A20;
}


/*------------------------------------------
			Header Styles
-------------------------------------------*/
div.header
{
	background-image: url(../img/navBg.jpg);
	background-repeat: repeat-x;
	background-position: left 30px;
	height: 43px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

div.logo
{
	width: 273px;
	height:43px;
	float:left;
}
	
ul#navigation
{
	margin: 0px;
	padding: 0px;
	height:43px;
	display:inline;
	float:right;
	width:900px;
	position:absolute;
	top:0px;
	right:0px;
}
		
#navigation li
{
	height:43px;
	font-size: 12px;
	display: inline;
	float:right;
}
	
.btnSignin
{
	background-image: url(../img/Profile.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-left: 30px;
	text-align: right;
	display: block;
	width: 75px;
	cursor:pointer;
}

#navigation li a:link, #navigation a:visited, #navigation li span
{
	color: #FFFFFF;
	text-decoration:none;
	margin: 0px;
	height: 33px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	display: block;
}

#navigation li a:hover, #navigation li span:hover
{
	background-image: url(../img/navCurrentBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	cursor:pointer;
}

.separator
{
	display: block;
	background-image: url(../img/navSeparator.jpg);
	padding: 0px;
	height: 43px;
	width: 2px;
	float: right;
}

.current
{
	background-image: url(../img/navCurrentBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	cursor:default;
}


/*------------------------------------------
			Content Styles		
-------------------------------------------*/
div.carousel
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;	/*background-color: #A8B2CB;*/
	height:250px;
}
	
div.contentLvl2
{
	background-color: #eef2fa;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.contentLvl3
{
	padding-top: 15px;
}

div.sidebar
{
	float: left;
	width: 270px;
}

div.rightContent
{
	width: 575px;
	margin-left: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 25px;
}
	

/*------------------------------------------
			Footer Styles
-------------------------------------------*/
.footer
{
	height: 50px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-top:10px;
	padding-top: 10px;
	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: #EEF2FA;
}




/*------------------------------------------
			Misc Styles
-------------------------------------------*/
.clear
{
	clear:both;
	margin:0;
	padding:0;
}

.borderright
{
	border-right:solid 1px #000;
	margin-right:10px;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	font-weight:normal;
	background-color:#fefefe;
	border:solid 3px #DD740B;
	padding:3px;
	width:600px;
}

.testitem,.testitemlit
{
	border:solid 2px #000;
	border-color:#000;
	cursor:pointer;
	margin:.25em .25em .25em .25em;
	padding:.25em .25em .25em .25em;
}

.testitemlit
{
	border-color:#D07009;
	background-color:#F8F8F8;
}

.testitem:hover,.testitemlit:hover
{
	border-color:#DD740B;
	background-color:#FFF;	
}

.surveyquestion
{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#4A4A4A;
}

#surveytimer
{
	font-size:2em;
	color:#DD740B;
	border:solid 2px #DD740B;
	background-color:#FFF;
	padding:0px 10px 0px 10px;
}

.note
{
	font-size:.75em;
	font-style:italic;
}

table.alignedtable td,table.alignedtablet td
{
	text-align:left;
	vertical-align:middle;
	padding-bottom:.25em;
	padding-right:0.25em;
	padding-bottom:0.375em;
}

table.alignedtable td.right, table.alignedtablet td.right
{
	text-align:right;
	vertical-align:middle;
	font-weight:bold;
	padding-bottom:0.375em;
}

table.alignedtablet td.right
{
	vertical-align:top;
}

.expandcollapseheader
{
	width:720px;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/navBg.jpg);
	background-repeat:repeat-x;
	cursor:pointer;
}

.expandcollapsebody
{
	width:720px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #DD740B;
	background-color:#FFF;
}




.testerfilterheader
{
	background-color:#DDDDDD;
	text-align:left;
	border:solid 1px #DD740B;
	width:600px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:30px;
	margin-left:auto;
	margin-right:auto;
}

.testerfilterheader img
{
	cursor:pointer;
}

.testerfilterheadercontent
{
	padding-left:0.5em;
	vertical-align:middle;
}

.testerfilterbody
{
	padding-top:1em;
	padding-bottom:1em;
	border-left:solid 1px #DD740B;
	border-right:solid 1px #DD740B;
	border-bottom:solid 1px #DD740B;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.alert
{
	color:#FF0000;
	font-weight:bolder;
}

td.gradebalance
{
	text-align:center;
	vertical-align:middle;
}

div.gradebalance
{
	width:121px;
	height:40px;
	border:solid 2px #00CC00;
	color:#00CC00;
	background-color:#FFF;
	text-align:center;
	font-size:2em;
}

ul.fu
{
	margin-top:.5em;
	margin-bottom:.5em;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.fu li
{
	margin-top:.5em;
	margin-bottom:.25em;
	list-style-type:disc;
	list-style-position: inside;
}


td.susquestion
{
	border-bottom:solid 1px #7883dc;
	border-right:solid 1px #7883dc;
	padding:.5em 0.25em .5em 0.25em;
}
	
td.susoption,td.susoptionheader
{
	width:70px;
	border-right:solid 1px #7883dc;
	border-bottom:solid 1px #7883dc;
	padding:0.25em 0.25em 0.25em 0.25em;
}

td.susoption
{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	cursor:pointer;
}

table.sustable tr.alt td
{
	height:3em;
	background-color:#FFF;
}

table.sustable tr td
{
	height:3em;
	background-color:#F5F5FA;
}

table.sustable
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

table.sustable tr td.susoption:hover
{
	background-color:#E0E0E8;
}

.testtab,.testtabactive
{
	margin-top:2em;
	padding:0.25em 0.25em 0.25em 0.25em;
	cursor: pointer;
	background-color:#EEE;
	color:#444;
}

.testtabactive
{
	cursor:default;
	background-color:#EEF2FA;
	font-weight:bold;
	color:#000;
}

.testtabcontent
{
	margin-left:auto;
	margin-right:auto;
	background-color:#EEF2FA;
	padding:1em 1em 1em 1em;
	min-height:400px;
}


/*------------------------------------------
			Slider
-------------------------------------------*/
.sliderbox
{
	height:46px;
	width:410px;
	padding:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

.sliderbar
{
	position:relative;
	width:378px;
	height:33px;
	background-image:url(../img/sliderbar.gif);
	background-repeat:no-repeat;
}

.sliderthumb
{
	position:absolute;
	left:5px;
	top:-5px;
	cursor:pointer;
}

.sliderbox table
{
	width:378px;
	font-size:10pt;
	font-weight:bold;
}

.sliderbox table td.min
{
	text-align:center;
	width:25px;
}

.sliderbox table td.spacer
{
	width:328px;
}

.sliderbox table td.max
{
	text-align:center;
	width:25px;
}

div.ajax__slider_h_handle img
{
	cursor:pointer;
}

div.analyst_step
{
	border:solid 1px #FFF;
	padding:2px 2px 2px 2px;
}

div.analyst_step:hover
{
	background-color: #eef2fa;
	border:solid 1px #000;
}

.huge
{
	font-size:3em;
}