﻿/**
 * Added by Brown CS for State/ProviderTable.aspx
 */

label 
{
	margin-left: 5px;
}

#frame_top 
{
	background: url("/img/tableBorder_top.jpg") no-repeat;
	clear: both; /* To clear the tabs */
	height: 12px;
	width: 911px;
	margin-left: 10px
}

#frame_middle 
{
	background: url("/img/chartBorder_body.jpg") repeat-y;
	margin-left: 10px;
	padding: 20px;
	width: 871px;
}

#frame_bottom 
{
	background: url("/img/tableBorder_bottom.jpg") no-repeat;
	clear: both;
	height: 12px;
	width: 911px;
	margin-left: 10px
}

#results, #table_format, #year, #locations, #variables 
{
	margin-bottom: 20px;
}

#buttons 
{
	text-align: right;
}

#table 
{
	margin-bottom: 20px;
	overflow: auto;
}

#year
{
	float: left;
	width: 260px;
}

#locations
{
	float: right;
	width: 560px;
}

#variables_body
{
	border: 1px solid #ccc;
	max-height: 250px;
	overflow: auto;
	padding: 5px;
}

#variables_body tr 
{
	vertical-align: top;
}

#variables 
{
	clear: both;
}

.yearBoxes
{
	margin-left: 5px;
}

.google-visualization-table-table 
{
	width: 100%;
}

.tableheader 
{
	background-color: #ffeecc;
	font-weight: bold;
	color: #cc0000;
	border-color: #ffffff;
	font-family: arial, helvetica, sans serif;
}
.tableheader a
{
	color: inherit;
}
.oddrow
{
	background-color: #eeeeee;
}
.evenrow
{
	background-color: #fff;
}
.hoverrow
{
	background-color: #eeffff;
}
.selectedrow
{
	background-color: #eeffff;
}
