/* CSS Document */

			/* ------- main styling ------- */

body {
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
}

.errors, .error {
	color: #ff0000; 
	font-weight: bold;
	text-align: center;
}

#notice {
	position: absolute; 
	top: 130px; 
	z-index: 99; 
	float: none;
}

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;
}

#reviewbar {
	background: #740a1a;
	height: 19px;
	width: 900px;
	border: solid 1px #000;
	text-align: right;
	color: #fff;
	padding-top: 2px;
}

#reviewbar a {
	color: #fff;
	font-weight: bold;
}

.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: 9pt; 
	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;
}

#proctor {
	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 {
	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: #aa0505;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

#map_sub a:hover {
	color: #ef2929;
}

#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_off {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eee;
	background: #ccc;
	text-align: center;
	padding: 5px 0px;
	border: solid 1px #bbb;
	width: 150px;
}

#final_button:hover {
	color: #fff;
	background: #ff0000;
}

.answer input {
	border: 0;
}

#log_note p {
	padding: 0 0 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

			/* ------- menu page styling ------- */

#menu_container {
	margin: 0 auto 0 auto;
	padding: 5px;
}

#menu_header {
	margin: 0 auto 0 auto;
	background: #ddd;
	height: 150px;
	padding: 10px;
}

#stoplight_container {
	height: 150px;
	float: left;
}

#red_light {
	background: url(../../images/menu_red_off.gif) no-repeat left;
	height: 50px;
	width: 350px;
}

#yellow_light {
	background: url(../../images/menu_ylw_off.gif) no-repeat left;
	height: 50px;
	width: 350px;
}

#green_light {
	background: url(../../images/menu_grn_off.gif) no-repeat left;
	height: 50px;
	width: 350px;
}

#red_light a:hover {
	background: url(../../images/menu_red_on.gif) no-repeat left;
	height: 50px;
	text-decoration: none;
}

#yellow_light a:hover {
	background: url(../../images/menu_ylw_on.gif) no-repeat left;
	height: 50px;
	text-decoration: none;
}

#green_light a:hover {
	background: url(../../images/menu_grn_on.gif) no-repeat left;
	height: 50px;
	text-decoration: none;
}

.light_text {
	margin-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 50px;
}

a:hover .light_text {
	text-decoration: none;
	color: #555;
}

html>body td #red_light a, #yellow_light a, #green_light a {
	height: 50px;
	padding: 0px 0px;
}

#profile_container {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #ccc;
	height: 130px;
	width: 305px;
	float: right;
	text-align: left;
	padding: 10px;
	border: dashed 1px #222;
}

#sections_container {
	font-family: Arial, Helvetica, sans-serif;
}

#sections {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #dedede;
	border-bottom: solid 1px #aaa;
	list-style-type: none;
	padding: 5px;
	color: #333;
	text-align: left;
}

#chapter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: italic;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #aaa;
	background: #fff;
} 

#status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: solid 1px #aaa;
	background: #fff;
}

#minutes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #dedede;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
}

.menu_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	background: #590618;
	color: #fff;
	border: solid 1px #000;
	font-size: 14px;
	text-align: center;
}

#prog_bar {
	border: solid 1px #777;
	background: #fff;
}

#change_reg {
	padding: 0px 20px;
	width: 550px;
}

#change_reg input {
}

.change_label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	padding: 2px 15px 2px 0px;
}

.change_submit {
	padding: 20px 10px;
}

.red {
	color: #ff0000;
}

			/* ------- chapter styling ------- */
			
p {
	margin: 0px;
	padding: 0px;
}

#main_container {
	background: #eee;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: center;
}

#content_containter {
	background: #fff;
	margin: 0 auto 0 auto;
	padding: 50px;
	/*width: 800px;
	border: solid 1px #666666;*/
	text-align: left;
}

.chapter_title {
	background: url(../../images/chapters/title_bg.jpg) no-repeat;
	height: 40px;
	width: 680px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	padding: 10px 0px 0px 20px;
	margin: 0px 0px 15px 0px;
}

.section_title {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#663333;
	padding: 20px;
}

.section_sub {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#663333;
	padding: 20px 40px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 0px;
	line-height: 18px;
}

.img {
	border: none;
	padding: 10px;
}

.img_lt {
	border: none;
	padding: 10px;
	float: left;
}

.img_rt {
	border: none;
	padding: 10px;
	float: right;
}

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0px;
}

.chapter_list {
	list-style-type: disc;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}

.numbered_list {
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}

.img_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

html>body #dock {
	padding: 5px 0px 0px 25px;
	margin: 0 auto 0 auto;
	background: #590618;
	border-top: solid 1px #2f030d;
	border-left: solid 1px #2f030d;
	border-right: solid 1px #2f030d; 
	width: 96.5%;
	height: 25px;
}

.dock_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0px 0px;
	float: left;
	width: 50%;
}

.dock_content a {
	color: #fff;
	text-decoration: none;
	border: 0px;
	margin: 0px 0px 0px 15px;
}

#course_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #ff0000;
	font-weight: bold;
}

#course_note a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	padding: 5px;
	border: solid 1px #bbb;
}

#course_note a:hover {
	color: #fff;
	background: #ff0000;
	text-decoration: none;
}

#Timer {
	padding: 0px;
	border: solid 1px #bbb;
	font-weight: bold;
	background: #fff;
	width: 100px;
}

#TimerText {
	color: #ff0000;
	font-size: 36px;
}

#Continue {
	visibility: hidden;
}

.final, .final p {
	text-align: center;
	line-height: 18px;
}

.final form {
	padding: 10px 0px;
}

.final_link, .final_link p  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	padding: 5px 0px;
}

.movie {
	background: #fff;
	padding: 10px 0px;
}

.movie_container {
	margin: 0 auto 0 auto;
	width: 320px;
	border: solid 5px #710919;
	background: #9f293b;
}

.movie_label {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eab548;
	letter-spacing: -.5px;
	height: 24px;
	width: 320px; 
	margin: 0 auto 0 auto;
	text-align: left;
}

.movie_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e4c6cb;
	width: 320px; 
	margin: 0 auto 0 auto;
	text-align: left;
}

.movie_sub a {
	color: #e4c6cb;
	text-decoration: none;
}

.movie_sub a:hover {
	color: #fff;
	text-decoration: none;
}

.tran_title {
	font-weight: bold;
	font-style: italic;
	color: #37280b;
	padding: 5px 0px 5px 5px;
}

.tran_voice {
	font-weight: bold;
	font-style: italic;
	padding: 5px 0px 5px 5px;
}

div#transcript1, div#transcript2, div#transcript3 {
	background: #fce8c0;
	padding: 0px 5px;
	margin: 0 auto 0 auto;
	width: 600px;
	display: none;
	color: #75571a;
}

.one_liner_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

.one_liner {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #fce8c0;
	color: #990000;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: center;
	border: solid 2px #660000;
}

.joke_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2e3958;
}

.joke {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #bdc5de;
	color: #2e3958;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: left;
	border: solid 2px #667296;
	line-height: 18px;
}

.collision_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #263c24;
}

.collision {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #aed7a9;
	color: #263c24;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: left;
	border: solid 2px #3b7535;
}

.silly_signs_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3f1d41;
}

.silly_signs {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #dcb3df;
	color: #3f1d41;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: left;
	border: solid 2px #8f5593;
}

.bumper_snickers_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3b1e1e;
}

.bumper_snickers {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #f1b8b8;
	color: #3b1e1e;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: left;
	border: solid 2px #b44e4e;
}

.vanity_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
}

.vanity {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	color: #444444;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: center;
	border: solid 2px #888888;
}

.chapter_tag_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #212d2c;
}
	
#chapter_tag {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #d9e9e7;
	color: #212d2c;
	margin: 0 auto 0 auto;
	padding: 15px;
	text-align: center;
	border: solid 2px #7c9a97;
	line-height: 22px;
}

#chapter_tag ol li, #chapter_tag ul li {
	padding: 5px 0px 8px 20px;
}