@charset "utf-8";
/* CSS Document */
table {	
	border-collapse:collapse;
	border-left:1px #eee solid;
	border-right:1px #eee solid;
	border-bottom:1px #eee solid;
	background-color:#E7E7E7;
	color: #666666;
}

caption {
	font-weight: bold;
	background: #50ADEA url(http://infectedfx.net/css/tables/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	padding:10px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: left;
	padding-top:6px;
	padding-bottom:3px;
	background: #83a200 url(../images/gradient.jpg);
	color: #fff;
	font-weight:bold;
	border: 0px;
	text-transform:uppercase;
	
}
thead th {
	border-bottom:1px #ccc solid;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
}
tbody td {
	border-bottom:1px #ccc solid;
}

tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}




tbody tr td { 
	background: #FFF;
	border-bottom: 1px solid #eee;
	}

tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}



tfoot th, tfoot td {
	background-color:#fff; padding:10px;
	text-align:center; 
	border:0px;
}
