﻿html
{
 color: #565656;
 width: 100%;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 font-family: Verdana, Tahoma,Arial,'Trebuchet MS';
 font-size: 12px;
 font-weight: normal;
 margin: 0 0 0 0;
 /*background-color : #ededed; */
 /*background-color: #818d95;*/
 background-color: #cac4be;
}
body
{
 color: #565656;
 width: 100%;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 font-family: Verdana, Tahoma,Arial,'Trebuchet MS';
 font-size: 12px;
 font-weight: normal;
 margin: 0 0 0 0;	
}

.sitecontent
{	
	position: relative;
	margin: 0px auto; /* for left align in Firefox and Opera, remove auto */ 
	width: 1000px; /* jørgen: endret fra 990 til 1000 */
	vertical-align: top;
	padding: 0 0 0 0;	
	/*background-image: url(../design/top_banner.jpg);
	background-position: top left; 
	background-repeat:no-repeat;*/
	min-height: 150px;
	margin-top: 10px;
}

.content
{
	margin-top: 150px;
	overflow: hidden;
	background-color: #fff;
	width: 1000px;  /* jørgen: endret fra 990 til 1000 */
	padding : 0 0 0 0; 
	float:left;
	z-index: 1;
}
/* Shadow */
div.aroundcontent
{
	width: 1012px;
	background-image: url(../design/shadow_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	height: 100%;
	float: left;
}
div.shadowbottom
{
	width: 1012px;
	background-image: url(../design/shadow_bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 12px;
	float: left;
}
div.shadowleftedge
{
	width: 12px;
	background-image: url(../design/shadow_left_edge.jpg);
	background-repeat: no-repeat;
	height: 12px;
	float: left;
}
div.shadowrightedge
{
	width: 1012px;
	background-image: url(../design/shadow_right_edge.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
	float: left;
}
div.shadowcorner
{
	width: 12px;
	background-image: url(../design/shadow_corner.jpg);
	background-repeat: no-repeat;
	height: 12px;
	float: right;
}
/**/
.topcontainer
{
	float: left;
	z-index: 100;
	padding: 0 0 0 0px;	/*Jørgen: fjernet padding left 10px*/
}
td
{
	vertical-align: top;	
}
/*Menu*/
 
 /*Jørgen: lagt til 2 hardkodede menyer */
#forhandleremeny, #logginnmeny
{
	margin-top: 25px;
}

.menyskille1
{
	padding-left: 13px;
	padding-bottom: 3px;
	display:block;
}
.menyskille2
{
	padding-left: 13px;
	padding-top: 10px;
	display:block;
}

/*Jørgen: lagt til menumidt - egen div rundt bare menyen */
.menumidt
{
	font-size: 12px;
	text-decoration : none;
}
.menumidt2
{
	font-size: 12px;
	text-decoration : none;
	overflow: hidden;
}

 
.menucontainer
 {
	width: 990px;
	padding-left: 5px;
	float: left;
	background-color: #f5bb0e;
	background-image: url(../design/left_space.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;	
}
.defaultmenucontainer
 {
	width: 723px;
	padding-left: 5px;
	float: left;
	background-color: #f5bb0e;
	background-image: url(../design/left_space.jpg);
	background-repeat: repeat-y;
	background-position: left;
	display: inline;
	/*height: 22px;*/
	position: relative;
}
div.flagg
{
	position: absolute;
	left: 675px;
	top: 4px;
	cursor: pointer;
	width: 50px;
}
div.flagg a
{
	color: #000;
}
div.flagg a:hover
{
	color: #fff;
}
div.flaggsubpage
{
	position: absolute;
	left: 973px;
	top: 4px;
	cursor: pointer;
}
div.offshorebox
{
	background-color: #818d95;
	width: 264px;
	height: 22px;
	display: inline;
	float: left;
	margin-left: 3px;
	text-align: center;	
}
div.offshoreheader
{
	color: #fff;
	margin-top: 4px; 	
}

.horizmenucontainer
 {
	/*width: 900px;*/
	width: 850px;
	overflow: hidden;
	padding-left: 5px;
	height: 26px;
	float: left;
}


.menu
{
	float: left;
	padding: 0 0 0 0; /* Jørgen: endret fra  10px 0 0 0; */
	width: 720px; /* Jørgen: endret fra 990 til 720 for ikke å ødelegge forsiden i IE6 (de klagde) 1/9-08 */
	font-family: Tahoma,Verdana, Arial,'Trebuchet MS';
}

.menu a
{
	color: #575757;
	text-decoration : none;
	cursor: pointer;

}
.rmText
{
	cursor: pointer;
}
 html:not([opera]) .menutop {display: -moz-inline-box; height: 8px;} /* Firefox fix */
 .menutop
 {
	background-image: url(../design/meny_topplokk.jpg);
    background-position: left top; /* jørgen: endret fra: background-position: center bottom; */
    background-repeat: no-repeat;
    height: 30px; /*jørgen: lagt til */
    min-height: 30px; /*jørgen: lagt til */
	display : inline-block;
	width : 170px; /*jørgen: endret fra 118 */
	color: #000;
	text-decoration : none;
	font-weight: bold;
	padding: 7px 0 0px 20px;
 }
 
 
 /* Info under vertikal meny */
 div.space
 {
	height: 150px;
	width: 170px;
	position: relative;
	float: left;
 }
 div.info
 {
	float: left;
 }
 
 div.microsoft
 {
	margin-left: 25px;
 }
 div.microsoft2
 {
	margin-left: 25px;
	margin-top: 35px;
 }

 div.company
 {
	font-size: 10px;
	margin-top: 35px;
	margin-left: 28px;
	color: #6c5f5f;
	line-height: 17px;
 }
 div.digitroll
 {
	text-align: center;
	font-size: 9px;
	height: 40px;
	float: left;
	width: 100%;
	background-image: url(../design/content_bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
 }
 div.digitroll a, div.digitroll span
 {
	position: relative;
	top: 15px;
	/*color: #bdbdbd;*/
	color: #9c928b;
 }
  div.digitroll a:hover
 {
	color: #000;
 }   
 
  .horizmenucontainer li.rmItem
 {
	cursor: pointer;
	width: 118px;
	height: 26px;
	text-align: center;
	margin-right: 3px;
	/*background-color: #6d6f71;*/
	background-color: #818d95;
	background-image: url(../design/horiz_bottom1.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
 }
.menucontainer li.rmItem, .defaultmenucontainer li.rmItem
{
	cursor: pointer;
	height: 22px;
	text-align: center;
	margin-right: 3px;
	background-color: #f5bb0e;
	background-image: url(../design/menu_space.jpg);
	background-position: right;
	background-repeat: no-repeat;
	z-index: 1;
}
.menucontainer li.rmLast, .defaultmenucontainer li.rmLast
{
	z-index: 2;
	background-image: url(../design/last_back.jpg);
}


.menucontainer li.rmItem a, .defaultmenucontainer li.rmItem a
{
	padding-left: 10px;
	padding-right: 10px;
}
 .link menuNodeLevel0 a
 {
	font-size: 11px;
	color: #575757;
	z-index: 2;
 }
 
 a.menuNodeLevel1hkt:hover
 {
	color: #000;
 }
 
 .horizmenucontainer li.rmItem a
 {
	font-size: 11px;
	color: #fff;
	/*font-weight: bold;*/
	padding-top: 3px;
	/*padding-left: 10px;
	padding-right: 10px;*/
 }
  .horizmenucontainer li.rmItem a:hover
 {
	color: #000;
	cursor: pointer;
 }
  .menucontainer .rmItem a, .defaultmenucontainer .rmItem a
 {
	font-size: 11px;
	color: #000;
	margin-top: 5px;	
	/*font-weight: bold;*/
 }
  .menucontainer li.rmItem a:hover
 {
	font-size: 11px;
	color: #fff;
 }
 
.menuNodeLevel0Selected
{
	background-color: #f5bb0e;
	padding-bottom: 10px;
}
.menuNodeLevel1Selected span
{
	color: #fff;
}
 
  /**/
 /*Article*/
  .hideEditArticleIcons
{
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 1000;
	left: 940px;
	top: 210px;
}
 img
{
	border-style: none;
	border: 0px;
}
 .article
 {
	width:700px;
	float: left;
	position: relative;
	left: 19px;
 }
 .articlecontainer
{
	width: 725px;
	float: left; /* jørgen: endret fra 0 0 0 10 */
	height: auto;
}
div.subpage .article
{
	width: 960px;
	position: relative;
	left: 19px;
}
div.subpage .articlecontainer
{
	width: 1000px;
}
div.frontpage .articlecontainer
{
	width: 725px;	
}
div.forsidecontainer
{
	float: left;
	width: 700px;
	position: relative;
	left: 20px;
}
div.forsidecontainer .ArticlePublishDate
{
	float: left;
	text-align: left;
}
div.ArticleNewsLink
{
	float: left;
}
.news1
{
	width: 232px;
	overflow: hidden;
	position: relative;
	float: left;
	/*border-top: 2px solid #e4e5e6;	*/
}
.news1 .ArticleModule
{
	margin-left: 15px;
	width: 210px;
	overflow: hidden;	
}
#ctl00_content_Forsidebox1_ctl00_lblHeading
{
	display: none;
}

.news2
{
	width: 232px;
	overflow: hidden;
	position: relative;
	float: left;
	/*border-left: 2px solid #e4e5e6;*/
	/*border-right: 2px solid #e4e5e6;*/
	/*border-top: 2px solid #e4e5e6;		*/
}
.news2 .ArticleModule
{
	margin-left: 15px;
	width: 210px;
	overflow: hidden;	
}
.news3
{
	width: 232px;
	overflow: hidden;
	position: relative;
	float: left;
	/*border-top: 2px solid #e4e5e6;*/
}
.news3 .ArticleModule
{
	margin-left: 15px;
	width: 210px;
	overflow: hidden;	
}

.ArticleModule
{
}
.ArticleEditButton
{
	float : left;	
	padding : 4px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
div.subpage .ArticleHeading
{
	font-size : 22px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
div.forsidecontainer .ArticleHeading
{
	color: #00447c;
	font-size: 18px;
	font-weight: bold;	
}
.ArticleHeading
{
	font-family: Tahoma,Arial,Verdana, 'Trebuchet MS';
	color: #00447c;
	font-size: 22px;
	font-weight: bold;
	padding : 0px 0px 2px 0px;
	margin : 10px 0px 0px 0px;	
}
h1
{
	font-size: 22px;
	color: #00447c;
	margin-top: 0px;	
}
h2
{
	font-size: 18px;
	color: #00447c;
	margin : 0px 0px 5px 0px;
	padding : 0px 0px 0px 0px;		
}
h3
{
	font-size: 16px;
	color: #00447c;
	margin : 0px 0px 5px 0px;
	padding : 0px 0px 0px 0px;		
}
h4, h4 a
{
	font-size: 12px;
	color: #00447c;
	margin : 0px 0px 5px 0px;
	padding : 0px 0px 0px 0px;		
}
.headingImagetopDiv
{
	padding : 0px 0px 4px 0px;
	margin : 0px 0px 0px 0px;	
}
.ArticleIngress
{
	font-family: Tahoma,Arial,Verdana, 'Trebuchet MS';
	vertical-align : top;
	float :left;	
	padding : 4px 4px 8px 0px;
	width : 100%;
	font-size: 11px;
	}
.ingressImageleft
{
	padding : 0px 4px 4px 0px;
	height : auto;
	width :auto;
	float :left ;
	clear : left;
}
.ingressImageleftImg
{
	width: auto;
}
.ingressImageleftText
{
	width : inherit;
}
.ingressImageright
{
	padding : 0px 0px 4px 4px;
	height : auto;
	width :auto;
	float :right ;
	clear :right;
}
.ingressImagerightImg
{
	width: auto;
}
.ingressImagerightText
{
	white-space: pre-wrap;
	width : inherit;
}
div.subpage .ArticleContent
{
	
}
.articlecontainer .ArticleContent
{
	float: left;	
}

.ArticleContent
{
	font-family:  Tahoma,Arial,Verdana,'Trebuchet MS';
	font-size: 11px;
	vertical-align : top;
	height : auto;
	width : 100%;
	padding : 4px 4px 8px 2px;
}
.contentText
{
	
}
.contentTextTop
{
	clear : both;
	padding-top: 4px;
	padding-left: 0px;
}
.contentImagetop
{
padding : 0px 4px 4px 0px;
float : left;
}
.contentImagetopImg
{
	
}
.contentImagetopText
{
	font-size: 10px;
	font-style : italic;
	padding : 0px 0px 0px 0px;
}
.contentImageleft
{
	padding : 0px 4px 4px 0px;
	height : auto;
	width :auto;
	float :left ;
	clear : left;
}
.contentImageleftImg
{
	width: auto;
}
.contentImageleftText
{
	width : inherit;
}
.contentImageright
{
	padding : 0px 0px 4px 4px;
	height : auto;
	width :auto;
	float :right ;
	clear :right;
}
.contentImagerightImg
{
	width: auto;
}
.contentImagerightText
{
	white-space: pre-wrap;
	width : inherit;
}
.contentImagebottomDiv
{
}
.contentImagebottom
{
	padding : 4px 4px 4px 0px;
	float: left;
	text-align: left;
}
.contentImagebottomImg
{
	width: auto;
	
}
.contentImagebottomText
{
	width : inherit;
}
a
{
	COLOR: #f5bb0e;
	text-decoration : none;
}
a:hover
{
	color: #000;
	text-decoration : none;
}
.ArticleTipAFriend
{
	float: left;
	padding: 4px 4px 4px 4px;
		
}
.ArticlePrinterFriendly
{
	float: left;	
	padding: 4px 4px 4px 4px;
}
.ArticleAuthor
{
	float: left;
	padding: 2px 2px 2px 0px;
	margin : 2px 0 2px 0;
}
.articleAuthorText
{
	font-weight: bold;
}
.ArticlePublishDate
{
	float: left;	
	padding: 2px 0px 2px 1px;
	margin : 2px 0px 2px 0px;
	color: #f5bb0e;	
}
div.subpage .ArticlePublishDate
{
	float: left;
	padding: 2px 0px 2px 1px;
	margin : 2px 0px 2px 0px;
}
.articlePublishDateText
{
	display: none;	
}
.articleBottomIcons
{
	/*float: left;*/
	clear: both;
}

.ArticleReadersRating
{
	float: right;	
	padding: 4px 4px 4px 4px;
}
hr
{
	/*color: #e9e9e9;*/
	color: #F3F3F3;
	height: 1px;
	clear: both ;
	border-right: none;
	border-left: none;
	border-bottom: none;	
}

.articleSearchResult
{
	margin-left: 5px;
	margin-top: 10px;
}
.articleSearchResult .ArticleHeading
{
	font-family: Tahoma,Arial,Verdana, 'Trebuchet MS';
	color: #00447c;
	font-size: 18px;
	font-weight: bold;
	padding : 0px 0px 2px 0px;
	margin : 0px 0px 0px 0px;	
}
.articleSearchResult a
{
	color: #f5bb0e;
}

/*Article end*/

/* SLIDESHOW */
.articleSlideshow {
	width: 100%;
}
table.slideshow {
	width: 100%;
}
table.slideshow td.previewPane {
	height: auto !important;
}
table.slideshow span.slideshowImageText {
	display: block !important;
	height: auto !important;
	padding: 4px 0 4px 0;
}
td.thumbsViewer table {
	width: 100%;
}
/* SLIDESHOW end */


/*Banner bottom*/
div.ads
{
	width: 1000px;
	float: left;
	padding-bottom: 10px;
	background-color: #fff;
}
div.bannertop
{
	width: 1000px;
	height: 150px;
	overflow: hidden;
	background-color: #fff;
}



/*TOC*/
.articleTOC
{
	padding: 0px 0px 10px 10px;	
}
.TOC
{
	padding: 0px 0px 0px 0px;
}
.TOCLink
{
	font-weight: bold;
	text-decoration : underline;
}
	
/*TOC end*/

/*News and pdf*/
.newscol
 {
	height: 100%;
	width: 264px;
	float :right;
	vertical-align: top;
	position: relative;
	right: 5px;
	margin-top: 5px;
 }
.newscontainer
 {
	width: 264px;
	position: relative;
	background-color: #e6e7e8;
 }
 .pdfcontainer
 {
	width: 264px;
	position: relative;
	margin-top: 4px;
	background-color: #e6e7e8;
 }
 .newsheader
 {
	height: 22px;
	font-weight: bold;
	position: relative;
 }
 .newsheadertxt
 {
	color: #000;
	position: relative;
	margin-left: 10px;
	top: 5px;
 }
 .news
 {
	padding: 0 0 0 0;
	width : 210px;
	margin-left: 10px;
 }
 .newsbottom
 {
	height: 10px;
 }
 
 div.news .ArticleHeading
 {
	font-family: Tahoma,Arial,Verdana, 'Trebuchet MS';
	font-size : 11px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 10px;
	color: #000;
 }
 div.news .ArticleContent
 {
	font-family:  Tahoma,Arial,Verdana,'Trebuchet MS';
	font-size: 11px;
	vertical-align : top;
	height : auto;
	width : 245px;
	padding : 0px 0px 10px 0px;
	margin : 0px 0px 0px 0px;
 }
 div.news a
 {
	color: #565656;
 }
  div.news a:hover
 {
	color: #000;
 }
 
/*News end*/
/*Search*/
.searchBoxContainer
{
	position:absolute;
	top: 150px;
	left:852px;
	width: 143px;
	height: 22px;
	background-color: #f5bb0e;
}
.searchtxt
{
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	left: 2px;
	top: 3px;	
}
.searchInput
{
	/*jørgen: fjernet - border-top: solid 1px #9D9D9D;
	border-left: solid 1px #C3C3C3;
	border-right: solid 1px #F0F0F0;
	border-bottom: solid 1px #DDDDDD;*/	
	border: 0;
	height:14px;
	width: 80px;
	color: #000;
	position:relative;
	top: 3px;
	left: 40px;
}
html:not([opera]) .searchInput
{
	top: 3px;	
}

.searchInputDiv
{
	float: left;
}
.searchButtonDiv
{
	position:absolute;
	top: 3px;
	left:120px;
	z-index: 100;
	width: 62px;
}

/* Medlemskjema */
#medlemskjema
{
	background-color: #f5f5f5;
	width: 947px;
	position: relative;
	padding: 20px;
	border: 1px solid #e2e2e4;
	margin-top: 20px;
	float: left;
	margin-left: 5px;
	font-size: 10px;
	overflow: scroll;
}
#excelknapp
{
	position: absolute;
	left: 240px;
	top: 15px;
	cursor: pointer;
}
table.medlemrender td
{
	border-right: 1px solid #565656;
	border-bottom: 1px solid #565656;
	height: 28px;
}
/* Seminarskjema */
#seminarskjema
{
	background-color: #f5f5f5;
	width: 947px;
	position: relative;
	padding: 20px;
	border: 1px solid #e2e2e4;
	margin-top: 20px;
	float: left;
	margin-left: 5px;
	font-size: 10px;
	overflow: scroll;
}

/* Kontaktskjema */
#kontaktskjema
{
	background-color: #f5f5f5;
	width: 500px;
	position: relative;
	margin-left: 100px;
	padding: 20px;
	border: 1px solid #e2e2e4;
	margin-top: 20px;
	float: left;
}
#kontaktskjema2
{
	background-color: #f5f5f5;
	width: 500px;
	position: relative;
	margin-left: 80px;
	padding: 20px;
	border: 1px solid #e2e2e4;
	margin-top: 20px;
	float: left;
}
table.flere
{
	font-size:11px;
	margin-top: 15px;
}
table.kontakt
{
	position: relative;
	left: 70px;
}
table.kontakt2
{
	position: relative;
	left: 20px;
}
div.skjemahead
{
	text-align: left;
	font-size: 20px;
	font-family: Calibri;
	font-weight: bold;
}
div.skjematxt
{
	text-align: right;
	font-family: Calibri;
	font-size: 12px;
	margin-top: 4px;
}
div.skjematxt2
{
	text-align: left;
	font-family: Calibri;
	font-size: 12px;
}
div.space
{
	height: 25px;
}
.ko_status
{
	font-weight: bold;
	font-family: Calibri;
	color: Green;
	font-size: 16px;
}

.flereinput
{
	width: 75px;
}

/*Search end*/

td.seminarnavn
{
	width: 160px;
	height: 23px;	
}

/*Login*/
div.loginheader
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.login
{
	margin-left: 280px;
	margin-top: 20px;
}

/* START FileInspector modul og FILECATALOG modul */
div.fiAroundText
{
	border: 1px solid grey;
}
.fiHeader, .fcHeader
{
	font-weight: bold;
}
.fiBilde
{
	border: 1px solid grey;
}

.fiSideTxt
{
	position:relative;
	font-weight: bold;
	top:-13px;
}
.fiDownloadTxt
{
	position:relative;
	font-weight: bold;
	top:-4px;
}
div.vBilde, div.hBilde
{
	display:inline;
	padding:0px;
	margin:0px;
}
div.vBilde
{
	position:relative;
	left:3px;
}
div.hBilde
{
	position:relative;
	left:-2px;
}
.vText, .hText
{
	font-weight:bold;
}
/* SLUTT FileInspector modul og FILECATALOG modul */


/* START HALFYEARPLAN og PLANNER modul */
.HalfYearPlanHeading, .PlannerHeading
{
	font-weight: bold;
	font-size: 14px;
}
div.calendarButtons
{
	width: 100%;
	text-align: center;
}
/* SLUTT HALFYEARPLAN og PLANNER modul */


/* START KURSKONTROLL MODUL */
table.tblDeler, table.tblOversikt
{
	width: 100%;
	/*border: 1px solid gray;*/
}
td.tdH1
{
	font-weight: bold;
	font-size: 16px;
	/*text-decoration: underline;*/
	vertical-align: bottom;
}
td.tdH2
{
	width: 100px;
	font-weight: bold;
	text-align:center;
	vertical-align: bottom;
}
tr#kursrad0, tr#kursrad2, tr#kursrad4, tr#kursrad6, tr#kursrad8, tr#kursrad10, tr#kursrad12, tr#kursrad14, tr#kursrad16, tr#kursrad18, tr#kursrad20, tr#kursrad22, tr#kursrad24, tr#kursrad26, tr#kursrad28, tr#kursrad30,
tr#kursraddel0, tr#kursraddel2, tr#kursraddel4, tr#kursraddel6, tr#kursraddel8, tr#kursraddel10, tr#kursraddel12, tr#kursraddel14, tr#kursraddel16, tr#kursraddel18, tr#kursraddel20, tr#kursraddel22, tr#kursraddel24, tr#kursraddel26, tr#kursraddel28, tr#kursraddel30
{
	background-color: #EEEEEE;
}
td.kursdeltd2, td.kurstd2
{
	text-align:center;
}
td.kursdeltd1, td.kurstd1
{
	vertical-align: middle;
}
/* SLUTT KURSKONTROLL MODUL */






/* START VÆRMODUL */
div.divWeatherModule
{
	border: 1px dashed gray;
	width:215px;
}
div.wmTopp
{
	padding-top:7px;
	padding-bottom:7px;
	border-bottom: 1px dashed gray;
}
div.wmSted
{
	font-weight:bold;
	width:100%;
	text-align:center;
}
div.wmTid
{
	width:100%;
	text-align:center;
	font-style:italic;
}
.lblVindF,.lblVindretningF,.lblTemperaturF,.lblNedboerF
{
	font-weight:bold;
}
span.wmTmp, span.wmCelsius
{
	font-size: 16px;
	font-weight:bold;
	color:Red;
}
span.wmMps, span.wmMm
{
	margin-left:3px;
}
table.tblInfo
{
	width:100%;
}
div.wmVaer
{
	padding-top:10px;
	width:100%;
	text-align:center;
}
td.tdTemperatur, td.tdSymbol
{
	width:50%;
	vertical-align:middle;
}
td.tdTemperatur
{
    padding-right: 10px;
	text-align: right;
}
td.tdSymbol
{
    padding-left: 10px;
    text-align: left;
}
td.tdVaer
{
	text-align:left;
	font-weight:bold;
	font-size:16px;
}
table.tblInfoTab
{
	width: 100%;
}
td.tdNedboerLeft, td.tdVindLeft, .tdVindretningLeft
{
	width:50%;
	text-align:right;
}
td.tdNedboerRight, td.tdVindRight, .tdVindretningRight
{
	width:50%;
	text-align:left;
}
div.wmKlaerOverskrift
{
	width: 100%;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-top:10px;
}
div.wmKlaerTekst
{
	width: 185px;
	margin-left: 15px;
	text-align:center;
}

div.wmYr
{
	width:100%;
	margin-top: 10px;
	text-align:center;
	padding-bottom:10px;
}
/* SLUTT VÆRMODUL */




/* START INTELLISENSSØK OG SØKEFORSLAG */
select#sfmatches
{
	width:144px;
}
.divSokeForslag
{
	padding-left:20px;
}
.SokForbedringsTips
{
	margin-top: 20px;
}
.forbedringsHeader
{
	font-weight:bold;
	margin-bottom: 10px;
}
.forbedringsTips
{
	padding-left:20px;
}
/* SLUTT INTELLISENSSØK OG SØKEFORSLAG */







/* START SKJEMAMODUL */
div.articleSchema
{
	width:100%;
	border-top: 6px solid #eeeeee;
	margin-top:5px;
}
div.sideInformasjon
{
	width:100%;
	background-color: #eeeeee;
	color:#6f6f6f;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	height:12px;
	margin-bottom: 6px;
}
.skjemaFerdigKnapp, .skjemaAnonymFerdigKnapp
{
	float:right;
	width: 100px;
}
.skjemaNesteDelKnapp, .skjemaNesteKnapp
{
	float: right;
	width: 100px;
	margin-bottom:10px;
}
.skjemaTilbakeKnapp
{
	width: 100px;
}
.finishLineBack
{
	display: inline;
	width: 100px;
	margin-right: 10px;
}

div.divSkjemaTakkTekst
{
	width:100%;
	padding: 15px;
	border:6px solid #eeeeee;
	text-align:center;
}
div.sporsmaltekst
{
	font-size:14px;
}
/* SLUTT SKJEMAMODUL */

/* START PÅMELDING UNDER ARTIKKEL */
div.EventOverskrift
{
	margin-top: 15px;
	margin-left: 3px;
	color: #191919;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 7px;
}
div.EventOverskrift a
{
	color: #191919;
	text-decoration: none;
}
div.EventTid
{
	margin-left: 3px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #5f5f5f;
}
div.EventSted
{
	margin-left: 3px;
	font-size: 12px;
	color: #5f5f5f;
}
div.EventFrist
{
	margin-left: 3px;
	margin-top: 10px;
	color: #008de5;
	font-size: 12px;
}
.EventFristUtgaatt
{
	color: #989898 !important;
}
div.divAttendanceStatus
{
	font-size: 14px;
	font-weight:bold;
	padding-left: 3px;
	padding-top: 11px;
	padding-bottom: 11px;
	color: #393939;
}
div.divAttendanceButtons
{
	padding-bottom: 15px;
}
/* SLUTT PÅMELDING UNDER ARTIKKEL */


/* START SEARCHCLOUD MODUL */
div.divSearchCloud
{
	padding:5px;
}
div.sokeord
{
	display:inline;
}

div.storrelse1
{
	font-size:26px;
}
div.storrelse1 a
{
	color:#454545 !important;
}
div.storrelse2
{
	font-size:20px;
}
div.storrelse2 a
{
	color:#646464 !important;
}
div.storrelse3
{
	font-size:20px;
}
div.storrelse3 a
{
	color:#929292 !important;
}
div.storrelse4
{
	font-size:16px;
}
div.storrelse4 a
{
	color: #b1b1b1 !important;
}
div.storrelse5
{
	font-size:16px;
}
div.storrelse5 a
{
	color: #b1b1b1 !important;
}
div.storrelse6
{
	font-size:14px;
}
div.storrelse6 a
{
	color: #cfcfcf !important;
}
div.storrelse7
{
	font-size:12px;
}
div.storrelse7 a
{
	color: #cfcfcf !important;
}

div.sokeord a:hover
{
	text-decoration: none;
	color: Red !important;
}
/* SLUTT SEARCHCLOUD MODUL */


/* START FOOTERMENY */
div.divFooterMenu
{
	width: 100%;
}
table.tblFooterMeny
{
	width: 100%;
}
td.tdHovedmenyPunkt
{
	font-weight:bold;
	font-size: 16px;
	text-align:left;
	white-space:nowrap;
}
td.tdUndermenyPunkt
{
	text-align:left;
	font-weight:normal;
	font-size: 12px;
	white-space:nowrap;
}
td.tdHovedmenyPunkt a:Hover,td.tdUndermenyPunkt a:Hover, .h2footermeny a:Hover, .lifootermeny a:Hover
{
	color:Red;
}
td.tdHovedmenyPunkt a, .h2footermeny a
{
	text-decoration: none;
	color: Black;
}
td.tdUndermenyPunkt a, .lifootermeny a
{
	text-decoration: none;
	color: gray;
}
div.divFooterMenyListe 
{
	display: inline-table;
}
div.divFooterMenyListe ul
{
	padding-left: 15px;
}
/* SLUTT FOOTERMENY */






/* START CALENDAR TYPE: FORM MODUL */
div.calendarEventForm
{
	margin-bottom:15px;
	border-top: 1px solid #EFEFEF;
	padding-top:15px;
}
div.formbtnseventlink
{
	color:#191919;
	font-size:16px;
	font-weight:bold;
	margin-left:3px;
	margin-top:15px;
	padding-bottom:7px;
	position:relative;
	top:-45px;
}
div.formbtnseventtime
{
	color:#5F5F5F;
	font-size:12px;
	margin-left:3px;
	padding-bottom:2px;
	position:relative;
	top:-45px;
}
div.formbtnseventplace
{
	color:#5F5F5F;
	font-size:12px;
	margin-left:3px;
	position:relative;
	top:-45px;
}
div.formbtnseventanswerdate, div.formbtnseventanswerdateutgaatt
{
	color:#008DE5;
	font-size:12px;
	margin-left:3px;
	margin-top:10px;
	position:relative;
	top:73px;
}
div.formbtnseventanswerdateutgaatt
{
	color:#989898 !important;
}
div.formbtnscurrentanswer
{
	color:#393939;
	font-size:14px;
	font-weight:bold;
	padding-bottom:11px;
	padding-left:3px;
	padding-top:11px;
}
div.formbtnseventdate
{
	margin-left:3px;
	font-style: italic;
}
/* SLUTT CALENDAR TYPE: FORM MODUL */

/* Send epost til alle medlemmer (intranett) */
#mailtoall
{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #929292;
	border-bottom: 1px dotted #929292;

}
.skjematittel
{
	font-family: Arial;
	font-size: 11px;
	width: 280px;
}
.skjemainput
{
	font-family: Arial;
	font-size: 11px;
	width: 280px;
	height: 150px;
}
#mailinglist
{
	float: left;
	display: inline;
	margin-left: 20px;
}
#styredokumenter a
{
	color: #000;
}
