@charset "utf-8";




.input-search {
	background-image: url(../images/background_input_text.png);
	background-repeat: repeat;
	height: 25px;
	width: 500px;
	border: 1px solid #307393;
	margin-top: 10px;
}

#query
{
	border: 1px solid #000;
	background-color: #fff;
	padding: 3px;
	padding-right: 18px;
}
#query-button
{
	border: 1px solid rgb(217,39,131);
	background-color: rgb(217,39,131);
	color: #fff;
	padding: 2px 4px;
}

a.interactive, a.interactive:visited
{
	color: #00f;
}

.clearboth
{
	clear: both;
}


/*** search results start ***/

#result_panel {
	height: 100%;
	width: 100%;
}

#result_panel ul, li
{
    font-size:  1.0em;
}

#result_header {
	font-weight: bold;
	padding: 5px;

}

#result_header a {
	color: #fff;
	font-size: large;
}

.result_header_left
{
	float: left;
	width: 600px;
	font-size: x-large;
}

.result_header_right 
{
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}

#result_data {
	padding: 0px;
	font-size: large;
	width: 100%;
}

.result_title {
	padding: 10px;
	border-bottom: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

.result_data {
	padding: 0px;
	font-size: large;
	width: 100%;
}

.search_result_left {
	float: left;
	width: 400px;
	min-height: 20px;
}

.search_result_left .municipal {
	padding-left: 25px;
}

.search_result_right {
	float: right;
	width: 400px;
	text-align: right;
	padding-right: 15px;
	vertical-align: top;
	min-height: 20px;
}

#search_results li {
	padding: 15px;
	border-top: 1px dashed #307393;
}

/*** search results end ***/

.button {
	background-color: #307393;
	background-repeat: repeat-x;
	padding: 2px 7px 2px 7px;
	color: #fff;
	border: 1px solid #000;
	font-weight: bold;
	cursor: pointer;
}



/** help page **/

table.help_abbreviations
{
 width:90%;
 border-top:1px solid #307393;
 border-right:1px solid #307393;
 margin:1em auto;
 border-collapse:collapse;
}

table.help_abbreviations td {
 border-bottom:1px solid #307393;
 border-left:1px solid #307393;
 padding:.3em 1em;
 text-align:left;
}

.help_abbreviation_key
{
	font-weight: bold;
	width: 200px;
}

.right-side-bar {
	margin-bottom: 20px;
}

.right-side-bar-title {
	background-color: #307393;
	margin-left: -10px;
	padding: 6px;
	font-size: large;
	color: #fff;
	margin-bottom: 10px;
}

.even_row {
	background-color: #fff;
	width: 975px;
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #c0c0c0;
}

.odd_row {
	background-color: #F7F7F7;
	width: 975px;
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #c0c0c0;
}

.search_panel {
	padding: 10px;
	width: 550px;
	margin: auto;
	font-size: large;
	text-align: right;
}

.search_panel_buttons {
	padding-top: 10px;
	text-align: center;
}

.waiting {
	margin: auto;
	text-align: center;
	font-size: x-large;
	padding: 20px;
	display: none;
}

.nohits {
	font-size: x-large;
	padding: 40px; 
	text-align: center;
}

.nohits i, .nohits em {
	color: red;
    font-style: italic;   
}

.waiting p {
	font-size: small;
}

ul.search-result-color-explanation
{
	margin: 10px 0;
}

ul.search-result-color-explanation li
{
	display: inline;
	margin-right: 10px;
}

li.search-result-priority-one div.search-result-header
{
	border-bottom: 1px solid #BFAC8F;
}

li.search-result-priority-two div.search-result-header
{
	border-bottom: 1px solid #73B5D1;
}

li.search-result-priority-three div.search-result-header
{
	border-bottom: none;
}
li.search-result-priority-three>a, div.search-result-details>a, div.search-result-details>ul>a, li.search-result-priority-two>a,
li.search-result-priority-one>a
{
	color: #000;
}

/* For the quickSearch results */
#preview-results li
{
	width: 390px;
	margin: 5px 0;
	padding: 3px;
}
#preview-results li a
{
	color: #00f;
}
#preview-results li a.hitlink
{
	color: #000;
	text-decoration: none;
	margin-right: 10px;
}


div.search-result-header h4
{
	display:inline;
	margin-bottom: 0;
	margin-right: 10px;
}

div.search-result-header span
{
		margin-left: 30px;
}

div.search-result-details
{
	margin-top: 0;
}
div.search-result-details ul
{
	float:left;
	margin-bottom: 0;
	padding: 6px 6px 0 6px;
	background-color: #fff;
	margin-left: 0;
	
	list-style-type: none;
}
div.search-result-details ul.alt
{
	background-color: #E4F2FA;
}
div.search-result-details ul.hidden-detail
{
	display:none;
}
div.search-result-details ul li
{
	float:left;
	padding: 0;
	margin-bottom: 0;
	padding-bottom: 6px;
	font-size: 0.8em;
	border-bottom: 1px dotted #000;
}

div.search-result-navigators ul.sorting li
{
	display: inline;
	font-size: 0.8em;
}

div.search-result-navigators ul.sorting li a
{
	color: #00f;
}

div.search-result-navigators ul.sorting li a.selected
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/*
  * Route planning
  */

#route-planner label
{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	width: 212px;
	padding: 5px 10px;
}
#route-planner label.green
{
	border: 1px solid rgb(87,163,5);
	background-color: rgb(159,198,102);
}
#route-planner label.orange
{
	border: 1px solid #BFAC8F;
	background-color: #FAF1D4;
}

#route-planner div.green
{
	border: 1px solid rgb(87,163,5); 
	border-top: none;
}

#route-planner div.orange
{
	border: 1px solid #BFAC8F;
	border-top: none;
}

div.route-element
{
	width: 212px;
	padding: 5px 10px;
	color: #000;
	margin-bottom: 10px;
}


div.route-element div.data
{
	display: none;
}

div.route-element div.error
{
	color: #f00;
	display: none;
}

div.route-element div.data span.location
{
	font-weight: bold;
}

div.route-element div.data div.controls
{
	text-align: right;
}


/* Route planner page with directions */
#directions
{
	width: 699px;
	
}
div.direction
{
	width: 320px;
	margin: 0 13px 26px 13px;
	float: left;
	overflow: hidden;
	background-color: #e4f2fa;
	border: 1px solid rgb(115,181,209);
}
div.direction div.step
{
	width: 24px;
	height: 24px;
	float: left;
	font-size: 18px;
	background-color: #D92783;
	color: #fff;
	padding: 5px;
	text-align: center;
}
div.direction div.text
{
	width: 265px;
	float: left;
	clear: right;
	padding: 3px 5px 3px 16px;
}

div.notinuse
{
	width: 150px;
	height: 40px;
	padding: 10px;
	background-color: #D92783;
	color: #fff;
	text-align: center;
}
div.direction div.map
{
	display: none;
}
div.direction div.map img
{
	
}


div.direction div.map div.caption
{
	clear: both;
	float: left;
	width: 310px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	
}
div.direction div.map-loading
{
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(../images/indicator_blue.gif);
}

div.print-only
{
	display: none;
}

#route-map-loading
{
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	margin-left: 13px;
	padding: 183px 318px;
	
}
/* Border on top of search results and route planner - kind of a <hr> imitation */
div.top-line
{
	height: 10px;
	width: 100%; 
	padding-left: 16px; 
	border-bottom: none;
}

/* Map controls */
#toolbox-options
{
	
}
#toolbox-options ul, #toolbox-map-navigation ul
{
	margin: 0;
	padding: 0;
}
#toolbox-options li, #toolbox-map-navigation li
{
	cursor: pointer;
	float: left;
	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 1px;
	padding: 4px 0;
	position: relative;
	width: 112px;
}

#toolbox-map-navigation ul.nav li.splitted-centered span.ui-icon
{
	margin-left: 20px;
	margin-right: 20px;
}
#toolbox-map-navigation ul.nav li.splitted-centered div.label
{
	clear: both; 
	text-align: center; 
	width: 56px;
}
#toolbox-map-navigation ul.nav li.splitted div.label
{
	width: 45px;
	text-align: center;
}

#toolbox-map-navigation div.label, #toolbox-measurement div.label
{
	float: left;
	font-size: 13px;
	
	
}

#toolbox-options span.ui-icon, #toolbox-map-navigation span.ui-icon, #toolbox-measurement span.ui-icon
{
	float: left;
	margin: 0 4px;
}

/* Measurement toolbox */
#toolbox-measurement
{
    display: none;
}
#toolbox-measurement div.button
{
    float: left;
    clear: both;
    width: 135px;
    margin: 1px;
    padding: 4px 4px 4px 0px;
}


/* Map */
#map {
	overflow: hidden;
	position: absolute;
	height: 505px;
	width: 944px;	
	background-image:url(../img/map/backdrop.png);
	background-position: center center;
	background-repeat:repeat;
	
}
#map-holder{
	height: 505px;
	width: 944px;
	border: 1px solid #D92783;
}

/* Fullscreen */
#fullscreenmenu
{
	color: #fff;
	height: 30px;
	background-image: url(http://img.derdubor.no/img/newerbar/bar_gradient.png);
	background-position:left top;
	background-repeat:repeat-x;
}

/*
* OVERRIDES OF DERDUBOR.CSS
*/
#contents
{
	padding-bottom: 3em;
	background-image: url(http://img.derdubor.no/img/background/background_gradient3.png); 
	background-position: left top; 
	background-repeat: repeat-x; 
	background-color: rgb(228,242,250);
}
ul.search-result-list
{
	
	padding: 0;
	margin: 0;
}

ul.search-result-list li
{
	padding: 6px;
	width: 685px;
}

div.search-result-navigators
{
	height: inherit;
}

div.search-result-info-result a
{
	color: #fff;
}

ul#ddbLogos
{
		height: 100px;
		width: 944px;
        margin: 0 8px;
        overflow: hidden;
        list-style-type: none;
}

ul#ddbLogos li
{
        width: 200px;
        height: 100px;
        float: left;
        margin: 0 48px 0 0;
        text-align: center;
        line-height: 100px;
}
ul#ddbLogos li img
{
		
		vertical-align: center;
}

ul#ddbLogos li div.adText
{
		width:200px;
		height:50px;
		text-align:center;
		line-height: 25px;
		margin:25px 0;
}

ul#ddbLogos li.last
{
        margin-right: 0;
        text-align: right;
}

ul#ddbLogos li.first
{
		text-align: left;       
}





#toolbox-options div.label
{
	font-size: 13px;
}