/* CSS Document */
html, body, form
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	background-color: #298cc7;
}

.header
{
	background-color: White;
	background-image: url(Images/Main/BgHeader.png);
	height: 72px;
	border-bottom: 4px solid #298cc7;
}

.main
{
	background-color: white;
	width: 635px;
	padding-top: 4px;
	padding-right: 8px;
}

.footer, .header-exambook
{
	background-image: url(Images/Main/BgFooter.png);
	height: 24px;
	border-bottom: 1px solid white;
	line-height: 14px;
}

.header-exambook
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	height: 30px;
}

.reminder-msg-green
{
	background-image: url(Images/Main/green_gradient.png);
	padding: 6px;
	padding-left: 25px;
	color: White;
	font-weight: bold;
	border-bottom: 4px solid white;
	text-align: center;
}

.exam-select-header td, .scores-examtype-header
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #16518d;
	background-image: url(Images/Main/lightblue_gradient.png);
	padding: 4px;
	border-right: 1px solid #afdaef;
}
.scores-examtype-header
{
	width: 100%;
}

.exam-select-header-end
{
	border-right: 0px;
}

.exam-select-content td
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: White;
	vertical-align: top;
	line-height: 18px;
	padding: 8px;
	border-right: 1px solid #afdaef;
}

.exam-select-content-end
{
	border-left: 1px solid #afdaef;
}

.learn-more-header
{
	background-color: #d9e6f1;
	background-image: url(Images/Icons/need_help_arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 4px;
	padding-right: 25px;
	padding-left: 25px;
	color: #16518d;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

.other-options-header td, div.other-options-header, .login-header, .steps-header td, .scores-subject
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-image: url(Images/Main/darkblue_gradient.png);
	padding: 4px;
	border-top: 1px solid #afdaef;
	border-right: 1px solid #afdaef;
}

.steps-header td 
{
	text-align: center;
}

.other-options-header td
{
	width: 50%;
}

.login-header
{
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #afdaef;
	border-right: 1px solid #afdaef;
	width: 100%;
	margin-bottom: 4px;
}

.other-options-content td
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	vertical-align: top;
	padding: 4px;
	color: #082256;
	background-color: #d9e6f1;
	width: 25%;
}

.footer, .footer a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

.login
{
	background-color: #ecf3f8;
	margin: 2px;
	padding: 4px;
	border-bottom: 1px dotted darkgray;
}

.login, .login td, .text
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.node-strand, .node-type, .node-subject, .node-selected, .node-strand-disabled, .node-type-disabled, .node-subject-disabled, .node-selected-disabled
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #253692;
}

td.node-strand, td.node-strand-disabled
{
	background-image: url(Images/Icons/Bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 3px;
	padding-left: 8px;
	line-height: 12px;
}

.node-strand-disabled, .node-type-disabled, .node-subject-disabled, .node-selected-disabled
{
	color: #F0F0F0;
}


.node-subject
{
	background-image: url(Images/Main/darkblue_gradient.png);
	background-repeat: repeat-x;
	background-color: #247eba;
	padding: 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

div.expand-wrapper, div.expand-wrapper-disabled 
{
	background-image: url(/App_Themes/Default/Images/Icons/Expand.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding-left: 20px;
}

div.expand-wrapper-disabled 
{
	background-image: none;
}

.subject-text
{
	width: 122px;
}

#ExamTree
{
	position: absolute;
	width: 0px;
	height: 0px;
}

.subject-text
{
	float: left;
	padding-right: 4px;
}
.subject-icon 
{
	float: right;
	padding-right: 4px;
}

.node-type
{
	background-color: #add0e6;
	padding: 4px;
	color: #082255;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #d9e5f1;
}


ul.node-strand
{
	margin: 0;
	padding: 0;
	padding-left: 40px;
	padding-right: 8px;
	overflow: hidden;
}

li.node-strand-selected
{
	background-color: White;
	font-weight: bold;
	border: 1px dotted gray;
	border-right: 0px;
	padding: 10px;
	padding-right: 0px;
	position: relative;
	width: 149px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.node-strand li
{
	list-style-type: square;
	color: #4876a8;
	padding-top: 4px;
	padding-bottom: 4px;
}

.node-strand li a 
{
	text-decoration: none;
	color: #4876a8;
	font-size: 9px;
}

.node-strand li a:hover
{
	text-decoration: underline;
}

.node-selected
{
	background-color: White;
	border-top: 1px dotted darkgray;
	border-bottom: 1px dotted darkgray;
	width: 100%;
	font-weight: bold;
}

h1
{
	margin-top: 14px;
}

.login h1
{
	font-weight: bold;
	color: #253692;
	font-size: 16px;
	line-height: 20px;
}


.h2
{
	font-weight: bold;
	color: #253692;
	font-size: 18px;
	line-height: 20px;
}

.logo
{
	margin-right: 10px;
	border: 0;
}

.logo-testtools
{
	position: absolute;
	bottom: 8px;
	left: 1px;
	right: 1px;
	text-align: center;
	background-color: #FFFFFF;
	border: 3px solid #D9E6F1;
}

.logo-testtools a img
{
	border-top: 0px;
	border-right: 0px;
}

.nav-tab
{
	margin-left: 4px;
}

#nav-side
{
	background-color: #FFFFFF;
	width: 170px;
	padding: 6px;
	padding-top: 3px;
	vertical-align: top;
}

#nav-side-content
{
	height: 100%;
	position: relative;
	background-color: #D9E6F1;
}

.nav-side-old
{
	background-color: #D9E6F1;
	background-image: url(Images/Main/logo_testtools.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 196px;
	border: 8px solid white;
	border-top: 4px solid white;
}

.login-msg
{
	background-image: url(Images/Main/BgHeader.png);
	border-bottom: 1px dotted darkgray;
	background-position: -10px;
	padding: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.content
{
}

h1, .scores-subject-old
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}

p, .grid-header, .grid-row, .grid-row-alt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
}

.grid-header
{
	background-color: #0a3078;
	color: White;
	height: 30px;
}

.grid-footer
{
	background-color: #0a3078;
	color: White;
	height: 5px;
}

.grid-row
{
	background-color: #f1f6fa;
}

.grid-row-alt
{
	background-color: #dae7f1;
}

.top, .bottom
{
	width: 100%;
	position: relative; /*margin:0 auto;*/
}
.top
{
	height: 55%;
}
.bottom
{
	height: 45%;
}

div
{
	text-align: left;
}

.wra
{
	overflow: auto;
}

.wra
{
	top: 40px;
	bottom: 40px;
	_height: 100%;
}

.wrap-q
{
	top: 0px;
	bottom: 48px;
	overflow-y: auto;
	overflow-x: hidden;
	border-top: 1px dotted darkgray;
	_border-bottom: 56px solid white;
}

.he, .fo
{
	height: 40px;
}

.wra, .he, .fo
{
	right: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
}

.wrap-qg
{
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	_border-bottom: 36px solid white;
	top: 30px;
	background-color: #f0f0f0;
}

.wrap-qg div
{
	padding: 10px;
}

.he
{
	top: 0;
}

.fo
{
	bottom: 0;
}

.msg-incorrect, .msg-correct
{
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 100%;
	padding: 6px;
	color: White; /*#f7f4e3;*/
}

.msg-incorrect
{
	background-color: #b30004;
}

.msg-correct
{
	background-color: green;
}


/* Scores Page */

.scores-subject-old
{
	background-image: url(Images/Main/BgHeader.png);
	background-position: -10px;
	padding: 4px;
	font-weight: bold;
	color: Black;
}
.scores-separator
{
	border: 1px dotted dimgray;
	border-right: 1px dotted dimgray;
	background-color: darkgray;
}
.scores-examtype, .scores-examtype-alt
{
	background-color: White;
	padding: 10px;
	border-bottom: 1px dotted dimgray;
}
.scores-examtype-alt
{
	background-color: #F0F0F0;
}

.scores-examtype-header-old
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: Navy;
}

.scores-strand, .scores-standard, .scores-exam
{
	padding-left: 10px;
}

.scores-examstrand-header
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: DimGray;
}

.scores-standard-header
{
	font-family: Arial;
	font-size: 10px;
	color: Gray;
}

.scores-exam
{
	font-family: Verdana;
	font-size: 10px;
}

.exam-hist-btn
{
	padding-left: 4px;
	border-left: 1px solid gray;
}

#ctl00_MainContent_UpdatePanel
{
	position: relative;
	height: 100%;
	width: 100%;
}

div.clear-float
{
	clear: both;
	float: none;
}

input.answer-grid
{
	width: 1em;
	font-family: Lucida Console;
	font-weight: bold;
}

td.answer-grid, td.answer-grid-alt
{
	text-align: center;
}

td.answer-grid-alt
{
	background-color: darkgray;
}

td.answer-grid
{
	background-color: dimgray;
}

table.answer-grid
{
	border: 1px solid dimgray;
}

table.answer-grid tr td input
{
	font-size: 18px;
}
table.answer-grid tr td.answer-grid input, table.answer-grid tr td.answer-grid-alt input
{
	width: 20px;
}

/* new layout */



body
{
	text-align: center;
}
#wrapper
{
	position: relative;
	width: 820px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
html, body, form
{
	width: 100%;
	height: 100%;
}
#header-div
{
	position: absolute;
	top: 0px;
	height: 72px;
	left: 0px;
	right: 0px;
	border-bottom: 4px solid #253692;
	background-image: url(images/main/bgheader.png);
}
#body-div
{
	position: absolute;
	top: 76px;
	bottom: 18px;
	left: 0;
	right: 0;
}
#body-menu-div
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 200px;
	height: 100%;
	background-color: #D9E6F1;
}
#body-content-div
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 6px;
	left: 206px;
	overflow: auto;
	height: 100%;
}

#footer-div
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;	
	background-image: url(Images/Main/BgFooter.png);
	height: 24px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	font: 11px/18px Arial;
}
#ctl00_ExamNav_ExamTree
{
	display: none;
	position: absolute;
}
