/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/
/*
table.Grid, th.Grid, td.Grid {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: Black;
}
table.Grid
{
	margin-top:20px;
}

caption.Grid {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td.Grid, th.Grid {
	padding: 4px;
}
table.Grid * td
{
	padding: 4px;
}

table.Grid th {
	text-align: left;
	background: #E6EDF5;
	color:Black;
	font-size: 100% !important;
}

tbody.Grid th {
	font-weight: bold;
}

tbody.Grid tr { background: #FCFDFE; }

tr.odd { background: #F7F9FC; }

table.Grid a:link {
	color: #000099;
	text-decoration: none;
}

table.Grid a:visited {
	color: #000099;
	text-decoration: none;
}

table.Grid a:hover {
	color: #000099;
	text-decoration: underline !important;
}

tfoot.Grid th, tfoot.Grid td {
	font-size: 100%;
}*/