﻿div.PerformanceBox .table_small th {
	background-color:#367ACB;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding-left:7px;
	text-align:left;
	height:22px;
}

div.PerformanceBox .table_small th a{
	background:none;
	padding:0;
	font-weight:normal;
}

div.PerformanceBox {
	background:none;
}

div.PerformanceBox table.table_small {
	background-color:#f0f0f0;
	margin:auto;
}

.landingpage div.PerformanceBox table.table_small {
	width:100%;
}

div.PerformanceBox table.table_small tr {
	background-color:#f0f0f0;
	height:23px;
}
div.PerformanceBox table.table_small tr td.Flag {
	display:none;
}
div.PerformanceBox table.table_small tr td.Label,
div.PerformanceBox table.table_small tr td.performanceCell1,
div.PerformanceBox table.table_small tr td.performanceCell2 {
	color:#367ACB;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding:0px;
	border:none;
	vertical-align:middle;
		background-color:#f0f0f0;
}

div.PerformanceBox table.table_small tr td.Label {
	width:110px;
	text-align:left;
	padding-left: 2px;
}
div.PerformanceBox table.table_small tr td.performanceCell1 {
	width:70px;
	text-align:right;
}
div.PerformanceBox table.table_small tr td.performanceCell2 {
	width:50px;
	text-align:right;
}




/*******************************
********************************
****** TABLE MEDIUM ************
********************************
*******************************/

div.PerformanceBox table.table_medium tr {
	height:22px;
	text-align:left;
}
div.PerformanceBox .table_medium th {
	text-align:left;
}

div.PerformanceBox .table_medium a {

/* no style for this
		interacting links	
	background: #285A8D;
	color:#FFFFFF;
*/
	font-family:Verdana;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding:5px 0 4px 7px;
	border-right:5px #fff;

}


div.PerformanceBox .table_medium th.FirstTab a {
	background-color: #86B0E0;
	background-image: url(/images/tabs/tab_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
}

div.PerformanceBox .table_medium th.Tab1 a {
	background-color: #367ACB;
	background-image: url(/images/tabs/second_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
}

div.PerformanceBox .table_medium th {
	border-right:3px solid #fff;
}

div.PerformanceBox .table_medium th.LastTab {
	border-right:0;
}

div.PerformanceBox .table_medium th.LastTab a {
	background-color: #285A8D;
	background-image: url(/images/tabs/last_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
}

div.PerformanceBox .table_medium th.Tab1 a.active,
div.PerformanceBox .table_medium th.FirstTab a.active,
div.PerformanceBox .table_medium th.LastTab a.active,
div.PerformanceBox .table_medium a.active {
	/*background-color: #367ACB;*/
	background-image: url(/images/tabs/active_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.PerformanceBox .table_medium tr.odd {
	background:#f1f1f1;
	height:22px;
}
div.PerformanceBox .table_medium tr.even {
	background:#f1f1f1;
	height:22px;
}
div.PerformanceBox .table_medium td {
	border:none;
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	margin:5px 4px;
	background:#f1f1f1;
}

div.PerformanceBox .table_medium td.performanceCell2 {
	width:50px;
	white-space:nowrap;
}
div.PerformanceBox .table_medium td.performanceCell1 {
	width:70px;
}


/*******************************
********************************
****** TABLE BIG ************
********************************
*******************************/

div.PerformanceBox table.table_big tr {
	height:22px;
	text-align:left;
}
div.PerformanceBox .table_big th {
	text-align:left;
}

div.PerformanceBox .table_big a {
	background: #285A8D;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	padding:5px 0 4px 7px;
	border-right:5px #fff;
}


div.PerformanceBox .table_big th.FirstTab a {
	background-color: #86B0E0;
	background-image: url(/images/tabs/tab_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
}

div.PerformanceBox .table_big th.Tab1 a {
	background-color: #367ACB;
	background-image: url(/images/tabs/second_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
}

div.PerformanceBox .table_big th {
	border-right:3px solid #fff;
}

div.PerformanceBox .table_big th.LastTab {
	border-right:0;
}

div.PerformanceBox .table_big th.LastTab a {
	background-color: #285A8D;
	background-image: url(/images/tabs/last_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
}

div.PerformanceBox .table_big th.Tab1 a.active,
div.PerformanceBox .table_big th.FirstTab a.active,
div.PerformanceBox .table_big th.LastTab a.active,
div.PerformanceBox .table_big a.active {
	/*background-color: #367ACB;*/
	background-image: url(/images/tabs/active_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div.PerformanceBox .table_big tr.odd {
	background:#f1f1f1;
	height:22px;
}
div.PerformanceBox .table_big tr.even {
	background:#f1f1f1;
	height:22px;
}
div.PerformanceBox .table_big td {
	border:none;
	color:#666666;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	margin:5px 4px;
	background:#f1f1f1;
}

#content div.PerformanceBox .table_big,
#content div.PerformanceBox {
	width:100%;
}