/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	font-family: Verdana, Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background-color:#D9D8B9;
	color: black;
	font-size: 80% !important;
}

tbody th {
	font-weight: bold;
}
tbody td{
	font-size:14;
}

tbody tr { background:white; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: black;
	text-decoration: underline !important;
	font-size:12;
}

table a:visited {
	color:black;
	font-weight:bold;
	text-decoration: underline !important;
	font-size:12;
}

table a:hover {
	color: brown;
	font-weight:bold;
	text-decoration: none; 
	font-size:12;
	
}

tfoot th, tfoot td {
	font-size: 85%;
}