#table {
	border-spacing:1px;
	background-color:#E7E7E7;
	color: #3D499D;
	width: 485px;
}

#table caption {
	font-weight: bold;
	text-transform:uppercase;
	padding:5px;

}

#table td, th {
	padding: 4px;
	text-align: center;
	font: bold 75% Tahoma, Verdana, Arial, sans-serif!important;
}

#table thead th {
	text-align: center;
	color: #3D499D;
	border: 1px solid #FFF;
	text-transform:uppercase;
	background-color: #FFFFFF;
}

#table tbody th {
	font-weight: bold;
}

#table  tbody tr		{
	background-color:#FFF; 
	text-align:left; 
	}
	
#table tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#table  tbody tr td {
	border: 1px solid #FFF;
	background-color: #FFFFFF;
	background-image: url(../../tbl-shade.gif);
	background-repeat: no-repeat;
}

#table  tbody tr.odd td{
	background: #f9f9f9;
	border-top:1px solid #FFF;
	height: 8px;
}

#table tfoot th, tfoot td {
	background-color:#FFFFFF; padding:5px;
	text-align:center; 
}
