/************************/
/* GLOBAL               */
/************************/
body
{
	font: 76%/1.4 Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #efefef;
}

body form
{
	width: 920px;
	min-width: 920px;
	max-width: 920px;
	margin: 0 auto 18px auto;
	background: white;
	text-align: left;
	overflow: hidden;
}

#Page
{
	position: relative;
	padding: 0 4px;
	width: 912px;
}

h1
{
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 0;
	margin: 0.2em 0;
}
h2
{
	font-weight: normal;
	font-style: italic;
	font-size: 1.3em;
	padding: 0;
	margin: 0.2em 0;
}
h3
{
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 0.4em 0;
}

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

a
{
	color: #17479e;
}

.introduction
{
}



hr
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border: 0;
}

hr.clear
{
	clear: both;
}

ul
{
	padding: 0;
	margin: 1.5em;
}

fieldset
{
	margin: 0 0 1em 0;
	padding: 1em;
}

.hidden
{
	display: none;
}

.error
{
	color: Red;
}

.strong
{
	font-weight: bold;
}


table
{
	font-size: 1em;
	border-collapse: collapse;
}

th
{
	text-align: left;
}

/************************/
/* HEADER               */
/************************/
#HeaderArea
{
	height: 104px;
	background: skyblue;
	position: relative;
	margin-bottom: .5em;
}
#HeaderArea a.startpagelink
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 20em;
}

#HeaderArea .QuickSearchArea
{
	position: absolute;
	bottom: 23px;
	right: 0;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}


#Header
{
}

#HeaderArea #HeaderBodyArea
{
	position: absolute; 
	bottom: 23px;
	right: 220px;
	color: White;
}
#HeaderArea #HeaderBodyArea p, #HeaderArea #HeaderBodyArea div
{
	padding:0;
	margin: 0;
}
#HeaderArea #HeaderBodyArea a
{
	text-decoration: none;
	color: White;
}
#HeaderArea #HeaderBodyArea img
{
	border: 0;
	margin: 0 5px;
	vertical-align: middle;
}

	
	



/************************/
/* MAINMENUAREA         */
/************************/
#MainMenuArea
{
	position: absolute;
	bottom: .2em;
	padding-left: 255px;
	
}

#MainMenuArea ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#MainMenuArea li
{
	display: inline;
	
	background: url(images/pil_global.gif) no-repeat center left;
	
}

#MainMenuArea li.selected
{
	font-weight: bold;
}

#MainMenuArea li a
{
	text-decoration: none;
	
	padding: 2px 10px;
	margin-left: 5px;
	color: black;
}





/*************************/
/* STAGEAREA             */
/*************************/
#StageArea
{
}

/*************************/
/* BREADCRUMBS           */
/*************************/
#BreadCrumbsArea
{
	
	margin: 5px 0;
}

#BreadCrumbsArea a
{
}

#BreadCrumbsArea a:hover
{
}

/*************************/
/* SUBMENUAREA           */
/*************************/
#SubMenuArea
{
	width: 237px;
	float: left;
	background: #eee;
	position: relative;
	height: 450px;
	min-height: 450px;
	overflow: visible;
	margin-bottom: 10px;
}
#StageArea > #SubMenuArea
{
	height: auto;
}
#SubMenuArea h1
{
	border-left: solid skyblue 1em;
	height: 20px;
	padding-left: 1em;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}
#SubMenuArea h1 a
{
	text-decoration: none;
	display: block;
	font-size: 1.2em;
}
#SubMenuArea ul
{
	border-left: solid skyblue 1em;
	height: 450px;
	min-height: 450px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1em;
}
/* IE6 Hacks */
* html #SubMenuArea ul li
{
	display: inline;
	height: 1px;
}
/* END IE6 Hacks */




#SubMenuArea > ul
{
	height: auto;
}

#SubMenuArea ul ul
{
	height: auto;
	min-height: 0;
	padding: 0 0 0.6em 1em;
	border: 0;
}
#SubMenuArea ul ul li
{
	border-left: none;
}

#SubMenuArea ul li a.Selected
{
	background-color: Navy;
	position: relative;
	left: -1em;
	padding-left: 2em;
	background: url(images/pil_meny_venstre.gif) no-repeat center left;
	font-weight: bold;
}
#SubMenuArea ul li a.SubSelected
{
	font-weight: bold;
}

#SubMenuArea li a , #SubMenuArea li span
{
	display: block;
	padding: 0.5em 0.5em 0.5em 1em;
	text-decoration: none;
	margin: 0;
	
}

#SubMenuArea li li a, #SubMenuArea li li span
{
	padding: 0.2em 0.5em 0.2em 1em;
}



#SubMenuArea li li span
{
	font-weight: bold;
}

/*************************/
/* CONTENTAREA           */
/*************************/
#MainContentArea
{
	/* IE 6 doesn't support min-height so the height is set instead, */ /* relying on that it will expand beyond it if needed */
	height: 20em;
	margin-left: 242px;
}

/* IE 6 doesn't understand the > selector and ignores it */
html > body #MainContentArea
{
	height: auto;
}

#MainBodyArea
{
	width: 450px;
	float: left;
}

#MainBodyArea #MainBody
{
}



#MainBodyArea #MainBodyMeta
{
	margin-top: 10px;
	background: #fafafa;
}
#MainBodyArea #MainBodyMeta .label
{
	width: 10em;
	display: inline-block;
}
#MainBodyArea #MainBodyPrint
{
	margin-top: 10px;
}
#MainBodyArea #MainBodyPrint .printlist
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#MainBodyArea #MainBodyPrint .print
{
	padding-left: 20px;
	background: url(images/print.png) no-repeat center left;
}
#MainBodyArea #MainBodyPrint .printpdf
{
	padding-left: 20px;
	background: url(images/printpdf.gif) no-repeat center left;
	
}
#SecondaryBodyArea
{
	width: 210px;
	float: right;
}

#SecondaryBodyArea #SecondaryBody
{
}
#SecondaryBodyArea #SecondaryBody2FrontPageArea 
{
}

#SecondaryBodyArea #SecondaryBody2FrontPageArea ul
{	
	list-style: none;
	margin: 0;
	padding: 0;
	color: White;
}
#SecondaryBodyArea #SecondaryBody2FrontPageArea ul li
{	
	
	background: url(images/banner.gif) no-repeat;
	display: block;
	margin-top: 10px;
	padding: 10px 0 10px 20px;
}
#SecondaryBodyArea #SecondaryBody2FrontPageArea ul li a
{	
	color: White;
	text-decoration:none;
	display: block;
	
}
.FrontPageNewsListingArea
{
	min-height: 278px;
}
/*************************/
/* STARTPAGE             */
/*************************/
#StageArea.StartPage
{
}

#StageArea.StartPage #ImageArea
{
}

#StageArea.StartPage #SecondaryBodyArea
{
}

#StageArea.StartPage .pageList
{
}

#StageArea.StartPage ul
{
}

#StageArea.StartPage #MainContentArea
{
}

#StageArea.StartPage #MainBodyArea
{
}

#StageArea.StartPage #NewsArea
{
}

#StageArea.StartPage #NewsArea li
{
}

#StageArea.StartPage #EventsArea
{
}

/*************************/
/* SUBSCRIPTION PAGE     */
/*************************/
.subscriptionArea
{
	width: 100%;
}

.subscriptionArea label.topLabel
{
	display: block;
	line-height: 1em;
}

.subscriptionArea input, .subscriptionArea select
{
	margin: 0.3em 0 1.5em 0;
}

.subscriptionListArea input
{
	margin: 0 0.3em 0 0;
}

.subscriptionListArea td
{
	vertical-align: text-bottom;
	padding: 0.3em 0;
}

/*************************/
/* SEARCH PAGE           */
/*************************/
#ResultArea
{
	padding-top: 2em;
}

#ResultArea ol
{
	margin: 0;
	padding-left: 2em;
}

#ResultArea li
{
	margin: 0;
	padding: 0;
}

input.searchText
{
	width: 75%;
}

/*************************/
/* SITEMAP PAGE          */
/*************************/
#SiteMap ul
{
	margin: 0;
	padding: 0.2em 0;
}

#SiteMap ul ul
{
	padding: 0;
	margin-left: 0.5em;
}

#SiteMap li
{
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}
#SiteMap li a
{
	text-decoration: none;
}

#SiteMap li li
{
	margin: 0.2em 0;
	padding-left: 1em;
	background: url(images/SiteMapBullet.png) no-repeat;
	font-size: 0.7em;
}

#SiteMap li li a
{
	text-decoration: underline;
}

#SiteMap li li li
{
	font-size: 1em;
}


/*************************/
/* PAGELIST              */
/*************************/
ul.pageList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.pageList li
{
	padding-bottom: 0.2em;
	margin: .5em 0 ;
	list-style-type: none;
	background: #fafafa;
}

ul.pageList h2
{
	margin: 0;
}

ul.pageList .ReadMoreLink
{
	text-transform: lowercase;
}
ul.pageList .pagename
{
	text-decoration: none;
}

/*************************/
/* newsList              */
/*************************/
.FrontPageNewsListingArea ul.newsList
{
	margin: 0;
	padding: 0;
}
.FrontPageNewsListingArea ul.newsList li
{
	padding-left: 0;
	margin-left: 0;
}
ul.newsList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.newsList li
{
	padding-bottom: 0.2em;
	margin: .5em 0;
	list-style-type: none;
}

ul.newsList h2
{
	margin: 0;
}

ul.newsList .ReadMoreLink
{
	text-transform: lowercase;
}
ul.newsList .pagename
{
	text-decoration: none;
}




/*************************/
/* FORMS                 */
/*************************/
.xForm
{
}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}

.xForm legend
{
	color: Black;
}

.xForm input
{
	float: left;
}

.xForm .heading
{
	font-weight: bold;
	font-size: 1em;
	padding: 0;
	margin: 0.4em 0em;
}

.xForm #id_matrix
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border: 0;
	margin: 0;
	padding: 0.2em 0;
}

span.xformvalidator
{
	color: Red;
}

.xForm .options
{
	float: left;
}

.xForm label
{
	margin-right: 0.5em;
	float: left;
}

#id_matrix br
{
	clear: both;
}

.thankyoumessage
{
	padding: 1em 0;
	margin: 0;
	font-weight: bold;
}

/*************************/
/* FOOTERAREA            */
/*************************/
#FooterArea
{
	background: skyblue;
	clear: both;
	margin-top: 0px;
	font-size: .8em;
	color: White;

}
#FooterArea .right
{
	float: right;
}
#Footer
{
}

#FooterArea ul
{
}

#FooterArea ul li
{
}

#FooterArea ul li.first
{
}

#FooterArea a
{
	color: white;
	text-decoration: none;
}

#FooterArea a:hover
{
	text-decoration: underline;
}

/**********************************/
/*    Table classes for content   */
/**********************************/
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
}

table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}

table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}

table.color
{
	border-collapse: collapse;
	border: solid 0.1em #275569;
}

table.color th
{
	border: solid 0.1em #275569;
	background-color: #4495b9;
	color: White;
	padding: 0.4em;
}

table.color td
{
	border: solid 0.1em #275569;
	padding: 0.2em 0.4em;
}

th.highlighted, td.highlighted
{
}

table.classic th.highlighted
{
	background-color: #AAAAAA;
}

table.classic td.highlighted
{
	background-color: #F0F0F0;
}

table.color th.highlighted
{
	background-color: #377995;
}

table.color td.highlighted
{
	background-color: #d1e6ef;
}

th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
}

th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
}

/**********************************/
/*   Image  classes for content    */
/**********************************/
img.topleftfloatingimage
{
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}

img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
	margin-left: 1em;
	margin-bottom: 1em;
}






/**********************************/
/*   BOX						  */
/**********************************/
#threeboxescontainer
{
	padding: 10px 0;
}
.threeboxes
{
	width: 30%;
	float: left;
	margin: 0 1%;
}
.threeboxes .box1, .threeboxes .box2
{
	height: 190px;
	
}
.box1, .box2
{
	font-size: .95em;
}
.box1 a, .box2 a
{
	text-decoration: none;
}
.box1 a:hover, .box2 a:hover
{
	text-decoration: underline;
}
.box1 ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.box1 ul li
{
	background: url(images/punkt.gif) no-repeat center left;
	padding-left: 25px;
	min-height: 25px;
}
.box2 ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.box2 ul li
{
	background: url(images/pil.gif) no-repeat center left;
	padding-left: 15px;
	line-height: 20px;
}

div.listbox
{
	padding: 0 .5em .5em 0;
}


div.uedge
{
	background-color: #ffffff;
	background-image: url(images/ramme_topp.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div.ledge
{
	background-image: url(images/ramme_venstre.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div.redge
{
	background-image: url(images/ramme_hoyre.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
div.bedge
{
	background-image: url(images/ramme_bunn.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
div.tedge
{
	background-image: url(images/ramme_topp.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
div.ulcorner
{
	background-image: url(images/ramme_topp_venstre.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.urcorner
{
	background-image: url(images/ramme_topp_hoyre.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.blcorner
{
	background-image: url(images/ramme_bunn_venstre.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.brcorner
{
	background-image: url(images/ramme_bunn_hoyre.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 7px 7px 15px 7px;
}
.innercontent
{
	width: 100%;
}

/* end border */
/* start box */
div.boxuedge
{
	width: 100%;
	background-color: #e3e8d8;
	background-image: url(images/boxitems/boks_topp.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
div.boxledge
{
	background-image: url(images/boxitems/boks_venstre.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div.boxredge
{
	background-image: url(images/boxitems/boks_hoyre.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
div.boxbedge
{
	background-image: url(images/boxitems/boks_bunn.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
div.boxtedge
{
	background-image: url(images/boxitems/boks_topp.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
div.boxulcorner
{
	background-image: url(images/boxitems/boks_topp_venstre.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.boxurcorner
{
	background-image: url(images/boxitems/boks_topp_hoyre.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.boxblcorner
{
	background-image: url(images/boxitems/boks_bunn_venstre.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.boxbrcorner
{
	background-image: url(images/boxitems/boks_bunn_hoyre.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 3px 5px 3px 5px;
}
div.boxinnercontent
{
	/*width: 16em;*/
	min-width: 100% !important;
	max-width: 100%;
	padding: 0;
	font-weight: bold;
}


.login label
{
	display: block;
}

/*Calendar */
.calendar a
{
	text-decoration: none;
	color: #999999;
}
.calendar .dateactive a
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline
}


/* Google Mini */

.googleMiniSearch .searchPanel
{
	text-align: center;
	padding: 1em;
}
.googleMiniSearch .navigationPanel
{
	text-align: right;
}
.googleMiniSearch .spellingPanel
{
	padding: 1em .5em;
	border: solid silver 1px;
	margin: 1em;
}

.nodisplay
{
    display: none;
}