@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1{
	color:#FF0000;
}
a {
	color:#FF0000;
	text-decoration:none;
}
div.progTable a {
	color:red;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div.header{
	background-image:url(../images/misc/sub-bg.gif);
	font-weight:bold;
	height:auto;
}
span.join{
	padding:5px;
	width:auto;
	height:25px;
	border:1px solid #FF0000;
	background:#FFFFFF;
}
.leftCol{
	float:left;
	width:49%;
	text-align:left;
	height:auto;
}
.rightCol{
	float:right;
	width:49%;
	text-align:right;
	height:auto;
}
span.answer{
	font-weight:bold;
}
div.titleBar{
	height:auto;
	width:750px;
	padding-top:5px;
}
span.title{
	width:600px;
	color:#FF0000;
	font-weight:bold;
}
span.languageBar{
	color:#999999;
	font-size:11px;
	text-align:right;
	padding-left:470px;	
}

div.progTable{
	width:93%;
	height:auto;
	border:1px solid #999999;
}
.decade{
	color:#666666;
	font-weight:bold;
	font-size:14px;
	background:#EDEDED;
	padding-right:60px;
	padding-left:40px;
	}
.progCellOff{
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	background-color:#EDEDED;
	border-left:1px solid #999999;
}
.progCellOn{
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	color:red;
	font-weight:bold;
	background-color:#FFFFFF;
	border-left:1px solid #999999;
}
div.answerTable{
    width:100%;
    height:auto;
    padding:0px;
	border:1px solid #CCCCCC;
}
div.row {
    clear: both;
    padding: 10px;
    height:auto;
	text-align:center;
}
div.oddRow {
	font-size:12px;
	background-color:#EDEDED;
	border-bottom:1px solid #CCCCCC;
    clear: both;
    padding: 3px;
    height:55px;
}
div.evenRow {
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
    clear: both;
    padding: 3px;
    height:55px;
}
div.solRow {
	background-color:#66FF66;
	border:1px solid #339900;
	font-size:12px;
	font-weight:bold;
    clear: both;
    padding: 3px;
    height:55px;
}
div.ar{
	padding-top:3px;
	border:solid 1px #00FF00;
	background-color:#FFFFFF;
	width:100%;
}
div.aw{
	padding-top:3px;
	border:solid 1px #FF0000;
	background-color:#FFFFFF;
	width:100%;
}
span.label{
	float:left;
	width:75%;
}
span.iconLabel{
	padding:3px;
	width:5%;
}
span.resultLabel{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	width:95%;
	vertical-align:top;
}
span.labelh{
	padding-left:0px;
	background-image:url(../images/misc/sub-bg.gif);
	border-bottom:1px solid #666666;
	float:left;
	width:50%;
	text-align:left;
	height:auto;
	}
span.labelr{
	float:inherit;
	width:10%;
	text-align:right;
	padding-left:50px;
	padding-right:0px;
	height:auto;
	}
span.labelc{
	float:none;
	width:20%;
	height:auto;
}
span.labell{
	float:left;
	width:60%;
	height:auto;
}
span.val {
    float:right;
    width:5%;
    text-align:left;
}
.oneColLiqCtrHdr #container {
	width: 750px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
}
.oneColLiqCtrHdr #header {
	border-bottom:solid #CCCCCC 1px;
	background: #0D235F; 
	background-image:url(../images/features/habs_centennial/bg_2.jpg);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	color:#FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: auto;
}
.oneColLiqCtrHdr #footer { 
	border-top:solid #CCCCCC 1px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#AD0000;
	background-image:url(../images/features/habs_centennial/bg.jpg);
} 
.oneColLiqCtrHdr #footer p {
	color:#FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #footer a {
	color:#FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

