@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;
}

/* Registration Page */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#example_2, #input_2 {
	display: none;
}

.insurance_court {
	display: none;
}

#reg {
	padding: 0 10px;
	/*width: 600px;*/
}

.reg_label {
	padding-left: 10px;
	font-size: 16px;
}

.reg_input, .reg_select {
	border: solid 1px #bbb;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: none;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.43, rgb(255,255,255)),
		color-stop(0.72, rgb(255,255,255)),
		color-stop(0.86, rgb(241,241,241))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 43%,
		rgb(255,255,255) 72%,
		rgb(241,241,241) 86%
	);
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
}

.divider {
	margin: 20px 0; 
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #eee;
}

.note {
	padding: 0 10px 10px 10px;
	font-size: 12px;
	font-style: italic;
}

.note input {
	padding-top: 3px;
}

.shade {
	background: #f3f3f3;
}

.red {
	color: #ff0000;
}