  /*https://mottie.github.io/tablesorter/docs/*/
/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #002f9b;
	border: 1px solid #FFF;
	padding: 1px 10px;
	verticle-align: bottom;
	color: #FFF;
}
table.tablesorter thead tr .header {
	background-image: url(/education/scripts/jquery/tablesorter/themes/cms/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 3px 0px;
	background-color: #FFF;
	vertical-align: top;
	/*line-height: 16px;*/
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/education/scripts/jquery/tablesorter/themes/cms/asc.gif);
	background-position: bottom right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/education/scripts/jquery/tablesorter/themes/cms/desc.gif);
	background-position: bottom right;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}