table.bluetable {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: black;
}

table.bluetable caption{
	font-weight: bold;
	background: #50ADEA url(/css/tables/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

table.bluetable td, th {
	padding: 4px;
}

table.bluetable thead th {
	text-align: center;
	background: #cccccc;
	color: #666;
	border-bottom:2px solid #1975d7;
	text-transform:uppercase;
}

table.bluetable tbody th {
	font-weight: bold;


}

table.bluetable tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
table.bluetable tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

table.bluetable tbody th a:link, tbody th a:visited{
	color:#96D030;
	background:url(/css/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
table.bluetable tbody th a:hover{
	color:#FF8601;
	}

table.bluetable tbody tr td { 
	
	background: #FFF;
	border: 1px solid #FFF;
	}

table.bluetable tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
color : black;
	}

table.bluetable td a:link, table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

table.bluetable td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
table.bluetable tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;
	background: url(/css/tables/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

table.bluetable a[title^="Download"] { 
	background: url(/css/tables/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

table.bluetable a[title^="Export"] { 
	background: url(/css/tables/layout.gif) no-repeat center;
	padding-left:40px;
}


 table.bluetable tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}


