/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS",Arial, sans-serif;
	font-size: 0.95em;
	color: #555;
}

#table90 { width:90%; margin-left:2%; }
#table90 td { text-align:left; padding: 1px 10px 1px 10px; }
#table90 tfoot td { text-align:center; }
#table90 .right { text-align:right; }
#table90 .center { text-align:center; }

#table70 { width:70%; margin-left:2%; }
#table70 td { text-align:left; padding: 1px 10px 1px 10px; }
#table70 tfoot td { text-align:center; }
#table70 .right { text-align:right; }
#table70 .center { text-align:center; }

#table50 { width:50%; margin-left:2%; }
#table50 td { text-align:left; padding: 1px 10px 1px 10px; }
#table50 tfoot td { text-align:center; }
#table50 .right { text-align:right; }
#table50 .center { text-align:center; }



caption {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 5px 5px 5px;
}

td,th {
	padding: 2px;
}

thead th {
	text-align: center;
	color: #E6EDF5;
	background: #4F76A3;
	font-size: 100% !important;
}


tbody th {
	font-size: 85%;
	text-align: center;
}

tbody td {
	font-size: 95%;
	text-align: center;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th {
	font-size: 90%;
	text-align: right;
}

tfoot td {
	font-size: 90%;
	text-align: center;
	font-weight: bold;
}

table input {
	font-family: "Trebuchet MS",Arial, sans-serif;
	color: #555;
}
