html, body {
	margin:0;
	padding:0;
	height:100%;
}

#container {
   min-height:100%;
   position:relative;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px; /* Height of the footer */
	background: #0c2e42;
	color: white;
	line-height: 30px;
}

#footer a {
	color:#fff;
}

.footer_padding
{
	height: 130px; /* Height of the footer +100px */
}

BODY {
	background-image: url("../img/bg.png");
	background-repeat: repeat-x;
}

hr.shadow {
	clear: both;
	border: none;
	background-image: url("../img/footer_shadow.png");
	background-position: top center;
	height: 12px;
	width: 100%;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.container
{
	margin: 0 auto;
	width: 800px;
}

.main_content
{
	padding: 50px 0 0 0;
}





/* Form
----------------------------------------------------------------------------------------------------*/

textarea:hover,input[type='text']:hover,input[type='password']:hover,select:hover
{
	border-color:#8F8F8F;
}

textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus
{
	border-color:#4F6F3E;	
}

.onpage_input_main * {
	margin: 0 20px 20px 0;
	display: inline;
	float: left;
}

INPUT.type_text, .captcha {
	border: 1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

INPUT.type_text {
	width: 218px;
	padding: 11px;
}

.captcha {
	width:240px;
	height: 38px;
	background-color: #E8E6E6;
}

.autofilled {
	color: #878787;
}

INPUT.type_submit {
	background-image: url(../img/green_button_bg.png);
	border: 0 solid #FFFFFF;
	color: white;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	width: 240px;
	height: 42px;
	outline: none;
}

.onpage_error
{
	padding-left:20px;
	background-image:url(../img/exclamation.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#9F2407;
	font-size:1.1em;
	font-weight:bold;
}

/* Menu
----------------------------------------------------------------------------------------------------*/

UL.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu LI {
	margin: 0 0 0 1px;
	padding: 0;
	
	float: right;
	
	font-size: 14px;
	font-weight: bold;
	
	line-height: 37px;
	height: 37px;
}

.menu A {
	background-image: url("../img/menu_door_right_darker.png");
	background-repeat: no-repeat;
	background-position: right;
	
	display:block;
	
	color: #666;
	text-decoration: none;
}

.menu SPAN {
	background-image: url("../img/menu_door_left_darker.png");
	background-repeat: no-repeat;
	
	display: block;
	
	padding: 0 10px 0 10px;
}

.menu LI:HOVER A, .menu LI.active A {
	background-image: url("../img/menu_door_right.png");
}
.menu LI:HOVER SPAN, .menu LI.active SPAN{
	background-image: url("../img/menu_door_left.png");
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     position: static;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*
====== Table Trix
*/
TABLE.side_cutt_paddings TD.first-child, TABLE.side_cutt_paddings TH.first-child
{
	padding-left: 0px;
}
TABLE.side_cutt_paddings TD.last-child, TABLE.side_cutt_paddings TH.last-child
{
	padding-right: 0px;
}
TABLE.side_cutt_paddings TD:first-child, TABLE.side_cutt_paddings TH:first-child
{
	padding-left: 0px;
}
TABLE.side_cutt_paddings TD:last-child, TABLE.side_cutt_paddings TH:last-child
{
	padding-right: 0px;
}

TABLE.top_left_aligned_cells TD, TABLE.top_left_aligned_cells TH
{
	vertical-align: top;
	text-align: left;
}
/*
====== Table Trix End
*/

/*
====== Diverse Simple Markers
*/
.full_width
{
	width: 100%;
}
.white
{
	color: #fff;
}
.nomargin
{
	margin: 0;
}
/*
====== Diverse Simple Markers End
*/


/*
====== The Main Analysis Table
*/
TABLE.onpage_analysis TD
{
	border-bottom: 1px solid #e7e5e5;
}

TABLE.onpage_analysis TD.first-child
{
	border-left: 1px solid #e7e5e5;
}

TABLE.onpage_analysis TD.last-child
{
	border-right: 1px solid #e7e5e5;
}

TABLE.onpage_analysis
{
	border-color: black;
	border-collapse: separate;
	width: 100%;
}
TABLE.onpage_analysis TD, TABLE.onpage_analysis TH
{
	padding: 10px;
}
TABLE.onpage_analysis TH
{
	color: white;
	font-weight: bold;
	background-color: #0f3e57;
}
TABLE.onpage_analysis TH.first-child
{
	/*border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;*/
}
TABLE.onpage_analysis TH.last-child
{
	/*border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;*/
}

TABLE.onpage_analysis TD.header
{
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
TABLE.onpage_analysis TD.reduction
{
	color: #9f2407;
	font-weight: bold;
	white-space: nowrap;
}
TABLE.onpage_analysis TR.epilouge TD
{
	background-color: #f2f1f1;
	padding: 15px;
}
TABLE.onpage_analysis TR.epilouge A
{
	color: black;
}
/*
====== The Main Analysis Table End
*/

TABLE.onpage_meta
{
	font-size: 14px;
	margin: 0 0 0 0;
}
TABLE.onpage_meta TD, TABLE.onpage_meta TH
{
	padding: 2px 5px;
}

.onpage_score
{
	color: #448013;
	font-weight: bold;
	white-space: nowrap;
}

TD.onpage_score
{
	text-align: right;
	vertical-align: top;
}
TD.onpage_score BIG
{
	font-size:24px;
	text-decoration:none;
}

TD.onpage_score SPAN
{
	background:transparent url(../img/final_score_right.png) no-repeat scroll right top;
	display:inline-block;
	margin:0;
	padding-left:16px;
	padding-right:20px;
	white-space:nowrap;
}

BODY TR.onpage_score
{
	font-size: 16px;
	font-weight: bold;
	line-height: 49px;
}
BODY TR.onpage_score TD.last-child
{
	text-align: right;
}

.onpage_award
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d8d7d7;
	margin-bottom: 18px;
	padding: 15px;
}

.onpage_sub_info_heading
{
	font-size: 13px;
	font-weight: bold;
}

html body .print_button
{
	color: #666;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 20px;
	background-image: url("../img/printer.png");
	background-repeat: no-repeat;
	background-position: center left; 
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 18px;
}

/*
====== Print
*/
@media print
{	
	BODY
	{
		padding: 0;
		background: none;
	}
	
	.main_content
	{
		padding: 0;
	}
	
	.noprint
	{
		display: none;
	}
	
	.onpage_award
	{
		display: none;
	}

}
/*
====== Print End
*/
