@charset "UTF-8";
.shade {
	background: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index:100;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background: url(/images/macFFBgHack.png) repeat;
	top: 0px;
	left: 0px;
	visibility:hidden;
}
.loading {
	z-index: 101;
	background: #FFFFFF url(../images/file_uploading.png) no-repeat;
	position: fixed;
	visibility:hidden;
	left:39%;
	top:37%;
	width:158px;
	height:74px;
	padding:80px 0 0 140px;

}
body  {
	font: 100% "Helvetica Neue", Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #FF4318;
	width: 100%;
}
#inner_shadow {
	margin-left: 8.625em;
	background: url(../images/inner_swadow.png) repeat-y left;
	border-left:thin solid #8EAAC8;
}
h1  {
	color: #0052AA;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
	width: 50%;
	margin-left: 25%;
}
#container  {
	width: 100%;
	text-align: left;
	min-width: 800px;
	background: url(../images/new_background_top.png) repeat-x left top;
} 
#mainContent/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
  {
	max-width:1200px;
	background: url(../images/new_shadow_top.png) no-repeat left top;
	padding-bottom: 20px;
	padding-top: 15px;
} 
#mainContent    li    {
	margin-bottom:0em;
	margin-top: 0em;
	margin-left: 3em;
}
#header  {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 106px;
	width: 100%;
	background: url(../images/new_header.png) no-repeat left top;
} 
#header p {
	margin: 0px;
	text-decoration: none;
}
#header h1, #header h1 a {
	margin: 0;
	float: left;
	text-decoration: none;
	color: #0F213B;
	height: 50px;
	width: 400px;
	padding-left: 25px;
}
#sidebar1    p  {
	font-size: 16px;
	color: #0052AA;
}
#sidebar1/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
  {
	border:;
	float: left;
	width: 8.625em; /* since this element is floated, a width must be given */
	background: url(../images/new_sidebar.png) repeat-y left;
	margin-top: 0px;
	border-right: thin solid #8EAAC8;
	height: 200%;
	padding-bottom: 10px;
	padding-top: 10px;
}
#sidebar1 div {
	font-size: 15px;
	text-align: center;
	display: block;
	min-height: 1.8em;
	margin-top: 5px;
	font-weight: normal;
	color: #00588D;
	padding: 7px 3px 12px;
	background: #FFFFFF url(../images/side_header.png) repeat-x right bottom;
}
#sidebar1 ul {
	font-size: 12px;
	padding-right: 0.5em;
	margin-top: 5px;
	margin-left: 20px;
}
#sidebar1 li {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus  {
	color:#FF5C00;
}
#sidebar1  a {
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
	color: #00588D;
}
.selected {
	color: #FF5C00;
}
#footer  {
	background:#FF4F15 url(../images/new_bottom.png) repeat left top;
	padding-top: 0;
	padding-bottom: 0;
	height: 76px;
	color: #000000;
	bottom: 0px;
	clear: both;
	margin-top: -20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer a:hover, #sidebar1 a:active, #sidebar1 a:focus  {
	color:#0153AA;
}
#footer a {
	text-decoration: none;
	color: #002C5B;
	font-weight: bold;
}
#apDiv1 {
	position:absolute;
	top:67px;
	width:301px;
	height:35px;
	z-index:1;
	left: 0px;
	margin-left: 130px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #A2C1E6;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#mainContent a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color:#FF3300;
	text-decoration: none;
}
.twoColLiqLtHdr #mainContent ul ul li, .twoColLiqLtHdr #mainContent  ol ul li{
	margin-top: 0.85em;
}
.twoColLiqLtHdr #mainContent h2 {
	color: #0052AA;
	font: 20px "Helvetica Neue", Arial, sans-serif;
}
.twoColLiqLtHdr #mainContent h3 {
	color: #000000;
	font: normal 100% "Helvetica Neue", Arial, sans-serif;
	text-decoration: underline;
	padding-top: 1em;
	clear: both;
}
.right {
	float: right;
	clear: right;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-left: 2px;
	padding-right: 15px;
	padding-top: 6px;
	margin-top: 2px;
	background: #FFFFFF url(../images/table_back.png) repeat-x bottom;
	border: 1px solid #B7D2DE;
}
.left {
	float: left;
	margin-right: 29px;
	margin-top: -20px;
	margin-bottom: 8px;
}
.magnify {
	height: 11px;
	width: 15px;
	float: right;
	padding: 5px;
}
.thumbnail {
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent div img {
}
.gallery {
	clear: none;
	float: left;
}
.gallery img {
	margin: 6px;
}
.pod {
	float: left;
}
.header_right  {
	text-decoration: none;
	float: right;
	margin-right: 5px;
}
#header div a {
	text-decoration: none;
	color: #00446E;
}
.div_error {
	width:100%;
	height:250px;
	text-align:center;
	border:none;
	font-size: 26px;
	padding-top: 110px;
	font-weight: bold;
}
.error {
	font-size: 20px;
	color:#FF0000;
	
}
.div_error a {
	font-weight: bold;
	padding-top:10;
}
#player  {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-bottom: 30px;
}

#innerwrap {
	width: 92%;
	min-height:400px;
	border: 1px solid #B9D4DA;
	background: #FFFFFF url(../images/box_back.png) repeat-x bottom;
	padding: 10px;
	margin-bottom: 14px;
	margin-left: 14px;
}
#background {
	background: url(../images/background.png) repeat;
	min-width:800px;
}
#onecol {
	width: 100%;
}
#false_col {
	background: url(../images/new_sidebar.png) repeat-y -20px;
}
.box {
	min-height: 100px;
	float: left;
	width: 97%;
	margin-left: 3px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.shortBox {
	background: #FFFFFF url(../images/new_q_bottom.png) repeat-x bottom;
	padding: 10px;
	border: 1px solid #B7D2DE;
	min-height:50px;
	margin-bottom: 10px;
}
.tinyBox {
	background: #FFFFFF url(../images/new_q_bottom.png) repeat-x bottom;
	padding: 10px;
	width:50%;
	min-width:700px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #B7D2DE;
	min-height:16px;
	margin-bottom: 10px;
}
.buttonbox {
	background: #FFFFFF url(../images/new_q_bottom.png) repeat-x bottom;
	border: 1px solid #B7D2DE;
	min-height:34px;
	max-height:34px;
	min-width:900px;
	height:auto;
}
.box_wrap {
	background: url(../images/box_mid.png) repeat-y left;
	width: 608px;
}
#innerwrap  p {
	font-size: 16px;
	padding: 5px;
	margin-left: 30px;
}
.mcq {
	background: #EBF5F5 url(../images/new_q_title.png) repeat-x left top;
	border: thin solid #D8E3FD;
	padding:7px;
}.mcq form {
	
}
.admin {
	border: 1px solid #0080C9;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar a {
	text-decoration: none;
}
#innerwrap table{
	width: 100%;
	border: 1px solid #B1D3E1;
}
.button {
	float: left;
	height: 22px;
	background: url(../images/fancy_button.png) repeat-x;
	border-right: 1px solid #B9D2DE;
	border-left: 1px solid #B9D2DE;
	border-bottom: 1px solid #B9D2DE;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
}
.tallButton {
	float: left;
	height: 30px;
	background: url(../images/new_q_bottom.png) repeat-x;
	border-right: 1px solid #B9D2DE;
	border-left: 1px solid #B9D2DE;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
}
#mainContent #innerwrap a {
	text-decoration: none;
	color: #0052AA;
	padding: 5px;
}
#mainContent #innerwrap a:hover {
	text-decoration: none;
	color:  #FF5C00;
	padding: 5px;
}
.img_pad{
	margin: 30px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.side_button {
	background: url(../images/side_button.png) repeat-x center center;
}.title {
	position: absolute;
	left: 25px;
	top: -5px;
	z-index: 5;
}
.title img {
	float:left;
	height: 66px;
	width: auto;
	border-style: none;
}
.title h1 {
	margin-top: 15px;
}
.box table {
	border: none;
}
.box td {
	border: 1px solid #A6C6D2;
	background: url(../images/table_back.png) repeat-x bottom;
	width: 125px;
}
.twoColLiqLtHdr .box h1 {
	
}
.simple_table {
	background: url(none);
}
.simple_table td {
	background: url(none);
}
.quiz_answer {
	background: url(../images/answer_ball.png) no-repeat left center;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
	cursor:pointer;
}

.yes_images {
	float: right;
	clear: right;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right:10px;
	margin-top: 10px;
	padding-left: 2px;
	padding-right: 15px;
	width:200px;
	background: #FFFFFF url(../images/table_back.png) repeat-x bottom;
	border: 1px solid #B7D2DE;
}
.no_images {
	float: right;
	clear: right;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right:10px;
	margin-top: 10px;
	height:200px;
	width:200px;
	background:  url(../images/no_images.png) no-repeat ;
	border: 1px solid #B7D2DE;
}
.h1_alt {
	font-weight: bold;
	color: #0080C9;
	font-size: 28px;
	text-align: center;
}

.questionBox {
	background: #FFFFFF url(../images/table_back.png) repeat-x bottom;
	padding: 10px;
	border: 1px solid #B7D2DE;
	min-height:50px;
	margin-bottom: 10px;
	border-right: 1px solid #B9D2DE;
	border-left: 1px solid #B9D2DE;
}
.answerBox {
	background: #FFFFFF url(../images/table_back.png) repeat-x bottom;
	padding: 10px;
	border: 1px solid #B7D2DE;
	min-height:25px;
	margin-bottom: 10px;
	border-right: 1px solid #B9D2DE;
	border-left: 1px solid #B9D2DE;
}
.blank_box {
	background: url(../images/blank_box.png) no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 32px;

}
.check_box {
	background: url(../images/check_box.png) no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 32px;

}
.x_box {
	background: url(../images/wrong_box.png) no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
}
.x_check_box {
	background: url(../images/x_blank_box.png) no-repeat left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
}
.case_viewer {
	float: right;
	clear: right;
	margin-bottom: 8px;
	margin-left: 8px;
	padding-left: 2px;
	padding-right: 15px;
	padding-top: 6px;
	margin-top: 8px;
	background: #FFFFFF url(../images/table_back.png) repeat-x bottom;
	border: 1px solid #B7D2DE;
}
.twoColLiqLtHdr #background #false_col #container #inner_shadow #mainContent #innerwrap .side_button p {
	margin-left: 40%;
}

