/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #f2f2f2;
	border: 1px solid #acb983;
	border-collapse: collapse;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter a {
	font-size: 10pt;
}
table.tablesorter thead tr th.noborderright, table.tablesorter tfoot tr th.noborderright {
	border-right: none;
}
table.tablesorter thead tr th.noborderleft, table.tablesorter tfoot tr th.noborderleft {
	border-left: none;
}
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;
	background-color: #FFF;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
table.tablesorter tbody td.center {
	text-align: center;
}
table.tablesorter tbody td.cookie {
	width: 120px;
}
table.tablesorter tbody td.border {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
table.tablesorter tbody td.name {
	font-weight: bold;
	width: 300px;
}

table.tablesorter tbody td.name img, table.tablesorter tbody td.name a {
	float: left;
	font-size: 12px;
}
table.tablesorter tbody td.name a {
	padding: 25px 0 0 5px;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
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: #ef3f35;
	color: #fff;
	font-weight: normal;
}

