.chart td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	vertical-align: middle;
}

.chart th
{
	line-height: normal;
	padding: 5px;
	background-color: #EEEEEE;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 12px;
}

.bar
{
	float: left;
	position: relative;
	line-height: 35px;
	border: 1px solid black;
	border-left: 0;
}

.bar#current
{
	background: green;
	color: white;
}

.bar#reported
{
	background: blue;
	color: white;
}

.bar#state
{
	background: yellow;
	color: black;
}

.bar#national
{
	background: yellow;
	color: black;
}

.bar#tophospitals
{
	background: yellow;
	color: black;
}

.date
{
	float: left;
	margin-left: 10px;
	font-style: italic;
	font-size: 11px;
}

.lane
{
	border-top: 1px solid gray;
	background: #EEE;
	height: 55px;
}

.value
{
	float: right;
	padding-right: 5px;
	font-weight: bold;
}

td.xaxis
{
	border-right: 1px solid black;
	border-top: 1px solid black;
	text-align: right;
	padding: 3px;
}

td.yaxis
{
	border-right: 1px solid black;
	border-top: 1px solid black;
}

div.graphic_note {
	text-align:center;
	padding:5px 0;
	margin: 5px 0;
	font-size: 10px;
	background-color: #EEEEEE;
}

