/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com

        Edited by Ajay Ranipeta with more details
*/

body {
    font-size: 80%;
    font-family: "Trebuchet MS", verdana, Arial, sans-serif;
}
table.si, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: verdana, "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

table.si caption {
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
        text-align: left; 
}

table.si td, th {
	padding: 4px;
        font-size: 90%;
}

table.si thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.si tbody th {
	font-weight: bold;
}

table.si tbody tr { background: #FCFDFE; }

table.si tbody tr.odd { background: #F7F9FC; }

table.si a:link {
	color: #718ABE;
	text-decoration: none;
}

table.si a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.si a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

table.si tfoot th, tfoot td {
	font-size: 85%;
}