/* 
* 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, .easy-table-cuscosky th, .easy-table-cuscosky td {
	border: 0px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

.easy-table-cuscosky caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
	padding-bottom:5px;
}

.easy-table-cuscosky td, .easy-table-cuscosky th {
	padding: 8px;

}

.easy-table-cuscosky thead th,
.easy-table-cuscosky tfoot th {
	text-align: left;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
	}

.easy-table-cuscosky tbody th {
	font-weight: bold;
}

.easy-table-cuscosky tbody tr { background: #FCFDFE; }

.easy-table-cuscosky tbody tr:nth-child(2n+1) td, 
.easy-table-cuscosky tbody tr:nth-child(2n+1) th {
	background: #F7F9FC; 
}

.easy-table-cuscosky table a:link {
	color: #718ABE;
	text-decoration: underline;
}

.easy-table-cuscosky table a:visited {
	color: #718ABE;
	text-decoration: none;
}

.easy-table-cuscosky table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

.easy-table-cuscosky tfoot th, .easy-table-cuscosky tfoot td {
	font-size: 85%;
}

.easy-table-cuscosky tbody tr:hover td
{
  background-color: #56b7b9;
}

.easy-table-cuscosky tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: white;
}
b, strong {font-weight: normal;}

.tablesorter .gstr_score {
	padding: 3px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	color: white;
	width: 35px;
	height: 20px;
	display: inherit;
	margin: 10px;
	text-align:center;
	}
.tablesorter .tablesorter_color_10, 
.tablesorter .tablesorter_color_9, 
.tablesorter .tablesorter_color_8,
.tablesorter .tablesorter_color_7  
{
	background-color: green;}
	
	
.tablesorter .tablesorter_color_6, 
.tablesorter .tablesorter_color_5, 
.tablesorter .tablesorter_color_4
 {
	background-color: orange;}
	
	
.tablesorter .tablesorter_color_3, 
.tablesorter .tablesorter_color_2, 
.tablesorter .tablesorter_color_1,
.tablesorter .tablesorter_color_0
 {
	background-color: red;}