* {
	font-family: Tahoma, Geneva, sans-serif;
	}
body {
	margin:0; padding:0;
	background-color:#f3f2f0;
	background-image:url(../images/background.jpg);
	}
body, p, td, th, li, a {
   font-size:13px;
   font-family: Arial, Helvetica, sans-serif;
   color:#363636;
   }
.iH {
	display:none;
	}
hr {
	border:none;
	background-color:#c0c0c0;
	color:#c0c0c0;
	font-size:0;
	height:1px;
	margin-bottom:20px;
	}
form {
	margin:0
	}

/* ============================ */
/* ========== Header ========== */
/* ============================ */

#header {
	height:33px;
	background-image:url(../images/header.jpg);
	background-position:top center;
	padding-top:146px;
	position:relative;
	z-index:99;
	top:-1px;
	}

/* ============================== */
/* ========== Menu Bar ========== */
/* ============================== */

#menuBar {
   width:980px; height:30px;
   margin:0 auto 0 auto;
   position:relative;
   z-index:99;
   }
.nav {
	margin:0 auto;
	z-index:99;
	}
.nav, .nav ul {
   padding: 0;
   margin: 0;
   list-style: none;
   }
.nav li a, .nav span {
   display:block;
   width:188px;
   color:white;
   font-size:18px;
   text-decoration:none;
   line-height:23px;
   text-align:center;
   height:23px;
   overflow:hidden;
   margin:3px;
   font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-weight:400;
   }
.nav a:hover, .nav li a.active {
   position:static;
   color:white;
   background-color:#ea0701;
   border-radius:5px;
   z-index:99;
   }
.nav span:hover, .nav span a:hover {
   cursor:default;
   color:white;
   background-color:#ea0701;
   border-radius:5px;
   }
.navMain:hover {
	cursor:default;
	}
.nav li {
   float:left;
   }
.nav li ul {
   position:absolute;
   text-align:left;
   width:188px;
   left:-999em;
   padding:1px 3px 3px 3px;
   background-color:black;
   border-bottom-left-radius:7px;
   border-bottom-right-radius:7px;
   z-index:99;
   }
.nav li ul li, .nav li ul li:hover {
   border:none;
   display:block;
   }
.nav li ul li a, .nav li li ul li a {
   font-size:14px;
   line-height:22px;
   width:182px; height:22px;
   display:block;
   border:none;
   width:168px;
   padding:0 10px 0 10px;
   text-align:left;
   background-image:none;
   background-color:black;
   color:white;
   position:relative;
   z-index:99;
   margin:0;
   }
.nav li ul li a:hover {
	border-radius:5px;
	background-image:none;
   background-color:#ea0701;
   }
.nav li:hover ul, .nav li.sfhover ul, .nav li ul li:hover ul, .nav li ul li.sfhover ul {
   left:auto;
   display:block;
   }
.nav li ul li a span.raquo {
	float:right;
	display:inline;
	width:auto; height:22px;
	line-height:22px;
	margin:-2px 0 0 0; padding:0;
	}
.nav li ul li a span.raquo:hover {
	cursor:pointer;
	}
#nav li ul ul {
	margin:-25px 0 0 188px;
   border-top-right-radius:7px;
   left:-999em;
   padding-top:3px;
	}
#nav li li:hover ul, #nav li li.sfhover ul {
	left: auto;
	display:block;
	}
.navBottom, .navBottom:hover {
   width:194px; height:5px;
   background-image:url(../images/subMenu_bottom.png);
   font-size:0px;
   }
.navDiv {
	width:2px; height:30px;
	background-image:url(../images/menu_div.gif);
	}
.signinButton {
	display:block;
   font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-weight:400;
	position:absolute;
	right:0px; top:-141px;
	background-color:#373736;
	color:white;
	font-size:16px;
	text-decoration:none;
	padding:0 20px 3px 20px;
   border-bottom-left-radius:5px;
   border-bottom-right-radius:5px;
	}
.signinButton:hover {
	background-color:#ea0701;
	}
.nolink, .nolink:hover {
	cursor:default;
	}

/* ============================= */
/* ========== Content ========== */
/* ============================= */

#contentDiv:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#contentDiv {
	width:940px;
	margin:0 auto;
	padding:10px 20px 20px 20px;
	background-color:white;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	margin-bottom:20px;
	}
#contentDiv, #contentDiv p, #contentDiv td, #contentDiv li {
	font-size:14px;
	color:black;
	}
#contentDiv h1, #timeout h1 {
   font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color:#ea0701;
	font-size:30px;
	font-weight:300;
	margin:0;
	}
#contentDiv h1.topTitle {
   color:white;
   display:block;
   background-color:#ea0701;
   text-align:center;
   padding:20px;
	}
#contentDiv h2 {
   font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color:#666666;
	font-size:24px;
	line-height:25px;
	font-weight:300;
	margin:0;
	}
#contentDiv h2 a {
   font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color:#666666;
	font-size:24px;
	line-height:25px;
	font-weight:300;
	}
#contentDiv h3 {
   font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	color:#333333;
	font-size:20px;
	line-height:25px;
	font-weight:400;
	margin:10px 0 0 0;
	}
#contentDiv h1 a {
	font-family: 'Open Sans', Tahoma, Geneva, sans-serif;
	font-size:30px;
	font-weight:300;
	margin:0;
	}
#contentDiv a, #contentDiv h1 a {
	color:#666666;
	}
#contentDiv a {
	font-size:14px;
	}
#contentDiv a:hover, #contentDiv h1 a:hover {
	color:#ea0701;
	}
#contentTop {
   width:980px; height:50px;
	margin:0 auto;
	background-image:url(../images/content_top.jpg);
	}
#contentTopHome {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_home.jpg);
	}
#contentTopTechnology {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_technology.jpg);
	}
#contentTopDemo {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_demo.jpg);
	}
#contentTopAbout {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_about.jpg);
	}
#contentTopContact {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_contact.jpg);
	}
#contentTopPrivacy {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_privacy.jpg);
	}
#contentTopInquiry {
   width:980px; height:78px;
	margin:0 auto;
	background-image:url(../images/content_top_inquiry.jpg);
	}
.leftColumn {
	width:545px;
	float:left;
	margin-right:25px;
	}
.sideBarTop {
	float:right;
	width:347px; height:7px;
	background-image:url(../images/sidebar_top.gif);
	font-size:0;
	}
.sideBar {
	float:right;
	width:297px;
	padding:0 25px;
	background-color:#c4c5c7;
	}
.sideBarBottom {
	float:right;
	width:347px; height:7px;
	background-image:url(../images/sidebar_bottom.gif);
	font-size:0;
	clear:right;
	}
#contentDiv .sideBar a {
	color:#444444;
	}
#contentDiv .sideBar a:hover {
	color:#e29900;
	}
#contentDiv .sideBar h2 {
	margin-bottom:0;
	font-weight:bold;
	color:#444444;
	}
ul {
	list-style-image: url(../images/bullet.gif);
	}
.sideBar ul {
	list-style-image: url(../images/bullet_sideBar.gif);
	}
.heading {
   display:block;
   height:28px;
   padding-left:6px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:#01305b;
   position:relative;
   }
.heading2 {
   display:block;
   height:28px;
   padding-left:15px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack2.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:#01305b;
   position:static;
   z-index:1;
   }
.heading3 {
   display:block;
   height:28px;
   padding-left:15px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack3.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:black;
   position:static;
   z-index:1;
   }
.heading4 {
   display:block;
   width:925px; height:28px;
   padding-left:15px;
   background-color:#969696;
   line-height:28px;
   font-size:16px;
   font-family: 'Open Sans',Tahoma,Geneva,sans-serif;
	font-weight:300;
   color:black;
   position:relative;
   z-index:1;
   border-radius:7px;
   }
.headingClipStart {
   display:block;
   height:28px;
   padding-left:15px;
   background-color:#7db1e0;
   background-image:url(../images/headingBack3.jpg);
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:#01305b;
   position:relative;
   z-index:1;
   }
.xheadingRight {
   float:right;
   width:5px;
   height:28px;
   background-image:url(../images/headingRight.gif);
   }
.xheadingRight3 {
   float:right;
   width:5px;
   height:28px;
   background-image:url(../images/headingRight3.gif);
   }
.heading span, .xheading2 span {
   position:absolute;
   right:6px;
   top:3px;
   }
.heading3_title {
   float:left;
   margin-right:6px;
   font-size:18px;
   font-family: 'Open Sans',Tahoma,Geneva,sans-serif;
	font-weight:400;
   color:black;
   }
.dataTable_title {
   margin-right:6px;
   font-size:18px;
   font-family: 'Open Sans',Tahoma,Geneva,sans-serif;
	font-weight:400;
   color:black;
   }
#name_search_form {
   position:absolute;
	right:6px;
	top:0;
	}
.heading3_button {
   margin:0;
   position:absolute;
	right:6px;
	top:0px;
   }
.xheading3_button {
   //top:2px; /* IE Hack */
   }
.heading a, .heading2 a, .heading3 a, .heading4 a {
   font-size:14px;
   color:black;
   }
.loginSignupBox {
	width:287px; height:95px;
	padding:14px 95px 0 84px;
	background-image:url(../images/login_signupBox.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	color:black;
	position:relative;
	left:518px; top:-35px;
	margin-bottom:-15px;
	}
.loginSignupBox p {
	font-size:14px;
	color:black;
	text-align:left;
	margin-top:7px;
	}
.loginSignupBox span {
	font-size:14px;
	font-weight:bold;
	}
.indentBlock {
	padding:0 40px;
	}
#contentDiv .sideBar h1 {
	color:#2266b9;
	display:block;
	padding-bottom:2px;
	border-bottom:2px solid #a1a2a5;
	}
#contentDiv .sideBar, #contentDiv .sideBar p, #contentDiv .sideBar td, #contentDiv .sideBar li {
	font-size:13px;
	color:#444444;
	}
#contentDiv .sideBar li {
	margin-bottom:10px;
	}
.inquiryBox_top {
	width:920px; height:10px;
	background-image:url(../images/inquiryBox_top.gif);
	font-size:0;
	}
.inquiryBox {
	width:880px;
	padding:0 20px;
	background-color:#c4c5c7;
	}
.inquiryBox_bottom {
	width:920px; height:10px;
	background-image:url(../images/inquiryBox_bottom.gif);
	margin-bottom:10px;
	font-size:0;
	}
.inquiryBox_number {
	float:right;
	font-size:100px;
	font-weight:bold;
	color:#a1a2a5;
	margin-top:-21px;
	margin-bottom:-10px;
	}
.inquiryBox_title {
	float:right;
	font-size:24px;
	color:#a1a2a5;
	margin-right:7px;
	}
.inquiryYesNo_top {
	width:270px; height:7px;
	background-image:url(../images/inquiryYesNo_top.jpg);
	font-size:0;
	}
.inquiryYesNo {
	width:250px;
	padding:0 10px;
	background-color:#a1a2a5;
	}
.inquiryYesNo ul {
	list-style-image: url(../images/bullet_sideBar.gif);
	}
#contentDiv .inquiryYesNo, #contentDiv .inquiryYesNo li {
	color:#444444;
	}
.inquiryYesNo_bottom {
	width:270px; height:7px;
	background-image:url(../images/inquiryYesNo_bottom.jpg);
	margin-bottom:10px;
	font-size:0;
	}
.inquiryYesNo_title {
	font-size:16px;
	font-weight:bold;
	color:#2266b9;
	margin-top:-21px;
	}
#myTable {
	float:left;
	}
.thead {
	font-size:12px;
	background-color:#dddddd;
	border-right:2px solid #c4c5c7;
	}
.thend {
	font-size:12px;
	background-color:#dddddd;
	}
.tdreg {
	font-size:12px;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #383a47;
	}
.tdend {
	font-size:12px;
	border-bottom:1px solid #383a47;
	}
.inquiryAttrButton {
	width:121px; height:22px;
	background-image:url(../images/inquiryAttrButton.jpg);
	cursor:default;
	margin-top:7px;
	float:left;
	}
.inquiryAttrButton_over {
	width:121px; height:22px;
	background-image:url(../images/inquiryAttrButton.jpg);
	background-position:0 22px;
	cursor:pointer;
	margin-top:7px;
	float:left;
	}
.inquiryButton {
	float:right;
	display:block;
	width:347px; height:60px;
	background-image:url(../images/inquiry_button.jpg);
	margin:10px 0;
	}
.inquiryButton:hover {
	background-position:0 60px;
	}
.sendButton {
	float:right;
	width:207px; height:60px;
	background-image:url(../images/inquirySend.jpg);
	cursor:default;
	}
.sendButton_over {
	float:right;
	width:207px; height:60px;
	background-image:url(../images/inquirySend.jpg);
	background-position:0 60px;
	cursor:pointer;
	}
#contentDivTop {
   width:940px; height:50px;
   background-color:white;
   background-image:url(../images/content_top.jpg);
   background-repeat:no-repeat;
   padding:23px 20px 0 20px;
   text-align:left;
   margin:0 auto;
   }
.pageTitle {
	display:block;
	font-size:22px;
	font-weight:bold;
	color:#e29900;
	background-image:url(../images/heading_line.jpg);
	background-position:0 28px;
	background-repeat:no-repeat;
	padding-bottom:12px;
	}
.socialDiv {
	width:296px;
	margin-right:10px;
	float:right;
	}
#slides {
	width:316px; height:201px;
	margin:8px 0 15px 0;
	}
.slides_container {
	width:316px;
	overflow:hidden;
	position:relative;
	display:none;
	}
.slides_container a {
	width:316px; height:201px;
	display:block;
	}
.slides_container a img {
	display:block;
	}
#slides .prev, #slides .next, .pagination {
	display:none;
	}
.required {
	font-size:11px;
	color:#ea0701;
	}
#contentDiv .btn, .btn {
	background-color:#ea0701;
	color:white;
	font-size:16px;
	padding:3px 15px;
	border:none;
	border-radius:25px;
	text-decoration:none;
	}
#contentDiv .btn:hover, .btn:hover {
	background-color:#f95b57;
	color:white;
	cursor:pointer;
	}
#contentDiv .btnGreen, .btnGreen {
	background-color:#08ab00;
	color:white;
	font-size:16px;
	padding:3px 15px;
	border:none;
	border-radius:25px;
	text-decoration:none;
	}
#contentDiv .btnGreenLG {
	background-color:#08ab00;
	color:white;
	font-size:20px;
	padding:5px 20px;
	border:none;
	border-radius:7px;
	text-decoration:none;
	}
#contentDiv .btnGreenSm, .btnGreenSm {
	background-color:#08ab00;
	color:white;
	font-size:12px;
	padding:2px 10px;
	border:none;
	border-radius:16px;
	text-decoration:none;
	float:right;
	margin:5px 0 0 0;
	}
#contentDiv .btnGreen:hover, .btnGreen:hover, #contentDiv .btnGreenLG:hover, #contentDiv .btnGreenSm:hover {
	background-color:#3ec537;
	color:white;
	cursor:pointer;
	}
#contentDiv .btnGray, .btnDisabled {
	background-color:#aaaaaa;
	color:white;
	font-size:16px;
	padding:3px 15px;
	border:none;
	border-radius:25px;
	text-decoration:none;
	}
#contentDiv .btnGray:hover {
	background-color:#888888;
	color:white;
	cursor:pointer;
	}
#contentDiv .btnBlack, .btnBlack {
	background-color:black;
	color:white;
	font-size:16px;
	padding:3px 15px;
	border:none;
	border-radius:25px;
	text-decoration:none;
	}
#contentDiv .btnBlack:hover, .btnBlack:hover {
	background-color:#606060;
	color:white;
	cursor:pointer;
	}
#contentDiv .btnCourse, .btnCourse {
	background-color:#ea0701;
	color:white;
	font-size:16px;
	padding:3px 15px;
	border:none;
	border-radius:25px;
	text-decoration:none;
	}
#contentDiv .btnCourse:hover, .btnCourse:hover {
	background-color:#f95b57;
	color:white;
	cursor:pointer;
	}
#contentDiv .btnWhite, .btnWhite {
	background-color:white;
	color:black;
	font-size:12px;
	height:22px;
	padding:2px 10px;
	border:none;
	border-radius:22px;
	text-decoration:none;
	float:right;
	margin:5px 0 0 0;
	}
#contentDiv .btnWhite:hover {
	background-color:black;
	color:white;
	cursor:pointer;
	}
#contentDiv .btnBlackSm, .btnBlackSm {
	background-color:black;
	color:white;
	font-size:12px;
	padding:2px 10px;
	border:none;
	border-radius:16px;
	text-decoration:none;
	float:right;
	margin:5px 0 0 0;
	}
#contentDiv .btnBlackSm:hover {
	background-color:#606060;
	color:white;
	cursor:pointer;
	}
#contentDiv .btnSm, .btnSm {
	background-color:#ea0701;
	color:white;
	font-size:12px;
	padding:2px 10px;
	border:none;
	border-radius:16px;
	text-decoration:none;
	float:right;
	margin:5px 0 0 0;
	}
#contentDiv .btnSm:hover {
	background-color:#f95b57;
	color:white;
	cursor:pointer;
	}
.textBox {
	width:250px;
	}
#passwordStrength {
	height:10px;
	display:block;
	float:left;
	}
#passwordStrengthWrapper {
	width:198px; height:10px;
	display:block;
	float:left;
	background:#e1e1e1;
	border-radius:3px;
	}
#passwordDescription {
	font-size:10px;
	}
.strength1 {
	width:40px;
	background:#ff0000;
	border-radius:3px;
	}
.strength2 {
	width:80px;
	background:#ff5f5f;
	border-radius:3px;
	}
.strength3 {
	width:120px;
	background:#56e500;
	border-radius:3px;
	}
.strength4 {
	background:#4dcd00;
	border-radius:3px;
	width:160px;
	}
.strength5 {
	background:#399800;
	border-radius:3px;
	width:198px;
	}
a.question {
	color:#ea0701;
	font-size:14px;
	text-decoration:underline;
	display:block;
	width:100&;
	cursor:auto;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:15px;
	}
a.question:hover {
	color:#fff000;
	cursor:pointer;
	}
.answer {
	padding:16px 28px 9px 28px;
	font-size:14px;
	width:100%;
	margin-top:3px;
	}
.homeHeader {
	width:575px;
	background-image:url(../images/home_1.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	position:relative;
	left:-20px;
	padding:0 40px 5px 365px;
	}
#contentDiv a.helpButton {
   display:block;
   width:22px; height:22px;
   background-image:url(../images/help_button_white.jpg);
   float:right;
   margin:3px 0 0 7px;
   }
#contentDiv a.helpButton:hover {
   background-position:0 22px;
   }
.erequest {
	width:38%;
	padding-left:30px;
	}
.erequest h1 {
	display:block;
	background-color:#555555;
	color:white !important;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	margin:20px 0 0 0;
	font-size:28px !important;
	}
#contentDiv .erequest p {
	text-align:center;
	font-size:18px;
	}
h2.ereq {
	display:block;
	border-bottom:1px solid #e0e0e0;
	padding:20px 0;
	}
.erequest form {
	margin-top:0;
	background-color:#e0e0e0;
	padding:20px 30px;
	}
.erequest input {
	width:97%;
	}
.inputText {
	padding:7px;
	font-size:15px;
	margin-top:5px;
	border:1px solid #aaaaaa;
	}
#contentDiv p.highlight {
	color:#ea0701;
	}
#contentDiv .homeDropDown {
	font-size:17px !important;
	}

.custom-dropdown {
	float:right;
	}
.custom-dropdown--large {
	font-size: 21px;
}
.custom-dropdown--small {
	font-size: .7em;
}
.custom-dropdown__select{
	font-size: 17px; /* inherit size from .custom-dropdown */
	padding: .5em; /* add some space*/
	margin: 0; /* remove default margins */
}
.custom-dropdown__select--white {
	background-color: #08ab00;
	color:white;
}
@supports (pointer-events: none) and
	  ((-webkit-appearance: none) or
	  (-moz-appearance: none) or
	  (appearance: none)) {
	.custom-dropdown {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	.custom-dropdown__select {
		padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
		border: 0;
		border-radius: 3px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.custom-dropdown::before,
	.custom-dropdown::after {
		content: "";
		position: absolute;
		pointer-events: none;
		border: 0;
	}
	.custom-dropdown::after { /*  Custom dropdown arrow */
		content: "\25BC";
		height: 1em;
		font-size: .625em;
		line-height: 1;
		right: 1.2em;
		top: 50%; margin-top: -.5em;
	}
	.custom-dropdown::before { /*  Custom dropdown arrow cover */
		width: 2em;
		right: 0; top: 0; bottom: 0;
		border-radius: 0 3px 3px 0;
	}
	.custom-dropdown__select[disabled] {
		color: rgba(0,0,0,.3);
	}
	.custom-dropdown.custom-dropdown--disabled::after {
		color: rgba(0,0,0,.1);
	}
	/* White dropdown style */
	.custom-dropdown--white::before {
		background-color: #08ab00;
		border-left: 1px solid rgba(0,0,0,.1);
	}
	.custom-dropdown--white::after {
		color: rgba(0,0,0,.9);
	}
	/* FF only temp fix */
	@-moz-document url-prefix() {
		.custom-dropdown__select 			 { padding-right: 1.9em }
		.custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
		.custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
	}
}

/* =========================== */
/* ========== Exams ========== */
/* =========================== */

.quiz_progress_title {
	font-size:13px;
	color:#2e85d2;
	float:left;
	}
.quiz_progress_time {
	font-size:13px;
	color:#2e85d2;
	float:right;
	margin-right:17px;
	}
.quiz_progress {
	width:810px;
	height:7px;
	font-size:0;
	margin-bottom:20px;
	border:1px solid #b0b0b0;
	background-color:#5487d3;
	background-image:url(../images/quizProgressBar.jpg);
	border-radius:7px;
	clear:left
	}
.quiz_progress_inner {
	height:7px;
	font-size:0;
	background-color:#d6d6d6;
	background-image:url(../images/quizProgress.jpg);
	border-radius:7px;
	}
.quizLink {
	font-size:14px;
	color:#800000;
	}
.quizLink:hover {
	color:red;
	}
.correct {
	width:364px; height:90px;
	padding:39px 22px 0 20px;
	background-image:url(../images/quiz_correct.png);
   position: fixed;
   top: 210px;
	left: 50%;
	margin-left: -182px;
	margin-top: 100px;
	}
.correct h1, .incorrect h1 {
	font-size:24px;
	text-align:center;
	color:#505050;
	}
.incorrect {
	width:364px; height:90px;
	padding:39px 22px 0 20px;
	background-image:url(../images/quiz_incorrect.png);
   position: fixed;
   top: 210px;
	left: 50%;
	margin-left: -182px;
	margin-top: 100px;
	}
.correct, .incorrect, .correct a, .incorrect a {
	font-size:14px;
	color:#505050;
	}
.complete_buttons {
	margin:25px 0 0 0;
	}
.completePass {
	width:318px; height:203px;
	padding:78px 0 0 414px;
	background-image:url(../images/exam_complete_pass.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:10px 0 0 90px;
	}
.completeFail {
   width:318px; height:233px;
	padding:48px 0 0 414px;
	background-image:url(../images/exam_complete_fail.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:10px 0 0 90px;
	}
.examComplete {
	width:658px; height:534px;
	padding:26px 112px 0 112px;
	background-image:url(../images/exam_complete.jpg);
	position:relative;
	overflow:hidden;
	margin:0 auto;
	}
.examPassTitle {
	text-align:center;
	font-size:48px;
	font-weight:bold;
	color:#158b12;
	}
.examPassDetails {
	font-size:20px;
	color:black;
	}
.examFailTitle {
	text-align:center;
	font-size:48px;
	font-weight:bold;
	color:#1f3e95;
	}
.examFailDetails {
   font-size:20px;
	color:black;
	}
.examSectionDetails {
	font-size:14px;
	color:black;
	margin-top:29px;
	text-align:center;
	font-weight:normal;
	}
.examComplete_buttons {
	position:absolute;
	left:636px; top:436px;
	}
.examCompleteButton {
	width:218px; height:36px;
	padding-top:9px;
	background-image:url(../images/exam_complete_button.jpg);
	font-size:px;
	color:#505050;
	font-weight:bold;
	font-size:20px;
	margin-bottom:8px;
	cursor:auto;
	}
.examCompleteButton_over {
	width:218px; height:36px;
	padding-top:9px;
	background-image:url(../images/exam_complete_button_over.jpg);
	font-size:px;
	color:#505050;
	font-weight:bold;
	font-size:20px;
	margin-bottom:8px;
	cursor:pointer;
	}

/* ========================= */
/* ========== TOC ========== */
/* ========================= */

.tocDiv {
	padding:10px 30px;
	}
#container {
	width:896px;
	}
.toggle {
	width:876px; height:24px;
	background-image:url(../images/toc_header_expand.jpg);
	background-color:#eaeaec;
	cursor:pointer;
	padding-left:20px;
	}
.toggle.active {
	background-image:url(../images/toc_header_collapse.jpg);
	}
#contentDiv h1.toggle {
   font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:black;
	line-height:24px;
	}
.element {
	background-color:white;
	background-image:url(../images/toc_background.gif);
	margin-bottom:4px;
	}
.elementDiv {
	width:896px; height:3px;
	background-color:#969696;
	}
.elementFooter {
	width:896px; height:3px;
	background-image:url(../images/toc_footer.jpg);
	margin:0; padding:0; overflow:hidden;
	}
#contentDiv div.element p {
   font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#505050;
	display:block;
	background-color:#edf7fd;
	height:23px;
	border-bottom:1px dotted #c0c0c0;
	line-height:23px;
	margin:0 3px;
	padding-left:16px;
	}
#contentDiv div.element p.aSub {
	background-color:white;
	padding-left:33px;
	}
/*#contentDiv div.element p:hover {
	background-color:#7c7f8e;
	}*/
.examButton_red {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_exam_button_red.jpg);
	}
.examButton_red:hover {
	background-position:0 19px;
	}
.examButton_redDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_exam_button_red_disabled.jpg);
	}
.examButton_green {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_exam_button_green.jpg);
	}
.examButton_green:hover {
	background-position:0 19px;
	}
.examButton_greenDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_exam_button_green_disabled.jpg);
	}
.trainingMaterialsButton {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_trainingMaterials_button.jpg);
	}
.trainingMaterialsButton:hover {
	background-position:0 19px;
	}
.trainingMaterialsButtonDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_trainingMaterials_button_disabled.jpg);
	}
.quizButton {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_quiz_button.jpg);
	}
.quizButton:hover {
	background-position:0 19px;
	}
.quizButtonDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_quiz_button_disabled.jpg);
	}
.simButton_red {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_sim_button_red.jpg);
	}
.simButton_red:hover {
	background-position:0 19px;
	}
.simButton_redDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_sim_button_red_disabled.jpg);
	}
.simButton_green {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_sim_button_green.jpg);
	}
.simButton_green:hover {
	background-position:0 19px;
	}
.simButton_greenDisabled {
	display:block;
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_sim_button_green_disabled.jpg);
	}
.tocPlaceholder_subCat {
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_placeholder_subcat.jpg);
	}
.tocPlaceholder_training {
	float:right;
	margin:2px 10px 0 0;
	width:133px; height:19px;
	background-image:url(../images/toc_placeholder_training.jpg);
	}
#demoDiv {
	width:920px; height:182px;
	position:relative;
	margin-bottom:15px;
	}
#demoSimButton {
	width:452px; height:182px;
	background-image:url(../images/demo_simButton.jpg);
	position:absolute;
	}
#demoSimButton:hover {
	background-position:0 182px;
	}
#demoTGButton {
	width:452px; height:36px;
	background-image:url(../images/demo_tmButton.jpg);
	position:absolute;
	left:468px; top:0;
	}
#demoTGButton:hover {
	background-position:0 36px;
	}
#demoQuizButton {
	width:218px; height:130px;
	background-image:url(../images/demo_quizButton.jpg);
	position:absolute;
	left:468px; top:52px;
	}
#demoQuizButton:hover {
	background-position:0 130px;
	}
#demoExamButton {
	width:218px; height:130px;
	background-image:url(../images/demo_examButton.jpg);
	position:absolute;
	left:702px; top:52px;
	}
#demoExamButton:hover {
	background-position:0 130px;
	}
.paymentCCbutton {
	display:block;
	width:279px; height:137px;
	background-image:url(../images/pay_cc_button.jpg);
	}
.paymentECbutton {
	display:block;
	width:279px; height:137px;
	background-image:url(../images/pay_ec_button.jpg);
	}
.paymentCCbutton:hover, .paymentECbutton:hover {
   background-position:0 137px;
   cursor:pointer;
	}

/* =========================== */
/* ========== Admin ========== */
/* =========================== */

.dataTable, .actionsTable {
   border-left:2px solid #969696;
   border-right:2px solid #969696;
   border-bottom:2px solid #969696;
   }
.dataTable_level2 {
	width:100%;
	}
.dataTable td, .actionsTable td, .dataTable_level2 td {
   height:22px;
   padding:0 3px;
   border-bottom:1px dotted #c0c0c0;
   border-right:1px solid #c0c0c0;
   }
.dataTableClean {
   border:none;
   }
.dataTableClean td {
   border-right:none;
   }
.dataTableNoBottom td {
   border-bottom:none;
   }
.dataTableGrey {
   border-left:2px solid #949494;
   border-right:2px solid #949494;
   border-bottom:2px solid #949494;
	}
#contentDiv .dataTable td, #contentDiv .dataTable td a, #contentDiv .actionsTable td, #contentDiv .actionsTable td a, #contentDiv .dataTable_level2 td, #contentDiv .dataTable_level2 td a {
   text-align:left;
   font-size:12px;
   }
#contentDiv .dataTable th {
   background-color:#cecccd;
   color:black;
   height:22px;
   font-size:12px;
   font-weight:normal;
   padding:0 3px;
   }
#contentDiv .dataTable th a, .dataTable th a {
   color:black;
   font-size:12px;
   text-decoration:none;
   }
#contentDiv .dataTable th a:hover, .dataTable th a:hover {
   text-decoration:underline;
   }
.dataTR_over {
   background-color:#eeeeee;
   }
.dataTableLeft {
   position:relative;
   /*top:28px;*/
   width:755px;
   /*margin-bottom:28px;*/
   z-index:1;
   }
.dataTableTop {
   background-color:#969696;
   border-top-left-radius:7px;
   border-top-right-radius:7px;
   border-bottom:1px solid #969696;
   color:black;
   display:block;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   width:733px; height:27px;
   line-height:27px;
   padding:0 7px 0 15px;
   position:relative;
   z-index:1;
   }
.dataTable td a.alpha {
	text-decoration:none;
	display:block;
	line-height:22px;
	}
.dataTable td a.alpha:hover {
	color:#003f75;
	}
.iconActions {
	background-image:url(../images/icon_actions.gif);
	width:16px; height:16px;
	margin-top:7px;
	}
.iconReports {
	background-image:url(../images/icon_reports.gif);
	width:16px; height:16px;
	margin-top:7px;
	}
.iconViews {
	background-image:url(../images/icon_views.gif);
	width:16px; height:16px;
	margin-top:7px;
	}
.searchbox {
   width:172px; height:24px;
   background-image:url(../images/searchData.gif);
   margin:2px 1px 0 0; padding:0;
   float:right;
	}
#namesearch {
   width:140px; height:24px;
   background-color:transparent;
   border:none;
   line-height:24px;
   color:#bfbfbf;
   padding:0; margin:0 0 0 5px;
   font-size:14px;
   float:left;
   }
.namesearchSubmit {
   display:block;
   float:right;
   width:22px; height:24px;
   background-image:url(../images/searchDataSubmit.gif);
   }
.namesearchSubmit:hover {
   background-position:0 24px;
   }
.selectsearch {
	float:right;
	font-size:14px;
	height:24px;
	margin:2px 5px 0 5px;
	}
.selectext {
	font-weight:normal;
	font-size:11px;
	float:right;
	}
.actionsTable {
   width:175px;
   float:right;
   clear:right;
   margin-bottom:10px;
   }
#contentDiv .actionsTable td a {
   text-decoration:none;
   display:block;
   }
.actionsTableTop {
   display:block;
   width:167px; height:28px;
   padding-left:8px;
   background-color:#969696;
   line-height:28px;
   font-size:16px;
   font-family:Arial, Helvetica, sans-serif;
   color:black;
   position:static;
   z-index:1;
   float:right;
   clear:right;
   border-top-left-radius:7px;
   border-top-right-radius:7px;
   }
.actionDisabled {
   color:#aaaaaa;
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
   }
.actionSelected {
   color:black;
   padding-left:15px;
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif;
   background-image:url(../images/check.gif);
   background-repeat:no-repeat;
   background-position:0 2px;
   }
.viewsLink {
	padding-left:15px;
	}
.adminTitle {
   display:block;
   height:28px;
   padding-left:6px;
   background-color:#f0bc34;
   background-image:url(../images/headingBack.jpg);
   line-height:28px;
   font-size:18px;
   color:black;
   }
.faqDiv {
   background-color:#5b9deb;
   border-bottom:1px solid #3580d9;
   height:25px;
   font-size:16px;
   color:black;
   cursor:auto;
   }
.faqDivHover {
   background-color:#7eb8fb;
   border-bottom:1px solid #3580d9;
   height:25px;
   font-size:16px;
   color:black;
   cursor:pointer;
   }
.dashboardHeader {
	display:block;
   height:28px;
   padding-left:6px;
   background-color:#606473;
   background-image:url(../images/headingBack_dash.jpg);
   line-height:28px;
   font-size:16px;
   color:black;
   text-align:left;
	}
.dashboardHeader2 {
	display:block;
   height:28px;
   padding-left:6px;
   background-color:#606473;
   background-image:url(../images/headingBack_dash2.jpg);
   line-height:28px;
   font-size:16px;
   font-weight:bold;
   color:white;
   text-align:left;
   border-bottom:1px solid black;
	}
.dashboardHeader3, .highslide-wrapper div .dashboardHeader3 {
   display:block;
   height:28px;
   padding-left:6px;
   background-color:#969696;
   line-height:28px;
   font-size:16px;
   color:black;
   text-align:left;
   font-family: 'Open Sans',Tahoma,Geneva,sans-serif;
	font-weight:400;
   position:static;
   z-index:1;
   border-top-left-radius:7px;
   border-top-right-radius:7px;
   }
.treeCell {
	height:auto;
	}
.treeExpand {
	display:block; float:left;
	background-image:url(../images/tree_buttons.gif);
	width:13px; height:13px;
	margin:1px 10px 0 4px;
	}
.treeCollapse {
   display:block; float:left;
	background-image:url(../images/tree_buttons.gif);
	width:13px; height:13px;
	margin:1px 10px 0 4px;
	background-position:0 13px;
	}

/* ============================ */
/* ========== Paging ========== */
/* ============================ */

.paging {
   width:755px;
   height:22px;
   background-color:#cecccd;
   background-image:url(../images/pagingBottom.jpg);
   text-align:center;
   position:relative;
   font-size:1px;
   }
.pagingText {
   width:105px;
   height:22px;
   font-size:12px;
   color:white;
   text-align:center;
   position:absolute;
   top:3px;
   left:325px;
   }
.pagingPrevious {
   width:22px;
   height:22px;
   background-image:url(../images/pagingPrevious.gif);
   }
.pagingPrevious_inactive {
   width:22px;
   height:22px;
   background-image:url(../images/pagingPrevious_inactive.gif);
   }
.pagingPrevious_over {
   width:22px;
   height:22px;
   background-image:url(../images/pagingPrevious_over.gif);
   }
#pageNum {
   height:20px;
   }

/* ============================ */
/* ========== Footer ========== */
/* ============================ */

html, body, #wrap { height: 100% }
body > #wrap {height: auto; min-height: 100%;}
#main { padding-bottom: 40px; border:1px solid transparent }  /* must be same height as the footer */
#footer {
	background-color:#212121;
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
	}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
 	display: inline-block;
 	}/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}/* End hide from IE-mac */

#footer_inner {
	width:980px; height:40px;
	margin:0 auto;
	}
#footer_inner td, #footer_inner a {
   font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	}
#footer_inner a:hover {
	color:#ea0701;
	}

/* =========================================== */
/* ========== White Highslide Popup ========== */
/* =========================================== */

.loginSignup {
	margin-top:14px;
	background-color:#d4d4d4;
	font-size:14px;
	color:black;
	padding:5px 10px;
	}
.loginSignup p {
	font-size:14px;
	color:black;
	text-align:left;
	margin-top:7px;
	}
.loginSignup span {
	font-size:14px;
	font-weight:bold;
	}
.reminderLink {
	font-size:10px;
	color:#2e85d2;
	}
h1.login {
   margin:0;
   float:left;
   font-size:16px;
   color:#2e85d2;
   }
.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
   position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
   color: black;
   font-size: 8pt;
   font-family: sans-serif;
   font-weight: bold;
    text-decoration: none;
   padding: 2px;
   border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
   font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* Styles for the popup */
.highslide-wrapper, .rounded-white {
   background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
   padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
   margin: 0;
   padding: 0;
   text-align: right;
}
.highslide-wrapper .highslide-header ul li {
   display: inline;
   padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
   display: none;
}
.highslide-wrapper .highslide-header a {
   font-weight: bold;
   color: gray;
   text-transform: uppercase;
   text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
   color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
   cursor: move;
}
.highslide-wrapper .highslide-footer {
   height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
   float: right;
   margin-top: 4px;
   height: 11px;
   width: 11px;
   background: url(../highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-dimming {
   position: absolute;
   background: black;
}
.highslide-heading {
   display: none;
   margin: 0;
}
.no-footer .highslide-footer {
   display: none;
}
.special-header .highslide-header, .special-header-narrow .highslide-header {
	display:none;
	}
.special-header .highslide-heading, .special-header-narrow .highslide-heading {
	position:relative;
	top:-15px;
	margin:0 0 -10px 5px;
	}
.highslide-wrapper div .highslide-jtitle {
   float:left;
   font-size:20px;
   color:#0c4b81;
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(../images/pop_top.jpg);
   background-repeat:no-repeat;
   line-height:28px;
   padding-left:15px;
   width:890px;
   }
.highslide-wrapper div .highslide-etitle {
   float:left;
   font-size:20px;
   color:#0c4b81;
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(../images/pop_top.jpg);
   background-repeat:no-repeat;
   line-height:28px;
   padding-left:15px;
   width:890px;
   }
.highslide-wrapper div .highslide-etitle-narrow {
   float:left;
   font-size:28px;
   color:#ea0701;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-weight:300;
   background-repeat:no-repeat;
   line-height:28px;
   padding-left:15px;
   width:385px;
   }
.highslide-wrapper div .highslide-jtitle-narrow {
   float:left;
   font-size:20px;
   color:#0c4b81;
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(../images/pop_top_narrow.jpg);
   line-height:28px;
   padding-left:15px;
   width:385px;
   }
.closeClipButton {
   display:block;
   float:right;
   width:29px; height:29px;
   background-image:url(../images/close_white.jpg);
   }
.closeClipButton:hover {
   background-position:0 29px;
   }
