@charset "UTF-8";
/* CSS Document */

/*
	Styles for indicator and report table displays
*/
table.dataTable
{
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
	padding: 0;
	margin: 0;
  border-collapse: collapse;
}

	table.dataTable th
	{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #183966;
		background: #fff7da;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		padding: 5px;
		cursor: n-resize;
	}

		table.dataTable th.sorttable
		{
			background: #fff7da url(/images/tablesort/sort_unsorted.png) no-repeat scroll center bottom;
			padding: 5px 5px 22px 5px;
		}

		table.dataTable th.sorttable_sorted
		{
			background: #fff7da url(/images/tablesort/sort_asc.png) no-repeat center bottom;
			padding: 5px 5px 22px 5px;
		}

		table.dataTable th.sorttable_sorted_reverse
		{
			background: #fff7da url(/images/tablesort/sort_desc.png) no-repeat center bottom;
			padding: 5px 5px 22px 5px;
		}

	table.dataTable td
	{
		min-width: 80px;
		margin: 0;
	}

		table.dataTable td.divider
		{
			height: 2px;
			background-color: #ffdb94;
			border-bottom: 1px solid #999999;
			border-right: 1px solid #999999;
			padding: 0;
			margin-top: 0;
			font-size: 2px;
		}

		table.dataTable td.region
		{
			font-family: Verdana,Arial,Helvetica,sans-serif;
			font-size: 10px;
			background-color: #c5d0df;
			padding: 3px;
			border-bottom: 1px dotted #999999;
			border-right: 1px solid #999999;
		}

			table.dataTable td.region.highlight
			{
				background-color: rgb(204, 102, 1);
				color: white;
			}

				table.dataTable td.region.highlight a
				{
					color: white;
				}

			table.dataTable td.region a
			{
				font-weight: bold;
				text-decoration: none;
			}

				table.dataTable thead td.region a
				{
					color: #CC6802;
				}

				table.dataTable tbody td.region a
				{
					color: #285587;
				}

				table.dataTable tfoot td.region a
				{
					color: #285587;
				}

		table.dataTable td.data
		{
			font-size: 11px;
			padding: 3px;
			font-family: Verdana,Arial,Helvetica,sans-serif;
			border-bottom: 1px dotted #999999;
			border-right: 1px solid #999999;
			text-align: right;
		}

			table.dataTable td.data.odd
			{
				background-color: white;
			}

			table.dataTable td.data.even
			{
				background-color: #fff2c2;
			}

	table.dataTable span.footnotes
	{
		vertical-align: super;
		font-size: 9px;
	}

/*
	this is the loading box displayed while tables are being generated
*/
div.loading
{
	border: none;
	background: url(/images/loading-spinner.gif) no-repeat 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 32px;
	font-weight: bold;
	color: #C74F00;
}

div.notes-table
{
	font-size: 11px;
}

a.notes-showhide
{
	color: #285587;
	font-size: 11px;
}


/* print layout */
@media print {
    
    #rightcol {margin-left:0;padding-left:0;}
    .display-container > em, .display-container > hr {display:none;}
    table.dataTable {width:600px;}
    table.dataTable td.region, table.dataTable td.data {font-size:1em;}
}
