 
/* QUIZICAL SPECIFIC CSS */


.cmelist {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}


/************* quizical general template styles ****************/

#wrapper_frame_overview_maincontent { 
	width: 700px;
	text-align: left;
	padding: 0px 15px;
	margin: 20px;
	float: right;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
}



/************* quiz overview template styles ****************/


.quiz_overview_header { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #2D4853;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 110%;
}
.quiz_overview_quizlink { 
	font-size: 7pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
.quiz_overview_chapterlink { 
	font-size: 7pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
.quiz_overview_list_margin { 
	width: 0px;
}
.quiz_overview_completion_amount { 
	font-size: 7pt;
	vertical-align: top; 
	font-weight: bold;
}

.award_list_name { 
	font-family: Helvetica,Verdanna,Ariel;
	font-size: 7pt;
	vertical-align: top; 
	font-weight: bold;
}


.survey_question { 
	font-family: Helvetica,Verdanna,Ariel;
	font-size: 10pt;
	vertical-align: top; 
	font-weight: bold;
}

.survey_answer { 
	font-family: Helvetica,Verdanna,Ariel;
	font-size: 8pt;
	vertical-align: top; 
	font-weight: italic;
}

.survey_req { 
	font-family: Helvetica,Verdanna,Ariel;
	font-weight: bold;
	font-size: 8pt;
	color: #ff4444;
	vertical-align: top; 
	text-align: right; 
}

.survey_invalid_entry { 
	width: 100%;
	color: #000000;
	font-family: Helvetica,Verdanna,Ariel;
	background-color: #eebbbb;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.award_references { 
	font-family: Helvetica,Verdanna,Ariel;
	font-size: 6pt;
	vertical-align: top; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#quiz_overview_panel	{
	width: 700px;
	text-align: left;
	padding: 0px 15px;
	margin: 0px;
	float: left;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
}

/************** awards list styles *****************/

.pagetext { 
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}



/************* quiz template styles ****************/

.quiz_question_number { 
	font-size: 6pt;
	color: #FF0000;
	margin: 5px;
}

.quiz_question { 
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.quiz_answer { 
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
}


a.answer_link:link{color:#003399;text-decoration:none;}
a.answer_link:visited{color:#003399;text-decoration:none;}
a.answer_link:active{color:#006699;}
a.answer_link:hover{ color:#CC3300; text-decoration: none; }

.answer_link { 
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.quiz_completion_indicator { 
	font-size: 8pt;
	margin-left: 80%;
	margin-bottom: 5px;
}

#quiz_question 	{
	width: 600px;
	text-align: left;
	padding: 10px 15px;
	margin: 0px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	}

.normal_text {
	font-size: 8pt;
}

.page_wrapper {
	text-align: center;
}

.boldpagetext { 
	font-size: 8pt;
}


/* general styles */


body	{
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
	font: small/125% Verdana, Arial, Helvetica, sans-serif;
	background-color: #20384A;
	background-image: url(images/blend.jpg);
	background-repeat: repeat;
	}


p {
	padding: 0px;
	margin: 0px 0px 10px;
	border-width: 0px;
	font-weight: normal;
	font-size: 80%;
	line-height: 130%;
	color: #333333;
	text-align: left;
}

ul {
	list-style-type: square;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}
li {
	padding: 0px;
	margin: 0px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
}

a.plain:link{color:#003399;text-decoration:none;}
a.plain:visited{color:#003399;text-decoration:none;}
a.plain:active{color:#006699;}
a.plain:hover{ color:#CC3300; text-decoration: none; }


a:link{color:#003399;text-decoration:underline;}
a:visited{color:#003399;text-decoration:underline;}
a:active{color:#006699;}
a:hover{ color:#CC3300; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 145%;
	color: #2D4853;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 110%;
}
h2 {
	color: #003366;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 130%;
	font-weight: bold;
	line-height: 120%;
	padding: 0px;
}

h3 {
	color: #663333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-size: 115%;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	color: #CC6633;
	font-weight: bold;
	margin: 10px 0px 0px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 a:visited {
	color: #CC6633;
}
h4 a:hover {
	color: #CC3300;
}
h5 {
	color: #003366;
	font-weight: bold;
	font-size: 100%;
	font-style: normal;
	line-height: 115%;
	padding-left: 0px;
	margin: 10px 0px 3px;
}

/************* globalNav styles ****************/

#globalNav {
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 22px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	display: block;
	background-color: #263947;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(images/blue_shadow.jpg);
	background-repeat: repeat-x;
}

#globalLink {
	top: 0px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px auto;
	left: 0px;
	z-index: 100;
	display: block;
	width: 750px;
}
#globalLink a:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}


a.glink, a.glink:visited {
	font-size: 11px;
	color: #104094;
	font-weight: bold;
	margin: 0px;
	padding: 0px 9px;
	border-right: 1px solid #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 22px;
	display: block;
	float: left;
	text-decoration: none;
	background-color: #d0d85f;
}

a.glink:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DA9B35;
}

.subnavtop {
	color: #339;
	padding-right: 20px;
	padding-left: 10px;
	width: auto;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	float: left;
	margin-right: 0px;
	display: block;
	line-height: 22px;
	background-image: url(images/arrow_off.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

a.subnavtop:link {
	color: #A6D1F5;
	text-decoration: none;
}
a.subnavtop:visited {
	color: #A6D1F5;
	text-decoration: none;
}

a.subnavtop:hover {
	color: #FFDC7A;
	text-decoration: none;
	background-color: #162C41;
	display: block;
	background-image: url(images/arrow_on.gif);
}

/************* end globalNav styles ****************/


#wrapper {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#banner	{
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	height: 94px;
	}
#searchBox {
	padding: 0px;
	width: 140px;
	margin-top: -98px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 570px;
	font-size: 75%;
	z-index: 1;
	top: 0px;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	padding: 0px;
	color: #234567;
}

#bannerWrapper {
	height: 92px;
	width: 100%;
	background-color: #333366;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}

.largeText {
	font-size: 145%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 5px 5px;
}
.photoRight {
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #999999;
}
#pageNumber {
	text-align: right;
	width: 750px;
	padding: 5px 0px;
	margin: 0px 0px 5px;
	background-image: url(images/menu_shadow.jpg);
	background-repeat: repeat-x;
}
#pageNumber p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #999999;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 3px 10px 0px 0px;
}
	
#maincontent 	{
	width: 495px;
	text-align: left;
	padding: 0px 15px;
	margin: 0px;
	float: left;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}

#singleColumn 	{
	width: 720px;
	text-align: left;
	padding: 10px 15px;
	margin: 0px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	}
	
#rightColumn {
	background-color: #EEE9BC;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 200px;
}
#rightColumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	font-weight: normal;
	color: #A66332;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 3px;
	line-height: 110%;
	padding: 8px 8px 3px;
}
#rightColumn p {
	font-family: Arial, Helvetica, sans-serif;
	color: #2E516A;
	font-size: 80%;
	line-height: 125%;
	margin: 0px 0px 5px;
	padding: 5px 8px 0px;
}
#rightColumn li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 125%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #2E516A;
}
#rightColumn ul {
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
#columnOne 	{
	width: 390px;
	text-align: left;
	padding: 0px 15px;
	margin: 0px;
	float: left;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	}
	#columnTwo 	{
	width: 300px;
	text-align: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	float: right;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	}


/************* footer style ****************/

#footer	{
	background: #244567 url(images/blue_shadow.jpg) repeat-x top;
	color: #FFFFFF;
	width: 740px;
	margin: 0px auto;
	padding: 10px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 30px;
	}
#nextPage {
	clear: both;
	width: 740px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 70%;
	font-weight: bold;
	margin: 0px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #66CCFF;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}

