table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color: #333333;
}

caption {
	font-weight: bold;
	background: #888888 url(../index_img/corner.gif) no-repeat right top;
	border-bottom:2px solid #888888;
	color: #FFF;
	text-transform:uppercase;
	padding:6px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody tr td { 
	height:20px;
	background: #FFF;
	border: 1px solid #FFF;
	}

tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}


tfoot th, tfoot td {
	background-color:#E7E7E7; padding:0px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #DFDFDF;
}