/* tables */
table.tablesorter {
	font-family:arial;
	background-color:#4297d7;
	margin:10px 0pt 15px;
	font-size: 13px;
	font-family:Tahoma, Arial;
	width: 95%;
	text-align: left;
	border: none;
    border-collapse: collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #4297d7;
	border: 1px solid silver;
	font-size: 13px;
	padding: 4px 20px 4px 4px;
	color:white;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
	border: 1px solid silver;
}
table.tablesorter tbody tr:nth-child(odd) {
	background-color:white;
}
table.tablesorter tbody tr:nth-child(even) {
	background-color: #EEEEEE;
}
table.tablesorter tbody tr:hover
{
	background-color: #FFFFA0;
	color:white;
	cursor:pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
