@charset "utf-8";
/* CSS Document */
body, td, a {

	}

.errors, .error {
	color: #ff0000; 
	font-weight: bold;
	}

a {

	}
	
/*#modal { this stinkin' thing won't work in IE... pretty sweet too. ~JM
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/modal_bg.png);
	width: 100%;
	height: 750px;
}*/

#notice {
	position: absolute; 
	top: 130px; 
	left: 50%;
	z-index: 99; 
	float: none;
	margin-left: -215px;
	background: #fff url(../../images/notice_bg.jpg);
	padding: 0px 30px;
	border: solid 3px #f00000;
}
	
#notice a {
	color: #cc0000;
}

input {
	color: #000000; 
	font-size: 8pt; 
	font-family: Arial; 
	font-weight: bold;
	}

p { 
	vertical-align : bottom;  
	margin-left: 5px;
	}

#chapreview { 
	position: absolute; 
	top: 140px; 
	left: 50%;
	width: 900px; 
	height: 470px; 
	margin-left: -450px;
	float: none;
	visibility: hidden; 
	display: none;
	border: none;
	background: white;
}

#chapreview iframe {
	padding: 0;
	margin: 0 auto 0 auto;
	border: none;
	border-right: solid 1px #bbb;
	border-left: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

#reviewbar {
	background: #b1c5e4;
	height: 19px;
	width: 947px;
	border: solid 1px #7f96bb;
	text-align: right;
	color: #fff;
	padding: 0px 3px 0px 0px;
}

#reviewbar a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.question, .answer {
	font-family: Verdana, Helvetica;
	color: black;
	font-size: 11pt;
	text-align: left;
	}
.question {
	margin-top: 25px;
	margin-left: 10px; 
	font-weight: bold;
	}
.answer {
	margin-left: 30px;
	}
.mainbox {
	padding-top: 1px;
	background: white;
	}
	
td.borderBar {
	background-color: #77D558; 
	color: #ff0000; 
	font-size: 11pt; 
	text-align:center
}

td.label {
	vertical-align:top; 
	color: #000000; 
	font-weight:bold; 
	font-size: 10pt; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align:right
}

td.field {
	vertical-align:top; 
	color: #000000; 
	font-size: 10pt; 
	text-align:left
}

.title
{
	font-weight:bold;
	font-size: 14px;
	text-align:center;
}
.titleUnderline
{
	font-weight:bold;
	font-size: 14px;
	text-align:center;
	text-decoration:underline;
}
.TableColor {
	background-color:#FFFFFF;
}

.form_sub {
	color: #999;
	font-size: 9px;
}

.error {
	text-align: center;
}

#startTable
{
	margin: 0 auto 0 auto;
	width: 98%;
	font-size: 12pt;
	line-height: 20px;
}

/*(#startTable {
	width: 80%;
}
#main_content_container {
	width: 100%;
	background: #eee;
}*/

#proctor {
	width: 900px; 
	margin: 0 auto 0 auto; 
	padding: 15px 0px;
	background: #fff;
}

#proctor p {
	text-align: left;
	margin: 0px 10px;
}

#sidebar {
	overflow: auto; 
	height: 425px; 
	font-size: 11px; 
	color: #000;
	background: #eee;
}

#map_container {
	width: 850px; 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	border: 1px solid #bbb;
}

#map {
	border-left: 1px solid #bbb;
}

#cm_mapTR {
	background: #eee;
}

#map_sub, #map_sub a {
	position: relative;
	left: 15px;
	margin: 0;
	color: #333;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}

#map_sub a:hover {
	color: #999;
}

#proctor_locations {
	border: solid 1px #bbb;
	padding: 10px 5px 0px 5px;
	margin: 0 auto 0 auto;
	width: 840px;
	display: none;
	color: #333;
}

#location_list {
	padding: 5px;
	margin-bottom: 10px;
	background: #eee;
	border: solid 1px #ccc;
	width: 820px;
}

#location_list:hover {
	background: #ddd;
	border: solid 1px #bbb;
}
	
.step {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #760a1a;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

#final_button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #901c1c;
	text-align: center;
	padding: 5px 0px;
	border: solid 1px #521515;
}

#final_button:hover {
	color: #fff;
	background: #ff0000;
}

#result_table {
	/*border: solid 1px #000;*/
}

.answer input {
	border: 0;
}

h1 {
	font-size: 24px;
}

/* Final Test Page */

#final {
	font: normal 12pt arial, helvetica, sans-serif;
}

div.button {
	margin: 15px auto;
	background: url(../../images/button_bg.png) center;
	height: 30px;
	width: 450px;
	text-align: center;
	font-weight: bold;
	position: relative;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #236c2c;

}
div.button.blue {
	background: url(../../images/button_blue_bg.png) center;
	border: 1px solid #456d9f;
}
.button a {
	color: #fff;
	text-shadow: #236c2c -1px -1px 0px;
	text-decoration: none;
	font-size: 14px;
	line-height: 2;
}
.button.blue a {
	text-shadow: #456d9f -1px -1px 0px;
}
.non-button a {
	color: #236c2c;
	font-weight: bold;
	font-size: 16px;
}