/* CSS Document */

body {
	background: #FFFFFF url(images/background_Blue.png) 0 0 repeat-x;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	border: 0px none;
	left: 0px;
	top: 0px;
}

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
}

td.header {
	font-size: 10pt;
	font-decoration: bold, italic;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	background-color: #6E90AF;
	color: #FFFFFF;
	
}

.content_header {
	font-size: 14pt;
	font-decoration: bold, italic;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	background-color: #6E90AF;
	color: #FFFFFF;
}

.div_header {
	font-size: 10pt;
	font-decoration: bold, italic;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	background-color: #6E90AF;
	color: #FFFFFF;
	text-align: center;
}

.main { padding: 8px; }

.div_content {
	padding-top: 2px;
	padding-left:2px;
	padding-bottom: 2px;
	padding-right:2px;
	border-color:#6E90AF;
	border-width:1px;
	border-style:solid;
	
}

.box { border: 1px #6E90AF solid; }
#chart td {  font-size: 9px; border: 1px #6E90AF solid;}
#chart th { font-size: 11px; border: 1px #6E90AF solid;}
a.header {
	color: #FFFFFF;
}

.grayLine { background: url(images/grayLine.gif) 0 0 repeat-y;}

#background { width: 1000px; height: 1000px;}
#firstBlue { width: 1000px; height: 215px; background-color:#3399CC;}
#secondWhite { width: 100%; height: 200px; background-color: #FFFFFF;}
#thirdBlue { width: 100%; height: 200px; background-color: #3399CC;}

#price-chart { width:100%; border: 1px #6E90AF solid; }
#price-chart td {border: 1px #6E90AF solid; vertical-align:top; text-align:center;}
#price-chart th {border: 1px #6E90AF solid; vertical-align:top; font-size:12px;}