/* tables */
.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
}
.tablesorter a:link {
	color:#666666;
}
.tablesorter a:hover {
	color:#000000;
	text-decoration:underline;
}
.tablesorter a:visited {
	color:#666666;
}
.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
	background-color: #DDDDDD;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 4px;
}
.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	line-height: 20px;
}
.tablesorter tbody tr.odd td {
	background-color: #F2F2F2; /* Bakgrunnsfarge på annenhver rad */
}
.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #DDDDDD;
}

