/* TABLES */

.soknadstabell {
	border-collapse: collapse;
	border:1px solid #CCC;
	/* border: 1px solid #3c78b5; */
}
.headerrow {
	/* background-color: #EEE; */
	background-color: #6699cc;
	color: #fff;
}

.headerrow th {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}
.odd {
	background-color: #f1f5fa;
}
.even {
	background-color: #FFF;
}

th a:link, th a:visited, th a:hover {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

th.asc a, th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(../images/sorted_asc_w.png);
}

th.desc a {
	background-image: url(../images/sorted_desc_w.png);
}

.hjelplink {
	white-space: nowrap;
	margin:0px;
	margin-top:4px;
	vertical-align:middle;
	font-weight: bold;
}
.hjelplink a {
	white-space: nowrap;
	width: auto !important;
}

.ui-dialog {
	z-index: 99999;
}

ul.ui-autocomplete {
  	list-style-type: none;
  	padding-left: 0;
  	width: auto;
  	max-width: 500px;
}