/* tables */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #efefef;
	border: 1px solid #FFF;
	font-size: 0.9em;
	padding: 2px;
	height:50px;
}
table.tablesorter thead tr .header {
	background:#efefef url(bg.gif) center right no-repeat !important;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif) !important;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif) !important;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #C3D9FF ;
}

table.tablesorter tbody tr td{
		border-bottom:1px dotted #cdcdcd;
		border-right:1px dotted #cdcdcd;
		height:45px;}
