table.styled {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #666;
}

table.styled.black {
	color: #000;
}

table.styled td, th {
	padding: 2px;
}

table.styled thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

table.styled tbody th {
	font-weight: bold;
}

table.styled tbody tr {
	background-color:#FFF; 
	text-align:left;
}

table.styled tbody tr.odd {
	background: #F5F5F5;
	border-top:1px solid #FFF;
}

table.styled tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
}

table.styled tbody tr.odd td { 
	background: #F5F5F5;
	border-top:1px solid #FFF;
}

table.styled.hover tbody tr:hover td { 
	background-color:#b9e5fa;
}

table.styled td.weekend { 
	background: #F5F5F5;
}

table.styled td.full { 
	background: #CC6666;
	border-top:1px solid #FFF;
	text-align:center;
}

table.styled td.aval { 
	background: #66cc66;
	border-top:1px solid #FFF;
	text-align:center;
}

table.styled td a {
	color:#000;
	text-decoration: underline ;
}

table.styled td a:hover {
	text-decoration: none;
}

table.styled tfoot th, tfoot td {
	background-color:#E7E7E7;
	padding:3px;
	border-bottom:2px solid #CCC;
	border-top:1px solid #DFDFDF;
}