﻿a {
	color: #3687C6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.banner {
	vertical-align: middle;
	border: 0px;
}

body {
	background: #a5a5a8;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 13px;
}

.box_login {
	border: 2px solid #E9E9E9;
}

.box_login .title {
	background: #86ABC8;
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border: 0;
}

.box_login .content {
	padding: 10px;
}

.box_login input {
	border: 1px solid #000;
	font-size: 15px;
}

.box_login .button {
	border: 1px solid #A5A5A5 !important;
	color: #5B9DCF;
	font-size: 15px;
	font-weight: bold;
	padding: 4px 10px 3px 10px;
	background: url("../images/ui/bg_button.gif") top left repeat-x;
}

.box_login a {
	background: url("../images/ui/btn.gif") center left no-repeat;
	padding-left: 10px;
	font-weight: bold;
}

.box_login .box_register {
	margin: 5px 0 0 0;
	border-top: 2px solid #E9E9E9;
	padding: 5px;
	text-align: center;
}

.box_error_small
{
    background: #edf2f8 url(/images/ui/icn_alertsmall.png) 20px 15px no-repeat;
    border: 1px solid #C5CFD9;
    margin: 10px 0;
    padding: 20px 10px 20px 70px;
}

.box_notification
{
	background: #edf2f8;
    border: 1px solid #C5CFD9;
    margin: 10px 0;
    padding: 20px 10px 20px 20px;
}

.box_status {
	border: 2px solid #E2E2E2;
	margin: 0px;
}

.box_status .content {
	padding: 10px;
}

.box_status .title  {
	background: #86ABC8;
	padding: 10px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
}	

.box_status h2 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

a.btn_purchase {
	background: url("../images/ui/btn_purchaseNow.gif") top left no-repeat;
	width: 161px;
	height: 54px;
	display: block;
	margin: 5px 0;
}

a.btn {
	display: inline;
	background: url("../images/ui/btn_bg.gif") bottom left repeat-x;
	padding: 5px 20px;
	border: 1px solid #A6A6A6;
	font-weight: bold;
}

a.btn:hover {
	text-decoration: none;
	background: #86ABC8;
	color: #FFF;
}

a.btn_disabled {
	display: inline;
	background: url("../images/ui/btn_bg.gif") bottom left repeat-x;
	padding: 5px 20px;
	border: 1px solid #A6A6A6;
	font-weight: bold;
	color: #aaa;
}

a.btn_disabled:hover {
	text-decoration: none;
	background: url("../images/ui/btn_bg.gif") bottom left repeat-x;
	color: #aaa;
}

.clear {
	clear: both;
}

.column_questions {
	overflow: scroll;
	float: left;
	border-right: 9px solid #E2E2E0;
	width: 222px;
	height: 645px;
	overflow-x: hidden;
	border-bottom: 9px solid #E2E2E0;
}

.column_questions ul li {
	display: inline;
	height: 20px;
}

.column_questions ul li a, .column_questions ul li div {
	display: block;
	background: #FFF;
	border-bottom: 2px solid #E2E2E0;
	text-decoration: none;
	padding: 6px 20px 6px 60px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	height: 20px;
}

.column_questions ul li a:hover, .column_questions ul li .answer_selected {
	display: block;
	background: #EAE685; 
	border-bottom: 2px solid #E2E2E0;
	text-decoration: none;
}


.column_questions .selected {
	display: block;
	background: #EAE685; 
	border-bottom: 2px solid #E2E2E0;
	text-decoration: none;
}

.answer_right {
	background: url("../images/ui/answer_right.gif") 145px -2px no-repeat !important;
	padding-right: 30px;
	height: 20px;
}

 a.answer_right:hover , #scrollPosition a.answer_right {
    background: #EAE685 url("../images/ui/answer_right.gif") 145px -37px no-repeat !important;
}


a.answer_wrong {
	background: url("../images/ui/answer_wrong.gif") 140px 0px no-repeat !important;
	padding-right: 30px;
	height: 20px;
}

a.answer_wrong:hover, #scrollPosition a.answer_wrong {
    background: #EAE685 url("../images/ui/answer_wrong.gif") 140px -35px no-repeat !important;
}

.column_double {
	border-bottom: 2px solid #FFF;
}

.column_nav {
	float: left;
	border-right: 9px solid #E2E2E0;
	border-bottom: 9px solid #E2E2E0;
	width: 222px;
}

.column_nav ul li {
	display: inline;
}

.column_nav ul li a, .column_nav ul li div {
	display: block;
	background: #FFF;
	border-bottom: 2px solid #E2E2E0;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.column_nav ul li a:hover, .column_nav ul li a.selected, .column_nav ul li span.selected  {
	display: block;
	background: #EAE685;
	border-bottom: 2px solid #E2E2E0;
	text-decoration: none;
}

.column_quiz {
	float: left;
	width: 683px;
	text-align: left;
	font-size: 13px;
}

.column_quiz hr {
	width: 94%;
	height: 2px;
	margin-left: 0px;
	color: #000;
	background-color: #000;
}

.column_quiz .title_quiz {
	background: url("../images/ui/bg_ttl.gif") top left repeat-x;
	text-align: left;
	padding: 10px;
	color: #598CB9;
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0 0px 0;
}

.column_quiz .content {
	padding: 10px;
}

.column_quiz .block {
	padding: 0 20px 10px 20px;
	margin: 10px 0;
	border-bottom: 3px solid #E2E2E0;
}

.block table td label
{
	padding-top: 5px;
}

.column_quiz h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.column_quiz h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
}

.column_quiz h3 {
	color: #50789B;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.column_quiz .answer_wrapper 
{
	display: block;
	float: left;
}

.column_quiz .answer {
	background: #94DD8B;
	padding: 2px 5px;
	width: 606px;
	float: left;
}

.column_quiz .answer_wrapper p
{
	display:inline;
}

.column_quiz .standard 
{
	background: #FFFFFF;
	padding: 2px 5px;
	float: left;
	width:600px;
}

.column_quiz .icon_answer {
	background: url("../images/ui/btn_answer.gif") top right no-repeat;
	padding:2px 100px 2px 5px;
	float: left;
}

.column_quiz .icon_arrow {
	background: url("../images/ui/btn_arrow.gif") top left no-repeat;
	padding-left: 23px;
}

.column_quiz .box_dotted_top {
	padding-top: 2px;
	background: url("../images/ui/bg_dotted_v.gif") top left repeat-x;
	width: 626px;
}

.column_quiz .box_dotted_bottom {
	padding-bottom: 3px;
	background: url("../images/ui/bg_dotted_v.gif") bottom left repeat-x;
}

.column_quiz .box_dotted_top .box_dotted_bottom .box_dotted {
	margin: 0 auto;
	background: url("../images/ui/bg_dotted.gif") top left repeat-y;
}

.column_quiz .box_dotted .content {
	padding: 10px;
}

.column_quiz .box_dotted .title {
	font-weight: bold;
	color: #50789B;
}

.column_quiz .box_references {
	font-size: 11px;
	margin: 10px 0;
	/*
	Clear: both;
	height: 1px;
	*/
}

.column_quiz .box_references .title {
	font-weight: bold;
	color: #50789B;
}

.column_single {
	padding: 20px;
	text-align: left;
}

.container {
	margin: 0 10px;
}

.correct {
	color: #72B669;
}



.header {
	background: #5c8fb5;
	border-bottom: 9px solid #E2E2E0
}

.header .nav_login {
	color: #FFF;
	text-align: right;
	padding: 4px;
	font-size: 12px;
}

.header .nav_login a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.header .nav_login a:hover {
	text-decoration: underline;
}

.header .logo {
	background: url("../images/ui/logo.gif") top left no-repeat;
	width: 930px;
	height: 80px;
	position: relative;
}

.header .logo a.nav_select {
	background: url("../images/ui/btn_navSelect.gif") top left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 209px;
	height: 28px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	padding: 20px 0 0 0;
	font-weight: bold;
}

.header .logo .nav_disabled {
	background: url("../images/ui/btn_navSelect.gif") top left no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 209px;
	height: 28px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	padding: 20px 0 0 0;
	font-weight: bold;
}

.header .logo a.nav_select:hover, .header .logo a.nav_select.selected {
	background-position: 0 -48px;
	color: #4B6E84
}

.header .nav_home {
	width: 387px;
	height: 72px;
	top: 25px;
	left: 400px;
	position: absolute;
}

.hdr_title {
	background: url("../images/ui/bg_ttl.gif") top left repeat-x;
	text-align: left;
	border: 2px solid #E2E2E2;
	padding: 10px;
	color: #598CB9;
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0 10px 0;
}

.icon_one {
	background: url("../images/ui/icon_one.gif") center left no-repeat;
	padding-left: 30px;
}

.icon_two {
	background: url("../images/ui/icon_two.gif") center left no-repeat;
	padding-left: 30px;
}


.link_row {
	margin: 20px auto 10px auto;
}

.more {
	margin: 10px 0;
	text-align: right;
	padding-right: 10px;
}

.pagination {
	background: #86ABC8;
	color: #FFF;
	font-size: 12px;
	padding: 8px 10px;
	margin-bottom: 10px;
	line-height: 18px;
}

a.page_button {
	border: 1px solid #C4C4C4;
	color: #5986B9;
	background: url("../images/ui/bg_button.gif") top left repeat-x;
	padding: 4px 10px;
}

.pagination .right {
	float: right;
}

.picRight {
	float: right;
	margin-left: 10px;
}

.required {
	color: #CE1A1B;
}

.sidebar {
	background: url("../images/ui/bg_table.gif") bottom left repeat-x;
	padding: 10px;
	color: #5A87A8;
	font-weight: bold;
	font-size: 14px;
	border-left: 0;
	border: 2px solid #E2E2E2;
}

.sidebar span {
	font-size: 19px;
}

table.assessment {
	width: 100%;
	margin: 10px 0;
}

table.assessment table {
	width: 100%;
}

table.assessment th {
	background: #86ABC8;
	padding: 4px 10px;
	color: #FFF;
	font-size: 17px;
	border-right: 1px solid #FFF;

}	

table.assessment td {
	border: 2px solid #E2E2E2;
	vertical-align: top;
}

table.assessment td td {
	border-right: 0;
	border-left: 0;
	padding: 20px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 0;
}

table.assessment_complete {
	margin: 10px 0;
}

table.assessment_complete table {
	width: 100%;
}

table.assessment_complete th {
	background: #86ABC8;
	padding: 4px 10px;
	color: #FFF;
	font-size: 17px;
	/*border-right: 1px solid #FFF;*/
}	

table.assessment_complete td {
	border-right: 0;
	border-bottom: 0;
}

table.assessment_complete_inner
{
	border: 2px solid #E2E2E2;
	border-bottom: none;
}

table.assessment_complete td.right {
	padding-left: 3px;
	border-top: 0;
}

table.assessment_complete td td {
	border-right: 0;
	border-left: 0;
	padding: 20px;
	font-weight: bold;
	font-size: 13px;
	border-top: 0;
	border-bottom: 2px solid #E2E2E2;
}

table.report {
 margin: 10px 0;
}


table.report th {
 background: #86ABC8;
 padding: 4px 10px;
 color: #FFF;
 font-size: 17px;
 border: 1px solid #FFF;
}

table.report td {
 border: 2px solid #E2E2E2;
 vertical-align: top;
 border-bottom: 0;
}

table.report td td {
 border-left: 0;
 padding: 20px;
 font-weight: bold;
 font-size: 13px;
 border-top: 0;
 border-bottom: 2px solid #E2E2E2;
}

table.report td td.last {
 border-right: none;
}


table.table_listing {
	margin: 10px 0;
	
}

table.table_listing th {
	background: #86ABC8;
	padding: 4px 10px;
	color: #FFF;
	font-size: 17px;
	border-right: 1px solid #FFF;
	text-align: center;
}	

table.table_listing td {
	border: 2px solid #E2E2E2;
	padding: 10px 20px;
	border-top: 0;
	text-align: center;
	border-left: 0;
	vertical-align: middle;
}

table.table_listing td input {
	vertical-align: top;
}

table.table_listing td.label {
	text-align: left;
	border-left: 2px solid #E2E2E2;
}

table.table_listing td.right {
	text-align: right;
}

table.table_listing input {
	width: 30px;
	text-align: center;
	font-weight: bold;
}

table.table_listing .noborder {
	border: 0;
}

.wrapper_container {
	background: url("../images/ui/bg.gif") top left repeat-y;
	margin: 0 auto;
	width: 950px;
}

.footer {
	background: url("../images/ui/bg_footer.gif") bottom left no-repeat;
	padding: 8px 0 20px 0;
	margin: 0 auto;
	width: 950px;
	font-size: 11px;
	text-align: left;
}

.footer .content {
	padding: 0 30px;
}

.simple_footer 
{
	background: url("../images/ui/bg_footer.gif") bottom left no-repeat;
	padding: 8px 0 4px 0;
	margin: 0 auto;
	width: 950px;
	font-size: 11px;
	text-align: left;
}

.wrapper_content {
	margin: 0 7px 0 9px;
}

.box_status td
{
	padding: 4px;
}

.box_status .last
{
	border-right: 8px solid #fff;
}

.box_status .item 
{
	background-color: #fff;
	font-size: 10px;
}

.box_status .alt_item {
	background-color: #EAEAEA;
	font-size: 10px;
}

.wrapper_assessment {
	margin: 0 20px;
}

.wrapper_assessment .one_column {
	margin: 0 10px 0 10px;
}

.wrapper_assessment .one_column
{
	line-height: 14px;
}

.wrapper_assessment .one_column td
{
	padding: 4px;
}
.wrapper_assessment .one_column .item 
{
	background-color: #fff;
	font-size: 10px;
}

.wrapper_assessment .one_column .alt_item {
	background-color: #EAEAEA;
	font-size: 10px;
}

.wrapper_assessment .one_column ul 
{
	list-style-type:square;
	margin-left: 20px;
	padding: 10px;
	vertical-align: baseline;
}

.wrapper_assessment .one_column ol 
{
	list-style-type:decimal;
	margin-left: 20px;
	padding: 10px;
	vertical-align: baseline;
}

.wrapper_assessment .column_left {
	float: left;
	width: 820px;
	margin-right: 10px;
}

.wrapper_login {
	margin: 0 10px;
	line-height: 15px;
}

.wrapper_login .column_left {
	float: left;
	width: 510px;
	margin-right: 10px;
}

.wrapper_login .column_right {
	float: left;
	width: 320px;
}


.wrapper_login h1 {
	color: #5A8EB6;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.wrapper_login h2 {
	font-weight: bold;
	margin-bottom:-13px;
}

.wrapper_landing {
	margin: 0 10px;
	line-height: 15px;
}

.wrapper_landing .column_left {
	float: left;
	width: 647px;
	margin-right: 10px;
}

.wrapper_landing .column_right {
	float: left;
	width: 197px;
}

.wrapper_landing .sidebar {
	color: #000;
	font-weight: normal;
}

.wrapper_landing .sidebar strong {
	color: #5A8EB6;
	font-weight: bold;
}

.wrapper_purchase .sidebar
{
	color: #5A8EB6;
	font-weight: bold;
	font-size: 12px;
	margin-top: 22px;
	padding: 4px;
}

.wrapper_purchase .sidebar span {
	color: #5A8EB6;
	font-weight: bold;
	line-height: 18px;
}

.wrapper_landing h1 {
	color: #5A8EB6;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.wrapper_single {
	margin: 0 10px;
	line-height: 15px;
}

.wrapper_single .item {
	margin: 20px;
}

.wrapper_single .item_title {
	color: #5B8CB4;
	font-size: 18px;
	font-weight: bold;
}

.form_total 
{
	font-size: 20px;
}

/*
**********
AOSSM Menu
**********
*/

.nav_top {
	border-bottom: 9px solid #E2E2E0;
	background: url("../images/ui/bg_navTop.gif") top left repeat-x;
}

.nav_top ul li {
	display: inline;
}

.nav_top ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	background: url("../images/ui/bg_navTop_links.gif") top left repeat-x;
	height: 27px;
	border-right: 5px solid #DBDBDD;
	padding: 15px 30px 0 30px;
	font-size: 12px;
	font-weight: bold;
}

.nav_top ul li a:hover, .nav_top ul li a.selected, .AOSSMMenu .AspNet-Menu-Selected {
	color: #4B6E84;
	background-position: 0 -42px;
	text-decoration: none;
}

.imgRight
{
	float:right;
}

.imgLeft
{
	float:left;
}

.error
{
	color: #f00;
}

.error div
{
	padding: 10px;
}

.success
{
	color: #009900;
}

.success div
{
	padding: 10px;
}

.forgot_password h1 {
	color: #5A8EB6;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.normative .title
{
	font-weight: bold;
	color: #598CB9;
}

.normative .text
{
	 padding: 10px 0px;
}

.normative .barContainer
{
	width:100%;
	border:solid 1px black;
	text-align:left;
}

.normative .bar
{
	height:14px;
	background:#598CB9;
	color:White;
	text-align:center;
}

/*------radiobuttonlist styles ----------------- */

.answerList input
{
	float: left;
}

.answerList label
{
	float: left;
}

.answerList input
{
	float: left;
}

.answerList label
{
	float: left;
}

@media print 
{   
    .wrapper_print a.btn
    {
        display:none;
    }
}

.wrapper_print ol.numbers
{
	list-style-type:decimal;
}

.wrapper_print ol.letters
{
	list-style-type:upper-alpha;
}

/*-------purchase page ------------------------------*/

table.table_listing input.purchaseButton
{
	border: none;
	width: 129px;
	height: 39px;
	background: url("../Images/UI/btn_purchase_sm.gif") top left no-repeat;
	cursor:pointer;
}

table.table_listing input.calculateButton
{
	border: none;
	width: 107px;
	height: 27px;
	background: url("../Images/UI/btn_calculate.gif") top left no-repeat;
	cursor:pointer;
}

.wrapper_simple
{
	margin-top: 14px;
}

.evaluation_item
{
	margin: 22px 0px 0px 0px;
}

.evaluation_item h1
{
	margin-bottom: 8px;
}

.evaluation_item
{
}

.column_moc {
	float: left;
	width: 875px;
	text-align: left;
	font-size: 13px;
}

.column_moc .title_moc {
	background: url("../images/ui/bg_ttl.gif") top left repeat-x;
	text-align: left;
	padding: 10px;
	color: #598CB9;
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0 0px 0;
}

.column_moc .content {
	padding: 10px;
}

.column_moc .answer_wrapper 
{
	display: block;
	float: left;
}

/* -------------------- Evaluation ------------------- */

.answerRadioButtons label
{
	float:left; width:25px; margin-top:3px; text-align:center;
}

.answerRadioButtons input
{
	margin:0px; width:25px;
}

.answerRadioButtons td 
{
    border-bottom: 0 !important;
    padding: 5px !important;
}