/* design stylesheet */

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

/* 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 image */
#top_image_box {
	position: relative;
}
#top_image {
	z-index: 1;
}
#top_image_logo {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

/* top navigation menu */

#nav_top {
	margin-top: 3px;
}
#nav_top td {
	background: #eaeaea;
}
#nav_top td a {
	display: block;
	width: 100%;
	font: 11pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	color: #666;
	_behavior: url('/share/js/iepngfix.htc');
	background: url('/share/img/top_menu_shadow2.png');
}
#nav_top td a:hover, #nav_top td a.current {
	background: white;
	text-decoration: none;
}
#nav_top td.spacer {
	width: 2px;
	background: white;
}

/* path and group list */
#path_group_list_wrapper {
}
#path, #path a, #group_list select {
	font-size: 7pt;
}
#path, #path a {
	color: #999;
}
#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: 90%;
	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_c00.gif") no-repeat right;
}
#nav_left li a:hover {
	color: #c00;
	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: #c00;
}
.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;
	text-align: center;
	font-size: 10px;
}
#footer_shadow {
	behavior: url('/share/js/iepngfix.htc');
	height: 9px;
	width: 100%;
	margin-bottom: 5px;
}

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

/* global classes */
h1.bar, h2.bar, h3.bar, h4.bar {
	background: #c00;
	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;
}

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: #c00;
	padding: 3px 5px;
	border: 1px solid #c00;
	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;
}

table.simple_table_dashed_border tr.odd td {
	background: #ddd;
	border: 1px solid white;
}

table.simple_table_dashed_border tr.even td {
	background: #eee;
	border: 1px solid white;
}

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;
}
table.subtle td {
}
table.subtle .icon {
	vertical-align: middle;
	text-align: center;
	width: 24px;
}

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: 0 0 15px;
}

#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: #c00;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 0 -5px !important; margin: 0 0 10px -2px;
	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: #c00;
	cursor: pointer;
	vertical-align: baseline !important; vertical-align: middle;
}

/* pagination */
.paginationHeader {
	padding: 10px 0;
}
.paginationPages {
	padding: 10px 0;
}
.paginationPrevious, .paginationNext, .paginationCurrent {
	font-weight: bold;
}
.paginationPrevious {
	margin-right: 5px;
}
.paginationNext {
	margin-left: 5px;
}

/* home */
#changedConfirmation {
	margin-top: 5px;
	padding: 5px;
	background: #9f9;
	text-align: center;
}
#newsletters img {
	cursor: pointer;
}

/* ajax wait element */
#ajaxBusy, #ajaxError {
	position: absolute;
	background: white;
}
#ajaxBusy fieldset {
	padding: 15px;
	width: 150px;
}
#ajaxError fieldset {
	padding: 15px;
	width: 200px;
}
#ajaxBusy img {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}
#ajaxError a {
	display: block;
	text-align: center;
	margin-top: 10px;
}

/* Fotokonkurranse hack */
#bilde_inputUploader{
	position: relative;
	left:-68px;
}

/* Norway billetter */
div#norway-tickets {
	background: #eee;
	padding: 5px;
}
	
div#norway-tickets h3 {margin-top: 0px;}

/* Min Side login */
.module-login {
	background: #eee;
	margin-top: 20px;
	padding: 5px 0px 5px 0px;
	width: 300px;
}

.module-label {
	display: block;
	margin-bottom: 5px;
}

.module-input {
	border: 1px solid #000;
 	padding: 3px;
/* 	margin-bottom: 15px; */
	height: 25px;
	width: 275px;
}

.module-checkbox {
	margin-left:10px;
}

.module-text {
	margin: 0px 0px 0px 10px;
}

.module-error {
	background: #efc0c0;
	margin: 1px 0px 10px 0px; 
	padding: 7px 10px;
	width: 90%;
}

.module-login .module-error {
	width: 275px;
}

.module-button {
	background-color: #c00;
	border: 1px;
	color: #eee;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 4px 15px 6px 15px;
	
	/* CCS3 stuff */ 
	text-shadow: 1px 1px 1px #4e1d1d;
	
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f14e4e), to(#d31010));
	background-image:    -moz-linear-gradient(#f14e4e, #d31010);
	background-image: 	   -o-linear-gradient(#f14e4e, #d31010); /* Doesn't exist yet, but according to some Opera devs it will soon... */
	
	-webkit-box-shadow: 1px 1px 0px #fff, inset 1px 1px 1px #cc0000;
	   -moz-box-shadow: 1px 1px 0px #fff, inset 1px 1px 1px #cc0000;
			box-shadow: 1px 1px 0px #fff, inset 1px 1px 1px #cc0000;
	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

a.module-button {width: 30%;}
.module-login .module-button, .module-login .module-input, .module-login .module-label, .module-login .module-error {margin-left: 10px;}

.module-button:hover {
	background: #f43131;
	text-decoration: none;
}

.module-button:active {
	background-color: #b51e1e;

	/* CSS3 stuff */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b51e1e), to(#d03c3c));
	background-image:    -moz-linear-gradient(#b51e1e, #d03c3c);
	background-image:      -o-linear-gradient(#b51e1e, #d03c3c);

	-webkit-box-shadow: 1px 1px 0px #fff, inset 0px 0px 2px #331d1d;
	   -moz-box-shadow: 1px 1px 0px #fff, inset 0px 0px 2px #331d1d;
	    	box-shadow: 1px 1px 0px #fff, inset 0px 0px 2px #331d1d;
}

.module-container {
	margin-bottom: 15px;
}

.text-right {
	margin: 20px 10px 0px 0px;
	width: 60%;
	float: right;
}

.forgot-password {
	width: 250px;
}

.description-text {
	color: #666;
	font-size: 0.9em !important;
	margin: 3px 0px 0px 10px;
}
