/*

	RESET CSS, av Eric Meyer
	Denne blokken resetter alt som er browser-definert
	
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/*

	Setter standard typografi og html-elementer

#####################################################################*/


h1,h2,h3,h4,h5,h6 { font-weight: bold;}

strong, b { font-weight: bold;}
em, i { font-style: italic;}
u { text-decoration: underline;}

abbr, acronym { border-bottom: 1px dotted #444; cursor: help;}

del {text-decoration:line-through}

q { font-style: italic;}
q:before {content: '"';}
q:after {content: '"';}


sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 9px;
}

sup { bottom: 1ex;}
sub {top: .5ex;}


address {
	font-style: italic;
	margin: 10px 0;
}


code,
pre {
	font-family: "Courier New", Courier, Monaco, monospace;
	margin: 10px 0 10px 0;
}


h1 {
	font-size: 16px;
	margin: 8px 0 8px 0;
}
h2 {
	font-size: 14px;
	margin: 8px 0 8px 0;
}
h3 {
	font-size: 13px;
	margin: 8px 0 8px 0;
}
h4 {
	font-size: 11px;
	margin: 8px 0 8px 0;
}

p {	margin-bottom: 8px;}

ul, ol { margin: 10px 0 10px 35px;}

ul li { list-style: disc outside;}
ol li { list-style: decimal outside;}


dl { margin: 10px 0 10px 10px;}
dt { font-weight: bold;}
dd { margin-left: 10px; margin-bottom: 5px;}


blockquote {
	margin: 10px 30px 20px 30px;
	padding: 10px 20px 20px 20px;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	font-size: 12px;
	font-style: italic;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;
	line-height: 2;
}



/* RESET CSS END     ---------------------------------------------------*/









/*

	knapper for admin, men brukes
	ogsaa paa kontaktskjemaer, soek og login.

------------------------------------------------------------------------*/


.buttonGroup {
	margin-top: 10px;
}

.private, .published, .nonvisible, .visible, .nonsticky, .Toppsak  {
	width: 14px;
	height: 14px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	
	/* This is basicly for IE */
	font-size: 0px;
	display: block;
	line-height: 0px;
}

.private:hover,
.published:hover,
.nonvisible:hover,
.visible:hover,
.ddbutton:hover,
.button:hover,
.context:hover,
.nonsticky:hover,
.Toppsak:hover {
	cursor: pointer;
}

.private, .nonvisible, .nonsticky
{ background: url("/common/css/images/no.gif") no-repeat center;}


.published, .visible, .Toppsak
{ background: url("/common/css/images/yes.gif") no-repeat center;}




.ddbutton, .button, .context, .addobj input, #newCustomer, #newGroup, #newUser {
	border: none;
	background: url("/common/css/images/button_small.gif") no-repeat;
	width: 60px;
	height: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #e2e2e2;
	text-align: center;
	margin: 10px 10px 0 0;
}

#newCustomer, #newGroup, #newUser {
	display: block;
	text-decoration: none;
	padding-top: 3px;
	height: 17px;
	margin-bottom: 20px;
}









/*

	Flowplayer multimediafolder
	Styling av Mediafolderobjektet

------------------------------------------------------------------------*/

.description {
	font-weight: bold;
	margin-bottom: 10px;
}

/* player dimensions */ 

#player, #player img { 
	display:block; 
	width:300px; 
	height:240px; 
	border: 0;
} 

.s300 #player, .s300 #player img { 
	width: 400px; 
	height:300px; 

}
.s480 #player, .s480 #player img { 
	width: 640px; 
	height:480px; 
}

.s720 #player, .s720 #player img { 
	width: 1280px; 
	height:720px; 
}
.s288 #player, .s288 #player img { 
	width: 352px; 
	height:288px; 
}
.s30 #player, .s30 #player img { 
	width: 400px; 
	height:28px; 
}
#player img {
	border: 1px solid #CBCBCB;
	padding: 2px;
}

.multimediafolderDescription em {
	font-style: italic;
} 

/* play button on top of splash image */ 
span.play { 
	background:url("/icon/play.png") no-repeat; 
	width:50px; 
	height:50px; 
	display: block;
	position:relative; 
	top:-140px; 
	left:125px; 
	opacity:0.9; 
	margin-bottom:-50px; 
	cursor: pointer;
}
s.288 span.play, .s300 span.play { top: -160px; left: 160px; }
.s480 span.play { top: -260px; left: 300px; }
.s720 span.play { top: -360px; left: 125px; }
.s30 span.play  {width: 400px; height: 28px; background:url("/icon/player.jpg") no-repeat; top: -32px; left: 0px;  }
span.play:hover { opacity:1.0;              }



/* single playlist item */


#playerWrap {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}

div.playlist {
	float:left;	
	display: inline;
	width: 53%; /* Boer overskrives i style.css for spesiell tilpassning til siden */
}


div.items a { 
	width: 40%;  /* Boer overskrives i style.css for spesiell tilpassning til siden */
	display:block; 
	background: #222;
	text-decoration:none; 
	float: left;
	color: #fff;
	
	min-height: 50px;
} 

.items a:hover {
	color: #FFF;
	background: #444;
}

.items .odd {
	margin: 0; padding: 0;
	margin-right: 10px;
}

.items .even {
	margin: 0; padding: 0;
}

#super div.items a {
	padding: 10px;
	margin-bottom:10px;
}

div.items a:visited { 
	color: white; 
}

.items span {
	margin: 0; padding: 0;
	line-height: 1;
	font-size:11px;
	
	margin-bottom: 5px;
}

.items .filename {
	font-size: 11px;
	clear: left;
	float: left;
	display: block;
	width: 100px;
	overflow: hidden;
}

div.items .time {
	font-size: 10px;
	float: left;
	display: block;
	clear: left;
	margin-top: 3px;
} 

div.items img { float: right;}

.flashvideoDescription { display: none;}


/* item stages: normal, hover, playing, paused */ 

div.items a.playing, div.items a.paused { 
	font-weight: bold;
	color: #FFF;
	background: #444;
}

/* small navigational dots */ 

div.navi { width:60px; 
	float:left; 
	margin:10px 0 0 50px; 
}

div.navi span { 
	width:8px; 
	height:8px; 
	float:left; 
	margin:3px; 
	background:url("/icon/dots.png") 0 0 no-repeat; cursor:pointer; 
}










/*

	Bildegalleri imageGallery
	Styling av bildegalleriet

------------------------------------------------------------------------*/

.imageGallery {
	float: left;
	display: block;
}

.imageGallery a { text-decoration: none;}

#super .imageGallery a {
	padding: 0; margin: 0;
	height: 92px;
	display: block;
	float: left;
	border: 1px solid #E1E1E1;
	background: #f2f2f2;
	padding: 5px;
	margin: 0 10px 10px 0;
}

.imageGallery img {
	height: 90px;
	border: 1px solid #E1E1E1;
}


#imageFolders a {
	font-size: 12px;
	text-decoration: none;
	width: auto;
	height: 90px;
	width: 90px;
	color: #888;	
}

#imageFolders a:hover {
	color: #0594A5;
	cursor: pointer;
}


#imageFolders a .album {
	height: 70px;
	width: 88px;
	display: block;
	overflow: hidden;
	border: 1px solid #E1E1E1;
}

#imageFolders a img {
	border: 0;
	width: 90px;
	height: auto;
}

#imageFolders .title {
	font-size: 10px;
	padding: 0; margin: 0;
	clear: both;
	display: block;
	width: 100px;
	text-align: center;
	padding-top: 7px;
	margin-left: -5px;
}






/*

	Login Box
	
	Dukker opp naar man entrer url/login

------------------------------------------------------------------------*/
form#loginForm,
form#fregister,
form#fpform
{
	width: 230px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	border: 1px solid #CBCBCB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* for later CSS3 support */
	background: #f2f2f2;
}

#loginForm legend,
#fregister legend,
#fpform legend
{
	display: block;
	width: 185px;
	height: 20px;
	padding: 15px 0 15px 40px;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
	background: transparent url("/common/css/images/lock_grey.gif") 0 center no-repeat;
}


#loginForm div.field,
#fpform div.field
{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 10px;
	width: 230px;
	min-height: 30px;
}

#loginForm label,
#fregister label,
#fpform label
{ 
	font-size: 11px;
}

#loginForm input[type=text],
#loginForm input[type=password],
#fregister input[type=text],
#fpform input[type=text]
{
	width: 215px;
	height: 17px;
	padding: 3px 0 0 5px;
	margin:5px 0;
	border: 1px solid #cbcbcb;
	background: #F8F8F8;
	font-size: 10px;
}
#loginForm input[type=text]:hover,
#loginForm input[type=text]:focus,
#loginForm input[type=password]:hover,
#loginForm input[type=password]:focus ,
#fregister input[type=text]:hover,
#fregister input[type=text]:focus,
#fpform input[type=text]:hover,
#fpform input[type=text]:focus
{
	border: 1px solid #B1B1B1;
	background: #FFF;
}
#loginForm div.formControls {
	float: left;
	width: auto;
	background-color: green;
}
#loginForm div.formControls input.context {
	margin:0;
}

#loginForm div.label {
	text-align: right;
}

#fpform p {
	margin: 10px 0 0 0;
}

input#postnr,
#fregister input#postnr
 {
	width: 45px;
	float: left;
	margin-right: 5px;
}
input#poststed,
#fregister input#poststed
 {
	width: 150px;
}


#navlist {
	margin:0;
	padding:0;
}
#navlist li {
	list-style: none;
	margin:0;
	padding:0;
}

#documentActions {
  float: right;
  width: 80px;
}

#documentActions ul {
  list-style: none;
}

#documentActions li { 
  display: inline;
}

ul#imageControl {
	margin:2px 0 2px 0;
}
ul#imageControl li {
	list-style: none;
	padding: 2px 10px 2px 0;
	display: inline;
}


#grp_gjest .pageDescription { display: none;}
#grp_su .pageDescription { display: none;}

#userInfolist { margin: 20px 0;}

#userInfolist li {
	margin-bottom: 5px;
	font-size: 11px;
}



/*

	Ansatteliste
	Ansattemodulen

------------------------------------------------------------------------*/

*:first-child+html .newansatte {
	display: block;
	padding-bottom: 20px;
}

.ansatt {
	width: 210px;
	height: 120px;
	display: inline;
	float: left;
	margin-right: 20px;
}

.ansatt ol li {
	margin-bottom: 3px;
	font-size: 10px;
}

.ansatt ol li { list-style: none;}

.ansatt #ansattePicture, #ansattePicture {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #CBCBCB;
}

*:first-child+html #ansattePicture { margin-bottom: 10px;}
* html #ansattePicture { margin-bottom: 10px;}


.ansatt #ansattePicture img {
	width: 80px;
}

.ansatt .name { margin-bottom: 0;}
.ansatt .name a {
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.stilling {
	margin-top: 5px;
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: block;
	padding-bottom: 10px;
	font-family: georgia, "Times New Roman", Times, Serif;
}

.ansatt .stilling { font-size: 10px;}

#ansatteText ol {
	clear: both;
	float: left;
	padding: 20px 20px 20px 10px;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#ansatteText ol li {
	font-size: 10px;
	margin-bottom: 5px;
}

#ansatteText ol li#head {
	font-weight: bold;
	font-size: 13px;
}

.backToAnsatte { clear: both;}
.backToAnsatte a {
	font-size: 11px;
	text-decoration: none;
}




/*

	Yr vaerdata / Weather report

------------------------------------------------------------------------*/


table.yrData th{border-bottom: 1px solid black;padding: 0 0.5em;font-weight: bold;}
table.yrData tr.repeatedDate td.date span{ visibility: hidden;}
table.yrData tbody td { vertical-align: middle }
table.yrData tbody tr:hover { background-color: #eee;}
table.yrData td { text-align: center;padding: 0 0.5em; }
table.yrData td.wind { text-align: left;}

div.yrWidget{ width: 100px; height: 40px; margin: 0.5em;}
div.yrWidget a {
	float: left;
	margin-right: 0.5em; 
	line-height: 15px; 
	vertical-align: middle;
	font-size: 62%;
}
div.yrWidgetLarge img{ float: left; margin-right: 1em; width: 50px; height: 50px;}
div.yrWidgetLarge a{ display: block; line-height: 25px; text-decoration: none;}






/*

	Tilbakemeldinger som kommer ved feil/riktig input paa kontaktskjema f.eks.

------------------------------------------------------------------------*/

#okMessage {
	font-weight: bold;
	color: green;
}

#errorMessage p {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}




/*

	twoColumn clearfix for nyheter
	
	Denne gjoer at nyhetene kommer right paa to
	spalter i alle nettlesere

------------------------------------------------------------------------*/

.twoColumn {
	display: block;
	clear: both;
}
 
/* Denne clearfixen er satt p twoColoun diven */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */






/*

	Forms. Kontaktskjema f.eks.

------------------------------------------------------------------------*/



.form .checkbox {
	float: left;
	margin: 0 20px 20px 0;
}

.form textarea {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
	
	border: 1px solid #CBCBCB;
}

.form .field select { font-size: 11px;}

.form h2 { color: #444;}

.form .field label {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	
	clear: both;
}

.form .field input {
	padding: 3px;
	border: 1px solid #CBCBCB;
}



.field input[type=text], .field textarea {
	width: 300px;
	margin-bottom: 10px;
	border: 1px solid #CBCBCB;
}


.hiddenStructure { display: none;}

.field { margin-bottom: 10px;}
.field input, .field textarea { margin-top: 5px;}







/*

	Bildeklasser tinymce

------------------------------------------------------------------------*/

img { width: auto;} /* IE BUG - naar width="" i html */

img.luft { margin: 20px;}

img.mer-luft { margin: 40px;}

img.ramme { border: 1px solid #CCC; padding: 2px; background: #e6e6e6;}

img.flyter {
	float: left;
	margin: 10px;
}

img.flyter-motsatt {
	float: right;
	margin: 10px;
}

img.alene {
  float: none;
  display: block;
  margin: 10px auto;
}




p.ingress, .uthev { font-weight: bold;}

.viktig {
  font-weight: bold;
  display: block;
  background-color: yellow;
}





/*

	Standardtabell for sider
	
	Definerer padding som standard paa tabellene,
	og to klasser for TinyMCE

------------------------------------------------------------------------*/


table { border-collapse: collapse;}
tr { padding: 3px;}
td { padding: 3px;}


/* Innit.no-ish */

table.tabell1 {
	border: 0;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	font-size: 12px;	
	margin-bottom: 20px;
}

table.tabell1 th, table.tabell1 thead tr {
	vertical-align: middle;
	height: 40px;
	background: #E6E6E6;
	font-weight: bold;
	padding: 0 10px;
}

table.tabell1 td {
	height: 29px;
	vertical-align: middle;
	
	border-left: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;	
	padding: 0 10px;
}

table.tabell1 tr { background: #FFF;}
table.tabell1 tr.odd { background: #F2F2F2;}
table.tabell1 tr:hover { background: #f2fbfd;}
table.tabell1 thead tr:hover { background: none;}




/* kvitfell.no-ish */

table.tabell2 {
	border: 0;
	margin-bottom: 20px;
	clear: both;
}

table.tabell2 th, table.tabell2 thead tr {
	vertical-align: middle;
	height: 40px;
	background: #E6E6E6;
	font-weight: bold;
	padding: 0 10px;
	border-bottom: 1px solid #CCC;	
}

table.tabell2 td {
	height: 29px;
	vertical-align: middle;
	
	border-bottom: 1px solid #E6E6E6;
	border-left: 0;
	padding: 0 10px;
}


table.tabell2 tr { background: #FFF;}
table.tabell2 tr.odd { background: #F2F2F2;}
table.tabell2 tr:hover { background: #f2fbfd;}
table.tabell2 thead tr:hover { background: none;}

.ansatt ol { list-style: none;}
