﻿/********************************************/
/* COMMON STYLES */
/********************************************/
body 
{
	background-image: url(../sodertorn_images/bgTop.gif);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #e9f6d2; /* grågrön */
	font-family: Verdana, Sans-Serif;
	font-size: 62.5%;
	color: #303030;
}

a
{
	color: #628d06;
	text-decoration: none;
}


a:link {}
a:visited {}
a:hover 
{
	text-decoration: underline;
}
a:active {}

/********************************************/
/* TYPOGRAPHY */
/********************************************/
/* huvudrubrik */
h1
{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}

/* underrubrik */
h2
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8em;	
}

/* brödtext */
p
{
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 1.1em;
}

b, strong
{
	font-weight: bold;
}

i, em
{
	font-style: italic;
}


/* ingress */
p.ingress
{
	font-weight: bold;
}

/* breadcrumb */
p.breadcrumb
{
	font-size: 1.0em;
	color: #999;
	padding-bottom: 4px;
	margin: 0;
}

/* last updated */
p.lastUpdated
{
	font-size: 1.0em;
	color: #999;
	font-style: italic;
	position: relative;
	margin-bottom: 0;
}

/* pressreleasedatum */
p.pressreleaseDate
{
	font-size: 1.1em;
	margin-bottom: 0.5em;
	margin-top: 1.0em;
}

/* datum i pressreleaselista */
p.presslistDate
{
	font-size: 1.1em;
	margin-bottom: 0.2em;
	margin-top: 1.0em;
}

p.presslistTeaser
{
	margin-bottom: 0.5em;
}


/********************************************/
/* PAGE AREA */
/********************************************/
#pageArea {
	width: 916px;
	margin: 32px auto;
	position: relative;
}

#pageArea #areaTop
{
	width: 916px;
	height: 3px;
	padding: 0;
	margin: 0;
	background-image: url(../sodertorn_images/pageArea/topBg.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

#pageArea #areaMiddle
{
	width: 916px;
	min-height: 450px;
	background-image: url(../sodertorn_images/pageArea/middleBg.png);
	background-repeat: repeat-y;
	position: relative;
}

#pageArea #areaBottom
{
	width: 916px;
	height: 5px;
	background-image: url(../sodertorn_images/pageArea/bottomBg.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

/********************************************/
/* CONTENTHEAD */
/********************************************/
#areaMiddle #contentHead
{
	/* top right bottom left */
	padding: 16px 0px 0px 30px;
	position: relative;
}
/********************************************/
/* CONTENTHEAD SEARCH  */
/********************************************/
#contentHead #searchArea
{
	height: 29px;
	width: 404px;
	background-color: #f5f5f5; /* ljusgrå */
	position: absolute;
	top: 14px;
	right: 18px;
}

#searchArea .topSearchField
{
	font-family: Verdana, Sans-Serif;
	font-size: 1.1em;
	position: absolute;
	top: 5px;
	right: 55px;
	height: 15px;
	margin: 0;
	padding: 0;
}

#searchArea .topSearchButton
{
	position: absolute;
	top: 5px;
	right: 7px;
}

#searchArea div#searchRadios
{
	position: absolute;
	top: 2px;
	left: 7px;
	font-size: 11px;
}



/********************************************/
/* TOP NAVIGATION */
/********************************************/
#areaMiddle #topNav
{
	/* top right bottom left */
	padding: 23px 0px 0px 16px;
}

/********************************************/
/* MAIN CONTENT */
/********************************************/
div#mainContentArea
{
	position: relative;
	float: left;
	width: 427px;
	min-height: 427px;
	/* top right bottom left */
	margin: 26px 0px 0px 23px;
	display: inline; /* fix for double float-margin bug in IE 6 */
}

div#mainContentArea ul
{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 1.1em;
}

div#mainContentArea ol
{
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 1.1em;
}

div#mainContentArea li
{
	font-size: 1.1em;
	line-height: 1.5em;
	padding-left: 1.1em;
	text-indent: -1.1em;
}

div#mainContentAreaWide
{
	position: relative;
	float: left;
	width: 900px;
	min-height: 427px;
	/* top right bottom left */
	margin: 26px 0px 0px 23px;
	display: inline; /* fix for double float-margin bug in IE 6 */
}


/********************************************/
/* RIGHT BOXES */
/********************************************/
#areaMiddle div#rightColumn
{
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}

#areaMiddle div.rightBox
{
	position: relative;
	float: right;
	clear: right;
	/* top right bottom left */
	margin: 26px 18px 0px 0px;
	
	/* top right bottom left */
	padding: 0px 4px 4px 4px;
	
	background-color: #f5f5f5; /* ljusgrå */
	width: 204px;
	height: auto;
	display: inline; /* fix for double float-margin bug in IE 6 */
}

/* headline in right box */
div.rightBox h2
{
	font-size: 1.2em;
	font-weight: bold;
	/* top right bottom left */
	margin: 4px 0px 4px 12px;
}

/* white inner box inside the gray right box */
div.rightBox div.innerRightBox
{
	position: relative;
	width: 204px; /* even width to get correct corner positioning */
	background-color: #fff;
	padding: 8px 0px 1px 0px;
	overflow: hidden;
}

/* sub headline for content in right box */
div.innerRightBox h3
{
	/* top right bottom left */
	padding: 0px 12px 0.2em 12px;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

div.innerRightBox p
{
	/* top right bottom left */
	padding: 0px 12px 0px 12px;
	line-height: 1.3em;
}

div.innerRightBox p.download
{
	margin-top: -8px;
	margin-bottom: 1.3em;
}


div.innerRightBox span.grayText
{
	color: #999999;
}

div.innerRightBox img.fileIcon
{
	/* top right bottom left */
	margin: -5px 3px -3px 0px;
}

/********************************************/
/* INNER RIGHT BOX ROUNDED CORNERS */
/* no PNG version for these corners since they
are designed with a specific color. Therefore
only a GIF-version is needed. */
/********************************************/
div.innerRightBox div.topLeft 
{
	top: 0px; 
	left: 0px;	
	background-image: url(../sodertorn_images/rightBox/rightBoxTopLeft.gif); 
	width: 3px; 
	height: 3px; 
	position: absolute;
	background-repeat: no-repeat;
}

div.innerRightBox div.topRight 
{
	top: 0px; 
	right: 0px; 
	background-image: url(../sodertorn_images/rightBox/rightBoxTopRight.gif); 
	width: 3px; 
	height: 3px; 
	position: absolute;
	background-repeat: no-repeat;
}

div.innerRightBox div.bottomLeft 
{
	bottom: 0px; 
	left: 0px; 
	background-image: url(../sodertorn_images/rightBox/rightBoxBottomLeft.gif);
	width: 3px; 
	height: 3px; 
	position: absolute;
	background-repeat: no-repeat;
}

div.innerRightBox div.bottomRight 
{
	bottom: 0px; 
	right: 0px;	
	background-image: url(../sodertorn_images/rightBox/rightBoxBottomRight.gif);
	width: 3px; 
	height: 3px; 
	position: absolute;
	background-repeat: no-repeat;
}

/********************************************/
/* PAGE FOOTER */
/********************************************/
#areaMiddle div#pageFooter
{
	position: relative;
	float: left;
	width: 882px;
	height: 30px;
	/* top right bottom left */
	margin: 20px -3px 5px 16px; /* -3 right margin to fix duplicate characters bug in IE6 */
	border-top: 1px solid #e7e9e9;
	text-align: right;
	display: inline; /* fix for double float-margin bug in IE 6 */
}

#areaMiddle div#pageFooter span
{
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 5px;
	display: block;
}

/********************************************/
/* ROUNDED CORNERS */
/********************************************/
div.topLeft 
{
	top: 0px; 
	left: 0px;	
	background-image: url(../sodertorn_images/roundedCorners/topLeft.png); 
	width: 3px; 
	height: 3px; 
	position: absolute;
	background-repeat: no-repeat;
	display: block;
}

div.topRight 
{
	top: 0px; 
	right: 0px; 
	background-image: url(../sodertorn_images/roundedCorners/topRight.png); 
	width: 3px; 
	height: 3px; 
	position: absolute;
	background-repeat: no-repeat;
	display: block;
}

div.bottomLeft 
{
	bottom: 0px; 
	left: 0px; 
	background-image: url(../sodertorn_images/roundedCorners/bottomLeft.png);
	width: 3px; 
	height: 3px; 
	position: absolute;
	background-repeat: no-repeat;
	display: block;
}

div.bottomRight 
{
	bottom: 0px; 
	right: 0px;	
	background-image: url(../sodertorn_images/roundedCorners/bottomRight.png);
	width: 3px; 
	height: 3px; 
	position: absolute;
	background-repeat: no-repeat;
	display: block;
}

/********************************************/
/* CLEARFIX */ 
/********************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/********************************************/
/* Dokumentlistan */ 
/********************************************/
div#documentList {
	margin:10px 0;
}

div#documentList div.document a {
	font-size: 1.1em;
}

div#documentList div.document {
	margin:15px 0;
}

div#documentList div.document .missing {
	font-style:italic;
}

div#documentList div.document .fileIcon {
	margin: 3px 3px -3px 3px;
}

div#documentList div.document p {
	margin-bottom:3px;
}

/********************************************/
/* Formulär */ 
/********************************************/

div#mainContentArea div.Doc2Form fieldset 
{
	margin: 0 0 10px 0;
	padding:4px;
	border: 1px solid #C9DCA6;
	border-bottom: none;
	background:transparent url(../sodertorn_images/forms/form-fieldset.gif) repeat-x scroll left bottom;
}
div#mainContentArea div.Doc2Form legend 
{
	padding: 10px 2px 10px 2px;
	font-weight: bold;
	font-size: 1.2em;
}
div#mainContentArea div.Doc2Form label 
{
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
}	
div#mainContentArea div.Doc2Form fieldset ul 
{
	margin: 0;
	padding: 0;
}
div#mainContentArea div.Doc2Form fieldset li 
{
	list-style: none;
	margin: 0;
	background: transparent url(../sodertorn_images/forms/form-divider.gif) repeat-x scroll left bottom;
	padding: 5px 10px 7px 5px !important;
	text-indent: 0px;
}

div#mainContentArea div.Doc2Form fieldset li:last-child
{
	background: none;
}

/*\*//*/ div.Doc2Form legend { display: inline-block; } /* IE Mac legend fix */

div#mainContentArea div.Doc2Form em  /* stjärna i em-tagg för required-fält */
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

div#mainContentArea div.Doc2Form fieldset#fs_41 label
{
	width: 175px;
}

div#mainContentArea div.Doc2Form fieldset#fs_42 label
{
	width: 370px;
}

div#mainContentArea div.Doc2Form input.umbEditorTextField, #Doc2Form_8_Title
{
	width:175px; 
}

div#mainContentArea div.Doc2Form fieldset ul li label span
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#mainContentArea div.Doc2Form li.required label strong 
{
	font-weight: normal;
	font-style: normal;
}
div#mainContentArea div.Doc2Form fieldset ul li p 
{
	font-style: italic;
	text-indent: 3px;
	font-size: 0.9em;
}
