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


/***
 * DATATABLE CSS
 * 
 ***/ 
  
table.datatable {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #6f6f6f;
}

table.datatable caption {
	font-weight: bold;
	background: #E7E7E7 url(../images/corner.gif) no-repeat right top;
	color: #1975D7;
	text-transform:uppercase;
	padding:10px;
}

table.datatable td, th {
	padding: 4px;
	vertical-align: top;
}

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

table.datatable tbody th {
	font-weight: bold;
}

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

table.datatable tbody th a:link, tbody th a:visited{
	background:url(../images/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
	
table.datatable tbody th a:hover{
	color:#FF8601;
	}

table.datatable tbody tr td { 
	height:50px;
	background: #FFF;
	border: 1px solid #FFF;
}

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

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

table.datatable td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

table.datatable tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;
	background: url(../images/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

table.datatable a[title^="Download"] { 
	background: url(../images/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

table.datatable 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;
}

table.datatable td div.dates{
  width: 150px; 
  text-align: justify;
}

/***
 * DATATABLE CSS ENDS
 * 
 ***/ 

/***
 * FORMTABLE CSS
 * 
 ***/ 

table.formtable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #6f6f6f;
	border: 1px solid #f9f9f9;
}

table.formtable caption {
	font-weight: bold;
	background: #E7E7E7 url(../images/corner.gif) no-repeat right top;
	color: #1975D7;
	text-transform:uppercase;
	padding:10px;
}

table.formtable td, th {
	padding: 4px;
	vertical-align: top;
}

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

table.formtable tbody th {
	font-weight: bold;
}

table.formtable tbody tr		{ 
	text-align:left;
	}
	
table.formtable tbody tr.odd 	{
	background: #f9f9f9;
}

table.formtable tbody th a:link, tbody th a:visited{
	background:url(../images/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
	
table.formtable tbody th a:hover{
	color:#FF8601;
	}

table.formtable tbody tr td { 
	height:50px;
	background: #FFF;
	vertical-align: middle;
}

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

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

table.formtable td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

table.formtable tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 15px;
	background: url(../images/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

table.formtable a[title^="Download"] { 
	background: url(../images/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

table.formtable 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;
}

table.formtable td div.dates{
  width: 150px; 
  text-align: justify;
}


div.date{
  padding-bottom: 5px;
  text-align: justify;
}
