/************************/
/* GLOBAL               */
/************************/

body
{	
	font-family:Verdana; 
	margin: 0px;
	padding: 0;
	text-align: center;
	font-size:66%;
}

body form
{
	width:850px;
	max-width: 1024px;
	margin:15px  auto 0px auto ;
	text-align: left;
    	overflow: hidden;
    	border: none 1px orange;
}

.StartForm
{
	margin:5px  auto 0px auto ;
}

#Page 
{   
	padding: 0;
}

#TopArea
{}

a 
{
	color:#2020f0;
	font-style:normal;
	text-decoration:none;	
}

a:hover
{
	text-decoration: underline;
}

 a:visited
{
	color: #402080;
}



h1 {font-weight: normal; font-size:1.7em;  padding: 0; margin:  0.2em  0;}
h2 {font-weight: bold; font-size: 1.1em; padding: 0; margin: 0.2em 0;}
h3 {font-weight:bold; font-size:1em; padding: 0; margin: 0.2em 0;}

h1 a, h2 a, h3 a,
h1 a:hover, h2 a:hover, h3 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited 
{
	color:#000;
}

p 
{
    margin: 0 0 1em 0; 
    padding: 0; 
}

.imagetext 
{
    font-style:italic;
}

.introduction 
{
    font-weight:bold;
}

hr 
{
	margin: 0.5em 0;
	height: 1px;
	padding: 0;
	background: #d7d7d7;
	color: #d7d7d7;
	border:0;
}

hr.clear 
{
    clear: both;
}

ul 
{
   padding: 0;
   margin:0; border:0;   
   padding-left:0.8em;	
}

fieldset 
{   
	margin: 0 0 1em 0;
	padding: 1em;
}

.hidden 
{
    display: none;
}

.error 
{
    color: Red;
}

.button
{
    border: 1px solid black;
    color:White;
    background: black url(images/buttonBg.png) repeat-x;
}

table
{
	font-size: 1em;
	border-collapse: collapse;
}

th
{
	text-align: left;
}

#Header
{
	width:1024px;
	border: none 2px maroon;
}

#Logotype
{
	float: left;
	margin: 18px 0px 0px 18px;
}


#Functions ul
{
	margin:0;
	padding:0;
	border: 0;
	list-style-type: none;
	padding-top:3px;
	margin-top:2px;
}

#Functions li
{
	display:inline;	
	border:none;
	overflow: visible;
	padding-left:0.5em;
	border-left: 1px solid black;
}

#Functions li.first
{
	border-left: 0;
}

#Functions li.translateButton
{
	margin-top:-2px;
}

#google_translate_element
{
	background-color:White;
}

a.loginButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.logoutButton
{
	background: url(images/ButtonLogin.png) no-repeat;
}

a.rssButton
{
	background: url(images/ButtonRss.png) no-repeat;
}

a.sitemapButton
{
	background: url(images/ButtonSitemap.png) no-repeat;
}

a.languageButton, input.languageButton
{
	background: url(images/buttonLanguage.png) no-repeat;
}

input.languageButton 
{
    width: 20px;
    float: left;
    height: 1.6em;
}

select.languageButton 
{
    font-size: 1em;
}

/************************/
/* MAINMENUAREA         */
/************************/

#MainMenuArea
{	
	width:100%;
	font-size:1.4em;
}

#MainMenuArea li 
{
	border-style:solid;
	border-color:White;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
	
	display: block;
	float: left;
	margin: 3px 0px 0px -1px;
	padding: 0px 0px 0px 0px;	
}

#MainMenuArea li.selected 
{
	display: block;	
	background-color:White;
	padding: 2px 0px 0px 2px;
	margin:0;
	margin-left:-2px;
	margin-right:8px;
	margin-top:1px;
	
	border-style:solid;
	border-color:White;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;		
}

.arrow
{
	background:  url(images/arvidsjaur/GulPil.jpg) no-repeat left;
	margin-left:1px;
}

#MainMenuArea li.selected a 
{
	color:Black;
}

#MainMenuArea li a 
{
	display: block;
	padding: 1px 16px;
	text-decoration: none;
	color: White;
	font-size:0.9em;
}

/*************************/
/* QUICKSEARCH           */
/*************************/
.QuickSearchArea
{
	position:relative;	
	left: 0px;
	float:left;
	top:0px;
	margin-top:-2px;
}

input.quickSearchField
{
	border: 1px solid Black;
	float: left;
	width: 12em;
	font-size:0.9em;
	margin-top:2px;
}

.quickSearchButton
{
	float: left;
	font-size:0.9em;
}

/*************************/
/* STAGEAREA             */
/*************************/
#StageArea
{
    width: 100%;
    padding: 0.5em 0 1.5em 0;
	overflow: hidden;
}

/*************************/
/* BREADCRUMBS           */
/*************************/
#BreadCrumbsArea
{
	position: absolute;
	left: 20.5em;
	font-size: 0.8em;
	line-height: 2.5em;	
}

#BreadCrumbsArea a
{
    color: #3e3e3e;
	text-decoration: none;
}

#BreadCrumbsArea a:hover
{
	text-decoration: underline;
}



/*************************/
/* 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;
    min-height: 20em;
    margin-top: 1.5em;
    background: url(images/pageDivider.png) repeat-y 32em;
	width: 48em;
	float: left;
}

/* IE 6 doesn't understand the > selector and ignores it */
html>body #MainContentArea {height: auto;}

#MainBodyArea
{
	width: 32em;
	overflow: hidden;
	float: left;
}


#MainBodyArea .pageList
{
	padding: 0;
}

#MainBodyArea .pageList ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#SecondaryBodyArea
{
	width: 16em;
	overflow: hidden;
	float: left;
}

#SecondaryBodyArea #SecondaryBody
{
	margin: 0 1em;
}

/*************************/
/* STARTPAGE             */
/*************************/
#StageArea.StartPage 
{
    position: relative;
    background-image: none;
    width: 100%;
    padding-bottom: 0;
	overflow: hidden;
}

#StageArea.StartPage #ImageArea 
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 18em;
	clear: both;
	background-color: #006ea0;
	border-bottom: 0.6em solid #006ea0;
}

#StageArea.StartPage #SecondaryBodyArea 
{
	position: absolute;
	top: 0em;
	right: 0em;
	width: 17em;
	height: 18em;
	padding: 2em;
	color: White;
	overflow: hidden;
}

#StageArea.StartPage .pageList
{
	border: 0;
	padding: 0;
	margin: 0;
}

#StageArea.StartPage ul 
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#StageArea.StartPage #MainContentArea
{
    height: auto;
	width: 100%;
	min-height: 0;
	padding: 1em 0;
	margin: 0;
	background-image: none;
	overflow: hidden;
}

#StageArea.StartPage #MainBodyArea
{
	float: left;
	width: 23em;
	padding: 0 2em 0 1.5em;
	border: 0;
	overflow: hidden;
}

#StageArea.StartPage #NewsArea
{
	float: left;
	width: 15.5em;
	padding: 0 1em 1em 1em;
	overflow: hidden;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

#StageArea.StartPage #NewsArea li, 
#StageArea.StartPage #EventsArea li
{
	margin: 0.5em 0;
}

#StageArea.StartPage #EventsArea
{
	float: left;
	width: 15.5em;
	padding: 0 1em;
	overflow: hidden;
}

/*************************/
/* LOGIN PAGE            */
/*************************/
.loginArea 
{
    width: 100%;
}

.loginArea label 
{
    display: block;
    line-height: 1em;
    width: 35%;
}

.loginArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* REGISTER PAGE         */
/*************************/
.registerArea 
{
    width: 100%;
}

.registerArea label 
{
    display: block;
    line-height: 1em;
}

.registerArea input
{
    margin: 0.3em 0 1em 0;
}

/*************************/
/* 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;
}

/*************************/
/* DOCUMENTS             */
/*************************/
#MainBody.documentList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#MainBody.documentList li
{
    clear: both;
}

#MainBody.documentList .download 
{
    float: right;
}

#MainBody.documentList a
{
    padding: 0 0 2px 20px;
}

a.bmpExtension {background: url(images/extensions/bmp.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.docExtension, a.docxExtension {background: url(images/extensions/doc.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.gifExtension {background: url(images/extensions/gif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.htmExtension, a.htmlExtension {background: url(images/extensions/htm.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.jpgExtension, a.jpegExtension {background: url(images/extensions/jpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mp3Extension {background: url(images/extensions/mp3.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.mpgExtension {background: url(images/extensions/mpg.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pdfExtension {background: url(images/extensions/pdf.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pngExtension {background: url(images/extensions/png.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.pptExtension, a.pptxExtension {background: url(images/extensions/ppt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.tifExtension, a.tiffExtension {background: url(images/extensions/tif.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.txtExtension {background: url(images/extensions/txt.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.wavExtension {background: url(images/extensions/wav.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.xlsExtension, a.xlsxExtension {background: url(images/extensions/xls.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}
a.zipExtension {background: url(images/extensions/zip.gif) no-repeat; padding: 0 0 2px 20px; line-height: 2em;}

/*************************/
/* PAGELIST              */
/*************************/
.pageList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pageList li
{
    padding-bottom: 0.2em;
	list-style-type: none;
}

.pageList h2
{
	margin: 0;
}

/*************************/
/* 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: 0em 0em;
}

.xForm #id_matrix
{
    width: 100%;
	margin: 0;
	padding: 0;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.1em 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;
}

#ContentArea
{
	float:left;
	width:100%;
	background-image:url(images/arvidsjaur/sidbakgrund.jpg);
	background-position:top left;
	background-repeat:repeat-y;		
		
}

/*************************/
/* FOOTERAREA            */
/*************************/


/* Denna sidfot finns i tre varianter : startsidan o andra sidor o ett tredje i oneColumn */   
#FooterArea
{
	overflow: visible;
	margin: 0;
	padding:0;
	
	clear: both;
	height:24px;
	width:1024px;
	
	background:url(images/arvidsjaur/sidfot.jpg) bottom left no-repeat;
}


/**********************************/
/*    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;
}


/*************************************/
/*  klasser för regioner Arvidsjaur  */
/*************************************/


div.LeftColumn
{
	width:24%;
	overflow:hidden;	
	float:left;
	margin-top:-30px;
}

div.LeftColumnStart
{
	width:16%;
	padding-left:20px;	
	padding-right:10px;	
	padding-top:45px;	
	float:left;
}

#LeftMenuArea
{
	/* IE 6 doesn't support min-height so the height is set instead, */
    /* relying on that it will expand beyond it if needed */
    height: 140px;
    min-height: 140px;
    	
	padding: 0px 3px 44px 20px;
	margin-top:20px; /*-100px; samma som div.MainArea */
	text-indent:0px;
	font-size:1.2em; 
	line-height:0.9em;
}

#LeftMenuArea a:hover
{
	text-decoration:underline;
}


html>body #LeftMenuArea {height: auto;}

#LeftMenuArea ul
{
	padding-left:0;
	padding:0;
	margin:0;
	margin-right:10px;
}

#LeftMenuArea li
{
	list-style-type:none;
	padding-top:0.4em;
	padding-bottom:0.3em;
}

#LeftMenuArea li a
{
	text-decoration: none;
	color:Black;	
}
#LeftMenuArea li a:visited
{
	/*color:#555555;*/
}


#LeftMenuArea li span 
{
	font-weight:bold;
}

#LeftMenuArea ul ul
{
	padding-left:20px;
	font-size:0.9em;
	padding-top:4px;
	padding-bottom:0px;
}

#LeftMenuArea li li a
{
	padding-top:1px;
	padding-bottom:1px;
	display:block;	
}

#LeftMenuArea li li span 
{
	background-color:White; 
	display:block;
	margin-left:-40px;
	padding-left:40px;
	margin-right:-23px;
	margin-top:-4px;
	margin-bottom:-4px;		
	border-color:White;
	border-style:solid;
	border-top-width:5px;
	border-right-width:0px;
	border-bottom-width:5px;
	border-left-width:0px;	
	font-weight:normal;	
	background: White  url(images/arvidsjaur/LeftMenuArrow.jpg) no-repeat left ;
}

#LeftMenuArea li li ul
{
	padding:0;
	padding-left:20px;
}

#LeftMenuArea li li li a
{
	background-image:none;
	background-position:right;
	font-size:0.9em;
	border:0;		
}

#LeftMenuArea li li li span
{
	color:Black;
	font-weight:bold;
	background-image:none;
	border:0;	
}

div.MainAndRightArea
{
	padding:0;
	margin:0;
	border:0;
	
	padding-left:8px;
	width:74%;
	float:right;
}

div.MainAndRightAreaStart
{
	padding:0;
	margin:0;
	border:0;
	width:76%;
	float:right;
	padding-right:17px;	
}

div.MainArea
{	
	width:63%;
	margin-top:5px; 
	float:left;
	padding-left:7px;
	padding-right:7px;
}

div.MainAreaStart
{	
	width:66%;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:46px;
}

div.RightColumnArea
{	
	padding-left:5px;
	padding-right:25px;
	width:155px;
	float:right;
	margin-top:50px;
}

.NewsLink
{
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	text-decoration:none;
	vertical-align:text-top;	
}

.IndexButtonRight
{
	border:none;
	width:102px;
	float:right;
	text-align:right;
	margin:0; 
	padding:0;
}
	
.IndexButtonLeft
{
	border:none;
	width:102px;
	float:left;
	text-align:left;

	margin:0;
	margin-right:6px; 
	padding:0;
}
	
div.IndexButtonMid
{
	width:104px;
	height:73px;
	float:left;
	border:none;
	margin: 2px 2px 2px 2px; 
}

div.IndexButtonRight
{
	width:104px;
	height:73px;
	float:left;
	border:none;
	margin: 2px 4px 2px 2px; 
}

.rightfloating
{	
	float:right;
}
.leftfloating
{	
	float:left;
	background-color:#F5F5F5;
	padding-right:5px;
	padding-top:4px;
	margin-bottom:-2px;
		border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	border-top: solid 1px #eee;
}
.rightfloatingbuttons
{	
	float:right;
	width:49%;
}
.leftfloatingbuttons
{	
	float:left;
	width:49%;
}

.UpperMenu
{
	display:inline;
	clear:both;
	margin:0;
	padding:0;
	border: 0;
}

.separator
{
	display:inline;
	background-image: url(images/arvidsjaur/Ten_thin.gif);
	background-repeat:no-repeat;
	background-position:left;		
	width:1px;
}

.UpperMenu ul 
{
	clear:both;	
	padding:0;
	padding-bottom:7px;	
	margin:0;
	margin-top:-1px;
	margin-left:-5px;
}

.UpperMenu li 
{		
	list-style-type: none; 	
	display:inline;	
}

.UpperMenu a 
{
	font-weight:normal;
	color:Black;	
}

.widepagediv
{
	width:71%; 	
	float:right;
	padding-right:5px;	
	margin-right:10px;
	background-color:White;
	margin-top:80px;
}

.fullpagediv
{
	float:left;
	width:100%;
	background-image:url(images/arvidsjaur/sidbakgrund_noline.jpg);
	background-position:bottom left;	
	background-repeat:repeat-y;	
}

#FooterArea_noline
{
	overflow: visible;
	margin: 0;
	padding:0;	
	clear: both;
	height:24px;
	width:1024px;	
	background:url(images/arvidsjaur/sidfot_noline.jpg) bottom left no-repeat;
}

#FooterArea_start
{
	float:right;
	
	background:url(images/arvidsjaur/SoftBottom.gif) bottom left no-repeat;
	width:850px;
	height:28px;	
}

#FooterArea_right
{
	float:right;	
	background:url(images/arvidsjaur/SoftCornerRight.gif) bottom right no-repeat;	
	width:18px;
	height:16px;					
}

.bgWhite
{
	clear:both;
	background-color:White;
}

.bgWhite_start
{
	clear:both;
	background-color:White;
}

.bgWhite_start_right
{
	background-color:White;
	clear:both;
}

html>body #bgWhite_start_right {height: 24px;}



.FooterbgWhite
{
	clear:both;
	background-color:White;
	margin: 0;
	padding:0;
	border:0;
	width:900px;
	height:16px;
}

#Top_left
{
	float:left;	
	
	padding-left:18px;
	background:url(images/arvidsjaur/SoftTopLeft.gif) bottom left no-repeat;
}

.rightfloating_start
{
	float:right;
	background:url(images/arvidsjaur/SoftTopRight.gif) bottom right no-repeat;	
	margin-top:-2px;
	padding-right:17px;
}

#StartpageQuestionArea
{
	padding-left:660px;
}

.top_icon
{
	border:0;
	vertical-align:middle;
	text-align:right;
	width:15px;
	margin:0;
	margin-bottom:-3px;
	margin-top:-2px;
}

.contentImage {
	margin-top:  0.6em;
	width:100%;
}

.normal
{
	font-weight: normal;
}	

.blacktext
{
	color:Black;	
}

.translateButton
{
	font-size:0.9em;
	margin-top:-2px;
}
