/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/
table.cusco{
	width: 100%;
}
table.cusco, table.cusco th, table.cusco td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;

}

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

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

table.cusco thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.cusco tbody th {
	font-weight: bold;
}

table.cusco tbody tr { background: #FCFDFE; }

table.cusco tbody tr.odd { background: #F7F9FC; }

table.cusco a:link {
	color: #718ABE;
	text-decoration: none;
}

table.cusco td.centered {
	text-align: center;
}

table.cusco a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.cusco a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

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