/* tables */
table.tablesorter {
	font-family:Tahoma;
	background-color: #CDCDCD;
	font-size: 12px;
	width: 630px;	

}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #fff;
	font-size: 12px;
	padding: 0px;
	height:35px;
	color:#fff;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	cursor: pointer;
	height:35px;
	color:#fff;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter tbody td {
	color: #4D4D4D;
	border: 1px solid #FFF;
	padding: 0px;
	background-color: #FFF;
	vertical-align: middle;
	height:35px;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
	background-repeat: no-repeat;
	background-position: right;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
	background-repeat: no-repeat;
	background-position: right;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
