/*
Theme: inphecthyuz
Author: Infected-FX
URL: www.infectedfx.net
Country: Mexico
*/

table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #034C84;
	margin:1em auto;
}

caption {
	font-weight: bold;
	background: #034C84 url(http://infectedfx.net/css/tables/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #F5F5F5;
	text-transform:uppercase;
	padding:10px;
	margin:0 auto;
}

td, th {
	padding: 4px !important;
	padding: 2px;
}

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:right;
	}
tbody tr.odd 	{
	background: #E5F4FF;
	border-top:1px solid #FFF;
}

tbody th a:link, tbody th a:visited{
	color:#96D030;
	background:url(http://infectedfx.net/css/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
tbody th a:hover{
	color:#FF8601;
	}

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

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

table td a:link, table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
/*tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;
	background: url(http://infectedfx.net/css/tables/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

table a[title^="Download"] { 
	background: url(http://infectedfx.net/css/tables/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}*/

tfoot th, tfoot td {
	background-color:#034C84; padding:5px;
	text-align:center; 
	font-size:1em; font-weight:bold;
	/*border-bottom:1px solid #dfdfdf;*/
	border-top:.5em solid #fff;
	color: #f5f5f5;
	text-transform: uppercase;
}
.left {
	text-align: left;	
}
tbody tr:hover, tbody tr.odd:hover {
	color: #034C84;
}
tbody tr:hover td, tbody tr.odd:hover td {
	color: #034C84;
	font-weight: bold;
	background-color: #fff;
	border-width: 1px 0;
	border-style: solid;
	border-color: #9494FF;
}
.tableSortArrow {
	display: none;
}
.sortable th a {
	color: #034C84;
}
.sortable th a:hover {
	color: #96D030;
}
.smalltable {
	float: left;
	width: 300px;
	margin: 0 2em 0 2em;
}
#itsthetable {
	clear: both;	
}