#itsthetable	{
	background-color: #CCCCCC;
	background-repeat: no-repeat;
		}

table		{
	line-height: 1em;
	border-collapse: collapse;
	border: 4px solid #ADBBCA;
	color: #333333;
	background: #F0F0F0;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
		}
		


table caption	{
	margin: 0;
	height: 32px;
	padding: 0;
	color: #40A5AF;
	line-height: 2em;
	text-align: left;
	font: bold 150% georgia, serif;
	text-transform: uppercase;
	letter-spacing: 0.14em;
		}
		
thead		{
	color: #F0F0F0;
	background-color: #58B9C2;
		}
		
thead tr th	{
	padding: 0px;
		}

		
thead th	{
	border: 4px solid #ADBBCA;
		}

tfoot		{
		background: #fff;
		}
		
tfoot tr td, tfoot tr th, tbody tr td	{
	padding: 2px;
		}
		
tbody tr:hover	{
		background: #fff;
		}
		
tbody tr	{
	border: 1px solid #ADBBCA;
		}
		
tbody th	{
	padding: 2px;
	border: 2px solid #ADBBCA;
		}
		
tbody td	{
	background: #E9ECEE;
	border: 2px solid #ADBBCA;
		}

tbody tr.odd		{
	background-color: #CCCCCC;
		}
		
tbody tr.odd td		{
	color: #000000;
	background-color: #CCCCCC;
		}
		

		
tbody tr.odd:hover		{
	background-color: #80C9D0;
	color: #336600;
		}
