﻿* 
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 12pt; 
	background-color: #ffffff;
	color: Black;	
	text-align: center;
}

html {
	overflow-y: scroll;
}

img 
{
	border: none;
	display: block;
}

h2 
{
	font-size: 14pt;
	color: #666666;
}

th 
{
	font-size: 10pt;
	padding-top: 3px;	
	font-weight: bold;
	padding-bottom: 3px;
	color: #333333;	
}

.header 
{	
	background-color: #00628f;
	width: 100%;
	color: White;
}

.menu 
{	
	background-color: #506779;
	background-repeat: repeat-x;
	background-image: url(/Content/Images/Template/menu-background.gif);
	width: 100%;
	color: White;
	border-top: solid 2px black;	
	border-bottom: solid 2px black;	
}

.submenu 
{	
	background-color: #f1f1f1;
	background-repeat: repeat-x;
	width: 100%;
	color: #000000;
	border-bottom: solid 1px #787878;	
	font-size: 9pt;
	padding-left: 3px;
	display: none;
}


.headerSection 
{
	text-align: left;	
	margin: 0 auto 0 auto;
	border: none;	
	position: relative;
}

.menuSection
{	
	height: 26px;
	background-repeat: repeat-x;
	text-align: left;	
	margin: 0 auto 0 auto;		
	padding-top: 6px;
	padding-left: 6px;
}

.submenuSection  
{
	text-align: left;	
	margin: 0 auto 0 auto;		
	padding: 6px 0;
}

.pageSection 
{	
	text-align: left;	
	margin: 0 auto 0 auto;	
	border: none;	
	background-color: Transparent;		
}

.headerContent 
{
	margin-left: 196px;			
}

.headerContent .topTitle 
{
	font-size: 28px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 30px;
}

.headerContent .subTitle 
{
	padding-top: 3px;
}

.headerContent .subTitle h1
{
	font-size: 14px;
	font-weight: normal;
}

.pageWidth 
{
	width: 748px; /* Page width */
	_width: 750px; /* For older IE */
}

.logo 
{
	padding-top: 14px;
}

.contentSection 
{
	float: right;
	width: 550px;
}

.contentSectionInner 
{
	/*width: 568px;*/
	padding-top: 15px;
}

.fullWidthContentSection 
{
}

.fullWidthContentSectionInner 
{
	width: 100%;
}

.topSection 
{
	background-color: #f9f9f9;
	padding: 20px 20px 11px 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border: solid 1px #d3d3d3;
	border-top: none;
	color: #444444;	
}

.topSection p 
{
	line-height: 1.5em;
	font-size: 11pt;
}

.sideBarSection 
{	
	/*float: left;*/
}

.sideBar 
{
	width: 180px;
	font-size: 9pt;	
}

.sideBarSectionInner 
{
	padding-top: 15px;
}

 .footerDivider 
{
	height: 18px;
	clear: both;
}

/* Questions */

.questionBlock
{	
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	border: solid 1px #cfcfcf;
	width: 542px;	/* 530px total */
	margin: 0 0 15px 0;
	
	padding: 8px 0 8px 8px;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	
}

.quizSection 
{
	position: relative;
}

.sideBarSectionInner h2, .secondSideBarSectionInner h2
{
	font-size: 14pt;
	margin: 0;
	padding: 3px 0;
	color: #033758;
}

.sideBar h4 
{
	font-size: 11pt;
	padding: 6px 0;
}

.question
{
	background-color: #c1e2ee;
	width: 517px /* total 514px */;
	border: solid 1px #c7c7c7;
	padding-top: 9px;	
	padding: 8px;
	color: #001133;	
}

.question p
{
	margin: 0;
	padding: 0;
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial;
	line-height: 1.5em;
}

.answer 
{	
	margin-top: 9px;	
	width: 252px;
	display: inline-block;
	zoom:1;
	*display:inline;
	background-color: #daf1f9;
	padding: 5px;	
	border: solid 1px #c7c7c7;
	vertical-align: top;
}

.answer1, .answer3 
{
	margin-right: 4px;
	*margin-right: 8px;
	width: 251px;
}

.answerButton 
{
	float: left;
	width: 19px; 
	height: 23px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 8px;
	background-repeat: no-repeat;
}


.answerText 
{
	margin-left: 34px;
	color: #001133;
	padding: 3px;	
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}

/* IE6 only */
* html .answerText
{
	margin-left: 51px;
}

.questionIndex 
{
	position: absolute;
	right: -120px;
	top: 5px;
	color: #eeeeee;
	font-size: 50px;
	font-weight: bold;
	width: 100px;
	z-index: 10;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	
}

.questionIndex img 
{
	display: inline;
	padding-left: 2px;
}


.questionInfo 
{
	padding: 8px;
	font-size: 14px;
	line-height: 1.5em;	
	width: 517px; /* Total: 514px */
	margin-top: 10px;
	background-color: #c1e2ee;
	border: solid 1px #c7c7c7;
}

.quizLink 
{
	display: block;
	padding-bottom: 3px;
}

.sidebarBlockOuter
{
	background-color: #f9f9f9;
	border: solid 1px #c7c7c7;
	margin-bottom: 15px;	
}

.sidebarBlock 
{
	background-repeat: no-repeat;
	background-position: left top;
	padding: 6px 12px 12px 12px;	
	line-height: 1.5em;	
}

.sidebarInsert 
{
	line-height: 1.5em;	
	padding: 12px 10px 10px 10px;	
	background-color: #fef29d;
	border: solid 1px #ffbc2c;
}

a 
{
	color: #0c5c8e;
}

a:hover
{
	color: #006600;
}

.smallText, .smallText *
{
	font-size: 8pt;
}

.quizIntro 
{
	background-color: #e9e9e9;
	color: #666666;	
	width: 550px;
	margin-bottom: 18px;
}

.quizIntroInner 
{
	padding: 18px;
	font-size: 10pt;
}

.quizIntroInner h2 
{
	margin: 0;
	padding: 0 0 9px 0;	
}


.quizInsertOuter 
{	
	margin: 15px 0;
	width: 550px;	
	background-color: #fef29d;
	border: solid 1px #ffbc2c;
	position: relative;
}

.quizInsertOuter .quizInsert 
{
	padding: 10px 10px 10px 15px;			
}

.quizInsertOuterWide 
{
	margin: 15px 0 0 0;
	background-color: #fef29d;
	border: solid 1px #ffbc2c;
	width: 748px;	
	position: relative;
}

.quizInsertOuterWide .quizInsert 
{
	padding: 10px 10px 10px 10px;		
}

.inlineLinkAdBlock
{
	background-color: #e9e9e9;
	color: #666666;	
	width: 530px;
	margin-bottom: 18px;	
}

.inlineLinkAdBlockInner
{	
	padding: 6px 12px;
	font-size: 10pt;
}


.quizFootnote 
{
	color: #777777;
	font-size: 12px;
}

.contentPageBlock
{
	background-color: #e9e9e9;
	color: #666666;	
	width: 530px;
	margin-bottom: 18px;
}

.contentPageBlockInner 
{
	padding: 18px;
	font-size: 10pt;
}

.contentPageBlock h2 
{
	margin: 0;
	padding: 0 0 9px 0;
}

p 
{
	padding-bottom: 9px;	
}

.siteName1
{
    color: #003399;
}
.siteName2
{
    color: #CC0000;
}
.siteName3
{
    color: #009933;
}
.siteName4
{
    color: #996600;
}

.hide .answerButton
{
	background-image: url(/Content/Images/quiz-question-array.png);
	background-position: 0px 0px;	
	cursor: pointer;
}

.hide .answerButton:hover
{
	background-image: url(/Content/Images/quiz-question-array.png);
	background-position: -81px 0;
}


.reveal .answerButton 
{
	background-image: url(/Content/Images/quiz-question-array.png);
	background-position: -81px 0px;
}

.reveal .correctAnswer
{
	background-position: -54px 0px;
}

.reveal .wrongAnswer
{
	background-position: -27px 0px;
}

.score00, .score10
{
	color: Red;
}

.score20, .score28, .score40
{
	color: #FF2400;
}

.score50, .score60, .score70
{
	color: Orange;
}

.score80, .score90, .score100
{
	color: Green;
}

#slidingResultPanel .percentColorLabel 
{
	font-size: 28px;
}

.footerScore .percentColorLabel 
{
	font-size: 34px;
}

.linkBlockTitle 
{
	font-weight: normal;	
	color: #787878;
	padding: 6px 0 6px 6px;
}

.otherSites h4
{
	padding-bottom: 3px;
	background-color: #cfcfcf;
	color: #444444;
	width:100%;
	padding:2px 4px;
}

.otherSites p 
{
	padding: 6px 4px;
}

.otherSites 
{
	line-height: 1.6em;
}

.otherSites a 
{
	font-weight: bold;
}

a.subtle, a.subtle:link, a.subtle:visited, a.subtle:active
{
	color: #555555;
	font-weight: normal;
}

a.subtle:hover 
{
	color: #006600;
}

.registrationBlock
{
    width: 530px;
    background-color: #f3f3f3;
    border-top: solid 1px #999999;
    font-size: 10pt;
    background-image: url(/Content/Images/grey-block-gradient.gif);
    background-repeat: repeat-x;
}
.registrationBlockInner
{
    padding: 12px;
}
.registrationForm tr td
{
	padding: 2px 0;
}        
.registrationForm .label 
{
	width: 140px;
	color: #555555;
}

.registrationForm label 
{
	font-size: 9pt;
	color: #555555;
}

.registrationForm .command 
{
	padding-top: 9px;
}

.registrationBlock p 
{
	margin-bottom: 12px;
	font-size: 9pt;
}

.registrationBlock h2
{
    font-size: 11pt;
    color: #000066;
    margin: 0;
    padding: 0 0 12px 0;
}
.registrationBlock h3
{
    margin: 0;
    padding: 0 0 12px 0;
    font-size: 12pt;
}
        
.registrationBlock ul.footnote 
{
	font-size: 9pt;
	color: #333366;
	margin: 9px 0;
	padding-left: 18px;
}

.registrationBlock .fieldNote 
{
	font-size: 9pt;
	color: #787878;
}

.registrationBenefitsBlock, .proSignUpNoteBlock
{
    width: 506px;
    background-color: #dddddd;
    margin-bottom: 12px;
    font-size: 9pt;
}
.basicMembership, .proSignUpNoteBlockInner
{
	background-color: #ddddee;
}
.proMembership 
{
	background-color: #ddeedd;
}
.registrationBenefitsBlockInner, .proSignUpNoteBlockInner
{
    padding: 12px;
}
.registrationBlock ul
{
    margin: 9px 12px;
}
.registrationBlock ul li
{
    margin: 3px 6px;
}
.registrationButton, .greenButton
{
	display: block;        	
	padding: 3px 12px;
	text-decoration: none;        	
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.signInRegistrationButton 
{
	background-color: #ddeedd;
	border: solid 2px #446644;
	color: #446644;
	float: left;
	width: 65px;
}
.basicRegistrationButton 
{
	background-color: #ddddee;
	border: solid 2px #666699;
	color: #555566;
	float: left;
	width: 100px;
}
.proRegistrationButton 
{
	background-color: #ddeedd;
	border: solid 2px #446644;
	color: #446644;
	margin-left: 140px;
	width: 100px;
}  
.greenButton 
{
	background-color: #ddeedd;
	border: solid 2px #446644;
	color: #446644;
}    
.forgottenPasswordLink 
{
    padding-top: 4px;
    margin-left: 110px;
}  
.registrationButton:hover, .greenButton:hover
{
	border: solid 2px #008800;
	color: #009900;
}        
.signInFailureText, .registrationFailureText
{
	display: block;
	padding: 0 0 9px 0;
	font-size: 9pt;
	color: Red;
}

.callout 
{
	background-image: url(/Content/Images/call-out.gif);
	width: 296px;
	height: 132px;	
	position: absolute;
}
.calloutInner 
{
	padding: 22px 10px 0 86px;
	height: 256px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3em;
	color: Black;
}

.calloutSmall
{
	background-image: url(/Content/Images/call-out-small.gif);
	width: 296px;
	height: 60px;	
	position: absolute;
}
.calloutSmallInner 
{
	padding: 22px 10px 0 86px;
	height: 256px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.3em;
	color: Black;
}

/* MENU */
.menuSection ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.menuSection ul li  
{
	display: inline; 
	margin-right: 36px;
	font-size: 15px;
	padding-bottom: 8px;
	background-image: url(/Content/Images/Template/menu-back-hover.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}

.menuSection ul li.current
{
	background-image: url(/Content/Images/Template/menu-back-current.png);
	background-position: center 21px;
} 

.menuSection ul li a
{
text-decoration: none;
color: White;
}

.menuSection ul li a:hover
{
}


/* SUBMENU */
.submenuSection 
{
	color: Black;
}

h1
{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;	
	margin-right: 6px;
	padding: 0;	
	line-height: 20px;
	font-weight: normal;
	color: #002b57;
}

.pageTitle h2
{
	font-size: 16px;
	margin: 0;	
	padding: 0 0 0 0;
	line-height: 20px;
	font-weight: normal;
	color: #002b57;
}

.quizNavigatorTop 
{
	background-color: #fef9ac;
	font-size: 13px;
	margin-right: 20px;	
	padding: 6px;
	border: solid 1px #ffbc2c;
	
}

.quizNavigatorBottom 
{
	background-color: #fef29d;
	font-size: 13px;
	margin-right: 20px;	
	padding: 6px;
	margin-bottom: 20px;
	border: solid 1px #ffbc2c;
	border-top: none;
}

.disabled 
{
	color: #787878;
}

#slidingResultPanel 
{
	background-color: #f9f9f9;
	border: solid 1px #cfcfcf;
	padding: 10px 0 14px 0;	
	width: 78px;
	position: absolute !important;
	right: -95px;
	top: -1000px;
	text-align: center;	
	z-index: 1001;
}

#slidingResultPanel .questionSummary 
{
	font-size: 14px;
	color: #787878;	
	padding-top: 8px;
}

#slidingResultPanel .scoreMessage 
{
	padding-top: 10px;
	color: #ff9900;
	font-size: 11px;
	text-transform: uppercase;
	display: none;
}

.quizSummary 
{
	background-color: #004666;
	border: solid 1px #000622;
	padding: 0 10px 10px 10px;
}

.quizSummary .panelLabel 
{
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
} 

.quizSummary .panelContent 
{
	background-color: #ffffff;
	border: solid 1px #000622;
	padding: 5px 0 10px 12px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.quizFooter 
{
	float: left;
	background-color: #004666;
	border: solid 1px #000622;
}

.footerNav 
{
	width: 80px;	
}

.footerNav a 
{
	display: block;
	padding: 60px 0 7px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 14px 7px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	background-color: #004666;	
	_zoom: 1;
}

.footerNav a:hover 
{
	color: #ffcc00;
}

.footerNav a.previousLink 
{
	background-image: url(/content/images/arrows/footer-left.png);
}
.footerNav a.previousLink:hover 
{
	background-image: url(/content/images/arrows/footer-left-hover.png);
}
.footerNav a.previousLinkDisabled 
{
	background-image: url(/content/images/arrows/footer-left-disabled.png);
	color: #819fad;
}
.footerNav a.nextLink 
{
	background-image: url(/content/images/arrows/footer-right.png);
	background-position: 18px 7px;
}
.footerNav a.nextLink:hover 
{
	background-image: url(/content/images/arrows/footer-right-hover.png);
}
.footerNav a.nextLinkDisabled 
{
	background-image: url(/content/images/arrows/footer-right-disabled.png);
	color: #819fad;
	background-position: 18px 7px;
}
.footerNav a.topLink 
{
	background-image: url(/content/images/arrows/footer-up.png);
}
.footerNav a.topLink:hover 
{
	background-image: url(/content/images/arrows/footer-up-hover.png);
}
.footerNav a.topLinkDisabled 
{
	background-image: url(/content/images/arrows/footer-up-disabled.png);
	color: #819fad;
}

.footerInfo 
{
	width: 354px;
	margin: 0 10px;
	padding: 5px;
}

.footerInfoItem 
{
	background-color: #ffffff;
	border: solid 1px #000622;	
}

.footerInfoLinks 
{
	text-align: center;
	padding-top: 5px;
}

.footerInfoLinks a 
{
	color: #ffffff;
	font-size: 11px;
}

.footerInfoLinks a:hover 
{
	color: #ffcc00;
}

.footerScore 
{
	width: 80px;
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px 10px 10px;	
	height: 50px;	
}

.footerSummary 
{
	font-size: 12px;
	margin-left: 107px;
	padding: 10px;
	height: 60px;	
	color: #36365a;
} 

.footerSummaryLabel 
{
	font-weight: bold;	
}

.quizList h2
{
	margin-bottom: 5px;
}

.quizListGroup 
{
	margin-bottom: 15px;
	padding: 0 3px;
}

a.quizArchiveLink 
{
	display: inline-block;
	_zoom: 1;
	width: 100px;
	font-size: 14px;
}

a.quizArchiveLink:link, a.quizArchiveLink:active
{
	color: #000033;
}

a.quizArchiveLink:visited
{
	color: #888888;
}

a.quizArchiveLink:hover
{
	color: #0000cc;
}

.difficultySlider 
{
	padding-bottom: 10px;
	padding-top: 2px;
}

.difficultySlider label {
	float: left; 
	display: block;
	padding: 0;
	margin:0;
}

.difficultySlider .slider {
	float: left; 
	width: 200px; 
	font-size: 8px;
	padding: 5px;
	margin-left: 2px;
}

.difficultySlider .information {
	float: left; 
	margin-left: 10px;	
}

.difficultySlider .information input 
{
	background-color: #00628f;
	border: none;
	color: #ffffff;
	padding: 2px;
	font-size: 14px;
}

.filterButton 
{
	padding: 3px 15px;
	text-align: center;
	color: #ffffff;
	background-image: url(images/button-blue.png);
	background-repeat: repeat-x;
	border: solid 1px #004261;
	background-color: #004261;
	background-position: left 0px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.informationBox 
{
	padding: 10px;
	background-color: #f9f9f9;
	border: solid 1px #c7c7c7;
	margin-bottom: 15px;
}

.informationBox h3 
{
	padding: 0 0 5px 0;
	margin: none;
	font-weight: normal;
	color: #004b6d;
	font-size: 13.5pt;
}

.informationBox p 
{
	line-height: 1.5em;
	font-size: 11pt;
	margin-bottom: 5px;
	color: #444444;
}

.pngTran { behavior: url(/Content/IE6PNGFix/iepngfix.htc) }

.topContentItem 
{
	margin-top: 0;
}

.clearBoth 
{
	clear: both;
}

/* Tab Menu */
.tabMenu 
{
	background-color: #004261;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.tabMenuSection
{
	position: relative;	
	margin: 0 auto;
}

.tabItem 
{
	float: left;
	width: 147px;	
	padding: 5px 10px 0 10px;	
	color: #a3c6d7;
	font-size: 14px;
	cursor: pointer;
	display: block;
	position: relative;
	height: 65px;
}

.tabItem:hover, .tabItem:hover *, .tabItem a:hover
{
	color: #ffe35e !important;
}

.selectedTabItem 
{
	background-color: #00628f;		
	background-image: url(images/tabs/current-tab-back.png);
	background-position: right top;
}

.lineMask 
{
	display: none;
}

.selectedTabItem .lineMask 
{
	background-color: #00628f; 
	position: absolute;
	display: block;
	top: 69px;
	left: 1px;
	width: 158px;
	height: 8px;
	z-index: 155;	
}


.selectedTabItem .leftEdge 
{
	background-image: url(images/tabs/current-tab-left.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 70px;	
	z-index: 150;
}

.tabItem p 
{
	margin: 0;
}

.currentTabItem p 
{
	padding-top: 2px;
}

a.tabTitle 
{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
	outline: none;
}

a.tabTitle:hover 
{
	color: #ffffff;
}

.dailyTabItem 
{
	width: 130px;
}

.dailyTabItem .lineMask {
	border-left: solid 1px #003047;
	left: 0px;
	width: 141px;
}

.subjectTabItem 
{
	width: 130px;
}

.subjectTabItem .lineMask {
	width: 141px;
}


.subTabMenu 
{
	background-color: #00628f;
	
	font-size: 14px;
	color: #004261;
	background-image: url(images/tabs/sub-tab-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.subTabMenuInner 
{
	background-image: url(images/tabs/sub-tab-top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px;
}

.subTabMenu a 
{
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.subTabMenu a:hover 
{
	color: #ffe35e;
}

.subTabMenu label
{
	display: inline-block;
	_zoom: 1; /* IE6 */
	width: 74px;
	color: #ffd34e;
}

.subscribeBlock img 
{
	display: inline;
}

.categoryFilter 
{
	display: none;
}

.categoryFilterLink 
{
	outline: none;
}

a.categoryFilterLinkOn 
{
	color: #ffffff !important;
}

a.categoryFilterLinkOff
{
	color: #77adc2 !important;
}

.moreInfoText 
{
	margin: 0;
	padding: 0;
	margin-top: 5px;
}


.errorHeader 
{
	border-bottom: solid 2px #000000;
}

.errorBlock 
{
	margin: 50px auto;
	width: 450px;
	border: solid 1px #cccccc;
	background-color: #f3f3f3;
	padding: 25px;
}

.errorBlock p
{
	margin-bottom: 5px;
	line-height: 1.5em;
}
