#zebra thead tr .header, #zebra2 thead tr .header {
	background-image: url(http://www.mediabook.no/includes/gfx/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#zebra thead tr .headerSortUp, #zebra2 thead tr .headerSortUp {
	background-image: url(http://www.mediabook.no/includes/gfx/tablesorter/asc.gif);
}
#zebra thead tr .headerSortDown, #zebra2 thead tr .headerSortDown {
	background-image: url(http://www.mediabook.no/includes/gfx/tablesorter/desc.gif);
}
#zebra thead tr .headerSortDown, #zebra thead tr .headerSortUp, #zebra2 thead tr .headerSortDown, #zebra2 thead tr .headerSortUp {

}

#zebra thead tr, #zebra2 thead tr
{
	background-color: #EDECEC;
}

#zebra thead th, #zebra2 thead th
{
	padding: 3px;
	border-bottom: solid 1px white;
	font-weight: bold;
	border-right: 1px solid #F4F4F4;
}

#zebra tbody tr, #zebra2 tbody tr
{
	background-color: #F9F9F9;
}

#zebra tbody td, #zebra2 tbody td
{
	padding: 3px;
	border-bottom: solid 1px #EDECEC;
	border-right: 1px solid #F4F4F4;
}

#zebra tbody tr.over, #zebra2 tbody tr.over {
	background-color: #d9f4fd;
}