/* --------------------------------------------------------------------------------------------------------
AUTHOR:			Jeremy Burgeson
DATE CREATED:	2006.09.04
PURPOSE:		Anesthsesia HQ Stylesheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


/* Base font definition */

A, CENTER, P, UL, OL, BLOCKQUOTE, TD, TH, H1, H2, H3, H4, H5, H6, 
.textStandard, .textStandardWhite, .textHeader, .textSubHeader, .textSmall, .textQuestionNavSets, 
.textQuestionHeaderBarStandard, .textQuestionHeaderBarLarge, .textExamTableHeader, .textExamTableHeaderTall, .textExamTableData, 
.textFormLabelReq, .textFormLabelNotReq, .textFooter, .textError, .textErrorSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* GLOBAL TEXT STYLES */

div, span, td, th {
	font-size: 11px;
}

/* Body style */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
}

/* Form base style */

form {
	margin: 0px;
	padding: 0px;
}

/* Link definitions */

a { text-decoration:underline; color:#336633; }
a:visited { text-decoration:underline; color:#336633; }
a:hover { text-decoration:none; color:#336633; }
a:active { text-decoration:none; color:#336633; }

a.footer { text-decoration:underline; font-weight:bold; color:#336633; }
a.footer:visited { text-decoration:underline; font-weight:bold; color:#336633; }
a.footer:hover { text-decoration:none; font-weight:bold; color:#336633; }
a.footer:active { text-decoration:none; font-weight:bold; color:#336633; }

a.breadcrumb { text-decoration:underline; font-weight:bold; color:#336633; }
a.breadcrumb:visited { text-decoration:underline; font-weight:bold; color:#336633; }
a.breadcrumb:hover { text-decoration:none; font-weight:bold; color:#336633; }
a.breadcrumb:active { text-decoration:none; font-weight:bold; color:#336633; }

a.white { text-decoration:underline; color:#FFFFFF; }
a.white:visited { text-decoration:underline; color:#FFFFFF; }
a.white:hover { text-decoration:none; color:#FFFFFF; }
a.white:active { text-decoration:none; color:#FFFFFF; }

a.qNavUnanswered { text-decoration:none; color:#000000; }
a.qNavUnanswered:visited { text-decoration:none; color:#000000; }
a.qNavUnanswered:hover { text-decoration:none; color:#000000; }
a.qNavUnanswered:active { text-decoration:none; color:#000000; }

a.qNavAnswered { text-decoration:line-through; color:#000000; }
a.qNavAnswered:visited { text-decoration:line-through; color:#000000; }
a.qNavAnswered:hover { text-decoration:line-through; color:#000000; }
a.qNavAnswered:active { text-decoration:line-through; color:#000000; }

a.qNavSkipped { text-decoration:none; color:#999933; }
a.qNavSkipped:visited { text-decoration:none; color:#999933; }
a.qNavSkipped:hover { text-decoration:none; color:#999933; }
a.qNavSkipped:active { text-decoration:none; color:#999933; }

a.qNavFlagged { text-decoration:none; color:#336633; }
a.qNavFlagged:visited { text-decoration:none; color:#336633; }
a.qNavFlagged:hover { text-decoration:none; color:#336633; }
a.qNavFlagged:active { text-decoration:none; color:#336633; }

a.qNavExplained { text-decoration:none; color:#990000; }
a.qNavExplained:visited { text-decoration:none; color:#990000; }
a.qNavExplained:hover { text-decoration:none; color:#990000; }
a.qNavExplained:active { text-decoration:none; color:#990000; }

a.qAnswer { text-decoration:none; color:#000000; }
a.qAnswer:visited { text-decoration:none; color:#000000; }
a.qAnswer:hover { text-decoration:none; color:#000000; }
a.qAnswer:active { text-decoration:none; color:#000000; }


/* Font definitions */

.textStandard {
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	color: #000000;
}

.textStandardWhite {
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
	color: #FFFFFF;
}

.textSmall {
	font-size: 10px;
	padding: 0px;
	color: #000000;
}

.textHeader {
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	color: #000000;
}

.textSubHeader {
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	color: #000000;
}

.textQuestionNavSets {
	font-size: 11px;
	padding: 0px;
	color: #666633;
	text-align: center;
}

.textQuestionHeaderBarStandard {
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
}

.textQuestionHeaderBarLarge {
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
}

.textExamTableHeader {
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
}

.textExamTableHeaderTall {
	font-weight: bold;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	color: #FFFFFF;
	text-align: center;
}

.textExamTableData {
	font-size: 11px;
	padding: 5px;
	color: #000000;
	text-align: center;
}

.textFormLabelReq {
	font-size: 11px;
	color: #000000;
	text-align: right;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.textFormLabelNotReq {
	font-size: 11px;
	color: #000000;
	text-align: right;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.textFooter {
	font-size: 11px;
	padding: 0px;
	color: #666666;
}

.textError {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	color: #CC0000;
	background-color: #ffeeee;
	float: left;
}

.textErrorSmall {
	font-size: 11px;
	padding: 5px;
	color: #CC0000;
}


/* DIV/SPAN definitions ----------------------------------------------------------------------------------- */

div.lineDotted {
	background: url('/_images/framework/dotted_line.gif') repeat-x;
	height: 1px;
}

div.lineDottedBlack {
	background: url('/_images/framework/dotted_line_black.gif') repeat-x;
	height: 1px;
}

div.lineSolidGold {
	background: url('/_images/framework/solid_line_gold.gif') repeat-x;
	height: 1px;
}

.adPanel {
	background: url('/_images/home/ad_panel.gif') no-repeat;
	width: 390px;
	height: 100px;
	margin-top: 20px;
}
.adPanel img {
	width: 370px;
	height: 70px;
	margin: 20px 10px 10px 10px;
	border: none;
}

span.qNavSetActive {
	color: #000000;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	background-color: #CCFFFF;
	border-style: inset;
	border-width: 1px;
	border-color: #CCCCAA;
}

span.qNavSetInactive {
	color: #000000;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	background-color: #CCCC99;
	border-style: outset;
	border-width: 1px;
	border-color: #CCCCAA;
}

div.examOptionPanel {
	background-color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

.examOptionPanelRow {
	padding: 2px 0px 2px 0px;
}
.examOptionPanelRow2ColCell {
	width: 200px;
	padding: 2px 0px 2px 0px;
	vertical-align: top;
}
.examOptionPanelFloatCell {
	width: 200px;
	padding: 2px 0px 2px 0px;
	float: left;
}

div.examTableHeaderWide {
	background: url('/_images/myahq/table_header_blank_wide.gif') no-repeat;
	width: 600px;
	height: 25px;
	vertical-align: middle;
}

div.examTableHeaderWideTall {
	background: url('/_images/myahq/table_header_blank_wide_tall.gif') no-repeat;
	width: 600px;
	height: 35px;
	vertical-align: middle;
}

span.answerCorrect {
	font-weight: bold;
	color: #339900;
}

span.answerIncorrect {
	font-weight: bold;
	color: #CC0000;
}

div.answerText {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 6px 10px 6px 10px;
	vertical-align: middle;
}

div.questionImagePopupHeader {
	background: url('/_images/myahq/q_image_header_bg.gif') repeat-x;
	height: 55px;
	vertical-align: middle;
}


/* Table & Cell definitions ------------------------------------------------------------------------------- */

.tdExamAttributeLabel {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666633;
	text-align: right;
	vertical-align: top;
	padding-left: 3px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.tdExamAttributeContent {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.tdExamAttributeContentWide {
	width: 380px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
}

table.qNav {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: #666633;
	border-collapse: collapse;
}

td.qNavUnanswered {
	width: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666633;
}

td.qNavAnswered {
	width: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: line-through;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666633;
}

td.qNavSkipped {
	width: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999933;
	background-color: #FFFFCC;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666633;
}

td.qNavFlagged {
	width: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336633;
	background-color: #CCFFCC;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666633;
}

td.qNavExplained {
	width: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #FFCCCC;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666633;
}

td.qNavCurrent {
	width: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #CCFFFF;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #666633;
}

td.qNavBlank {
	width: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding: 3px 0px 3px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCC99;
}


/* Contact Form definitions ------------------------------------------------------------------------------- */

.cu_email_form {
	width: 410px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	float: left;
	display: inline;
}

.cu_email_form_content {
	width: 410px;
	margin-top: 25px;
	padding: 0px;
	float: left;
	display: inline;
}

.cu_email_form_row {
	width: 410px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	float: right;
	display: inline;
}

.cu_email_form_row_center {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.cu_email_form_row_error {
	width: 410px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	float: right;
	display: inline;
}

.cu_email_form_row h3 {
	width: 160px;
	padding-right: 10px;
	padding-top: 2px;
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	float: right;
	text-align: right;
	display: inline;
}

.cu_email_form_row h4 {
	font-weight: normal;
	width: 160px;
	padding-right: 10px;
	padding-top: 2px;
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	float: right;
	text-align: right;
	display: inline;
}

.cu_email_form_field {
	width: 240px;
	border: solid 1px #000000;
	margin: 0px;
	padding: 1px;
	float: right;
	display: inline;
	font-size: 13px;
}

.cu_email_form_textarea {
	width: 100%;
	height: 120px;
	border: solid 1px #000000;
	margin: 0px;
	padding: 1px;
	float: right;
	display: inline;
}

.cu_input_button {
	margin: 0px;
}


/* Mailing List definitions ------------------------------------------------------------------------------- */

.maillist_form {
	width: 410px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	float: left;
	display: inline;
}

.maillist_form_content {
	width: 410px;
	margin-top: 25px;
	padding: 0px;
	float: left;
	display: inline;
}

.maillist_form_row {
	width: 410px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	float: right;
	display: inline;
}

.maillist_form_row_center {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.maillist_form_row_error {
	color: #CC0000;
	background-color: #ffeeee;
	font-weight: bold;
	width: 410px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: right;
	display: inline;
}
.maillist_form_row_error ul {
	margin: 10px 10px 10px 25px;
}

.maillist_form_row h3 {
	width: 155px;
	padding-right: 10px;
	padding-top: 2px;
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	float: right;
	text-align: right;
	display: inline;
}

.maillist_form_row h4 {
	font-weight: normal;
	width: 155px;
	padding-right: 10px;
	padding-top: 2px;
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	float: right;
	text-align: right;
	display: inline;
}

.maillist_form_field {
	width: 200px;
	border: solid 1px #000000;
	margin: 0px 45px 0px 0px;
	padding: 1px;
	float: right;
	display: inline;
	font-size: 13px;
}

.maillist_input_button {
	margin: 0px;
}


/* Site Map definitions ----------------------------------------------------------------------------------- */

.site_map_contents {
	width: 195px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 25px;
	font-weight: bold;
	float: left;
	display: inline;
}

.site_map_contents ul {
	margin: 0px;
	list-style-type: disc;
}

.site_map_contents li {
	line-height: 15px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}


/* Input Field definitions -------------------------------------------------------------------------------- */

INPUT.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

SELECT.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

TEXTAREA.formstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

INPUT.buttonstyle {
	font-size: 11px;
}



/* performance page definitions ---------------------------------------------------------------------------- */

table.performOverall {
	width: 600px;
	border: none;
	border-collapse: collapse;
	margin: 0px;
}
table.performOverall td {
	width: 200px;
	vertical-align: top;
	text-align: center;
	padding: 5px 0px;
}

table.performVertBars {
	border: none;
	border-collapse: collapse;
	margin: 0px auto;
}
table.performVertBars td {
	width: 50px;
	vertical-align: top;
	text-align: center;
	padding: 10px 5px;
}
table.performVertBars td img {
	margin-bottom: 3px;
}

table.performOverallStats {
	border: none;
	border-collapse: collapse;
	margin: 0px auto;
}
table.performOverallStats th {
	width: auto;
	vertical-align: middle;
	text-align: right;
	padding: 2px 5px;
	font-weight: normal;
}
table.performOverallStats td {
	width: auto;
	vertical-align: middle;
	text-align: left;
	padding: 2px 5px;
	font-weight: bold;
}

div.performKey {
	margin: 5px 10px 0px 10px;
	padding: 8px 10px;
	border: 1px solid #000000;
}
table.performKey {
	border: none;
	border-collapse: collapse;
}
table.performKey td.icon {
	width: 30px;
	vertical-align: middle;
	text-align: left;
	padding: 2px 0px;
}
table.performKey td.label {
	width: 128px;
	vertical-align: middle;
	text-align: left;
	padding: 2px 0px;
	font-weight: bold;
}

table.performDisciplines {
	width: 600px;
	border: none;
	border-collapse: collapse;
	margin: 3px 0px 0px 0px;
}
table.performDisciplines th {
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 2px 0px 3px 0px;
}
table.performDisciplines tr.alt {
	background-color: #fff;
}
table.performDisciplines td {
	width: 60px;
	vertical-align: middle;
	text-align: center;
	padding: 2px 0px 3px 0px;
}
table.performDisciplines td.name {
	width: 180px;
	text-align: right;
	font-weight: bold;
}
table.performDisciplines td.graph {
	width: 200px;
	background-color: #e5e5cc;
}
table.performDisciplines td.percent {
	width: 40px;
	text-align: left;
}
table.performDisciplines td div {
	padding: 0px 5px;
}
