/* 
* always include base css to get basic styling for header etc.
*/
@import url(../../css/easy-table.css);
/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table.easy-table-cuscosky-mgk, .easy-table-cuscosky-mgk th, .easy-table-cuscosky-mgk td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	/* Pronoiac, 2013-01-27 */
	margin-top: 22px;
	margin-bottom: 22px;
}

.easy-table-cuscosky-mgk caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
	padding-bottom:5px;
}

.easy-table-cuscosky-mgk td, .easy-table-cuscosky-mgk th {
	padding: 4px;
}

.easy-table-cuscosky-mgk thead th,
.easy-table-cuscosky-mgk tfoot th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

.easy-table-cuscosky-mgk tbody th {
	font-weight: bold;
}

.easy-table-cuscosky-mgk tbody tr { background: #FCFDFE; }

.easy-table-cuscosky-mgk tbody tr:nth-child(2n+1) td, 
.easy-table-cuscosky-mgk tbody tr:nth-child(2n+1) th {
	background: #F7F9FC; 
}

.easy-table-cuscosky-mgk table a:link {
	color: #718ABE;
	text-decoration: none;
}

.easy-table-cuscosky-mgk table a:visited {
	color: #718ABE;
	text-decoration: none;
}

.easy-table-cuscosky-mgk table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.easy-table-cuscosky-mgk tfoot th, .easy-table-cuscosky-mgk tfoot td {
	font-size: 85%;
}
