﻿body
{
	font-size: 70%;
	font-family: Arial;
	background-color: #ffffff;
}
ul#tabs
{
	list-style-type: none;
	/*margin: 30px 0 0 0;
	
    */
    margin: 0 0 0 0;
    padding: 0 0 0.5em 0;
	text-align:left;
}
ul#tabs li
{
	display: inline;
	margin: 0 -3px 0 0;
	border-right:solid 1px #FFFFFF;
}
ul#tabs li a
{
	color: #FFFFFF;
	font-weight: normal;
	background-color: #1e46a5; /*#ebf3fb;*/
	border-bottom: 0px solid #2C547C;
	/*padding:  0.3em 1em 0.38em 1em;*/
	padding:  0.3em 1em 0.38em 1em;
	text-decoration: none;
	font-size:12px;
}
ul#tabs li a:hover
{
	/*background-color: #f1f0ee;*/
	text-decoration: underline;
}
ul#tabs li a.selected
{
	background-color: #ffffff;
	font-weight: normal;
	/*padding:  0.3em 1em 0.38em 1em;*/
	padding:0.3em 1em 0.42em 1em;
	border-left: 1px solid #2C547C;
	border-right: 1px solid #2C547C;
	border-top: 3px solid #2C547C;
	border-bottom: solid 3px #FFFFFF;
	text-decoration: none;
	cursor:default;
	color: #333333;
}
div.tabContent
{
	/*border: 1px solid red;*/
	border-top: 1px solid #2C547C;
	padding: 0.0em;
	background-color: #ffffff;
	text-align: left;
	/*width: 298px; /*height: 200px;*/
    /*height: 181px;*/
	/*height: 159px;
	-moz-height:159px;
    */
	
}
div.tabContent.hide
{
	display: none;
}
#nationalaverages
{
	padding: 2px 0px 3px 0px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	background-color: #4D8DD5;
	width: 300px;
	color: White;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 80%;
	font-weight: bold;
	z-index: 300;
}
#nationalaverages caption
{
	background-color: #408cd9;
	border: solid 1px #aacbee;
	border-bottom: none;
	color: #fff;
	font-weight: bold;
	margin-left: -1px;
	text-align: left;
}
#nationalaverages caption .title
{
	float: left;
	text-align: left;
	color: #ffffff;
}
#nationalaverages caption .date
{
	float: right;
	font-weight: normal;
}
#nationalaverages thead
{
	background-color: #ebebeb;
}

.ItemStyleTab1
{
	/*background-color: #FFFFFF;*/
	/*border-top: solid 1px #666666;*/
	border-bottom: solid 1px #ddd;
	padding: 2px 1px 2px 0px;
	text-decoration: none;
	color: #151515;
	/*height:26px;*/
}
.columnheader
{
	padding: 2px 1px 2px 5px;
}
.ItemStyleTab1Border
{
	/*background-color: #ffffff;*/
	/*border-top: solid 1px #666666;*/
	border-bottom: solid 1px #ddd;
	padding: 2px 1px 2px 0px;
	text-decoration: none;
	color: #151515;
	
}

.linkbtn
{
	font-family: Arial;
	text-decoration: none;
	/*color: #2C547C;*/
}

.linkbtn:hover
{
	font-family: Arial;
	text-decoration: underline;
	/*color: #2C547C;*/
}

a, a:link, a:visited, a:hover 
{
	/*background-color: transparent;*/
	/*color: #333;*/
}

.bottomdiv
{
	/*
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
    */
	width: 298px;
	padding: 2px 0px 7px 0px;
    background-color: #FFF;
	/*margin-top:5px;*/
}
/*-----------------------------*/
input.searchbutton, a.searchbutton, input.submitbutton, a.submitbutton
{
    background-color: #666666;
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 96px;
    height: 25px;
    border: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
    float: none;
}
input.searchbutton:hover, a.searchbutton:hover, input.submitbutton:hover, a.submitbutton:hover
{
    cursor: pointer;
    background-color: #999999;
}

input[disabled], input[disabled]:hover
{
    background-color: #CCCCCC;
    cursor: default;
}
/*-----------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.tabContent{
		height:175px;
	}

	.ItemStyleTab1{
		height:21px;
}

.gridViewHeader
{
    color: #000000;
}
}

.disclaimer1 a /*a:link, a:visited, a:hover*/  
{
    color: #333;
}

.rates_area
{
    background-color: #1e46a5;
    /*width: 90px;*/

    padding: 6px 8px 6px 8px;
    
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
            
    font-weight: bold;
    color: #FFF;

    cursor: hand;
    cursor: pointer;
}

tr.grid_row  
{
}

tr.grid_row:hover 
{
    cursor: pointer;
    background-color: #E1E7F4;
}

.product_name {
    text-decoration: none;
    color: #437193;
}

.product_name:hover {
    text-decoration: none;
}

.disclaimer1 {
    
}

.headerrow th {
    color: #000000;
    background-color: #F0F0F0;
    font-size: 11px;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}