

/* GENERAL */
BODY {
    background: #F0F0EE;
    padding: 0;
    margin:0;
    text-align: center;
    color: black;
    font-family: verdana;
}

FORM {
    margin: 0;
}

.skip,
.invisible {
    position: absolute;
    top: -999px;
}
.hide {
    display: none !important;
}

.clear {
	clear:both; visibility:hidden; height:0;
}

.bookmark {
	color:#000000;
	text-decoration:none;
}

hr {
	height:1px;
	color:#dbdbdb;
	margin:0;
	padding:0;
}

/* LINKS */
A {
	color: #0066cc;
	text-decoration:underline;
}

A:hover {
	color: #0066cc;
	text-decoration:underline;
}

A:visited {
	color: #990066;
	text-decoration:underline;
}


.linkmore {
    padding: 0 0 0.35em 1em;
    background: url(../img/listItem_grey.gif) 0 2px no-repeat;
}

.linkexternal {
    padding: 0 0 0.35em 1em;
    background: url(../img/icon_externallink.gif) 0 2px no-repeat;
}

.linkmoreblue {
    padding: 0 0 0.35em 1.2em;
    background: url(../img/icon_link_blue.gif) 0px 3px no-repeat;
}

.linkrss {
    padding: 0 0 0.35em 1em;
    background: url(../img/feed-icon-9x9.gif) 0px 2px no-repeat;
}

.linkpdf {
    padding:1px 0 0.4em 1.7em;
    background: url(../img/icon_pdf.gif) 0px 0px no-repeat;
}

.linkhtml {
    padding:1px 0 0.4em 1.7em;
    background: url(../img/icon_html.gif) 0px 0px no-repeat;
}

.linkdoc {
    padding:1px 0 0.4em 1.7em;
    background: url(../img/icon_doc.gif) 0px 0px no-repeat;
}

.linkppt {
    padding:1px 0 0.4em 1.7em;
    background: url(../img/icon_ppt.gif) 0px 0px no-repeat;
}

.linkxls {
    padding:1px 0 0.4em 1.7em;
    background: url(../img/icon_xls.gif) 0px 0px no-repeat;
}

.linkmail {
    padding: 0 0 0.35em 1em;
    background: url(../img/icon_mail.gif) 0px 2px no-repeat;
}


/* LAYOUT */
DIV#printheader {display:none;}

DIV#page {
    max-width: 80em;
    min-width: 960px;
    text-align: left;
    margin: 0 auto;
    background: white url(../img/border_left.gif) repeat-y left;
    padding: 0px 0px 0px 10px;
    font-size: 75%;
}

DIV#topTools {
    max-width: 80em;
    min-width: 63.33em;
    text-align: right;
    margin: 0 auto;
    padding: 6px 15px 6px 0px;
    font-size: 75%;
	_width:expression((document.documentElement.clientWidth > 1000) ? "960px" : (document.documentElement.clientWidth < 700) ? "700px" : "100%");
}

DIV#page DIV.wrapper {
    background: url(../img/border_right.gif) repeat-y right;
    padding: 0px 10px 0px 0px;
    overflow: hidden;
}

DIV#body {
    padding-top: 0px;
    clear: both;
    overflow: hidden;
	font-size:1em;
	line-height:1.4em;	
}

/* HEAD */

/*--------------------------------------------------------------
DIV#header ligger i sidan.
--------------------------------------------------------------*/

DIV#logo {
	float:left;
	padding:0;
	margin:0;
}

DIV#headerright {
	float:right;
	padding:0;
	margin:0;
	width:27%;
	overflow:hidden;
}
DIV#headerleft {
	float:left;
	padding:0;
	margin:0;
	width:70%;	
}

/* TOOLS */
UL#tools {
	padding:0.7em;
	margin:0;
	border-left:1px solid #004479;
	border-bottom:1px solid #004479;
	float:left;
    list-style-type: none;
	width:100%;	
}

UL#tools LI{
	display:inline;
    margin:0;
    padding:0;
    font-family: verdana, sans-serif;
    font-size: 0.9em;
}

UL#tools a{
    display: block;
	float:left;
	color:#ffffff;
	margin:0 10px 0 0;	
}


/* SEARCH */
DIV#search {
	padding:1.6em 0.6em 0.5em 0.6em;
	margin:0;
	clear:both;
}

.searchfieldtop {
	width:76%;
}


DIV#searchlist ul{
	margin:0;
	padding:0;
	list-style:none;
	background:#00FF00;
}
DIV#searchlist li{
	margin-left:-25px;
	padding:0;
	list-style:none;
	display: inline;
}


OL#searchresults li{
	margin-bottom:1.2em;
}

UL#searchresults {
	list-style:none;
	margin:0!important;
	padding:0!important;	
}
UL#searchresults li{
	list-style:none;
	margin:1.2em 0 1.2em 0!important;
	padding:0!important;	
}

DIV#searchpagewalk {
    clear: both;
    position: relative;
    margin: 1.6em 0 0 0;
	padding:0 0 0 0;
	border-top:2px solid #f0f0ee;
	border-bottom:2px solid #f0f0ee;
	color: #000000;	
}

DIV#searchpagewalk A.next {
    position: absolute;
    right: 0;
    margin:1px 0.35em 0 0;
}
DIV#searchpagewalk A.previous {
    position: absolute;
    left: 0;
    margin:1px 0 0 0.35em;
}

DIV#searchpagewalk UL {
    text-align: center;
    list-style-type: none;
    margin: 1px 0.35em 4px 0.35em!important;
}
DIV#searchpagewalk LI {
    display: inline;
}



DIV#inpagesearch {
	background:#f0f0ee;
	padding: 0.6em;	
	margin-top:1.3em;
}

DIV#searchheader {
	margin:10px 0 10px 0;
	border-top:2px solid #f0f0ee;
	border-bottom:2px solid #f0f0ee;	
	clear:both;
	padding:0.5em;
}

DIV#searchheader IMG{
	clear:both;
	margin-bottom:1em;
	margin-right:0.5em;
}

DIV#infosearchresults {
	background: #f0f0ee;
	padding:0.3em;
	margin:0;
	clear:both;	
}

.searchdate {
	color:#7e7e7e;
}


/* MENU */

DIV#menu {
	clear:both;
    background: url(../img/topnav_bg_light_gray.gif) repeat-x top left;
}
DIV#menu UL{
    float: left;
	padding: 0;
    margin: 0;
	width:100%;	
    list-style-type: none;
    background: url(../img/topnav_bg_bottom_line.gif) repeat-x bottom left;
}
DIV#menu LI {
	border-left:1px solid #ffffff;
	border-right:1px solid #d2d2d2;	
    display: block;
	float:left;
    margin: 0;
    padding: 0;
    font-family: verdana, sans-serif;
    font-size: 1.1em;
    color: #000000;
}
DIV#menu A {
    display: block;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.6em 0.9em 0.6em 0.9em;
	border-bottom:1px solid #d2d2d2;		
}
DIV#menu A:hover {
	background: #ffffff;
}
.menuSelected {
	background: #ffffff;
	font-weight:bold;
}
DIV#menu A.menuSelected {
    padding: 0.6em 0.9em 0.6em 0.9em;
	border-bottom:1px solid #ffffff;			
}


/* SUBMENU */

DIV#col0{
    float: left;
    width: 25.5%;
	margin-top:1.1em;
	padding:0;
    overflow: hidden;
}

DIV#submenu{
    font-size: 0.9em;
}

DIV#submenu UL {
	padding:0;
	margin:0;
	list-style: none;
	vertical-align: bottom;
    font-family: verdana, sans-serif;
}

DIV#submenupadding {
	padding-left:1.3em;
}

DIV#submenu LI {
	border-bottom:1px solid #fff;
	background-color:#e6e6e6;
	}

DIV#submenu UL a {
	color:#000000;
	text-decoration:none;
	display: block;
	padding: 0.6em 0.6em 0.6em 0.875em;
	}

DIV#submenu UL a:hover{
    text-decoration:underline;	
	}


DIV#submenu ul ul a {
	padding: 0.7em 0.7em 0.7em 2em; 
	background-color: #f6f3f3;
	}
DIV#submenu ul ul a.submenuCollapse {
	padding: 0.7em 0.7em 0.7em 2em;
	background-color: #f6f3f3;
	border-bottom: 1px solid white;
	}
DIV#submenu ul ul a:hover{
	background-color: #f6f3f3;
	}

	
DIV#submenu ul ul ul a {
	padding: 0.7em 0.7em 0.7em 3.5em;
	border-top: 1px solid white;
	background: #fff; 
	}
DIV#submenu ul ul ul a.submenuCollapse {
	padding: 0.7em 0.7em 0.7em 3.5em; 
	}
			
DIV#submenu ul ul ul ul a {
	padding: 0.7em 0.7em 0.7em 5em; 
	}
DIV#submenu ul ul ul ul a.submenuCollapse {
	padding: 0.7em 0.7em 0.7em 5em; 
	}		

DIV#submenu a.submenuExpand {
    background: url(../img/submenu_plus.gif) top right no-repeat;
	display: block;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
DIV#submenu ul ul a.submenuExpand {
    background:#f6f3f3 url(../img/submenu_plus.gif) top right no-repeat;
	display: block;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
DIV#submenu a:hover.submenuExpand{

	}	


DIV#submenu a.submenuCollapse {
    background: url(../img/submenu_minus.gif) top right no-repeat;
	color: #000000;
	display: block;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}
DIV#submenu a:hover.submenuCollapse{

	}	

DIV#submenu a.submenuSelected {
	font-weight:bold;
	
	}


/* ARTICLE LAYOUT */
DIV#content {
    float: right;
    width: 74.5%;
    margin-top: 1em;
    padding: 0;
}
DIV#contentWrapper {
    margin-left: 1.3em;
}
DIV#content.noSubmenu DIV#contentWrapper {
    margin: 0;
}
DIV#content.noSubmenu {
    float: none;
    width: auto;
    margin-left: 1em;
    margin-top: 1.3em;

}
DIV#content.fullpage {
    float: none;
    width: auto;
    margin-top:1.3em;
}

DIV#col1 {
    float: left;
    width: 60%;
	height: 100% !important; /* fix*/
    /*overflow: hidden;*/
}

DIV#col2 {
    float: right;
    width: 37%;
    overflow: hidden;
}
DIV#content.noSubmenu DIV#col1 {
    width: 70%;
}
DIV#content.noSubmenu DIV#col2 {
    width: 27%;
}

DIV#content.noCol2 DIV#col1 {
    width: 97%;
}
DIV#content.noCol2 DIV#col2 {
    display:none;
}

DIV#content.fullpage DIV#col1 {
    width: 98%;
}
DIV#content.fullpage DIV#col2 {
    display:none;
}
DIV#content.fullpage DIV#submenu {
    display:none;
}

/* ARTICLE */
H1 {
    font-family: georgia, serif;
    font-size: 2.2em;
	letter-spacing:0.01em;
	line-height: 1.1em;
    font-weight: normal;
    margin: 0;
	padding:0 0 0.5em 0;
}
H2 {
	font-weight:bold;
    font-size: 1.35em;
    line-height: 1.3em;
    margin: 0;
	padding:0;
}
H3,
span.h3header {
	font-weight:bold;
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0;
	padding:0;
}
H4,
span.h4header {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0;
	padding:0;

}
H5,
span.h5header {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0;
	padding:0;
}
DIV#boxesLeft P,
DIV#col1 P,
DIV#col2 P
{
	margin:0;
	padding:0 0 0.95em 0;
	}
DIV#boxesLeft UL,
DIV#col1 UL,
DIV#col2 UL
{
	margin-top:0;
	margin-bottom:0.95em;
	padding-left:2em;
	padding-top:0;	
	}
DIV#boxesLeft OL,
DIV#col1 OL,
DIV#col2 OL
{
	margin-top:0;
	margin-bottom:0.95em;
	padding-left:3em;
	padding-top:0;	
	}

DIV#boxesLeft H3,
DIV#boxesLeft H4,
DIV#boxesLeft H5,
DIV#boxesLeft H6,
span.h3header,
span.h4header,
span.h5header,
DIV#col2 H3,
DIV#col2 H4,
DIV#col2 H5,
DIV#col2 H6
{
	padding:0 10px 0 10px;
	margin:0;
	}

/*DIV#col1 IMG
{
	margin:0;
	padding:0 0 0 0;
	}*/
DIV#col2 IMG,
DIV#boxesLeft IMG
{
	margin:0;
	padding:0;	
	}	

span#pageheader {
	color: #888888;
	padding-bottom:0.5em;
	display:block;
	}
span.imagetext {
	color: #888888;
	padding-bottom:0.5em;
	display:block;
	}


DIV#articletopimage {
    margin: 0;
	padding:0;
	overflow:hidden;
	}
	
DIV#articletopinfo {
    margin: 0 0 0 0;
	padding:0;
	background:url(../img/articleintro_bg.gif) #fdfdfd bottom left repeat-x;	
	}

DIV#articletopinfo P
{
	margin:0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0.9em;	
	}
DIV#articletopinfo IMG
{
    margin:0 0 7px 0;
	padding:0;
	
	}
DIV#articletopinfo IMG.extwebtopimage
{
    margin:0 0 -3px -10px;
	padding:0 0 0 0;
	}		
DIV#articletopinfo H1
{
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 8px;	
    padding-right: 10px;
	margin:0;
	}	
DIV#articletopinfo H2,
DIV#articletopinfo H3,
DIV#articletopinfo H4,
DIV#articletopinfo H5,
DIV#articletopinfo H6
{
    padding-left: 10px;
	margin:0;
	}
	
DIV#articletopinfo UL
{
    padding-top:0;
    padding-bottom:0.7em;
	margin-top:0;
	}
DIV#articletopinfo fieldset
{
    margin-left: 10px;
    margin-right: 10px;
	}

	
DIV#articleFooter {
    margin: 0.5em 0 0 0;
	padding:0.6em 0em 0.6em 0em;
	border-top:2px solid #f0f0ee;
	border-bottom:2px solid #f0f0ee;
	color: #888888;	
	}

/* LISTOR */
DIV#boxesLeft li,
DIV#col1 li,
DIV#errorpage li,
DIV#col2 li{
    margin: 0.6em 0 0.6em 0;
	padding:0;
}

ul.linklist li{
    list-style:url(../img/bullet_gray.gif);	
	list-style-type:none;
}
ul.pdflist li{
    list-style:url(../img/icon_pdf.gif);	
	list-style-type:none;
}	

li.pdfbullet{
    list-style:url(../img/icon_pdf.gif);	
	list-style-type:none;
}	
li.docbullet{
    list-style:url(../img/icon_doc.gif);	
	list-style-type:none;
}	
li.xlsbullet{
    list-style:url(../img/icon_xls.gif);	
	list-style-type:none;
}	
li.pptbullet{
    list-style:url(../img/icon_ppt.gif);	
	list-style-type:none;
}	
li.linkbullet{
    list-style:url(../img/bullet_gray.gif);	
	list-style-type:none;
}
li.htmlbullet{
    list-style:url(../img/icon_html.gif);	
	list-style-type:none;
}
li.rssbullet{
    list-style:url(../img/feed-icon-9x9.gif);	
	list-style-type:none;
}
li.mailbullet{
    list-style:url(../img/icon_mail.gif);	
	list-style-type:none;
}

/* IMAGE */
DIV.image {
    line-height: 1.3em;
    color: #666;
    font-size: 0.8em;
    font-family: verdana, sans-serif;
}
DIV.image.right {
    clear: both;
    float: right;
    margin: 0 0 0.7em 0.7em;
}
DIV.image.full {
    clear: both;
    margin: 1.4em 0 1.4em 0;
}
DIV.image IMG {
    margin-bottom: 0.3em;
    display: block;
}

/* BOXES / ADS */
DIV#boxesLeft {
	padding:0;
}

DIV#col2 H2 {
    font-family: verdana;
	font-weight:bold;
    font-size: 1.1em;	
	padding:0.4em 0.4em 0.4em 0.5em;
	margin:0 0 10px 0;
	background:url(../img/bg_gray_gradient.gif) #e4e4e4 repeat-x;
	border-top: 1px solid #f0f0ee;
	border-left: 1px solid #f0f0ee;		
	border-bottom: 1px solid #dbdbdb;	

}
DIV#col2 P {
    padding-left: 10px;
    padding-right: 10px;
}

DIV#boxesLeft h2,
span.h2header
 {
    font-family: verdana;
	font-weight:bold;
    font-size: 1.1em;	
	padding:0.4em 0.4em 0.4em 0.5em;
	margin:0 0 10px 0;
	background:url(../img/bg_gray_gradient.gif) #e4e4e4 repeat-x;
	border-top: 1px solid #f0f0ee;
	border-left: 1px solid #f0f0ee;		
	border-right: 1px solid #f0f0ee;		
	border-bottom: 1px solid #dbdbdb;	
}
span.h2header {
	display:block;	
}

DIV#boxesLeft P {
    padding-left: 10px;
    padding-right: 10px;
}


/* BREADCRUMBS */
UL#breadcrumbs {
    padding: 0.3em 0 0.3em 0.3em;
    margin:0 0 1.3em 0;		
    list-style-type: none;
    overflow: auto;
	border-top:1px solid #e3e3e1;
	border-bottom:1px solid #e3e3e1;
}
UL#breadcrumbs LI {
    float: left;
    margin: 0;
    padding: 0 1.1em 0 0.5em;
    background: url(../img/crumbs_divider.gif) no-repeat right;
    font-family: verdana, sans-serif;
    font-size: 0.9em;
	color: #888888;
    white-space: nowrap;
}
UL#breadcrumbs LI.first {
    margin: 0;
    padding: 0;
    background: none;
}

UL#breadcrumbs LI.last {
	color:#000;
    margin: 0;
    padding: 0 0 0 0.3em;
    background: none;
	font-weight:bold;
}

UL#breadcrumbs A {
    font-family: verdana, sans-serif;
    font-size: 1em;
    color: #0066cc;
}


/* FOOTER */
DIV#footer {
    border-top:1px solid #e3e3e1;
	padding: 1em 1em;
    margin: 3em 0 0 0;
    overflow: auto;
    clear: both;
}
DIV#footer UL {
    margin: 0 0 0 0;
	padding:0;
	list-style:none;
    float: right;
}

DIV#footer LI {
	margin: 0;
	padding: 0 1em 0 0;
    float: left;
}

DIV#footerinfo {
    float: left;
	color: #888888;
}


/* sIFR */
DIV#flashheader {
	padding:16px 0 0 20px;
	margin:0;
	overflow:hidden;
	float:left;
	xbackground:#00CC99;
}
span.flashHeader {
	padding:0;
	margin:0;
	display:block;
	width:490px;
}

/* Bör tas bort vid servicefönster i Feb. 09
DIV#flashheader a{
	color:#ffffff;
	text-decoration:none;
	xfont-size: 21px;
}

DIV#flashheader a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-size: 21px;
}

DIV#flashheader span.flashURL a{
	text-decoration:none;
	font-size: 14px;
	letter-spacing:0;
}
DIV#flashheader span.flashURL a:hover{
	text-decoration:underline;
	font-size: 14px;
}


span.flashHeader {
	color:#ffffff;
	font-size: 25px;
	padding:0;
	margin:0;
	display:block;
}

span.flashURL {
	color:#ffffff;
	font-size: 16px;
	padding:0;
	margin:0;
	letter-spacing:-1.4px;
}
/*

/* NEWS */
DIV#newsflow H2 {
    font-family: georgia, serif;
	font-weight:normal;
    font-size: 1.6em;
	margin:0;
	padding:0;
}
DIV#newsflow H2 a{
	color:#000000;
	text-decoration:none;
}
DIV#newsflow H2 a:hover{
	color:#000000;
	text-decoration:underline;
}
DIV#newsflow P {
	margin:0 0 0 0;
	padding:0;
}

.newsflowitem {
 border-bottom:1px solid #e3e3e3;
 padding:0.8em 0 1em 0;
 }

.newsdate {
	color: #888888;
}

.headerdate{
	width:20%;
	float:left;
}
.headeritem {
	width:80%;
	float:left;	
}

.newsintro {
	font-weight:bold;				
}

DIV#newsflowheaders {
	padding:0;
	margin:0;
}
DIV#newsflowheaders UL {
	padding:0;
	margin:0;
}
DIV#newsflowheaders LI {
	list-style:none;
	padding:0.4em 0 0.4em 0;
	clear:both;
}
DIV#newsflowheaders H2 {
	font-weight:bold;
    font-size: 1em;
	padding:0.3em 0.3em 0.3em 0.5em;
	margin:0 0 0 0;
	font-variant:small-caps;
	background:url(../img/bg_gray_gradient.gif) #e4e4e4 repeat-x;
	border-top: 0.08em solid #f0f0ee;
	border-left: 0.095em solid #f0f0ee;		
	border-right: 0.095em solid #f0f0ee;		
	border-bottom: 0.095em solid #dbdbdb;	
}


DIV#newsimage {
	float:right;
	overflow:hidden;
	border:0.09em solid #f0f0ee;
	padding:0.1em;
	background:#f0f0ee;
}
DIV#newsimagetext { 
	width:11em;
	clear:both;
	padding:0.3em;	
}


/* CALENDER */
DIV#calenderflow H2 {
    font-family: georgia, serif;
	font-weight:normal;
    font-size: 1.6em;
	margin:0;
	padding:0 0 0.1em 0;
}
DIV#calenderflow H2 a{
	color:#000000;
	text-decoration:none;
}
DIV#calenderflow H2 a:hover{
	color:#000000;
	text-decoration:underline;
}
DIV#calenderflow P {
	margin:0 0 0 0;
	padding:0;
}

.calenderflowitem {
 border-bottom:1px solid #e3e3e3;
 padding:0 0 1em 0;
 margin:0 0 0.8em 0;
 }

.calenderdate {
	color: #888888;
	margin:0;
	padding:0;
}

.calenderheaderdate{
	width:20%;
	float:left;
}
.calenderheaderitem {
	width:80%;
	float:left;	
}

.calenderintro {
	font-weight:bold;				
}

DIV#calenderflowheaders {
	padding:0;
	margin:0;
}
DIV#calenderflowheaders UL {
	padding:0;
	margin:0;
}
DIV#calenderflowheaders LI {
	list-style:none;
	padding:0.4em 0 0.4em 0;
	clear:both;
}
DIV#calenderflowheaders H2 {
	font-weight:bold;
    font-size: 1em;
	padding:0.3em 0.3em 0.3em 0.5em;
	margin:0 0 0 0;
	font-variant:small-caps;
	background:url(../img/bg_gray_gradient.gif) #e4e4e4 repeat-x;
	border-top: 0.08em solid #f0f0ee;
	border-left: 0.095em solid #f0f0ee;		
	border-right: 0.095em solid #f0f0ee;		
	border-bottom: 0.095em solid #dbdbdb;	
}

DIV#calenderheadersfooter  {
	clear:both;
	background:#f0f0ee;
	padding:0.3em 0.3em 0.3em 0.5em;
	margin-top:2em;	
}

DIV#calenderfooter {
	margin-top:2em;	
	clear:both;
}

DIV#calenderfooter  UL{
	list-style:none;
	margin:0;
	padding:0;	
}

DIV#calenderfooter  LI{
	list-style:none;
	margin:0.2em 0 0.2em 0;
	padding:0;	
}

DIV#calenderimage {
	float:right;
	overflow:hidden;
	border:0.09em solid #f0f0ee;
	padding:0.1em;
	background:#f0f0ee;
}

DIV#calenderimagetext { 
	width:11em;
	clear:both;
	padding:0.3em;	
}

/* FORM */

input,
select,
textarea {
	font-size:1.1em;
}

.fullwidth {
	width:100%;
}

.margintop {
	margin-top:0.5em;
}

.marginbottom {
	margin-bottom:0.5em;
}

FORM.boxform {
    padding:0 10px 10px 10px;
    overflow: hidden;
}

FORM.area {
    padding: 0;	
    margin-bottom: 2.1em;
    overflow: hidden;
}

FORM.area LABEL {
    clear: both;
    display: block;
    margin-top: 0.4em;
}
INPUT.button {
	margin:0;
	padding:0;
    width: auto !important;
}
INPUT.file,
INPUT.submit,
INPUT.cancel {
    width: auto !important;
}
FORM.area TEXTAREA {
    width: 94%;
}
FORM.area INPUT {
    width: 45%;
}
FORM.area SELECT {
    margin-top: 0.3em;
    margin-bottom: 0.4em;
}

FORM.area INPUT.submit {
    display: block;
    margin-top: 1.4em;
}

FORM.area DIV.half {
    float: left;
    width: 45%;
    margin-bottom: 0.35em;
    padding-right: 1em;
}
FORM.area DIV.half INPUT {
    width: 100%;
}

FORM.area DIV.checkbox INPUT,
FORM.area DIV.radio INPUT {
    width: auto !important;
}
FORM.area DIV.checkbox LABEL,
FORM.area DIV.radio LABEL {
    display: inline;
}
FIELDSET {
    clear: both;
    overflow: hidden;
    margin-bottom: 1.4em;
    border: 2px solid #F0F0EE;
    padding: 0.7em;
}
FIELDSET DIV.checkbox {
    text-indent: -25px;
    padding-left: 25px;
}
FIELDSET.sent LABEL {
	font-weight:bold;
    clear: both;
    display: block;
    margin-top: 0.4em;
}
.sent LABEL {
	font-weight:bold;
    clear: both;
    display: block;
    margin-top: 0.4em;
}
.sent {
	word-wrap:break-word;
}


LEGEND {
    font-weight: bold;
    color: black;
}

.formfieldcomment {
 color:#999999;
 display:block;
 font-size:1em;
 }
 
 SELECT {
	float:left;
	width:13.3em;
	margin-right:0.3em;
	clear:both;
}


span.formErrorMessage {
	display:block;
	color:#FF0000!important;
}

/* TABLES */

TABLE {
	font-size:1em;
	vertical-align:top;
}


CAPTION {
	padding: 0 0 0.4em 0;
	text-align: left;
	font-weight:bold;
}

THEAD {
	border-top: 9em solid #c9c9c9;
	border-bottom: 9em solid #c9c9c9;
	background:#f0f0ee;
}

TH {
	text-align: left;
}

TD {
	padding: 0.35em;
	vertical-align:top;
}

TR {
	padding: 0.35em;
	margin-top:0.2em;
	margin-bottom:0.2em;	
}

/* RSS */

ul#rsslist {
	margin-top:0!important;
	margin-bottom:0.95em;
	margin-left:0!important;
	margin-right:0!important;
	padding-left:0!important;
	padding-top:0!important;
	padding-right:0!important;
	padding-bottom:0!important;
	list-style:none!important;
	list-style-type:none!important;					
}

ul#rsslist li{
	margin:0!important;
    padding:0.2em 0.1em 0.2em 40px!important;
	background:#f0f0ee url(../img/feed-icon-24x24.gif) 7px 7px no-repeat;
	border-bottom:2px solid #ffffff;
}

/* SITEMAP */
UL.sitemaplist {
	float:left;
	padding:0 3em 1.5em 0;
	margin:0 0 0 3em;
    list-style-type: none;
	width:35%;
	background:url(../img/sitemap_bg.gif) repeat-x;	
}

UL.sitemaplist LI LI {
	margin-top:0.5em;
    list-style-type: none;	
	list-style:url(../img/icon_link_blue.gif);
}

UL.sitemaplist h3 { font-size:1.25em; }

/* CUSTOMIZE */
DIV#customize {

}

DIV#customize FORM.area DIV.group {
    overflow: hidden;
    clear: left;
    margin-bottom: 1.4em;
}
DIV#customize FORM.area DIV.item {
    float: left;
    width: 32%;
    padding-bottom: 0em;
    margin-bottom: 0em;
    border-bottom: 0;
}
DIV#customize DIV.item DIV,
DIV#customize DIV.item H3 {
    margin-right: 2.1em;
}

DIV#customize FORM.area INPUT.submit {
    clear: both;
}
DIV#customize UL LI SPAN.key {
    float: left;
    display: block;
    width: 1.4em;
    padding: 0.35em;
    background: #F0F0EE;
    border: 1px solid #aaa;
    border-right: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
    margin-right: 0.35em;
}

DIV#shortcuts {

}

DIV#shortcuts UL {
    list-style-type: none;
    padding-left: 0;
}
DIV#shortcuts UL LI SPAN {
    display: block;
    padding: 0.35em;
}
DIV#shortcuts UL LI {
    float: left;
    width: 49.9%;
    overflow: hidden;
    margin-bottom: 0.35em;
}
DIV#shortcuts UL LI SPAN.key {
    float: left;
    display: block;
    width: 1.4em;
    padding: 0.35em;
    background: #F0F0EE;
    border: 1px solid #aaa;
    border-right: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
    margin-right: 0.35em;
}

DIV#customize DIV.item {
    overflow: hidden;
    padding-bottom: 0.7em;
    margin-bottom: 0.9em;
    border-bottom: 4px solid #F0F0EE;
}
DIV#customize DIV.item.last {
    margin-bottom: 0;
    border-bottom: 0;
}



/* PREVIEWS */
DIV#pageView {
    background:#ffffff!important;
	width:100%;
}

DIV#pageViewWrapper {
    max-width: 60em;
    text-align: left;
    margin:0;
    background: white;
    padding:0;
    font-size: 75%;
	line-height:1.4em;	
}
DIV#pageViewBody {
    margin:0;
    padding:10px;
}

DIV#boxView {
	width:280px;
}
DIV#boxView DIV#col2{
	width:100%;	
}

BODY#previewBody {
    text-align: left;
    background: white none;
    padding: 0 2em 0 0 ;
}
BODY#previewBody DIV#content {
    width: auto;
    min-width: 0;
    padding: 0;
    float: none;
    margin: 0;
}
BODY#previewBody DIV#page {
    float: none;
    padding: 0;
    min-width: 0;
    margin: 0;
    background: white none;
}
BODY#previewBody DIV#body {
    padding: 0 !important;
    background: white none;
}
BODY#previewBody DIV.help H1 {
    margin-top: 0;
    clear: both;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3;
}


/* ERRORPAGES */

DIV#errorpagewrapper {
    margin: 0 auto;
	text-align:center;
	width:500px;
    font-size: 75%;
}
DIV#errorpage {
    font-size: 1em;
	padding:1.5em;
	text-align:left;
	background:#FFFFFF;
    line-height: 1.4em;
}

/* MAIL */

BODY.mailbody {
	background:#ffffff;
	margin:0;
	padding:0;
	font-size:75%;
    line-height: 1.3em;
	text-align:left;	
}

BODY.mailbody p
{
	margin:0;
	padding:0 0 0.95em 0;
	}

BODY.mailbody DIV#col1{
	width:100%;
	padding:1em;
}

BODY.mailbody .newsflowitem{
	margin:0 0 10px 0;
	padding:0 0 0 0;
	border:0;
}

BODY.mailbody h1{
	margin:0 0 0 0;
	padding:15px 0 15px 0;
	border-top:#e3e3e3 1px solid;
}

BODY.mailbody h2{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* SUBSCRIPTION */
DIV#mailSubscription {
	text-align:left;
}

.manageSubscription {
	padding:15px 0 15px 0;
	border-top:#e3e3e3 1px solid;
}

/* PAGE */

BODY.pagebody {
	background:#ffffff;
	font-size:75%;
    line-height: 1.3em;
	text-align:left;	
}

/* JOBLISTINGS */

.refCol {width:60px!important;}
.countCol {width:90px!important; text-align:right;}

#jobForm { margin:0; padding:0;}
#jobForm input.searchstring { font-size:0.9em; width:155px; margin-right:3px; }
#jobForm select.Regions {  font-size:0.9em; height:19px; padding-top:1px; width:155px; }
#jobForm select.OccupationDescription { font-size:0.9em; height:19px; padding-top:1px; width:155px; }
#jobForm select.Administration { font-size:0.9em; height:19px; padding-top:1px; width:155px; }
#jobForm input.button { font-size:0.9em; margin-top:17px; }
#jobForm label { font-size:0.8em; }

#jobSearch ul { margin:0!important; padding:0!important;}
#jobSearch li { list-style:none; margin:0; padding:0; float:left; display:inline;}


table.jobListNonFixed { width:100%; border:1px solid #CCCCCC; font-size:0.8em; margin-top:5px; margin-bottom:10px;}
table.jobListNonFixed thead { background:url(../img/DataGridHeaderBg.gif) repeat-x;}
table.jobListNonFixed td { padding:4px; overflow:hidden;}
table.jobListNonFixed th { padding:2px 4px 6px 4px; overflow:hidden;}

table.jobList { width:100%; border:1px solid #CCCCCC; font-size:0.8em; table-layout: fixed; margin-top:5px; margin-bottom:10px;}
table.jobList thead { background:url(../img/DataGridHeaderBg.gif) repeat-x;}
table.jobList td { padding:4px; overflow:hidden;}
table.jobList th { padding:2px 4px 6px 4px; overflow:hidden;}
.jobListOdd { background:#FFFFFF;}
.jobListEven { background:#f0f0f0;}


.jobAdImage {float:left; margin: 0 7px 10px 10px!important; }
h2.jobAdPlace { margin-bottom:10px; font-size:1.2em;}
#jobAdContent h3 {margin-top:10px;}
.jobAdLink {padding-top:10px!important;}
.jobAdPublished {color: #888888; margin-top:10px; }
.jobAdWorkDescription { font-size:0.9em;}


body.jobListingIntra,
body.jobAdIntra
 { text-align:left; font-size:75%; background:#FFFFFF; padding:10px; line-height:1.4em;}
body.jobListingIntra #col1 { width:100%;}
body.jobAdIntra #content {
    float:none;
    width: 74.5%;
    margin-top: 0;
    padding: 0;
}

/* LISTAR NYHETER FRÅN AGENTEN, NEWS - MEDIUM */


.newsItemMedium{ border-bottom:1px solid #CCCCCC; margin-bottom:10px;}

.newsItemMedium p.postDate { color:#696969; font-size:0.8em;  float:right; margin:0; padding:0;}
.newsItemMedium h3 { font-size:1em; margin-bottom:0; margin-top:0; padding:0; font-weight:bold;}
.newsItemMedium p.intro { margin-top:0; margin-bottom:0;}
.newsItemMedium p.category { font-size:0.9em; margin-top:3px;}
.newsItemMedium div.newsImg { float:left; margin:0 10px 10px 0; background:#000000; padding:2px;}
.newsItemMedium div.newsImg img { width:90px;}

.agentHeader { background:#e4e4e4;}
	
.agentHeader h2
 { font-size:1.2em; color:#000000; margin:0 0 10px 0; padding:3px;}

.addthis_toolbox .custom_images a {width: 21px; height: 21px; margin: 0; padding: 0;}
.addthis_toolbox {width:416px; font-size:0.9em; border-top:2px solid #f0f0ee; padding-top:0px; padding-bottom:0px; margin-top:1.6em; height:auto; }
