/* tables */
table{border:collapse;}

table.tablesorter {
	font-family:"Georgia",sans-serif;
	margin:5px 0;
	font-size: 8pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {

	/*background:#DFDFDF;*/
	font-size: 8pt;
	padding: 6px 0 6px 7px;
}
table.tablesorter thead tr .header {
	background-color:#c7bab6;
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;


}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 6px 7px;
	background:#e5e0cd;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#efebdd;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #997368;
color:#fff;
}

#pager{float:left;width:500px;padding:10px 0 20px 0;}




.sortable{
float:left;
width:500px;
font-family:arial;
	margin:5px 0;
	font-size: 8pt;
	text-align: left;
	list-style:none;
	}

.sortable li{
	color: #3D3D3D;
	padding: 4px;
	background:#e5e0cd;
	vertical-align: top;
	width:500px;
	}
	
	
/* orders */
.orders table{
	border:collapse;
}
.orders table{
	font-family:"Georgia",sans-serif;
	margin:5px 0;
	font-size: 8pt;
	text-align: left;
}
.orders table thead tr th, table tfoot tr th {
	/*background:#DFDFDF;*/
	font-size: 8pt;
	padding: 6px 0 6px 7px;
}
.orders table thead tr .header {
	background-color:#c7bab6;
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;


}
.orders table tbody td {
	color: #3D3D3D;
	padding: 6px 7px;
	background:#e5e0cd;
	vertical-align: top;
}
.orders table tbody tr.altrow td {
	background-color:#efebdd;
}


