/* design stylesheet */

/* rows */
.row {
	background: white;
}

#wrapper {
	margin: 0 auto;
	width: 985px;
}

/* columns */
.column {
	overflow: hidden;
}

/* print logo */
#logo_print {
	display: none;
}

/* top line */
#top_line {
	text-align: right;
	padding: 7px 5px 3px 0;
}
#top_line span.divider {
	padding: 0 15px;
}
#top_line a {
	font-weight: bold;
}

/* top navigation menu */
#nav_top, #nav_top_background {
	border-collapse: none;
	background: none;
}
#nav_top td.spacer, #nav_top_background td.spacer {
	width: 3px;
}
#nav_top td a, #nav_top_background td a {
	display: block;
	width: 100%;
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	color: #d73d21;
}
#nav_top td a:hover, #nav_top td a.current {
	background: white;
}

#nav_top_background td a {
	color: white;
}
#nav_top_background td.content {
	background: white;
	opacity: .8;
	_filter: alpha(opacity=80);
}

/* path and group list */
#path_group_list_wrapper {
	padding-left: 5px;
}
#path, #path a, #group_list select {
	font-size: 7pt;
}
#group_list {
	text-align: right;
}

/* left column: navigation and banners */
#nav_left {
	list-style: none;
	margin-bottom: 10px;
}
#nav_left li {
	width: 100%;
	overflow: hidden;
}
#nav_left li a, #nav_left li span {
	font-size: 8pt;
	display: block;
	width: 100%;
	padding: 2px 15px 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border-bottom: 1px dashed #ccc;
}
#nav_left li .current {
	background: url("/share/img/arrow_right_dnt.gif") no-repeat right;
}
#nav_left li a:hover {
	color: #d73d21;
	background: url("/share/img/arrow_right_gray.gif") no-repeat right;
}
#nav_left li.nav_sub_folder a, #nav_left li.nav_sub_folder span {
	font-weight: normal !important;
}

.banner {
	width: 100%;
	margin-bottom: 15px;
	/*text-align: center;*/
}

#front_page_left_nav {
	margin-bottom: 10px;
}

/* right column: search, ads, related articles, activities and press clips */
#search_right form {
	height: 30px;
	line-height: 25px;
	text-align: center;
}
#search_right form .text, #search_right form .button {
	vertical-align: middle;
}
#search_right form .text  {
	width: 100px;
	height: 25px;
	padding-top: 4px !important; padding-top: 0;
}
#search_right form .button {
	width: 35px;
	height: 27px;
}

.section {
	font-size: 8pt;
	line-height: 12pt;
	margin-bottom: 15px;
}
.section h4 {
	font-size: 8pt;
	padding: 6px 5px;
	margin-bottom: 5px;
	color: white;
	background: #d73d21;
}
.section .content {
	padding: 5px;
}
.section .content a {
	font-weight: bold;
}

.synopsis_list {
	list-style: none;
}
.synopsis_list li {
	margin-bottom: 5px;
}
.synopsis_list li a {
	font-weight: bold;
}

/* footer and footer ads */
#footer {
	margin-top: 10px;
	background: #dadada;
	padding-left: 29px;
}

#danica {
	margin-top: 9px;
	float: left;
}
#komdegut-melddeginn {
	float: right;
}

/* copyright notice */
#copyright {
	text-align: center;
	margin-bottom: 15px;
}

/* global classes */
h1.bar, h2.bar, h3.bar, h4.bar {
	background: #d73d21;
	padding: 6px 5px;
	margin: 0 0 5px 0;
}

h1.bar, h2.bar, h3.bar, h4.bar, h1.bar a, h2.bar a, h3.bar a, h4.bar a {
	color: white;
}

/* tables */
table.simple_table_no_border, table.simple_table_black_border, table.simple_table_dashed_border {
	border-collapse: collapse;
	margin-left: 1px;
}

table.simple_table_no_border tr th, table.simple_table_black_border tr th, table.simple_table_dashed_border tr th {
	vertical-align: top;
	text-align: center;
	color: white;
	background: #d73d21;
	padding: 3px 5px;
	border: 1px solid #d73d21;
	border-bottom: 0;
}

table.simple_table_no_border tr td, table.simple_table_black_border tr td, table.simple_table_dashed_border tr td {
	vertical-align: top;
	padding: 3px;
}

table.simple_table_no_border tr td {
	border: none;
}

table.simple_table_black_border tr td {
	border: 1px solid black;
}

table.simple_table_dashed_border tr td {
	border: 1px dashed black;
}

td.icon, th.icon {
	text-align: center;
	vertical-align: middle !important;
}

table.subtle {
	width: 100%;
}
table.subtle th, table.subtle td {
	padding: 4px;
	border: 1px solid #ddd;
}
table.subtle th {
	background: #ddd;
	text-align: left;
	text-transform: capitalize;
}
table.subtle td {
}

table.sortable th {
	cursor: pointer;
}

#file_table th#file_col_icon {
	width: 20px;
}
#file_table th#file_col_size, #file_table th#file_col_date {
	width: 80px;
}

/* list pagination */
.list_paginator {
	margin: 15px 0;
}

#datovelger select {
	border: 1px solid #ccc;
	margin-left: 0px;
}

/* albums */
a.albumItem {
	display: block;
	float: left;
	width: 219px;
	height: 250px;
	padding: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
	text-align: center;
}
a.albumItem:hover {
	background: #eee;
}
a.albumItem img {
	margin-bottom: 5px;
}

#photoNavigator {
	margin-bottom: 15px;
	width: 450px;
	border-bottom: 1px solid #888;
}
#photoNavigatorLeft {
	width: 30%;
}
#photoNavigatorCenter {
	width: 40%;
	text-align: center;
}
#photoNavigatorRight {
	width: 30%;
	text-align: right;
}
#photoCaption {
	margin-top: 10px;
	text-align: left;
}

/* newsletters/lists */
fieldset.list {
	margin-bottom: 10px;
	padding: 10px !important; padding: 25px 10px 10px 10px;
	position: relative;
}
legend.list {
	color: #d73d21;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 0 -5px !important; margin: 0 0 10px -2px;
/* 	position: absolute; */
	top: -0.5em;
	left: 0;
}
input.listBox {
	width: 13px;
}
input.listBox, label.list {
	vertical-align: middle;
}
input.listText {
	width: 200px;
	height: 23px;
}
input.listSubmit {
	height: 25px;
	padding: 0 3px;
}
input.listText, input.listSubmit {
	vertical-align: middle;
	display: inline;
}
div.listMsg {
	font-weight: bold;
	color: red;
}

/* feedback */
#boxFeedback {
	width: 100%;
	border: 1px solid #ccc;
	background: #f4f4f4;
	padding: 10px;
	margin-top: 15px;
	clear: both;
}

/* my trip (used in cabin and route) */
#btnAddToMyTrip {
	margin-bottom: 10px;
	padding: 3px !important; padding: 0
}
#boxAddToMyTripResult {
	background: #9f9;
	font-weight: bold;
	padding: 5px;
	display: none;
}
#boxMyTripHelp {
	position: absolute;
	top: 30px;
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
	width: 300px;
	text-align: left;
	display: none;
}

/* maps */
#boxMap {
	position: relative;
	margin-top: -432px;
	left: -8000px;
}
#boxShowMap {
	margin-bottom: 0.8em;
}
#boxHideMap {
	margin-bottom: 3px;
	display: none;
}
#imgShowMap, #imgHideMap {
	background: #d73d21;
	cursor: pointer;
	vertical-align: baseline !important; vertical-align: middle;
}

/* kom deg ut features */
#map-box {
	position: relative !important; position: static;
}
#fylkeskart-box {
	float: right;
	margin: 0 85px 0 15px;
}
#context-box {
	position: absolute;
	right: 0;
	top: 140px;
	padding: 15px;
	width: 250px;
	border: 1px solid grey;
	overflow: auto;
	height: 300px;
}
#context-box ul {
	padding-left: 0;
}
.activities-count {
	width: 20px;
	height: 20px;
	position: absolute;
	_behavior: url('/share/js/iepngfix.htc');
	background: url('/komdegut/img/sirkel.png');
	font: bold 12px/18px Arial,sans-serif;
	text-align: center;
	color: #d73d21;
	cursor: pointer;
}

#content p {
	margin-top: 15px;
}

.search_module {
	display: none;
}

#slides {
	width: 785px;
}

.slides_container {
	padding-left: 40px;
}

.slides_container div {
	width: 720px;
}	

#slides .slides-next, #slides .slides-prev {
	position: absolute;
	background: #e6e7e8;
	z-index: 101;
	width: 40px;
	height: 400px;
}

#slides .slides-next {
	background: url(/img/slides-next.png) center no-repeat #e6e7e8;
	margin-left: 760px;
}

#slides .slides-prev {
	background: url(/img/slides-prev.png) center no-repeat #e6e7e8;
}

.caption {
	position:absolute;
	height: 140px;
	padding: 5px 20px 0px 20px;
	background:#fff;
	background:rgba(255,255,255,0.9);
	font-size:1.3em;
	line-height:1.33;
	width: 400px !important;
	*width: 360px !important;
	left: 320px;
	bottom: 0px;
}

.caption p {
	margin-top: 7px !important;
}

#list-happening {
	width: 785px;
 	margin-top: 20px;
}

#list-happening a:visited {
	color: #d73d21;
}

#turpartnere {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	text-align: center;
}

#turpartnere h3 {
	color: #333;
	margin-top: 0px;
}

#turbilde, #tips, .addthis_toolbox {
	margin-top: 15px;
}

#turbilde h3 {
	color: #333;
	margin-top: 0px;
	text-align: center;
}

#tips h4 {
	background: #c00;
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
}

#navigation {
	height: 30px;
	background: #9bbcde;
	width: 985px;
}

#navigation li {
	border-right: 2px solid #fff;
	list-style: none;
	height: 30px;
	float: left;
}

#navigation li span {
	display: block;
	_display: inline;
	padding: 5px 20px 0px 20px;
	height: 30px;
	font-weight: bold;
}

#navigation li a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

#navigation li a:hover span {
	display: block;
	background-color: #d0ddef;
	height: 30px;
	*height: 25px;
	text-decoration: none;
}

#navigation li span.current {
	background: #d0ddef;
}

#map {
/* 	padding-top: 20px; */
}

#tabs { 
	height: 28px;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

#tabs li {
	list-style: none;

}

#tabs a.tab-activity, #tabs a.tab-map {
	margin-right: 10px;
	padding: 5px 10px 5px 10px; 
	float: left;
}

#tabs a.active {
	background: #eee;
	font-weight: bold;
}

#tabs li a:hover {
	text-decoration: none;
	background: #eee;
	font-weight: bold;
}

.addthis_toolbox {
	padding: 0px 0 20px 0;
	clear: both;
}

.hidden {
	display: none;
}
