@charset "utf-8";
/* CSS dokument fr listningssidor */

.searchResultTable {
	margin-top: 	15px;
	margin-bottom:	15px;
	width:			100%;
}
.searchResultTable th {
	background-color:		#005091;
}
.searchResultTable th,
.searchResultTable td {
	padding:	3px 10px;
}

.evenRow {
	background-color:	#FFF;
}
.oddRow {
	background-color:	#DCF7F9;
}

.sort {
	background: url(/images/18.5f709670131f722161c80004944/sorteraPil.png) no-repeat center right;
}
.sort-asc {
	background: url(/images/18.5f709670131f722161c80004946/sorteraPilNer.png) no-repeat center right;
}
.sort-desc {
	background: url(/images/18.5f709670131f722161c80004949/sorteraPilUpp.png) no-repeat center right;
}

select.input {
	height:			auto;
	width:			100%;
	line-height:	14px;
	border:			1px solid;
}