@charset "utf-8";

table.jCalendar {
	border: 0;
	width: 189px;
	border-collapse:separate;
	border-spacing:2px;
	line-height: 1.4;
	padding:0 3px;
	font-family: Verdana;
}
* html body table.jCalendar{
	border:0 none;
	border-collapse:separate;
	border-spacing:2px;
	font-family:Verdana;
	line-height:1.4;
	padding-left:5px;
	width:185px;
}
*+html body div#secondary-contents div#calendar table.jCalendar{
	width: 175px;
	border-collapse:separate;
	border-spacing:2px;
	margin-left: 10px;
	
}
*+html body div#secondary-contents div#calendar table.jCalendar tr td{
	font-size: 10px;
	border: 1px solid #ffffff;
}
div#primary-contents table.jCalendar{
	width: 266px;
}
table.jCalendar th {
	background: #ffffff;
	color: #969696;
	font-weight: normal;
	padding:0;
	text-align: center;
	padding:7px 0 0;
	font-family: Georgia;
	font-size: 10px;
}

table.jCalendar td {
	background: #e5f5fa;
	color: #969696;
	font-size: 10px;
	text-align: center;
	font-family: Verdana;
}
table.jCalendar td.other-month {
	background: #e5f5fa;
	color: #969696;
}
table.jCalendar td.today {
	color: #969696;
}
table.jCalendar td.selected {
	background: #b2adaa;
	color: #333333;
}
table.jCalendar td.selected.dp-hover {
	background: #b2adaa;
	color: #333333;
}
table.jCalendar tr td.dp-hover,
table.jCalendar tr td.dp-hover:hover,
table.jCalendar tr.activeWeekHover td {
	background-color: #7fcde4;
	color: #333333;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}

table.jCalendar tr td.disabled{
	background-color: #e5f5fa;
	color: #cccccc;
}

/* Hack for IE6 display not correctly background */
html>body table.jCalendar tr td.disabled.dp-hover {
	background-color: #E5F5FA;
	color: #cccccc;
}

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #f9f9f9;
	color: #cccccc;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
#calendarPop div.dp-popup,
#secondary-contents div.dp-popup {
	position: relative;
	font-size: 11px;
	font-family: Verdana;
	padding:0 0 1px;
	background: url(/Media/Images/Lofoten/Lib/calendarBottom.gif) no-repeat left bottom;
}
#primary-contents div.dp-popup {
	position: relative;
	font-size: 11px;
	font-family: Verdana;
	padding:0 0 1px;
	width: 266px;
	background: url(/Media/Images/Lofoten/Lib/calLargeBgBottom.gif) no-repeat left bottom;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
#calendarPop div.dp-popup h2,
#secondary-contents div.dp-popup h2 {
	font-size: 11px;
	color: #5d5d5d;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight:normal;
	line-height: 1.5;
}
#primary-contents div.dp-popup h2 {
	font-size: 11px;
	color: #5d5d5d;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight:normal;
	line-height: 2;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color:#5d5d5d;
	text-decoration: none;
	padding: 1px 2px;
}

html[xmlns*=""] body:last-child div.dp-popup a{
	padding-top: 2px;
	padding-bottom: 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 0;
	left: 4px;
}
* html body div.dp-popup div.dp-nav-prev{
	left: -50px;
	top: -1px;
}
#secondary-contents div.dp-popup div.dp-nav-prev a {
	left: 3px;
	position:absolute;
	top: 1px;
	background: url(/Media/Images/Lofoten/Lib/calpre.gif) no-repeat 2px 1px;
	color: #ffffff;
	width: 9px;
	height: 13px;
	font-size: 10px;
	text-decoration: none;
}
#secondary-contents div.dp-popup div.dp-nav-prev a:hover{
	text-decoration: none;
}
div#primary-contents div.dp-popup div.dp-nav-prev a {
	background:transparent url(/Media/Images/Lofoten/Lib/calpreBgLarge.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	height:19px;
	left:6px;
	position:absolute;
	top:5px;
	width:15px;
	text-decoration: none;
}
div#primary-contents div.dp-popup div.dp-nav-prev a:hover{
	text-decoration: none;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 0;
	right: 4px;
}
#secondary-contents div.dp-popup div.dp-nav-next a {
	color:#FFFFFF;
	height:13px;
	position:absolute;
	right:0px;
	top:2px;
	width:9px;
	background: url(/Media/Images/Lofoten/Lib/calnext.gif) no-repeat 0px 0px;
	font-size: 10px;
}
#secondary-contents div.dp-popup div.dp-nav-next a:hover{
	text-decoration: none;
}
#primary-contents div.dp-popup div.dp-nav-next a {
	background:transparent url(/Media/Images/Lofoten/Lib/calnextBgLarge.gif) no-repeat scroll -1px 0;
	color:#FFFFFF;
	height:19px;
	right:2px;
	position:absolute;
	top:5px;
	width:15px;
}
#primary-contents div.dp-popup div.dp-nav-next a:hover{
	text-decoration: none;
}
div.dp-popup div.dp-nav-next a {
	top: 1px;
	}
*+html body div#secondary-contents div.dp-popup div.dp-nav-next a,
* html body div#secondary-contents div.dp-popup div.dp-nav-next a,
*+html body div#secondary-contents div.dp-popup div.dp-nav-prev a,
* html body div#secondary-contents div.dp-popup div.dp-nav-prev a
 {
	top:1px;
	background-position-y: 0;
}
* html body div#primary-contents div.dp-popup div.dp-nav-prev a{
	left:-50;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #5d5d5d;
}
div.dp-popup td {
	cursor: pointer;
	height: 20px;
}
*+html body div.dp-popup td{
	height: 15px;
}
div#primary-contents div.dp-popup td {
	cursor: pointer;
	height: 26px;
}
div.dp-popup td.disabled {
	cursor: default;
}
table.jCalendar tr td{
	background-color: #e5f5fa;
	padding: 2px;
}
div#primary-contents table.jCalendar tr td {
	font-size: 11px;
}
#primary-contents table.jCalendar th {
	font-size: 11px;
}
a.dp-nav-prev-year,
a.dp-nav-next-year{
	display: none;
}
input.sendBtn {
	background:transparent url(/Media/Images/Lib/calsend.gif) no-repeat scroll left top;
	border:none;
	cursor:pointer;
	height:24px;
	width:58px;
	color: #cccccc;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 14px;
}
div.dp-calendar{
	padding-bottom:3px;
}

/* Calender in Primary Contents */
div#inputArea input{
	background: url(/Media/Images/Lofoten/Lib/inputfield.png) no-repeat left top;
	width: 269px;
	height:20px;
	padding:3px 8px;
	color: #969696;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
	border: none;
	margin-bottom: 4px;
}
div#primary-contents div#calendar{
	width: 266px;
	background: url(/Media/Images/Lofoten/Lib/calLargeBgTop.gif) left top no-repeat;
	padding-top: 6px;
	margin-bottom: 10px;
	margin-top: 5px;
}
div#primary-contents div#calendar h2{
	background-image: none;
	background-color: #83cde6;
	color: #464646;
	margin:0 5px;
	text-transform: uppercase;
}

div#primary-contents input:hover{
	color: #969696;
	font-weight: normal;
}
div#primary-contents div#calendar h2{
	background-image: none;
	background-color: #83cde6;
	margin:0 4px;
	font-size:14px;
	font-family: Georgia;
	font-weight: bold;
	color: #000000;
}
#primary-contents label{
	font-family: Georgia;
	font-style: italic;
	color: #969696;
	font-size: 11px;		
}
div#timeSelect, div#number,div#placeSelect {
	float:left;
	margin-right:18px;
}
div#timeSelect label,
div#placeSelect label,
div#number label {
	display:block;
	font-size:13px;
	line-height:1.4;
}
div#reservation select,
div#reservation option {
	font-family:Georgia;
	font-style: italic;
}
div#primary-contents select,
div#primary-contents select{
	font-size: 13px;
	text-align: center;
	color: #464646;
	font-weight: normal;
}
div#primary-contents div#selectArea{
	margin-bottom: 10px;
	float: left;
	width: 264px;
}
input.sendBtn {
	background:transparent url(/Media/Images/Lib/submitBtn.gif) no-repeat scroll left top;
	border:medium none;
	color:#CCCCCC;
	cursor:pointer;
	float:right;
	font-family:Georgia,serif;
	font-size:14px;
	font-style:italic;
	height:24px;
	margin-right:10px;
	margin-top:15px;
	width:58px;
}

div#primary-contents input.sendBtn
{
	background:transparent url(/Media/Images/Lofoten/Buttons/button_std.png) no-repeat scroll right 5px;
	border:0 none;
	color:#969696;
	float:none;
	font-family:Georgia;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	height:24px;
	margin-left:224px;
	margin-top:0;
	padding-left:6px;
	text-align:center;
	width:48px;
}
body.kontaktliste div#primary-contents textarea{
	background:transparent url(/Media/Images/Lofoten/Lib/calLargeBgTop.gif) no-repeat scroll left top;
	width:270px;
	border: none;
	height: 120px;
}

body.kontaktliste div#primary-contents div#askform{
	background:transparent url(/Media/Images/Lofoten/Lib/calLargeBgBottom.gif) no-repeat scroll left bottom;
	width:270px;
	padding-bottom:3px;
}

body.kontaktliste div#primary-contents input.sendBtn{
	margin-left: 210px;
}

div#secondary-contents input{
	background: url(/Media/Images/Lofoten/Lib/button.gif) no-repeat right 1px;
	border: 0px;
	height:25px;
	width: 45px;
	color: #969696;
	font-weight: normal;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
	margin-left: 145px;
}
div#secondary-contents input:hover{
	color: #969696;
	font-weight: normal;
}
div#secondary-contents div#calendar h2{
	background-image: none;
	background-color: #83cde6;
	color: #464646;
	margin:0 5px;
}
#secondary-contents label{
	font-family: Georgia;
	font-style: italic;
	color: #969696;
	font-size: 11px;		
}
body div#calendar{
	width: 191px;
	background: url(/Media/Images/Lofoten/Lib/calendarTop.gif) left top no-repeat;
	padding-top: 5px;
	margin-bottom: 5px;
}
body div#secondary-contents input{
	background: url(/Media/Images/Lofoten/Lib/button.gif) no-repeat right 1px;
	border: 0px;
	height:25px;
	width: 45px;
	color: #969696;
	font-weight: normal;
	font-size: 13px;
	font-family: Georgia;
	font-style: italic;
	margin-left: 145px;
}
body div#secondary-contents input:hover{
	color: #969696;
	font-weight: normal;
}
body div#secondary-contents div#calendar h2{
	background-image: none;
	font-family: Georgia;
	background-color: #83cde6;
	color: #000;
	margin:0 5px;
}
body #secondary-contents label{
	font-family: Georgia;
	font-style: italic;
	color: #969696;
	font-size: 11px;
}
div#secondary-contents input.nextInput {
	background:transparent url(/Media/Images/Lofoten/Buttons/button_std.png) no-repeat scroll right 5px;
	border:0 none;
	color:#969696;
	float:left;
	font-family:Georgia;
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	height:25px;
	margin-bottom:2px;
	margin-left:46px;
	width:45px;
	margin:-25px 7px 2px 46px;
	padding-left:6px;
	float: right;
}
div#main div#secondary-contents div#calendar h2{
	text-transform: uppercase;
	font-family: Georgia;
}
div#main table.jCalendar th{
	text-transform: lowercase;
}
div#main div.datoKlikk{
	font-family:Georgia,Times,"Times New Roman",serif;
	float:left;
	line-height:2;
	margin-top: -1px;
	font-style:italic;
	width:192px;
}
div#container div#main div#secondary-contents p.last-child{
	border-top-color:#969696;
	border-top-style:solid;
	border-top-width:1px;
	clear:both;
	padding-top:4px;
}