/* CSS Document */

/* For Print Only */

.onlyprintthis {
	display: none;
}


/* Site */

html {
	/* Always include a scroll bar on firefox */
     overflow: -moz-scrollbars;
}
body { 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
}
td, p {
	font-family: Arial, Helvetica, sans-serif;	
}

/* Site Header */

#top_layer {
	margin: 0 auto;
	width: 1024px;
	text-align: left;
}

.header_menu {
	height: 92px;
	text-align: right;
	vertical-align: middle;
	padding-right: 40px;
}
.header_right_menu td {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #333;
}

.header_login {
	background: url(../img/blue_menu_header.png) left no-repeat;
	height: 37px;
}
.header_img {
}
#signin {
	float: right;
	margin-right: 20px;
}
#signin td {
	font-size: 10px;
	font-weight: bold;
	padding: 6px;
	color: #FFFFFF;
}
#signin .nopadding {
	padding: 0px;
}

.login_bar_text {
	float: right; 
	margin-right: 10px;
	color: #FFF;
	margin-top: 10px;
}
.login_bar_text a {
	color: #F4F4F4;
	text-decoration: underline;
}

#header_layer {
	text-align: center;
}

#logo_base {
	float: left;
	height: 100%;
	width: 150px;
}

/* Left Hand Navigation */

#submenu_layer {
	padding-top: 6px;
	float: left;
	width: 15%;
}
.topmenu_cell {
	border-right: 1px solid #dedede;
	color: #666666;
	padding-left: 6px; 
	padding-right: 6px; 
	padding-top: 7px; 
	padding-bottom: 7px;
	cursor:pointer;
	cursor:hand; 
}
.sidebar .footer {
	background: url(../img/menu_footer_bg.gif) no-repeat center top #FFF;
}
.sidebar td {
	padding-left: 10px;
	color: #666;
}
.sidebar .menu_header {
	background: url(../img/menu_header_bg.png) repeat-x top;
}
.sidebar .menu_all:hover, .sidebar .menu_locked:hover, .sidebar .menu_unlocked:hover {
	color: #FFF;
	background: #666;
}
.sidebar .menu_all {
	background: #f3f5f4;
	cursor:pointer;
	cursor:hand; 
}
.sidebar .menu_locked {
	background: url('../img/icons/menu_locked.png') right center no-repeat #EDEDED;
	cursor:pointer;
	cursor:hand; 
}
.sidebar .menu_unlocked {
	background: url('../img/icons/menu_unlocked.png') right center no-repeat #EDEDED;
	cursor:pointer;
	cursor:hand; 
}

/* Main Content Frame */

#content_layer {
	float: right;
	width: 84%;
	line-height: 22px;	
	margin-bottom: 30px;
}

/* Generic Home Message */

#notice {
	background: url('../img/notice_bg.png') top left no-repeat #FFF;
	color: #FFF; 
	padding-left: 10px; 
	padding-right: 10px;
	min-height: 166px;
}
#notice p {
	margin-top: 6px;
	padding-top: 6px;
}
#notice a {
	color: #FFF;
}

/* Page Footer */

#footer_layer {
	clear: both;
}
#news_layer {
	background: #e9ebea;
	text-align: center;
	padding: 6px;
}
#copyright_layer {
	background: url(../img/footer.png) #e9ebea repeat-x top;
	min-height: 20px;
	padding: 20px;
}
.footer_table {
	height: 20px;
	width: 100%;
}
.footer_table td {	
	vertical-align: middle;
	color: #FFF;
}
.footer_table a {	
	color: #FFF;
}
#scroller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#rss_icon {
	background-color: #0054a4;
}


/* Standard Page Formatting */

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3 {
	margin-top: 6px;
	margin-bottom: 6px;
}
.warning_heading {
	background: #C00;
	color: #FFF;
	padding: 6px;
}
.warning_heading a {
	color: #FFF;
}
.subheading {
	color: #003399;
	font-weight: bold;
}

ul {
	margin-left: inherit;
	list-style: outside circle;
	line-height: 22px;
}

p {
	text-align: justify;
}

.options_table {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.options_table td, .options_table th {
	border-right: 1px solid #CCC;
	width: 15%;
	text-align: center;
}
.options_table .alt {
	background: #F5F5F5;
}
.options_table th {
	vertical-align: top;
	background: #999;
	color: #FFF;
}

/* Home Page Formatting */

#home_content {
	float: left;
	width: 530px;
	padding: 10px;
}

#apply_now {
	background: url(../img/apply_now_bg.png) no-repeat left top;
	padding-left: 160px;
}

#apply_now .title {
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
#apply_now p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* The Logged In - What do you want to do today */

.today_menu td {
	background: url('../img/icons/arrow_round.png') no-repeat top left;
	padding-left: 50px;
	font-size: 14px;
}
.today_menu td a {
	color: #333;
	font-weight: bold;
	padding: 4px;
}
.today_menu td a:hover {
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	font-weight: bold;
}
.today_menu .network {
	background: url('../img/icons/arrow_round_empty.png') no-repeat top left;
	padding-left: 50px;
	font-size: 14px;
}

/* Logged In - Learner List */

.learner_table {
	background: #F5F5F5;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.learner_table th {
	background: #666666;
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.learner_table td {
	border-bottom: 1px solid #666666;
}
.smlbtn {
	font-size: 9px;
}
.course_table td {
	border-bottom: 0px solid #666666;		
}
.course_table {
	border-top: 0px solid #666666;
}
.course_table td {
	border-bottom: 1px solid #FFFFFF;
}
.course_table .title {
	background-color: #EDEDED;
	font-size: 10px;
}
.course_table .errortitle {
	background: #990000;
	color: #FFFFFF;
	font-size: 10px;
	border-bottom: 1px solid #FFFFFF;
}
.course_table .date {
	font-weight: bold;
}

.notice {
	line-height: 16px;
}
.editabletext {
	border: 1px solid #DEDEDE;
	font: 10pt arial;
	color: #333333; 
}

.formcell {
	font: 10pt arial;
	color: #333333; 
}

/* Returns */

.alert {
	border: 1px solid #333333;
	padding: 10px;
}
.alert p {
	margin: 4px;
	line-height: 16px;
	font-weight: bold;
}

.field_cell {
	text-align: right;
}
.label_cell {
	text-align: left;
}

.product_input_table {
	text-align: center;
}
.product_input_table td, .product_input_table th {
	border-bottom: 1px solid #DDDDDD;
	width: 25%;
}
.product_input_table th {
	border-top: 1px solid #DDDDDD;
}
.product_input_table .no_border td {
	border-bottom: 0px;
	text-align: left;
}

.statement_table {
	border-top: 1px solid #DDDDDD;
}
.statement_table td {
	border-bottom: 1px solid #DDDDDD;
}

.numbercells, .numbercellsinerror, .numbercellsinwarning {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.numbercellsinerror {
	border: 1px solid #cc0000;
	background-color: #ededed;
	color: #cc0000;
}
.numbercellsinwarning {
	border: 1px solid #FFCC00;
	background-color: #ededed;
}
.error {
	color: #c40000;
	font-weight: bold;
	height: 20px;
	padding: 2px;
	padding-left: 35px;
	background: url('../img/icons/error_icon.png') no-repeat top left;
}
.smallgrey {
	color: #999;
	font-size:9px;
}
.cellsinerror {
	border: 1px solid #cc0000;
	background-color: #ededed;
}
.summaryerror {
	border: 1px solid #cc0000;
	color: #cc0000;
	padding: 10px;
}
.mand {
	color: #990000;
}
.warning {
	color: #FF9900;
}
.invalidmsg, .validmsg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.validmsg {
	color: #009933;
}
.invalidmsg {
	color: #CC0000;
}

.franchise_list {
	width: 260px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #EFEFEF;
}

.block_header {
	color: #FFF;
	background: #999;
	font-weight: bold;
}
.block_main {
	background: url('../img/bottom-right-triangle.gif') bottom right no-repeat #f7fcff;
}

.faded {
	color: #FFF;
}

.photo_img {
	padding-left: 20px;
}

.mand {
	color: #C00;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

fieldset ol, fieldset ul {
	list-style: none;
	padding-left: 10px;
}

fieldset .arrow_li {
	margin-left: 24px;
	list-style: url('../img/buttons/go_button.png') none;
}

fieldset label {  
	float: left;  
	width: 30em;  
	margin-right: 1em; 
}

fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}

fieldset { 
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0;
	border: 0px;
}

/* For View messaging and error output */
.messages, .errors {
	border-width: 1px;
	border-style: solid;
	font-weight: 600;
}
.messages {
	border-color: #090;
}
.errors {
	border-color: #F00;
}
