@charset "UTF-8";
/* CSS Document */

/* tooltip styling. by default the element to be styled is .tooltip  */

#tiptip_content{
	font-size: 1em;
}

.tablesorter-table th, .tablesorter th
{
	background-color: #c6eaeb;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.tablesorter-table td, .tablesorter td
{
	padding: 5px;
}
.tablesorter-table tr:nth-child(odd), .tablesorter tr:nth-child(odd){
}
.tablesorter-table tr:nth-child(even), .tablesorter tr:nth-child(even){
	background-color:#F7F7F7;
}

.tablesorter-table, .tablesorter{
	background-color: #EBEBEB;
	border-spacing: 1px;
}

table.tablesorter-table thead tr .header, table.tablesorter thead tr .header{
	background-image: url(../images/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

table.tablesorter-table thead tr .headerSortUp, table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/blue/asc.gif);
}
table.tablesorter-table thead tr .headerSortDown, table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/blue/desc.gif);
}