table {
	border:1px solid #000000;
	border-spacing: 0px; 
	}

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

table caption {
	font-size: 1.8em;
	text-align: center;
	text-indent: 100px;
	background: url(images/bg_caption.gif) left top;
	height: 40px;
	color: #FFFFFF;
	border: 1px solid #000000; }

thead th {
	background: url(images/bg_th.gif) left;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;	
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: center; }

tbody tr {	
/*	background: #CCCCCC;  */
/*	hover:expression(this.onmouseover=new Function("this.style.background='#800000';"),this.onmouseout=new Function("this.style.background='#CCCCCC';")); */
}

tbody tr.odd {	
	background: #f0f0f0;  
/*	hover:expression(this.onmouseover=new Function("this.style.background='#800000';"),this.onmouseout=new Function("this.style.background='#f0f0f0';")); */
} 

tbody th {
	background: url(images/arrow_white.gif) left center no-repeat;
	background-position: 5px;
	text-align:center;	
	padding-left: 40px !important; }

tbody tr.odd th {
	background: url(images/arrow_grey.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

tbody th, tbody td {
/*	font-size: 0.8em;*/
	font-size: 11px;
	line-height: 1.2em;  
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
/*	padding: 10px 7px; */
	border-top: 1px solid #800000;
	border-right: 1px solid #800000;
	vertical-align:middle;
	text-align: center; 
	}

tbody td {
	text-align: left; 
	width:33%; 	
/*	hover:expression(this.onmouseover=new Function("this.style.background='#800000';"),this.onmouseout=new Function("this.style.background='#f0f0f0';")); */
	}

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

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

/*
tbody tr:hover th {
	background: #800000 url(images/arrow_red.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

tbody tr.odd:hover th {
	background: #000000 url(images/arrow_black.gif) left center no-repeat;
	background-position: 5px;
	color: #ffffff; }

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: #800000;
	color: #ffffff;	 }

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

/*
tbody td{
	hover:expression(this.onmouseover=new Function("this.style.background='#800000';"),this.onmouseout=new Function("this.style.background='#800000';"));
	}
*/


tbody td:hover, td:hover a{
	background: #800000;
	color: #FF0000; 
	}
	
tbody td.none:hover, td.none:hover a{
	background: none;
	color: none;	 }


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

