/* tables */
table.tablesorter {
	border: 0px;
	width: 100%;
	text-align: left;
	font-size: 10px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ebebeb;
	color: #1c5771;
	/*padding: 4px;*/
}
table.tablesorter thead tr .header {
	color: #1c5771;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(../images/bg.gif) #ebebeb center right no-repeat;
	cursor: pointer;
}
table.tablesorter tbody td {
	border-bottom: 1px solid #e2e2e2;
	color: #666666;
	font-family: verdana;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}
table.tablesorter tbody tr.odd td {
	background-color:#e0e4e5;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #006383;
color: #fff;
}
