.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	line-height:0pt;
	visibility:hidden;
}
.clearfix {
   display: inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
* {
	margin:0pt;
	padding:0pt;
}
html, body{
	height:100%;
}

div.content {
    height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width:710px;
}
#tt_container {
	display: block;
	width: 676px;
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:62.5%;
	
	margin: 0px;
}
#tt_container h1 {
	color:#0087C1;
	font-size:1.6em;
	line-height:1.2em;
	margin:0 0 0.9em 0;
}
table {
	font-size: 11px;
}
div.tabsHolder {
	display: block;
	margin: 0;
	background-image: url(../img/tabs_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.2em;
	line-height: 1em;
	overflow: hidden;
}
div.tabsHolder a, div.tabsHolder span {
	padding: 0.4em 1.6em 0.4em 1.6em;
	text-decoration: none;
	color: #0087c1;
	font-weight: bold;
	display: block;
	float: left;
}
div.tabsHolder a:hover {
	text-decoration: none;
	color: #ff6600;
}
div.tabsHolder span {
	color: #ff6600;
	background-image: url(../img/active_tab_bg.png);
	background-repeat: no-repeat;
	background-position: right top ;
	background-color: #eaf0f1;
}
div.tabsHolder a.first, div.tabsHolder span.first {
	padding: 0.4em 1.6em 0.4em 0.8em;
}
div.subTab {
	margin: 0 0 7px 0;
	background-color: #eaf0f1;
	display: block;
	padding: 0.4em 7px 0.4em 0;
}
div.subTab span.dateTime {
	margin: 0 1em 0 0;
	padding: 0.3em 0 0 0;
	font-size: 1.2em;
	line-height: 1em;
	color: #0087C1;
	float: right;
}
a.blueButton_L,
a.blueButton_R {
	display: block;
	background-color: #0087C1;
	color: #fff;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.2em 0.8em 0.2em 0.8em;
	text-decoration: none;
}
a.blueButton_L:hover,
a.blueButton_R:hover {
	text-decoration: none;
	color:#FF6600; 
}
a.blueButton_R {
	float: right;
}

.blueButton.LEFT {
	
	border:0;
	display: block;
	background-color: #0087C1;
	color: #fff;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.2em 0.8em 0.2em 0.8em;
	text-decoration: none;
	margin: 0 0 0 5px;
}

.blueButton.RIGHT {
	width:110px;
	border:0;
	display: block;
	background-color: #0087C1;
	color: #fff;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.2em 0.8em 0.2em 0.8em;
	text-decoration: none;
}
.blueButton.LEFT:hover,
.blueButton.RIGHT:hover {
	text-decoration: none;
	color:#FF6600; 
}

.chartReloadButton {
	width:142px;
	height:20px;
	border:0;
	display: block;
	background-color: #0087C1;
	color: #fff;
	float: right;
	font-family:Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0.1em 0.5em 0.2em 1.9em;
	text-decoration: none;
	background-image: url(../img/arrows_reload.png);
	background-repeat: no-repeat;
	background-position: 0.4em center ;
	text-transform: uppercase;
	/*
	width:150px;
	border:0;
	display: block;
	background-color: #0087C1;
	color: #fff;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.2em 0.8em 0.2em 2.2em;
	text-decoration: none;
	background-image: url(../img/arrows_reload.png);
	background-repeat: no-repeat;
	background-position: 0.4em center ;
	text-transform: uppercase;
	*/
}
.chartReloadButton:hover {
	color: #FF6600;
}

a.chartReload 
{
	height:15px;
	display: block;
	background-color: #0087C1;
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 0.2em 0.8em 0.2em 2.2em;
	text-decoration: none;
	background-image: url(../img/arrows_reload.png);
	background-repeat: no-repeat;
	background-position: 0.4em center ;
	text-transform: uppercase;
}
a.chartReload:hover {
	color: #FF6600;
}
div.leftBlock {
	display: block;
	float: left;
	width: 391px;
	margin-right: 7px;
	padding: 0;
}
div.rightBlock {
	display: block;
	float: left;
	width: 272px;
	padding: 0;
}
table.dataTable,
table.dataTableDouble {
	margin-bottom: 7px;
}
table.zeroBottomMargin 
{
	margin-bottom: 0px;
}
table.dataTable td,
table.dataTableDouble td {
	font-size: 11px;
	background-color: #e2faff;
	line-height: 12px;
	padding: 4px 5px 4px 0px;
}

table.dataTableDouble td {
	vertical-align: top;
	line-height: 15px;
	padding: 2px 5px 3px 0px;
}
table.dataTable tr.header td, tr.header th,
table.dataTableDouble tr.header td {
	background-color: #b0d5db;
	color: #333333;
	font-weight: bold;
	height: 18px;
}
table.dataTable tr.even td,
table.dataTableDouble tr.even td {
	background-color: #cceff6;
}
table.dataTable td.first, th.first,
table.dataTableDouble td.first {
	padding-left: 7px;
}

table.dataTable td.zeropadding, th.zeropadding
{
	padding: 0;
	margin: 0;
}

table.dataTable td.last, th.last,
table.dataTableDouble td.last {
	padding-right: 7px;
}
table.dataTable tr.subHeader td,
table.dataTableDouble tr.subHeader td {
	background-color: #bae1e7;
	color: #0087C1;
	font-weight: bold;
}
table.dataTable tr.form td,
table.dataTableDouble tr.form td {
	background-color: #eaf0f1;
	padding: 7px 5px 7px 7px;
}

table.dataTable3 {
	margin-bottom: 7px;
}

table.dataTable3 td {
	font-size: 11px;
	background-color: #e2faff;
	line-height: 12px;
	padding: 2px 2px 2px 0px;
}

table.dataTable3 tr.header td, tr.header th {
	background-color: #b0d5db;
	color: #333333;
	font-weight: bold;
	height: 18px;
	padding: 1px 5px 1px 7px;
}
table.dataTable3 tr.even td {
	background-color: #cceff6;
}
table.dataTable3 td.first, th.first {
	padding-left: 7px;
}

table.dataTable3 td.last, th.last {
	padding-right: 7px;
}
table.dataTable3 tr.subHeader td {
	background-color: #bae1e7;
	color: #0087C1;
	font-weight: bold;
}
table.dataTable3 tr.form td {
	background-color: #eaf0f1;
	padding: 7px 5px 7px 7px;
}

.high {
	color:#00a404;
}
.low {
	color:#dd0000;
}
div.smallChartDiv {
	margin-bottom: 7px;
	display: block;
}
#footer {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 8px 7px 7px 7px;
	text-align: center;
	color: #676767;
	font-size: 11px;
}

#footer a img {
    vertical-align: middle;
}
div.bigChart {
	background-color: #b0d5db;
	border-bottom: 1px solid #96b5ba;
}
div.formfieldChart {
	background-color: #b0d5db;
	border-top: 1px solid #cceff6;
	padding: 10px 20px 10px 17px;
}
table.formtable td {
	padding: 2px 0;
	font-size: 1.1em;
}
select.listboxdefault2,
select.listboxdefault3 {
	font-size: 11px;
}
.textboxdefault2 {
	font-size: 11px;
	border: 1px solid #0087c1;
	padding: 2px 0 2px 2px;
}
table.contenttable {
	margin-bottom: 7px;
}
form {
	display: inline;
}
table.dataTable tr.form td label,
table.dataTableDouble tr.form td label,
table.dataTable tr.form td label.first,
table.dataTableDouble tr.form td label.first {
	padding: 0 4px 0px 10px;
	margin: 0;
	line-height: 19px;
}
table.dataTable tr.form td label.first,
table.dataTableDouble tr.form td label.first {
	padding-left: 0;
	float: left;
}
table.dataTable tr.form td label.first,
table.dataTableDouble tr.form td label.first {
	padding-left: 0;
}
table.dataTable tr.form td label,
table.dataTable tr.form td select.listboxdefault2,
table.dataTable tr.form td .textboxdefault2,
table.dataTable tr.form td select.listboxdefault3 {
	float: left;
}
table.dataTable tr.form td select.listboxdefault3 {
	margin-right: 3px;
}

.width20px 
{
	width:20px;
}

.width30px 
{
	width:30px;
}

.width52px 
{
	width:52px;
}

.width40px 
{
	width:40px;
}

.width50px 
{
	width:50px;
}

.width60px 
{
	width:60px;
}

.width80px 
{
	width:80px;
}

table.dataTable tr.form td a.blueButton_L,
table.dataTableDouble tr.form td a.blueButton_L {
	margin: 0 0 0 5px;
	font-size: 11px;
	padding: 3px 10px 3px 10px;
}
.addBorder {
	border-top: 1px solid #96b5ba;
	border-bottom:1px solid #96b5ba;
}
div.formHeader {
	background-color: #b0d5db;
	padding: 0.5em 0 0.5em 0.8em;
	font-size: 1.2em;
	font-weight: bold;
	
}
div.formfieldLogin {
	background-color: #cceff6;
	padding: 10px 80px 10px 15px;
	border-bottom:1px solid #96b5ba;
	margin-bottom: 7px;
}

.simpleRedText 
{
	color:Red;
}

ul.error
{
	margin: 0;
	padding-left: 15px;
}

ul.error li
{
}

.tt_red 
{
	color:Red;
}

.tt_green
{
	color:Green;
}
.clearBoth 
{
  clear:both;	
}




* + html div.holder
{
	min-height: 1px;
}

*  html div.holder
{
	height: 1%;
}