/* COMMON */

#__exectime,
#popup #__exectime {
	color: #DDD;
	display: none;
}

html {
	overflow-y: scroll;
	background: #80d1fd;
	background: #fff url("http://www.nidaro.no/sites/all/themes/nidaro/images/bakgrunn.jpg") 0 0;
	background-size: cover;
	background-attachment: fixed;
}

html#frame {
	height: 100%;
	border: none;
}

html#frame body,
html#frame iframe {
	height: 100%;
}

body {
	margin: 0;
}

body, table, form, input, textarea, select {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0 0;
}

h1 { font-size: 23px; }
h2 { font-size: 19px; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
h5 { font-size: 11px; }
h6 { font-size: 11px; }

p, li { margin: 0 0 1em 0; line-height: 1.5em; }

a { color: #4c768d; text-decoration: none; }
a:hover { color: #37b7fb; text-decoration: underline; }

a img {
	border: none;
}

h3 a {
	display: inline;
	float: none;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}

var {
	background: #CCFFCC;
	color: #336633;
}

blockquote {
	margin: 2em;
	font-style: italic;
}

cite {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form .error {
	background-color: #FFC;
}

form .button {
	cursor: pointer;
}

.help {
	background-color: #FFC;
	border: 1px solid #CC9;
	margin: 1em 0;
	padding: 1em;
	width: 50%;
}

.note {
	background: url("check.gif") no-repeat 16px 50%;
	padding-left: 32px;
	margin-top: 0;
	color: #454545;
}

table.grid {
	border-collapse: collapse;
}
table.grid tr {
	vertical-align: top;
}

table.grid th {
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	padding: 3px 6px;
	color: #333;
}

table.grid tbody th {
	text-align: left;
}

table.grid td {
	border: 1px solid #CCC;
	padding: 3px 6px;
}

table.grid .text {
	text-align: left;
}

table.grid .date {
	text-align: center;
}

table.grid th.main {
	background: url("bg_grid_headings.gif") repeat-x 0 0;
	border: 1px solid #DDBB99;
}

table.grid .number {
	text-align: right;
}

#myaccount-wrap {
	background-image: url("bg_account_pattern.gif");
	background-image: url("bg_account_pattern.png");
	background: url("http://www.nidaro.no/sites/all/themes/nidaro/images/sprite-topp.gif");
	padding: 20px;
	height: 40px;
	line-height: 40px;
}

#myaccount {
	width: 860px;
	margin: 0 auto;
}

#myaccount a.external {
	float: right;
	margin: 5px 10px 0 10px;
}

#account-tg {
	margin: 0;
	padding: 0;
	float: right;
}
#account-tg button {
	margin: 5px 10px 0 10px;
	outline: none;
	padding: 0;
	border: none;
	width: 148px;
	height: 12px;
	cursor: pointer;
	background: transparent url("gotg.png") no-repeat 50%;
}
#account-tg button span {
	visibility: hidden;
}

#account-login {
	color: #FFF;
	float: right;
	display: none;
}

#account-login p {
	display: none;
}

#account-login a {
	color: #FFF;
	text-decoration: none:
}

#account-login fieldset {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	float: right;
}

#account-login label {
}

#account-login legend {
	display: none;
}

#account-login input.text {
	border: 1px solid #666;
	width: 80px;
	height: 14px;
	padding: 1px 3px;
	background-color: #ccc;
	color: #CCC;
}

#account-login input.button {
	background: url("button_80x19_black.gif") no-repeat 0 0;
	border: none;
	width: 80px;
	height: 19px;
	margin: 0 0 0 10px;
	padding: 0;
	font-family: Arial, Sans-serif;
	color: #333;
}

#account-login p {
	margin: 0;
	padding: 0;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-family: Arial, Sans-serif;
	color: #FFF;
	float: left;
}

#account-login p strong {
	font-family: Arial, Sans-serif;
	color: #80d1fd;
}

#account-login p a.logout {
	color: #37b7fb;
}

#account-login p a.member {
	background: url("account_member.gif") no-repeat 0 0;
	display: block;
	width: 128px;
	height: 21px;
}

#account-login p a.member:hover {
	background-position: 0 -21px;
}

#account-login p a.member span {
	display: none;
}

#wrap {
	background: #fff;
	margin: 0 auto;
	width: 900px;
	padding: 30px 0;
}

#wrap #debug {
	display: none;
	position: absolute;
	z-index: 10001;
	background: #FFFFCC;
	border: 1px solid #CCCC99;
	color: black;
	padding: 9px;
	top: 45px;
	right: 10px;
	width: 300px;
	height: 400px;
	opacity: 0.5;
	filter: alpha(opacity=50);

}

#header {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}

#footer {
	padding: 5px 0;
	height: 20px;
	background-image: url("bg_footer.png");
	color: #555;
}

#footer p {
	margin: 1px 0;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
}

#header-logo {
	position: absolute;
	z-index: 10001;
	top: -94px;
	left: 16px;
}

#signup-now {
	float: right;
	width: 340px;
}
#signup-now a.image {
	float: right;
	width: 80px;
	height: 80px;
}
#signup-now a.image img {
	display: block;
	border: none;
}

#header-info {
	display: none;
	float: right;
	height: 75px;
	width: 442px;
	padding-right: 70px;
	background: url("logo_icon.gif") no-repeat 100% 0;
	position: relative;
	z-index: 1000;
}


#header-nav {
	clear: both;
	width: auto;
	max-width: 840px;
	height: 44px;
	background-image: url("bg_nav_full.gif");
	background-repeat: no-repeat;
	position: relative;
	z-index: 900;
}

#header-nav {
	display: none;
}

ul.topnav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

ul.topnav li {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0;
}

ul.topnav li.active {
	background: url("bg_nav_arrow.gif") no-repeat 50% 100%;
}

ul.topnav li a {
	display: block;
	float: left;
	padding: 1px 14px 0 14px;
	height: 18px;
	line-height: 18px;
	text-decoration: none;
	color: #555;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	border-right: 1px solid #CCC;
}

ul.topnav li a:hover {
	color: #37b7fb;
}

ul.subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 7px;
	float: left;
	width: 100%;
	height: 20px;
}

ul.subnav li {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0;
}

ul.subnav li.active {
}

ul.subnav li a {
	display: block;
	float: left;
	padding: 0 7px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	color: #555;
	font-family: Arial, Sans-serif;
}

ul.subnav li a:hover {
	color: #37b7fb;
}

#banner {
	margin: 0 0 6px 0;
}

#content-wrap {
	margin: 8px 27px 27px 27px;
	background: url("bg_content_wrap.gif") repeat-y 0 0;
}

#content {
	float: left;
	width: 505px;
	margin-bottom: 100px;
}

#content h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 26px;
	color: #37b7fb;
}

#content h4 {
	margin: 0;
	font-size: 11px;
	color: #00000;
}

#content h5 {
	margin: 0;
	font-size: 11px;
	color: #333333;
}

#content h6 {
	margin: 0;
	font-size: 11px;
	color: #000080;
}

#content p.summary {
	font-weight: bold;
	color: #666666;
}

#info {
	clear: both;
}

#sidebar {
	width: 246px;
	float: left;
	margin-right: 13px;
}

#sidebar h2 {
	margin: 0;
	padding: 1px 6px 0 6px;
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
	line-height: 25px;
	color: #FFF;
	height: 25px;
}

#sidebar h2.news {
	background: url("bg_news_heading.gif") repeat-x 0 0;
}

#sidebar h2.notices {
	background: url("bg_notices_heading.gif") repeat-x 0 0;
}

#sidebar h2.info {
	background: url("bg_info_heading.gif") repeat-x 0 0;
}

#sidebar h2.partner {
	background: url("bg_partner_heading.gif") repeat-x 0 0;
}

#sidebar h2.partner {
	background: url("bg_partner_heading.gif") repeat-x 0 0;
}

#sidebar h2.other {
	background: none;
	color: black;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

#sidebar ul li {
	border: 2px solid #333;
	padding-right: 4px;
	background-color: #333;
	height: 62px;
	margin: 2px 0 0 0;
}

#sidebar ul.ads li {
	border: none;
	margin: 0;
	padding: 0;
	height: 66px;
}
#sidebar ul.ads li a {
	float: none;
}

#sidebar ul li a {
	text-decoration: none;
	float: right;
	color: #FFFFFF;
}

#sidebar ul li a.news {
	color: #37b7fb;
}

#sidebar ul li a.notices {
	color: #DFDFF7;
}

#sidebar ul li a.info {
	color: #2F8C1F;
}

#sidebar ul li img {
	width: 62px;
	height: 62px;
	overflow: hidden;
	float: left;
	margin-right: 6px;
	background-color: #FFF;
}

#sidebar ul li h3 {
	margin: 2px 0 0 0;
	padding: 0;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

#sidebar ul li p {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ADADAD;
	height: 26px;
	line-height: 13px;
	overflow: hidden;
}

#content ul li hr {
	border: none;
	border-bottom: 1px solid #CCC;
	color: #CCC;
	height: 1px;
	clear: both;
}


/* HOME */

#home #content #headline {
	line-height: 1.5em;
}

#home #content #headline .article {
	border: 8px solid #fedfaf;
	padding: 8px;
	background: url("bg_content_article.gif") no-repeat 0 0;
	min-height: 600px;
	width: 473px;
	overflow: auto;
}

#home #content #headline h3 {
	color: #000;
	padding: 5px 0;
	line-height: 1.5em;
	font-size: 33px;
}

#home #content #headline h4 {
	color: #000;
	padding: 5px 0;
	line-height: 1.5em;
	font-size: 17px;
}

#home #content #headline p.summary {
	color: #000;
	font-size: 21px;
	font-weight: normal;
}

#home #content #headline p {
	margin: 1em 0;
}


/* PRICES */

#prices #content table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}

#prices #content table td {
	border: 1px solid #CCC;
	padding: 2px 5px;
}

#prices #content table td.price{
	text-align: right;
}


/* ABOUT */


#about #content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#about #content ul li {
	margin: 0 0 1em 0;
	padding: 0;
	clear: both;
}

#about #content ul li h5 {
	margin: 0;
	color: #000;
}

#about #content ul li h6 {
	margin: 0;
	color: #000080;
}

#about #content ul li p {
	width: 388px;
}

#about #content ul li img {
	display: block;
	float: right;
	border: 1px solid #666;
	background-color: #FFF;
	color: #666;
	text-align: center;
	width: 100px;
	height: 125px;
	margin: 2em 0 1em 1em;
}


/* SCHEDULE */

table.standard {
	margin: 1em 0;
	border-collapse: collapse;
}

table.standard th {
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	padding: 3px 6px;
	color: #333;
}

table.standard td {
	border: 1px solid #CCC;
	padding: 3px 6px;
}

table.standard td p {
	margin: 0;
}

table.standard .text {
	text-align: left;
}

table.standard .date {
	text-align: center;
}

table.standard th.main {
	background: url("bg_standard_headings.gif") repeat-x 0 0;
	border: 1px solid #DDBB99;
}

table.standard .number {
	text-align: right;
}


/* ACCOUNT */

#account #content-wrap {
	background-image: none;
}

#account #content {
	width: auto;
	max-width: 840px;
}

#account #content table {
	width: 100%;
}

#account #content table a.edit {
	float: right;
	display: none;
}

#account #content .column-1 {
	float: left;
	width: 290px;
	margin-right: 20px;
}

#account #content .column-2 {
	float: left;
	width: 454px;
}

#account #content .column-2 .help {
	float: right;
	width: 432px;
	padding: 5px 10px;
}

/* BOOKING */

#signup #content-wrap,
#booking #content-wrap {
	background-image: none;
}

#signup #content,
#booking #content {
	width: auto;
	max-width: 840px;
}

#booking h4 {
	margin: 0.5em 0 1em 0;
	font-family: Georgia, Times, Serif;
	font-size: 13px;
	font-weight: normal;
}

#booking div.message, #booking div.message h4, #booking div.message h5 {
	color: #4c768d;
}

#booking em {
	font-style: normal;
	background-color: #FFF;
	color: #4c768d;
}

#booking img.instructor {
	margin: 1em 0;
	border: 1px solid #666;
}

#booking table.schedule {
	margin: 1em 0;
}

#booking table.schedule th {
	font-weight: normal;
}

#booking ul.legend {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	border: 1px solid #CCC;
	width: 190px;
	padding: 5px 10px;
}

#booking ul.legend li {
	background: url("bg_ranking.gif") no-repeat 0 0;
	height: 16px;
	margin: 10px 0;
	padding: 0 0 0 22px;
}

#booking ul.legend li.easy {
}

#booking ul.legend li.medium {
	background-position: 0 -16px;
}

#booking ul.legend li.hard {
	background-position: 0 -32px;
}

#booking ul.legend li.temp {
	background-position: 0 -48px;
}

#booking table.schedule {
	border-collapse: collapse;
}

#booking table.schedule th {
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	padding: 3px 6px;
	color: #333;
}

#booking table.schedule td {
	border: 1px solid #CCC;
	padding: 3px 6px;
}

#booking table.schedule td p {
	margin: 0;
}

#booking table.schedule .text {
	text-align: left;
}

#booking table.schedule .date {
	text-align: center;
}

#booking table.schedule th.main {
	background: url("bg_schedule_headings.gif") repeat-x 0 0;
	border: 1px solid #DDBB99;
}

#booking table.schedule .number {
	text-align: right;
}

#booking table.schedule {
	margin: 1em 0;
}

#booking table.schedule tbody th {
	width: 62px;
}

#booking table.schedule td {
	border: 1px solid #CCC;
	padding: 0;
	width: 137px;
	text-align: center;
}

#booking table.schedule td a {
	display: block;
	padding: 6px;
	text-decoration: none;
	height: 68px;
	overflow: hidden;
}

#booking table.schedule td a:hover {
	padding: 4px;
	border: 2px solid #000080;
}

#booking table.schedule td a.nolink {
	cursor: default;
}

#booking table.schedule td h5 {
	margin: 0;
	line-height: 1.3em;
	color: #000;
}

#booking table.schedule td h6 {
	margin: 0;
	line-height: 1.3em;
	font-weight: normal;
	color: #000;
}

#booking table.schedule td p {
	margin: 0;
	line-height: 1.3em;
	font-style: italic;
	color: #000000;
}

#booking table.schedule td.easy {
	background: #FFE url("bg_schedule_easy.gif") no-repeat 0 0;
}

#booking table.schedule td.easy h5 {
	color: #660;
}

#booking table.schedule td.easy a:hover {
/*	border-color: #660; */
}

#booking table.schedule td.medium {
	background: #EFE url("bg_schedule_medium.gif") no-repeat 0 0;
}

#booking table.schedule td.medium a:hover {
/*	border-color: #060; */
}

#booking table.schedule td.medium h5 {
	color: #060;
}

#booking table.schedule td.hard {
	background: #FEE url("bg_schedule_hard.gif") no-repeat 0 0;
}

#booking table.schedule td.hard a:hover {
/*	border-color: #600; */
}

#booking table.schedule td.hard h5 {
	color: #600;
}

#booking table.schedule td.default {
	background: #FFF url("bg_schedule_default.gif") no-repeat 0 0;
}

#booking table.schedule td.default a:hover {
	color: #060;
}

#booking table.schedule td.default h5 {
	color: #000;
}

#booking table.schedule td.temp {
	background: #EEF url("bg_schedule_temp.gif") no-repeat 0 0;
}

#booking table.schedule td.temp a:hover {
/*	border-color: #006; */
}

#booking table.schedule td.temp h5 {
	color: #006;
}

#booking table.schedule td.closed {
	background: #F7F7F7;
}

#booking table.schedule td.closed h5 {
	color: #666;
}

#booking table.schedule td.closed h6 {
	color: #666;
}

#booking table.schedule td.closed p {
	color: #666;
}

#booking-form input.checkbox {
}

#booking-form label {
	display: block;
}

#booking-form input.button {
	background: url("button_120x19_white.gif") no-repeat 0 0;
	border: none;
	margin: 5px 5px 5px 0;
	width: 120px;
	height: 19px;
	padding: 0;
	font-family: Arial, Sans-serif;
	color: #333;
}

/* SIGNUP */

#signup .help {
	width: auto;
}

#signup-form {
}

#signup-form fieldset {
	border: none;
	margin: 1em 0 0 0;
	padding: 1em;
	border: 1px solid #999;
}

#signup-form fieldset {
	clear: both;
}
#signup-form fieldset.inline {
	float: left;
	clear: none;
	width: 45%;
	margin-right: 10px;
}

#signup-form legend {
	font-weight: bold;
	font-size: 125%;
}

#signup-form label {
	display: block;
	margin: 12px 0 3px 0;
}

#signup-form input.radio {
	vertical-align: middle;
	margin-right: 4px;
}

#signup-form input {
	padding: 2px;
}

#signup-form .nav button {
	padding: 3px 15px;
}

#signup-form input.button {
	display: block;
	background: url("button_120x19_white.gif") no-repeat 0 0;
	border: none;
	margin: 10px 0;
	width: 120px;
	height: 19px;
	padding: 0;
	font-family: Arial, Sans-serif;
	color: #333;
}

#signup-form p {
	margin: 1em 0;
}

#popup {
	margin: 10px;
	padding: 15px;
	background: #FFF;
	border: 1px solid #CCC;
}

#popup table {
	margin: 0;
	width: 100%;
}

#popup h3 {
	margin: 0;
	margin-bottom: 5px;
	color: #37b7fb;
}

#popup h4 {
	margin: 0;
	margin-bottom: 10px;
	color: #333;
}


#popup span.print {
	background: url("icon_printer.gif") no-repeat 0 0;
	padding-left: 40px;
	padding-right: 10px;
	width: 34px;
	height: 20px;
	float: right;
	color: #4c768d;
	text-decoration: underline;
	cursor: pointer;
}

table.account {
	margin: 1em 0;
}

#gallery #content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gallery #content li {
	margin: 10px 0;
	padding: 0;
	background-color: #EEE;
	border: 1px solid #CCC;
}

#gallery #content li img {
	display: block;
}

#gallery #content li h5 {
	padding: 2px 5px;
	color: #000080;
}

#gallery #content li p {
	margin: 0;
	padding: 5px;
}

#account #content h4 {
	margin-top: 1em;
}

#sidebar ul.ads {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul.ads li {
	border: none;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
}

#sidebar ul.ads li img {
	width: 246px;
	height: 66px;
}

#system-message {
	padding: 20px 27px 12px 27px;
	clear: both;
}

#system-message.error #system-message-inner {
	clear: both;
	border: 2px solid #FF9999;
	background: #FFEEEE url("error16.png") no-repeat 8px 8px;
	padding: 10px;
	padding-left: 32px;
	color: #151515;
}

#lifestyle #sidebar {
	float: right;
	margin-left: 13px;
	margin-right: 0;
}

#lifestyle #content-wrap {
	background-image: none;
}

.nav .prev {
	float: left,
}
.nav .next {
	float: right;
}

legend span {
	font-size: 130%;
}

label span {
	color: maroon;
}

a.directdebit {
	display: inline-block;
	background: #EEE;
	padding: 4px;
	line-height: 20px;
	color: #333;
	text-align: center;
}
a.directdebit img {
	margin-top: 3px;
	display: block;
}


#sidebar ul li a.img {
	float: left;
}
#sidebar ul li h3 a {
	float: none;
}
