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

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

#itsthetable caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

#itsthetable td, #itsthetable th {
	padding: 4px;
}

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

#itsthetable tbody th {
	font-weight: bold;
}

#itsthetable tbody tr { background: #FCFDFE; }

#itsthetable tbody tr.odd { background: #F7F9FC; }

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

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

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

#itsthetable tfoot th, tfoot td {
	font-size: 85%;
}
