﻿@charset "iso-8859-1";
/* CSS Document */

#itsthetable table a:link {color: #CC6633;}
#itsthetable table a:visited {color: #CC6633;}
#itsthetable table a:hover {color: #999966;}
#itsthetable table a:active {color: #CC6633;}
#itsthetable table a:focus{color: #CC6633;}


#itsthetable table caption {
		padding: 18px 2px 15px 2px;
		color: #cfcfcf;
		background-color: inherit;
		font-weight: normal;
		text-align: centered;
		text-transform: capitalize;
		}

	#itsthetable table{
		border: 1px solid #D9D9D9;
		width: 100%;font-family: verdana;font-size:8pt;
	}
	#itsthetable table tr td{
		padding: 2px 9px;
		text-align:left;
	}
	#itsthetable table thead th{
		background-color: #E5E5D8;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #D9D9D9;
		font-weight: bold;
		text-align:left;
		padding: 6px 9px;
		color:#592C16;
	}
	#itsthetable table tbody tr th{
		background-color: #fff;
		font-weight: bold;
		border-left: none;
		padding: 6px 9px;
		background-color: #E5E5D8;
	}
	#itsthetable table tbody td{
			border-left: 1px solid #D9D9D9;
	}
	#itsthetable table tbody tr.odd{
		background-color: #F3F3F3;
	}
	
#itsthetable table tbody tr:hover {
	color: #333333;
	background-color: #E5E5D8;
}

#itsthetable table tbody tr.odd:hover {
	color: #333333;
	background-color: #E5E5D8;
}
	
#itsthetable table tfoot td, #itsthetable table tfoot th{
	border-top: 1px solid #ccc;
	font-weight:bold;
	color:#592C16;
	padding: 16px 9px;
	
}

#navcontainer{
padding:10px;
}

#navlist
{
	padding: 1px;
	margin-left: 0;
	font: 10px verdana, sans-serif;
	width: 80%;
	color: gray; 
}

#navlist li
{
	list-style: none;
	margin: 0px;
	border-left: 1px #004080 solid;
	border-bottom: 1px gray solid;
	text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }

#navlist li a:hover
{
	font-weight:bold;
	color: #000080;
	background: #b1d5ed;
	border-left: 3px #004080 solid;
}

