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

table#cusco, table#cusco th, table#cusco td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	/*color: #555;*/
	color: #999;
}

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

table#cusco td, table#cusco th {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

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

table#cusco tbody th {
	font-weight: bold;
	font-size: 90% !important;
}

table#cusco tbody tr { background: #FCFDFE; 
		   font-size: 90% !important;}

table#cusco tbody tr.odd { background: #F7F9FC; 
			   font-size: 90% !important;}

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

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

table#cusco a:hover {
	color: #7E0303;
	/*text-decoration: underline !important;*/
}

table#cusco tfoot th, tfoot td {
	font-size: 90%;
}

