/* tables */
table.list thead tr .header {
	background-image: url(/mpdb/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 15px;
}
table.list tbody td {
	background-color: #FFF;
}
table.list tbody tr.odd td {
	background-color:#F0F0F6;
}
table.list thead tr .headerSortUp {
	background-image: url(/mpdb/img/asc.gif);
}
table.list thead tr .headerSortDown {
	background-image: url(/mpdb/img/desc.gif);
}
table.list thead tr .headerSortDown {
background-color: #8dbdd8;
}
table.list thead tr .headerSortUp {
background-color: #8dbdd8;
}
