/* CSS Document */

#mainTable{width:100%;}
#mainTable tbody tr{width:100%;}
#mainTable .even_tr{background-color:#F3F3F3;}
#mainTable .odd_tr{background-color: #71828A;color: #FFFFCC;}
#pageNav{width:21%;}
#content {
  padding-left: 15px;
  padding-top: 25px;
  width: 73%;
  float:right;
}


.question-num {
/*	font-size: 25px;
	font-style: italic;
	font-weight: bold;*/
}
.instruction-highlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF33;
	background-color: #663300;
}
.style4 {
  font-size: 14px;
  font-weight: bold;
}

label{/*color:inherit;*/ font:inherit;}

.checkbox, .radio {
	width: 27px;
	height: 35px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/checkbox.png) no-repeat;
}
.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 42px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/checkbox.png) no-repeat;
	overflow: hidden;
}



.separator {
  background: url("../images/article_separator.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 14px;
  margin: 15px auto 10px;
  width: 280px;
}

.button {
	background:#F26204;
	border:0px;
	border-radius:5px;
	padding:5px;
	color:#FFF;
	font-weight:bold;
}


#reg_log a{color:#FFCC00;text-decoration:none;margin:0 5px;}
#reg_log a:hover{color:#FFF;text-decoration:none}

.error { color:#F00; font-weight:bold; text-shadow:1px 1px #CCC; }
#content ul table tr td{text-align:center;}
#content ul table .testNo{font-weight:bold;font-size:16px;color:#333;border-right:1px dashed #006699;text-align:left;width: 150px;}
#content ul table .bdfBtn{background:#FF6600;border:1px solid #CC3366;padding:5px 20px;text-align:center;float:left;color:#FFF;border-radius:5px;margin:5px 25px;font-weight:bold;}


#logo {
	background:url("../images/blue_bg.jpg") repeat-x;
}

#success_message { color:#030; font-weight:bold; padding:5px; font-size:14px; }
#error_message { color:#F00; font-weight:bold; padding:5px; font-size:14px; }

#content table th {border-right:1px solid #0074B3; background-color:#0085cc; color:#fff;}

.tbl_padding_3 td {
  padding: 3px;
}

.tbl_padding_3 th {
  padding: 3px;
}

.error { color:#F00; }
.req { color:#FF0000; display:none; }
.req_error { 
	/*border:2px solid #F00; */
	animation: 0.5s ease 0s normal none 1 shake;
	border: 1px solid #D2747F;
	box-shadow: 0 0 4px 2px #FFE0E0;
	-webkit-box-shadow:0 0 4px 2px #FFE0E0;
	-moz-box-shadow:0 0 4px 2px #FFE0E0;
}

tr.odd {
  background: none repeat scroll 0 0 #F4F4F4;
}

.width300 {
  width: 300px;
}

#user_top_menu {
	float:right; 
	margin-top:69px; 
	margin-right:10px;
	color:#FFF;
	font-weight:bold;
}

#user_top_menu a {
	color:#FFF;
	font-weight:bold;
}

.not_complete {
	background:#E60000 !important;
	color:#FFF;
	border-top:1px solid #FFF;
}

.not_complete a {
	color:#fff;
        text-decoration: underline;
}

.gray {
	font-size:11px;
	color:#fff;
}

.gPDF { display:block; text-indent:-99999px; background:url("../images/pdf.png") no-repeat; width:16px; height:16px; }

.black th { background:#333333 !important; }

.orange {
	color:#FF6600;
}

.gray_gradients {
	background:url("../images/gray_gradient.png") repeat-x #989898;
	border:1px solid #a6a6a6;
	padding:10px;
	text-align:center;
	color:#000 !important;
	font-weight:bold;
}

table.grid tr:nth-child(even) {background: #ECECEC;}
table.grid tr:nth-child(odd) {background: #F4F4F4;}

table.grid tr:nth-child(even) td { border-bottom:1px solid #FFF;}
table.grid tr:nth-child(odd) td { border-bottom:1px solid #FFF;}