﻿@charset "utf-8";
/* CSS Document */

#itsthetable table a:link {color: #CC6633;text-decoration:none}
#itsthetable table a:visited {color: #CC6633;text-decoration:none}
#itsthetable table a:hover {color: #999966;text-decoration:none}
#itsthetable table a:active {color: #CC6633;text-decoration:none}
#itsthetable table a:focus{color: #CC6633;text-decoration:none}



#itsthetable table caption {
		padding: 18px 2px 10px 2px;
		color: #950000;
		background-color: #ffffff;
		font-weight: normal;
		text-align:left;
		
		}

	#itsthetable table{
		border: 1px solid #D9D9D9;
	
	}
	#itsthetable table tr td{
		padding: 6px 9px;
		text-align:center;
		line-height: 18px;

	}
	#itsthetable table thead th{
		background-color: #cccc99;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #D9D9D9;
		text-align:center;
		padding: 13px 9px;
		color:#592C16;
	}
	#itsthetable table tbody tr th{
		background-color: #fff;
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
		background-color: #E5E5D8;
	}
	#itsthetable table tbody td{
			border-left: 1px solid #D9D9D9;
			font-size:13px
	}
	#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:#000000;
		padding: 16px 9px;
		
	}


