body.offers table#offers-table th {
	background-color: #2D3D57;
	color:#fff;
	padding: 4px;
}
body.offers table#offers-table tr .header {
	background-image: url("/static/images/layout/tablesorterblue/bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	cursor: pointer;
	width:20%;
	margin-left: 3px;
}

body.offers table#offers-table tr .headerMdl {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	cursor: pointer;
	width:40%;
	margin-left: 3px;
}
body.offers table#offers-table tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
body.offers table#offers-table tbody tr.odd td {
	background-color:#F0F0F6;
}
body.offers table#offers-table tr .headerSortUp {
	background-image: url("/static/images/layout/tablesorterblue/asc.gif");
}
body.offers table#offers-table tr .headerSortDown {
	background-image: url("/static/images/layout/tablesorterblue/desc.gif");
}
body.offers table#offers-table tr .headerSortDown, 
body.offers table#offers-table tr .headerSortUp {
background-color: #7C93BD;
color:#fff;
}

