@charset "utf-8";
body, html {
	margin:0;
	padding:0;
	background:url(Images/page-background.png) top left repeat;
	font-family:Arial, Helvetica, sans-serif;
}

img 
{
	border:none;
}
.scroller 
{
	scrollbar-base-color:#90c6e8;
	scrollbar-arrow-color:#0a6ba8;
	scrollbar-DarkShadow-Color:#0a6ba8; 
}

.scroller hr 
{
	display:block;
	height:1px;
	width:50%;
	text-align:left;
	border:none;
	background: none;
	border-top:solid 1px #333;
}





.centerAligner {
	width:763px;
	height:auto;
	margin:57px auto;
}

.centerAligner .background {
	float:left;
	display:inline;
	width:763px;
	height:582px;
	background:url(Images/conten-background.png) top left no-repeat;
}

.header {
	float:left;
	display:inline;
	width:763px;
	height:118px;
}

.header .headerLeft {
	float:left;
	display:inline;
	width:320px;
	margin:12px 0 0 14px;
}

.header .headerRight {
	float:left;
	display:inline;
	width:429px;
}
.header .headerRight .ADALogo{
	padding:16px 0 0 76px;
}
.header .headerRight .login-bar {
	clear:both;
	float:right;
	display:inline;
	width:190px;
	height:auto;
	background-color:#2588c7;
	padding:4px 25px 4px 0;
	margin:17px 0 0 0;
}
.header .headerRight .login-bar .login-link  {
		float:right;
	display:inline;
}
.header .headerRight .login-bar .login-link a {
	font-family:"Arial Black", Gadget, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	line-height:19px;
	text-decoration:none;
}
.header .headerRight .login-bar .separator {
	float:right;
	display:inline;
	width:1px;
	font-size:0px;
	line-height:0px;
	height:13px;
	background-color:#fff;
	margin:3px 5px 0 5px;
	border-left:#7cb8dd solid 1px;
	border-right:#7cb8dd solid 1px;
}

.mainPart {
	float:left;
	display:inline;
	width:763px;
	height:auto;
}
.mainPart .mailLeft {
	float:left;
	display:inline;
	width:317px;
	height:auto;
}

.mainPart .mailLeft #leftMenu {
	float:left;
	display:inline;
	width:286px;
	height:190px;
	margin:2px 0 0 14px;
	border-top:solid 2px #efb510;
	overflow:visible;
	
}
.mainPart .mailLeft #leftMenu .left-menu {
	list-style:none;
	margin:0;
	padding:0;
}
.mainPart .mailLeft #leftMenu .left-menu li {
	list-style:none;
	margin:0;
	padding:3px 0 2px 5px;
	width:210px;
	border-top:solid 2px #efb510;
	font-weight:bold;
	font-size:12px;
	font-family:"Arial Black", Gadget, Helvetica, Arial, sans-serif;
	line-height:14px;
}
.mainPart .mailLeft #leftMenu li.firstItem {
	border-top:none;
}

.mainPart .mailLeft #leftMenu .left-menu li a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}
.mainPart .mainRight {
	float:left;
	display:inline;
	width:430px;
	height:auto;
}
.mainPart .mainRight .content {
	float:left;
	display:inline;
	width:430px;
	height:352px;
	background:url(Images/short-right-content-bg.png) top left no-repeat;
	
}
.mainPart .mainRight .content .scroller 
{
	overflow:auto;
	float:left;
	display:inline;
	width:430px;
	height:310px;
}
.mainPart .registration .content
{
	height:427px;
	background:url(Images/register-background.png) top left no-repeat;
}
.mainPart .registration .content .scroller 
{
	height:387px;
}

.mainPart .mainRight .content h1 
{
	float:left;
	width:auto;
	height:auto;
	background-color:#0e7cc1;
	padding:4px 20px 4px 13px;
	margin:0 auto 12px 0;
	font-family:"Arial Black", Gadget, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}

.mainPart .mainRight .content h2, .mainPart .mainRight .content h3, .mainPart .mainRight .content h4, .mainPart .mainRight .content h5, .mainPart .mainRight .content h6 {
	font-weight:bold;
	font-size:14px;
	margin-left:15px;
}

.mainPart .mainRight .content p {
	font-size:14px;
	margin:0 15px 15px 14px;
	padding:0;
}
.mainPart .mainRight .content ul 
{
	font-size:14px;
}

.mainPart .mainRight .content a {
	color:#007dc3;
	text-decoration:underline;
	font-weight:bold;
}
.mainPart .mainRight .content a:hover {
	color:#005da3;
}

.mainPart .mainRight .underContentText {
	float:left;
	display:inline;
	width:363px;
	padding:15px 30px 0 37px;
	height:70px;
	overflow:auto;
	font-size:9px;
	color:#fff;
}
.mainPart .registration .underContentText 
{
	display:none;
}

.mainPart .mainRight .underContentText p {
	margin:0 0 5px 0;
	padding:0;
}

.mainPart .mainRight .footer {
	clear:both;
	float:left;
	display:inline;
	width:376px;
	margin:0 0 0 20px;
	padding:5px 0 0 18px;
	height:100px;
	border-top:solid 2px #efb510;
}
.mainPart .registration .footer {
	margin:10px 0 0 20px;
}
.mainPart .mainRight .footer .menu {
	color:#fff;
	font-size:9px;
}
.mainPart .mainRight .footer .menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mainPart .mainRight .footer .menu li {
	list-style:none;
	margin:0 7px 0 0;
	padding:0;
	display:inline;
}
.mainPart .mainRight .footer .menu li a {
	color:#fff;
}



.login-form p 
{
	font-size:12px!important;
}
.field-container 
{
	margin:0 0 5px 15px;
}
.field-container .field-caption 
{
	width:130px;
	float:left;
	display:inline;
	font-size:12px;
	font-weight:bold;
	clear:left;
	
}
.login-form .field-container .field-caption 
{
	width:80px;
}
.field-comment 
{
	clear:left;
	font-size:11px;
}
.shortInput, .x-form-field
{
	width:180px!important;
}
.login-form .button 
{
	text-align:right;
	width:260px;
}
.field-error, .error 
{
	font-size:12px!important;
	color:Red;
	font-weight:bold;
}
.registration-form .button 
{
	text-align:right;
	width:320px;
	clear:left;
}
.captcha 
{
	clear:left;
	margin-top:10px
}



/***** Styles for Chapter Menu ***********/

.chapter-menu 
{
	width:385px;
	font-size:12px;
	margin:0 0 0 15px;
}
.chapter-menu  td 
{
	text-align:left;
	vertical-align:top;
}
.chapter-menu  caption 
{
	text-align:center;
	font-weight:bold;
}
.chapter-menu .chapter-title 
{
	font-weight:bold;
	padding:8px 3px 5px 0;
	width:160px;
}
.chapter-menu .chapter-status 
{
	padding:8px 3px 5px 0;
}
.chapter-menu .chapter-button 
{
	padding:8px 3px 0 0;
}
.chapter-menu .chapter-sections 
{
	padding:0 3px 5px 20px;
	font-weight:bold;
	border-bottom:solid 2px #efb510;
}

/*********** Styles for internal pages (chapters) **********/
.chapter 
{
	background:url(Images/chapter-background.png) top left no-repeat;
	width:732px; 
	display:inline;
	float:left;
	margin:5px 0 0 15px;
}
.chapter .content-container
{
	height:433px;
	font-size:14px;
}

.chapter .content-container .questions 
{
	width:611px;
	border:solid 2px #efb510;
	margin:10px 0 0 30px;
	clear:left;
}
.chapter .content-container .questions caption 
{
	background:url(Images/tables-header-bg.png) top left no-repeat;
	height:23px;
	text-align:left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 0 5px;
	
}
.chapter .content-container .questions-caption 
{
	background:url(Images/tables-header-bg.png) top left repeat-x;
	float: left;
	display: inline;
	width:auto;
	height:23px;
	text-align:left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:5px 30px 0 5px;
	margin:5px 0 0 30px;
	
}
.chapter .content-container .questions td,  .chapter .content-container .questions th
{
	text-align:left;
	vertical-align:top;
}
.chapter .content-container .questions th.title 
{
	padding:5px 0 5px 10px;
}
.chapter .content-container .questions .submit-btn 
{
	height:30px;
	padding:10px 20px 10px 15px;
}
.chapter .content-container .questions .submit-btn .button
{
}
.chapter .content-container .questions td table 
{
	width:580px;
}


.chapter .content-container .questions .question_group 
{
	width:580px;
}

.chapter .content-container .questions .question_group .question-header
{
	text-align:center;
	vertical-align:top;
	font-size:12px;
	padding:0 4px 0 4px;
}
.chapter .content-container .questions .question_group .question-text
{
	vertical-align:top;
	padding:4px 0 5px 10px;

}
.chapter .content-container .questions .question_group .question-input 
{
	vertical-align:top;
	text-align:center;

}




.chapter .content-container h1 
{
	height:23px;
	border-bottom:solid 2px #efb510;
	font-size:18px;
	background:url(Images/tables-header-bg.png) top left no-repeat;
	color:#fff;
	padding:5px 0 0 10px;
	margin:0;
	
}
.chapter .content-container ul, .chapter .content-container li
{
	margin:0;
	padding:0;
}
.chapter .content-container ul
{
	margin: 0 0 0 17px;
}

.chapter .footer {
	clear:both;
	float:left;
	display:inline;
	width:696px;
	margin:0 0 0 10px;
	padding:5px 0 0 18px;
	height:40px;
	border-top:solid 2px #efb510;
	text-align:center;
}

.chapter .footer .menu {
	color:#fff;
	font-size:9px;
}
.chapter .footer .menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.chapter .footer .menu li {
	list-style:none;
	margin:0 7px 0 0;
	padding:0;
	display:inline;
}
.chapter .footer .menu li a {
	color:#fff;
}
.chapter-page-header 
{
	height:28px;
	border-bottom:solid 2px #efb510;
}
.chapter-page-header .chapter-page-title 
{
	float:left;
	display:inline;
	width:auto;
	max-width:450px;
	height:20px;
	line-height:20px;
	overflow:hidden;
	background-color:#0e7cc1;
	padding:2px 30px 6px 13px;
	margin:0 0 7px 0;
	font-family:"Arial Black", Gadget, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.chapter-page-topLinks, .chapter-page-topLinks .menu, .chapter-page-topLinks .menu .menuItem, .chapter-page-topLinks .menu .menuSpacer
{
	float:right;
	font-size:13px;
	font-weight:bold;
}
.chapter-page-topLinks 
{
	width:200px;
	height:20px;
	padding:5px 20px 0 0;
}
.chapter-page-topLinks .menu .menuItem 
{
	margin:2px 0 0 0;
}
.chapter-page-topLinks .menu .menuItem a 
{
	color:#424344;
	text-decoration:none;
}
.chapter-page-topLinks .menu .menuItem a:hover 
{
	text-decoration:underline;
}
.chapter-page-topLinks .menu 
{
}
.chapter-page-topLinks .menu .menuSpacer 
{
	font-size:0px;
	line-height:0px;
	width:1px;
	height:12px;
	background:#424344;
	margin:5px 5px 0 5px;
} 


.section-navigation 
{
	margin:5px 0 0 0;
}
.section-navigation .prev 
{
	float:left;
	text-align:left;
	width:100px;
}

.section-navigation .sections 
{
	float:left;
	text-align:left;
	width:532px;
	text-align:center;
	color:#fff;
	font-size:16px;
}
.section-navigation .sections a 
{
	color:#fff;
}
.section-navigation .sections a.CurrentSection
{
	color:#efb510;
	text-decoration:none;
	font-weight:bold;
}


.section-navigation .next 
{
	float:left;
	text-align:right;
	width:100px;
	margin:0;
	padding:0;
}


.chapter .scroller 
{
	height:297px;
	overflow:auto;
	width:707px;
	margin:5px 0 0 0;
	padding:10px 10px 40px 15px;
	position:relative;
}
.chapter .scroller li 
{
	margin:0;
	padding:0;
	
}
.chapter .scroller sup 
{
	font-size:11px;
}
.chapter .scroller sup a
{
	color:#39f;
	text-decoration:none;
	font-weight:bold;
	margin-left:2px;
}
.chapter .scroller sup a:hover 
{
	text-decoration:underline;
}


.square-border 
{
	margin:20px;
	padding:20px;
	border:solid 2px #efb510;
}

.answers 
{
	margin: 10px 20px 10px 20px;
}

.chapter h2, .chapter h3 
{
	font-size:16px;
	margin:15px 0 10px 0;
	padding:0;
}
.answers h2
{
	margin:15px 0 10px 10px;
}
.chapter h4 
{
	font-size:14px;
	margin:5px 0 10px 0;
	padding:0;
}
.chapter ul 
{
	margin:0 0 0 10px;
	padding:0 0 0 20px;
	
}
.testScores 
{
	list-style:none;
	margin:0 0 10px 0!important;
	padding:0!important;
}
.testScores li
{
	list-style:none;
	margin:0 0 10px 0!important;
	padding:0 0 0 20px!important;
}
.testScores .incorrect {
	background:url(Images/incorrect.png) top left no-repeat!important;
}
#anwersFixForIE6 
{
	position:relative;
	top:0;
	left:0;
}
#anwersFixForIE6 .incorrect {
	background:url(Images/incorrect.png) top left no-repeat!important;
}
.testScores .correct
{
	background:url(Images/correct.png) top left no-repeat!important;
}

.preTestScores 
{
	list-style:none;
	margin:0 0 10px 0!important;
	padding:0!important;
}
.preTestScores li
{
	list-style:none;
	margin:0 0 10px 0;
	padding:0 0 0 20px!important;
}


.chapter .content-container .pre-test-q h1 
{
	height:23px;
	border-bottom:none;
	font-size:18px;
	background:url(Images/tables-header-bg.png) top left no-repeat;
	color:#fff;
	padding:5px 0 0 10px;
	margin:15px 0 0 0;
}
.chapter .content-container .pre-test-q .answers
{
	margin:0 0 15px 0;
	border:solid 2px #efb510;
}
.chapter .content-container .pre-test-q p
{
	margin:0;
	padding:10px 15px 10px 15px;
	border-top:solid 2px #efb510;
}

.chapter .content-container .post-test 
{
	margin-top:0px;
	padding-top:20px; 
	height: 292px;
}
.chapter-page-header .post-test {
	width:auto;
	height:20px;
	overflow:hidden;
	background:url(Images/tables-header-bg.png) top left no-repeat;
	padding:2px 0 6px 13px;
	padding-top:4px!important;
	margin:0 0 12px 0;
	font-family:"Arial Black", Gadget, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}
.error 
{
	margin:5px 15px 5px 15px;
}
.contact-form .longTextArea 
{
	width:180px;
	height:100px;
}
.contact-form p 
{
	font-size:12px!important;
}
.contact-form p strong 
{
	width:160px;
	display:inline;
	float:left;
	padding:4px 4px 0 0;
}
.contact-form p.button 
{
	text-align:center;
}
.contact-form p span.error 
{
	display:block;
	clear:both;
}

.SectionText
{
	position:relative;
}

.SectionVideo 
{
	font-size:18px;
	padding:0;
	margin:0;
}
