﻿html, body {
	text-align:center;
	width:100%;
	font-size:11pt;
}

a
{
color: #689429;
font-weight:bold;
text-decoration:none;    
}
	
a:hover
{
 text-decoration:underline;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	border: 0px; /* This removes the border around the viewport in old versions of IE */
	background-color: #fff; /*background-image: url(../Images/SA-BG.jpg);*/
	background-repeat: repeat-x;
}

textarea, input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="image"]) {
	height:16px;
}


h1{font-size:14pt;}
h2{font-size:13pt;}
h3{font-size:12pt;}


#Wrapper
{
	text-align: left;
	overflow:hidden;
	min-width: 600px;
	margin:auto;
	margin-top:10px;
}

.InnerWrapper
{
	margin: 0px auto;
	padding:0px 10px 12px 10px;
}

.WrapperStudent
{
   width: 985px;

}

.WrapperAdmin
{
	width: 1180px;
}

#ContentBody
{
	 padding:0px;
	 margin: 0px auto;
}

#ContentWrapper
{
	width:100%;
	padding:0px;
}


	
	.ExamSection
	{
		 float:left;
		 text-align:center;
		 width:42px;
		 height:42px;
	}
	
	.ExamSection .Title
	{
		 font-size:20px;
		 position:relative;
		 top:10px;
		 left:-1px;
	}
	
	.ExamSection .ExamSectionSelected
	{
		height:100%;
		background-image: url(../../../Resources/Images/section_Selected-trans.png);
		background-repeat:no-repeat;    
		color:White;
	}
	
	.ExamSection .ExamSectionSelected_Locked
	{
		height:100%;
		background-image: url(../../../Resources/Images/section_Selected_locked-trans.png);
		background-repeat:no-repeat;    
		color:White;
	}
	
	.ExamSection .ExamSectionUnselected
	{
		height:100%;
		background-image: url(../../../Resources/Images/section_Unselected-trans.png);
		background-repeat:no-repeat;
		color:Gray;
	}
	
	.ExamSection .ExamSectionUnselected_Locked
	{
		height:100%;
		background-image: url(../../../Resources/Images/section_Unselected_locked-trans.png);
		background-repeat:no-repeat;
		color:Gray;
	}
	
	.ExamSection .ExamSectionHover
	{
		height:100%;
		background-image: url(../../../Resources/Images/section_Hover-trans.png);
		background-repeat:no-repeat;
		color:Gray;
	}

	.ExamSection .ExamSectionHover_Locked
	{
		height:100%;
		background-image: url(../../../Resources/Images/section_Hover_locked-trans.png);
		background-repeat:no-repeat;
		color:Gray;
	}
	
		
	.examSectionSpacer
	{
	height:4px; 
	width:8px;
	margin-top:20px;
	margin-left:-1px;
	margin-right:-1px;
	background-color: #879ae1;
	float:left;
	}
	
	.statusMessage
{
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
	
	.clear
	{
		clear: both;
	}
	
	.leftColumn
	{
		width: 150px;
		min-width: 150px;
		background-color: #eee;
		padding-top: 50px;
		border-right: solid 1px black;
		min-height: 400px;
		margin:0px 20px 0px 0px;
	}
	
	.mainColumn
	{
		padding: 10px;

		padding-bottom:20px;
	}
	
	a:hover {
		text-decoration:none;
	}
	h1, h2, h3 {
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		/*margin:10px 0 5px;*/
	}

	#Div_Header
	{
		/*background-image: url('../Images/Backgrounds/HeaderBG_Green1.gif');
		background-color: #efefef;
		background-repeat: repeat-x;
		*/
		
		text-align:left;
		height: 80px;
		z-index:100;
		position:relative;
		
	}
	

	
	.TopNav
	{

		border-bottom: solid 5px #628631;
		position: absolute;
		width:100%;
		right: 0px;
		bottom: 0px;
	}
	
	.TopNav .inner
	{
		padding-left: 150px;
		float:right;
	}
	
	.TopNav .inner a
	{
		font-weight: bold;
		font-size: 12px;
		color: #fff;
	}
	
	.TopNav .inner a:hover
	{
		text-decoration:underline;
	}
	
	.headerButton
	{
		width:110px;    
		height:18px;
		padding:6px 10px 0px 10px;
		text-align:center;	    
		float:right;
		margin-left:5px;
		top: 1px;
	}

	.header_PageTitle
	{
		float:left;
		font-size:130%;
		color: #689429;
		font-weight:bold;
		top:-5px;
	}

	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		border-bottom:1px solid #000;
		background-color:#fff
	}

	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#689429;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
		min-height:500px;
	}
	
	.col1,
	.col2,
	.col3 {
		position:relative;
		padding: 10px 0 10px 0;	/* no left and right padding on columns, we just make them narrower instead 
							   only padding top and bottom is included here, make it whatever value you need */
		overflow:visible;
		min-height:350px;
		border:solid 0px black;
	}
	
	.col2{padding-top: 50px;}
	
	/* Footer styles */
	#footer
	{
		padding:5px;
		margin:auto 0px;
		clear: both;
		text-align: center;
	}
	
	#footer .inner
	{
		
	}
	
	#footer p
	{
		padding:10px;
		margin:0px;
		font-size: 10px;
	}
	
	#Div_HeaderLogo
	{
		position: absolute;
		top: 12px;
		left: 14px;
		height:145px;
		width:120px;
		padding:2px 1px 0px 0px;
		text-align:center;
	}
	

.loadingbox
{
	position:absolute;
	top:40%;
	left:40%;
	border:1px solid lightsteelblue; 
	height:60px; 
	width:250px;
	text-align:center;
	padding-top:20px;
	background-color: #577824;
	z-index: 1000;
	color: White;
}

.modalBackground
{
	background-color: black;
	filter: alpha(opacity=50); 
	opacity: 0.50; 
	position: fixed;
	width:100%;
	height:100%;
}

.modalDialog
{
	background-color: #eee;
	padding: 10px;
	border: solid 5px #7ca33f;
}

.sectionLock
{
	background-color: #EFEFEF;	
	opacity: 0.50; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); 

	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index: 1000;

}

.commands
{
	margin: 10px 2px;
}
.commands a
{
	margin: 3px;
}

.questionTable > tbody > tr > td
{
	border-top: solid 2px #eee;
	border-bottom: solid 1px #666;
	white-space: nowrap;
}

.buttonStd
{
	color: White;
	font-size: 110%;
	background-color: #577824;
	border: solid 1px #000;
	cursor: pointer;
}

.examSectionLabel
{
	color: Black;
	font-size: 22px;
	text-decoration: none;
}

.examSectionLabelSelected
{
	color: White;
	font-size: 22px;
	text-decoration: none;
}

.examNextPreviousLabel
{
	font-size: 22px;
	text-decoration: none;
	color: Black;	
}

.examNextPrevious
{
	height: 45px;
	width: 110px;
	text-align: center;
	vertical-align:middle;
	display: table-cell;
	/*
	border-width: 1px;
	border-color: Black;
	border-style: solid;
*/
}

.examSectionStartFinishDIV
{
	color: Black;
	height: 45px;
	width: 55px;
	text-align: center;
	vertical-align:middle;
	display: table-cell;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
}


.examQuestionTD
{
	border: solid 0px black;
}

.examQuestionLeftTD
{
	border-top: solid 0px black;
	border-bottom: solid 0px black;
	border-left: solid 1px #ededed;
	border-right: solid 1px #ededed;
}

.examQuestionInnerTD
{
	border-top: solid 0px black;
	border-bottom: solid 0px black;
	border-left: solid 1px #ededed;
	border-right: solid 1px #ededed;
}

.examQuestionRightTD
{
	border-top: solid 0px black;
	border-bottom: solid 0px black;
	border-right: solid 1px #ededed;
	border-left: solid 1px #ededed;
}

.examQuestionTD2
{
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

.examQuestionTD1
{
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	width:15px;
	font-weight:bold;
	font-size:10pt;
}

.examQuestionTR
{
	vertical-align: middle;
}

.gridInAnswer
{
	width: 40px;
}

.conversionTableTextBox
{
	width: 35px;
}

.append td
{
	background-color: Blue;
	border: solid 1px Blue;
}
.insert td
{
	background-color: Red;
	border: solid 1px Red;
}


.ScoreReportSummary
{
font-size:13pt;
 text-align:justify;	
}


.ReportScores
{
	width: 360px;
	line-height:23px;
	font-size:18px;
	text-align:right;
	margin-bottom:10px;
	border:solid 1px #7ba23e;
}


.ReportScores .ScoreHeaderTitle
{
padding-left:10px;
background-color:#a6a6a6;
text-align:left;
color:#000;
height:35px;
font-weight:bold;
font-size: 15pt;
}

.ReportScores .ScoreHeaderScore
{
padding:0px;
background-color:#fff;
text-align:center;
color:#000;
width:90px;
border-bottom:solid 1px #7ba23e;
font-weight:bold;
font-size: 15pt
}

.ReportScores .childScore .ScoreTitle
{
padding-left:20px;
white-space:nowrap;
background-color:#bed895;
text-align:left;
color:#000;
border-right:solid 1px #7ba23e;
font-size:10pt;
font-weight:bold;
}

.ReportScores .childScore .Score
{
font-size:10pt;
font-weight:bold;
background-color:#efefef;
text-align:center;
color:#000;
width:90px;
border-bottom:solid 0px #7ba23e
}


.ReportScores .ScoreTitle
{
padding-left:10px;
background-color:#6e9335;
text-align:left;
color:#fff;
font-size:11pt;
font-weight:bold;
}

.ReportScores .Score
{
padding:0px;
background-color:#fff;
text-align:center;
color:#000;
width:90px;
border-bottom:solid 1px #7ba23e;
font-size:12pt;
font-weight:bold;
}



.ReportLogoAddress
{
	text-align:left;
	font-size:10pt;
	font-weight:normal;
}

.ReportLogo
{
	margin-right: 10px;
	float:left;
	width:200px;
}



.ReportUserInfo
{
	width: 100%;
	line-height:21px;
	font-size:18px;
	border:solid 1px #7ba23e;
}

.ReportUserInfoHeaderTitle
{
padding-left:0px;
text-align:left;
color:#000;
height:22px;
font-weight:bold;
font-size: 15pt;
float:left;
clear:left;
}

.ReportUserInfo .Title
{
padding-left:5px;
white-space:nowrap;
background-color:#6e9335;
text-align:left;
color:#fff;
font-size:11pt;
font-weight:bold;
width:125px;
}

.ReportUserInfo .Data
{
padding-left:10px;
background-color:#fff;
text-align:left;
color:#000;
width:auto;
white-space:nowrap;
border-bottom:solid 1px #7ba23e;
font-size:12pt;
font-weight:bold;
}


.ReportUserInfo .ScoreTitle
{
padding-left:5px;
white-space:nowrap;
background-color:#6e9335;
text-align:left;
color:#fff;
font-size:11pt;
font-weight:bold;
width:275px;
}

.ReportUserInfo .Score
{
padding:0px;
background-color:#fff;
text-align:center;
color:#000;
border-bottom:solid 1px #7ba23e;
font-size:12pt;
font-weight:bold;
}


.ReportUserInfo .childScore .ScoreTitle
{
padding-left:5px;
white-space:nowrap;
background-color:#bed895;
text-align:left;
color:#000;
border-right:solid 1px #7ba23e;
font-size:9pt;
font-weight:bold;
width:275px;
}

.ReportUserInfo .childScore .Score
{
	padding-left:10px;
font-size:10pt;
font-weight:bold;
background-color:#efefef;
text-align:center;
color:#000;
border-bottom:solid 0px #7ba23e
}



.SectionClassHeader
{
	height:auto; 
	width:auto; 
	color:#000;
	margin-top:0px;
	font-size:16pt; 
	font-weight:bold; 
}

.ReportSectionDetailTitle
{
	font-size: 13pt;
	font-weight:bold;
	margin-top:7px;
	margin-bottom:4px;
}

.ReportSection
{
	
	margin-bottom:4px;
}

.ReportMasterDiv
{
	width:940px;
	margin:auto;	
}
	
.dlgContent
{
	text-align:left;
	font-size:90%;	
}

.AnalysisTitle
{ 
	padding:2px; 
	border:solid 1px black; 
	border-bottom-width:0px; 
	font-weight:bold;
}

.SectionLockMessage
{
 margin-bottom:10px;	
}

.PageBreakB
{
	page-break-before:always;
}
.PageBreakA
{
	page-break-after:always;
}


.heading 
{
	margin: 1px 0px 1px 0px;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#7ba23e;
	color:#fff;	
}

.heading .expanded
{
	background-image:url(images/ui-icons_eeeeee_256x240.png);
	background-repeat: no-repeat;
	background-position: -64px -16px;
}

.heading .collapsed
{
	background-image:url(images/ui-icons_eeeeee_256x240.png);
	background-repeat: no-repeat;
	background-position: -32px -16px;
}

.expander .content 
{
	margin-bottom:5px;
	padding: 5px 10px;
	background-color:#fafafa;
	border: 1px solid #d5dfe5;
	position:relative;
}

a.company
{
	display: block;
	white-space: nowrap;
}
a.program
{
	display: block;
	white-space: nowrap;
	margin-left: 10px;
}
a.section
{
	display:block;
	white-space:nowrap;
	margin-left: 20px;
}

.tab_Instructions
{
	float: left;  
	font-size: 11px; 
	font-weight: bold; 
	clear:both;
}
	
.iconButton { margin: 0; padding: 0; margin-right:3px; display:inline;}
.iconButton a { margin: 0px; position: relative; padding: 0px 0; cursor: pointer; float: left; list-style: none; }
.iconButton span.ui-icon { float: left; margin: 0 0px; }

div.informationGroup
{
color: #3C5712;
font-weight:bold;
padding-left: 29px;
padding-top: 3px;
margin-bottom: 10px;
background-image: url(../../../Images/info-trans.png);
background-repeat:no-repeat;
font-size: 11pt;
height: 30px;
}

.scoreNewExamButton
{
float:right;
position:relative;
z-index:999;
clear:both;
top:2px;
}


div.activeUserCount
{
	float:right;
	font-size:9pt;
	margin-top:15px;
	margin-right:10px; 
}



