/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

.sleek table, .sleek th, .sleek td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
/*	font-family: "Trebuchet MS", Arial, sans-serif; */
font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.sleek caption {
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
}

.sleek td, .sleek th {
	padding: 4px; font-size: 12pt;
}

.sleek thead th {
	text-align: center;
	background: #831618;
	font-weight: bolder;
  color: #fff;
	font-size: 16px;
	
}

.sleek tbody th {
	font-weight: bold;
}

.sleek tbody tr { background: #FCFDFE; }

.sleek tbody tr.odd { background: #BADAFF;
font-weight: bolder; }
.sleek tbody tr.odd1 { background: #E3E3E3; 
font-weight: bolder;}

.sleek table a:link {
	color: #718ABE;
	text-decoration: none;
}

.sleek table a:visited {
	color: #718ABE;
	text-decoration: none;
}

.sleek table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.sleek tfoot th, .sleek tfoot td {
	font-size: 30%;
}

