/*
Theme: inphecthyuz
Author: Infected-FX
URL: www.infectedfx.net
Country: Mexico
*/

#admin-center table {
	border-spacing:1px;
	background-color:#E7E7E7;
	color: #888888;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#admin-center caption {
	font-weight: bold;
	color: #000000;
	text-transform:uppercase;
	padding:5px;
	background-color: #FFDA75;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 2px solid #FFC222;
}

#admin-center  td, th {
	padding: 4px;
}

#admin-center thead th {
	text-align: left;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

#admin-center tbody th {
	font-weight: bold;
}

#admin-center tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
#admin-center tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

#admin-center tbody th a:link, #admin-center tbody th a:visited{
	color:#96D030;
	padding:3px 0px 0px 18px;
	}
#admin-center tbody th a:hover{
	color:#FF8601;
	}

#admin-center tbody tr td { 
	height:20px;
	background: #FFF;
	border: 1px solid #FFF;
	}

#admin-center tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

#admin-center table td a:link, #admin-center table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

#admin-center table td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
#admin-center tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;

	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

#admin-center tfoot th, #admin-center tfoot td {
	background-color:#E7E7E7; padding:5px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}