﻿/*
 **********************************************************
 * Reporting
 */

table.Report, table.Report tr, table.Report tr td
{
	background: #eee6d5;
	font-size: 9pt;
	border-width: 0;
}


table.Report tr td.HD1
{
	color: #FFF;
	background: #5a8263;
}

table.Report tr td.HD2
{
	font-weight: bold;
}

table.Report tr.Benchmark td
{
	background: #e2d7bf;
}

table.Report tr td.Column1
{
	background: #b9d5de;
}

table.Report tr td.Column2
{
	background: #b5d1bc;
}

table.Report tr td.Column3
{
	background: #d4d0d4;
}

table.Report tr td.Column4
{
	background: #b0b0b0;
}

/*
 * Reporting
 **********************************************************
 */
/*$$LPASSI. June/29/2007. Centralized the stylesheet for Benchmark(National, State, StateBenchmark) flyover tooltip.
/* style your tooltips here */
		#tooltip {
			padding: 3px;
			background: #EEEEEE;
			border: 1px solid #eee;
			text-align: left;
			font-size: 12px;
			opacity: .9;
			border-left: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			border-top: 1px solid #CCCCCC;
			border-bottom: 1px solid #CCCCCC;
			font-weight:bold;
			width:300px;
		}

		/* style the spans with tooltips here */
		span.tip {
			border-bottom: 1px solid #eee;
		}

		span.tip span {
			display: none;
		}