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

table, th, td {
	border: 1px solid #444444;
	border-collapse: collapse;
}

caption {
	font-size: 100%;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	font-size: 100% !important;
}

tbody th {
}

tbody tr.odd { background: #D5DDC7; }

tbody tr { background: #D2DAC0; }

table a:link {
	text-decoration: none;
}

table a:visited {
	text-decoration: none;
}

table a:hover {
	text-decoration: underline !important;
}

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

