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

table.event {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 5px;
	background-color: #E7E7E7;
	border-top:3px solid #CCC;
	color: #000000;
}

table.event caption {
  font-size:16px;
  font-family: PMingLiu, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	background: #50ADEA url(../images/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding: 8px;
}

table.event td, th {
	padding: 4px;
}

table.event thead th {
	font-family: PMingLiu, Arial, Helvetica, sans-serif;	
	font-size:14px;
	text-align: center;
	background: #F5F5F5;
	color: #C8B560;
	border: 1px solid #FFF;
}

table.event tbody th {
	font-size:10px;
	font-weight: bold;
}

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

table.event tbody tr td { 
	font-size:12px;
	height:16px;
	background: #FFF;
	border: 1px solid #FFF;
	}

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

table.event tfoot th, tfoot td {
	background-color:#E7E7E7; 
  padding:10px;
	text-align:center; 
	font-family:¡@PMingLiu, Arial, Helvetica, sans-serif;	
	font-size:12px; 
	font-weight:bold;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
	color: #C8B560;
}