/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0 0 0;
	font-size: 12px;
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background: #eef6ff url(../images/csv-bg.gif) no-repeat center 3px;
	cursor: pointer;
	padding-top:12px;
	min-width:126px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
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: #bfdff2;
}

div.tablesorterPager {
	padding: 0 0 10px 15px;
	background: url(../images/pagination-bg.gif) repeat-x;
	text-align: left;
}


/* for mozilla and chrome */
html>/**/body div.tablesorterPager {
padding: 2px 0 10px 15px;
}


div.tablesorterPager form{
	margin:6px 0 0 0; padding:0;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager img.prev {
	width: auto;
	margin-right: 5px;
	vertical-align:-3px;
	cursor:pointer;
}
div.tablesorterPager img.next {
	width: auto;
	margin-left: 5px;
	vertical-align:-3px;
	cursor:pointer;
}
div.tablesorterPager img.first {
	width: auto;
	vertical-align:-3px;
	cursor:pointer;
}
div.tablesorterPager img.last {
	width: auto;
	vertical-align:-3px;
	cursor:pointer;
}
div.tablesorterPager input {
	font-size: 10px;
	width: 50px;
	border: 1px solid #58595b;
	text-align: center;
}