@charset "UTF-8";
/* CSS Document */

table {
	width: 98%;
	border:1px solid #CCC;
	border-spacing: 0px; }

table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}



thead th {
	background: url(../images/tabs_2.gif) left;
	height: 26px;
	color: #333333;
	font-size: 0.9em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;


}
tbody tr {	background: #ffffff; }

tbody tr.odd {	background: #f0f0f0; }

tbody th {
	
	padding-left: 15px !important; }

tbody tr.odd th {
	
	padding-left: 15px !important; }

tbody th, tbody td {
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 9px;
	text-align: left; }

tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

tbody a:hover {
	color: #ffffff;
	text-decoration: underline; }

tbody tr:hover th {
	background: #666;
	color: #ffffff; }

tbody tr.odd:hover th {
	background: #CCC;
	color: #333333; }

tbody tr:hover th a, tr.odd:hover th a	{
		 color: #ffffff; }

tbody tr:hover td, tr:hover td a, tr.odd:hover td, tr.odd:hover td a {
	background: #666;
	color: #ffffff;	 }

tbody tr.odd:hover td, tr.odd:hover td a{
	background: #CCC;
	color: #333333;
}

tfoot th, tfoot td {
	background: #ffffff url(../images/bg_footer.gif) repeat-x bottom;
	font-size: 0.8em;
	color: #ffffff;
	height: 21px;
	}

