﻿Body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
} 
html{
	font-size: 100% 
} 
H1, H2, H3, H4, H5 {
	padding:0px;
	margin:0px;
}
a:link, a:visited {
	text-decoration:underline;
	color: #006600;
}
a:hover {
	text-decoration:none;
}
img{ 
	border: 0; 
} 
input, select, textarea {
	vertical-align: middle;
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
} 
label {
	cursor: pointer;
	font-weight: bold;
}
/*Specifik Opera justering, för bredden av sidan*/
html:first-child #Wrapper { 
	width:87em;
}
#Wrapper {
	background-color: #FFFFFF;
	width:85.3em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#Logo {
	float: left;
	padding-top: 8px;
	padding-bottom: 6px;
}

/*Sidhuvud - Sök*/
#SearchHolder {
	float: right;
	width: 40%;
	margin-top: 8px;
	clear: right;
	text-align: right;
}
#LinksHolder {
	float: right;
	width: 30%;
}
#SearchHolder Label {
	display:block;
}
.ShortCuts {
	margin:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
.ShortCuts LI {
	list-style-type:none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-left: 6px;
	padding-right: 5px;
}
.ShortCuts a:link, .ShortCuts a:visited {
	color:#000000;
}
.TextField {
	border: 1px solid #a7a88d;
	width: 70%;
}

/*Topmeny*/
#TopMenu {
	width: 100%;
	clear: left;
	float: left;
	padding-top: 0px;
	padding-bottom: 3px;
	background-color: #FFF;
	background-position: left top;	
	background-image: url(../Sveaskog_Images/menu-bg.gif);
	background-repeat: repeat-x;
}
.TopMenu {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
.TopMenu LI {
	display: inline;
	float: left;
	background-image: url(../Sveaskog_Images/menu-sep.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 1px;
}
.TopMenu li.ActLI {
	background-image:none;
	padding-right: 0px;
}
.TopMenu li.LastItem {
	background-image:none;
}
.TopMenu .TopActiveItem:link, 
.TopMenu .TopActiveItem:visited {
	color:#FFF;
	font-weight: bold;
	background-image: url(../Sveaskog_Images/menu-active.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.TopMenu a:link, .TopMenu a:visited {
	float: left;
	color:#333;
	text-decoration:none;
	float: left;
	padding-right: 8px;
	padding-left: 9px;
	height:43px;
	font-weight: bold;
}
.TopMenu a:hover {
	background-image: url(../Sveaskog_Images/menu-hover.gif);
	background-position: left top;
}
.TopMenu span {
	display:block;
	padding-top:8px;
	white-space: nowrap;
}

/*Kolumner generellt*/
#LeftColumn {
	float: left;
}
#MidAndRightColHolder {
	float:right;
} 
#MidColum {
	float: left;
} 
#MidColum .EditorContent {
	font-size:1.1em;
}
#RightColumn {
	float: right;
}
#MidHolder {
	padding-top: 5px;
	float: left;
	width: 100%;
	background-color: #FFF;
	min-height:400px;
	height:auto !important;
	height:400px;
}
.Break {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 0.1em;
	line-height: 0.1em;
} 
#MidColum .EditorContent th {
	font-weight:normal;
	text-align:left;
}

/*Sidfoten*/
#PageFooter {
	padding-top: 8px;
	clear:both;
	width: 100%;
	padding-bottom: 22px;
	float: left;
	background-color: #eae7cc;
	background-image: url(../Sveaskog_Images/pagefooter-tone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
}
#PageFooter .EditorContent {
	padding-right: 4px;
	padding-left: 8px;
	width: auto;
}
#PageFooter .Left {
	float:left;
	width:59%;
}
#PageFooter .Right {
	float:right;
	width:37%;
	text-align: right;
	padding-right: 8px;
}
#PageFooter .Right ul {
	padding:0px;
	margin:0px;
}
#PageFooter .Right li {
	display:inline;
	padding-right: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 4px;
} 
#PageFooter li.LastItem {
	border:none;
}

/* Hållare för toppen */
#TopHolder {
	float: left;
	width:100%;
	padding-bottom: 3px;
	padding-top: 2px;
}

/*Topplänkar*/
.TopLinks {
	margin: 0px;
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 40%;
	padding-top: 5px;
}
.TopLinks li {
	display:inline;
	float: right;
}

/*Topplänkar - Hantering vid hover etc*/
.TopLinks a:link, 
.TopLinks a:visited {
	text-decoration:underline;
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 4px;
	background-position: right 3px;
	color: #006600;
	margin-left: 5px;
	padding-right: 2px;
}
.TopLinks a:hover {
	text-decoration: none;

}
.TopLinks span {
	white-space:nowrap;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

/* Startsidan */
Body#StartPage DIV#LeftColumn  {
	width: 100%;
}
Body#StartPage DIV#LeftColumn DIV.EditorContent {
	width: 100%;
	clear: both;

} 
Body#StartPage DIV#MidColum {
	display:none;
	position:absolute;
} 
Body#StartPage DIV#MidHolder {
	padding-top:5px;
}
Body#StartPage DIV#RightColumn {
	width: 100%;
	display: none;
	position: absolute;
}
Body#StartPage  DIV#MidAndRightColHolder {
	width: 100%;
	clear: both;
	float: none;
	display: none;
	position: absolute;
}

/*Bildarea på startsidan*/
.ImageArea {
	clear: both;
	width: 100%;
	padding-bottom: 12px;
	float: left;
}
.AreaOne {
	width:auto;
	float:left;
	padding-right: 9px;
}
.AreaTwo {
	width:auto;
	float:left;
	padding-right: 9px;
}
.AreaThree {
	width:auto;
	float:right;
}

/* AllaKolumner */
Body#AllColumns DIV#LeftColumn {
	width: 21%;
} 
Body#AllColumns DIV#MidColum {
	width: 62%;
} 
Body#AllColumns div.ImageHolder {
	float:none;
	padding-bottom: 8px;
	clear: both;
	width: 100%;
}
Body#AllColumns DIV#RightColumn {
	width: 35%;
	margin-top: 34px;
}
Body#AllColumns DIV#RightColumn div.EditorContent{
	width: 100%;
	margin-bottom: 10px;
	padding-top: 4px;
}
Body#AllColumns DIV#RightColumn div.FactList {
	margin-bottom:0px;
	line-height:1.3em;
}
Body#AllColumns DIV#RightColumn div.FactList p {
	padding-bottom:4px;
}
Body#AllColumns .NewsLink span.Heading {
	font-size: 1em;
	font-weight: bold;
}
Body#AllColumns  #MidAndRightColHolder {
	width:77%;
}
Body#AllColumns .ImageHolder {
	padding-bottom:8px; 
}

/*Understartsida*/
Body#SubStartPage DIV#LeftColumn {
	width: 21%;
} 
Body#SubStartPage DIV#MidColum {
	width: 62%;
}
Body#SubStartPage DIV#RightColumn {
	width: 36%;
	margin-top: 10px;
}
Body#SubStartPage DIV#RightColumn div.EditorContent{
	width: 100%;
	margin-bottom: 10px;
	padding-top: 4px;
}
Body#SubStartPage .NewsLink span.Heading {
	font-size: 1em;
}
Body#SubStartPage DIV#MidColum .NewsLink span.Heading {
	font-weight:bold;
}
Body#SubStartPage #MidAndRightColHolder {
	width:77%;
}
Body#SubStartPage div.SubStartLeftCol {
	float:left;
	width: 43%;
}
Body#SubStartPage div.SubStartLeftCol .EditorContent {
	font-size:1.1em;
}
Body#SubStartPage div.SubStartRightCol {
}

/* DoldHögerKolumn */
Body#NoRightColumn DIV#LeftColumn {
	width: 21%;
} 
Body#NoRightColumn DIV#MidColum {
	width: 100%;
}
Body#NoRightColumn DIV#RightColumn {
	position:absolute;
	display: none;
}
Body#NoRightColumn DIV#MidAndRightColHolder{
	width:77%;
}

/* En bred kolumn */
Body#OneWideColumn DIV#LeftColumn {
	display:none;
}
Body#OneWideColumn DIV#MidAndRightColHolder {
	width: 100%;
} 
Body#OneWideColumn DIV#MidColum {
	width: 100%;
}
Body#OneWideColumn DIV#RightColumn {
	position:absolute;
	display: none;
}

/*Iframe body*/
Body#Iframe DIV#LeftColumn {
	width: 21%;
} 
Body#Iframe DIV#MidColum {
	width: 100%;
}
Body#Iframe DIV#RightColumn {
	position:absolute;
	display: none;
}
Body#Iframe DIV#MidAndRightColHolder{
	width:77%;
}
#IframeHolder {
	width:99%;
	border: 1px solid #ededed;
}

/*Iframe-hållare*/
.Iframe{
	width: 100%;
	border: 1px solid #EAE7CC;
	padding: 2px;
	margin-top: 8px;
}

/* Felsida*/
Body#ErrorPage {
	background-image: none;
	background-color: #FFFFFF;
}
Body#ErrorPage div#Logo{
	padding-right: 10px;
	width: 100%;
	padding-bottom: 10px;
}
 
/* Felsida */
#Error{
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	width: 50em;
}

/*Kolumner på startsidan*/
.LeftCol {
	float:left;
	width:30%;
}
.MidCol {
	float:left;
	width:49%;
	padding-left: 11px;
}
.RightCol {
	float:right;
	width:19%;
}

/*Vänstermeny*/
.LevelBack:link, 
.LevelBack:visited {
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	background-color: #9C7D77;
	color: #FFFFFF;
	margin-bottom: 4px;
	text-decoration: none;
	background-image: url(../Sveaskog_Images/leftmenu-back.gif);
	background-repeat: no-repeat;
	background-position: 10px 11px;
}
.LevelBack:hover {
	background-color:#8b716c;
}
.LevelBack span, .LevelExpaned span {
	padding-left:25px;
	text-decoration: none;
	display: block;
}
.LevelExpaned:link, 
.LevelExpaned:visited {
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	background-color: #EAE7CC;
	margin-bottom: 4px;
	color: #000;
	background-image: url(../Sveaskog_Images/leftmenu-down.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-decoration: none;
}
.LevelExpaned:hover {
	background-color:#BAB8A9;
}
.ActiveItemLVL {
	font-weight:bold;
} 
#LeftMenuHolder {
	background-color: #EAE7CC;
	background-image: url(../Sveaskog_Images/leftmenu-bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
}
#LeftMenuHolder a:link, 
#LeftMenuHolder a:visited {
	color:#333333;
	text-decoration:none;
	display: block;
	width: 100%;
	padding-top: 2px;
}
#LeftMenuHolder a:hover {
	text-decoration:none;
	background-color: #BAB8A9;
}
#LeftMenuHolder a:hover span{
	background-image: url(../Sveaskog_Images/leftmenu-arrow-hov.gif);
}
#LeftMenuHolder span{
	display: block;
	background-image: url(../Sveaskog_Images/leftmenu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 10px;
}
#LeftMenuHolder UL {
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	width: 100%;
	clear: both;
	background-color: #eae7cc;
	margin: 0px;
	background-image: url(../Sveaskog_Images/leftmenu-toptone.gif);
}
#LeftMenuHolder LI {
	list-style-type: none;
	background-image: url(../Sveaskog_Images/leftmenu-sep.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}
#LeftMenuHolder UL LI UL {
	background-color:#FFF;
	background-image:url(../Sveaskog_Images/leftmenu-tone.gif);
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAE7CC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EAE7CC;
	width: auto;
	padding-bottom:5px;
}
#LeftMenuHolder LI UL LI LI{
	background-color:#FFFFFF;
}
#LeftMenuHolder LI UL LI {
	background-image:none;
	padding-left:20px;
	padding-bottom:0px;
}
#LeftMenuHolder LI UL LI span{
	background:none;
	padding:0px;
}
#LeftMenuHolder LI UL LI a:hover span {
	background:none;
}
li.ActiveGroup span {
	padding:0px;
}
#LeftMenuHolder LI UL LI a:hover {
	background:none;
	text-decoration:underline;
}
#LeftMenuHolder UL LI UL LI UL {
	border:none;
}
#LeftMenuHolder UL LI UL LI UL LI {
	padding-left:10px;
}
#LeftMenuHolder .ActiveItem {
	font-weight:bold;
	background-image: none;
}
#LeftMenuHolder li.ActiveGroup span {
	background-image: url(../Sveaskog_Images/leftmenu-stop.gif);
	background-position: 0px 7px;
}
#LeftMenuHolder li.ActiveGroup UL li span {
	background-image:none;
}
.LeftMenuEnd {
	clear: both;
	float: left;
	height: 8px;
	background-image: url(../vb-images/menunbot.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	background-color: #FFF;
}

/*Brödsmula*/
.BreadCrumb {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	clear: both;
	float: left;
}
.BreadCrumb a:link, .BreadCrumb a:visited {
	text-decoration:none;
	color:#666666;
}
.BreadCrumb a:hover {
	text-decoration:underline;
}
.BreadCrumb LI {
	list-style-type:none;
	display:inline;
	background-image: url(../Sveaskog_Images/breadcrumb-sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 7px;
	margin-right: 3px;
	float: left;
	font-size: 0.9em;
}
.BreadCrumb LI.LastItem {	
	background-image:none;
}

/*Sidfot till content skriv ut, kontaktperson*/
.Print {
	background-image: url(../Sveaskog_Images/print.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	background-position: 4px;
}
.TipAFriend {
	background-image: url(../Sveaskog_Images/tipafriend.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	margin-left: 10px;
	background-position: 4px;
}
.PrintAndInfo {
	padding-top: 8px;
	width: 100%;
	float: left;
	clear: both;
	float: left;
}
.PrintAndInfo p {
	clear:both;
}

/*Kontakt i högerblock*/
.ContactPerson {
	padding-top: 5px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d9b4;
	padding-bottom: 8px;
}
.ContactPerson P {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}
.Last {
	border:none;
} 
.EmailMe {
	background-image: url(../Sveaskog_Images/email.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 22px;
}

/*Dold länk för hoppa till innehållet*/
.hidden {
	display:none;
	position: absolute;
	visibility: hidden;
}

/*Generell hållare för alla editorer*/
.EditorContent {
	width: 100%;
}
.EditorContent ul, .EditorContent ol {
	padding-top:5px;
	margin-top:0px;
}
.EditorContent P {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.EditorContent H2.Rubrik1 {
	font-size:1.1em;
	padding-top:8px;
	padding-bottom: 7px;
	
}
.EditorContent H3.Rubrik2 {
	font-size:1em;
	padding-top:4px;
	padding-bottom: 2px;
}

/*Boxrubriker*/
H2.BoxHeading {
	background-color: #d8d9b4;
	color: #333333;
	font-size: 1.2em;
	clear: both;
	padding-top: 2px;
	display: block;
	padding-bottom: 2px;
	background-image: url(../Sveaskog_Images/heading-tone.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D9B4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D8D9B4;
	font-family: Arial, Helvetica, sans-serif;
}
H2.BoxHeading span{
	display: block;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 1px;
}

/*Nyhetslista*/
.NewsList {
	margin: 0px;
	padding: 0px;
}
H3.RedHeading {
	color: #B73C16;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.NewsContent {
	padding: 2px;
	float: left;
}
.NewsContentNoImg {
	float: left;
	width: 95%;
	padding: 8px;
}
.NewsContent UL {
	padding:0px;
	margin:0px;
}
.NewsContent LI {
	list-style-type:none;
}
.NewsImageRight {
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
}
img.NewsImageRight {
	width: 100px;
}
.NewsImage {
	float:right;
	padding-right: 8px;
}
.NewsImageRight IMG {
}
.NewsItem {
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
}
.NewsLink:link, .NewsLink:visited  {
	cursor:pointer;
	float:left;
	width:100%;
	display:block;
	color:#333333;
	margin-top: 5px;
	clear: both;
	text-decoration: none;
}
.NewsLink:hover {
	text-decoration:none;
	background-color:#ECECDA;
	background-image: url(../Sveaskog_Images/line-tone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.NewsLink span.Heading {
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	display: block;
	line-height: 1.2em;
}
.Date {
	display: block;
	color:#666;
	font-size: 0.9em;
}

/*Träfflista sökning*/
H3.RedHeading {
	color: #B73C16;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.HitContent {
	float: left;
}
.HitContent span {
	padding-left:4px;
	padding-right: 4px;
}
.HitContent UL {
	padding:0px;
	margin:0px;
}
.HitContent LI {
	list-style-type:none;
}
.NewsItem {
	float: left;
	width: 100%;
	margin-bottom: 0.5em;
}
.HitContent:link, 
.HitContent:visited  {
	cursor:pointer;
	float:left;
	color:#333333;
	margin-top: 10px;
	display: block;
	width: 100%;
}
.HitContent:hover {
	text-decoration:none;
	background-color:#F3F3F3;
}
.HitContent .PageHeading {
	font-weight: bold;
	display: block;
}
.HitContent .PageIngress {
}

/*Länk fler nyheter*/
.MoreNews:link, .MoreNews:visited {
	background-image: url(../Sveaskog_Images/green-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 12px;
	float: left;
	width: 90%;
	clear: both;
	text-decoration:underline;
}
.MoreNews:hover {
	text-decoration:none;
}

/*listning*/
.List {
	margin: 0px;
	padding: 0px 2px;
}
.ListItem {
	padding-bottom: 4px;
	border-bottom:dashed 1px #dadada;
	margin-bottom: 2px;
	padding-top: 4px;
}
.List LI {
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #989898;
	padding-bottom: 2px;
	padding-top: 2px;
}
.List span {
	display:block;
	padding-left:4px;
	padding-right:2px;
}
.List .Date {
	color:#666;
}
.List a:link, .List a:visited {
	display:block;
	width: 100%;
}
.List a:hover {
	background-color:#F3F3F3;
	text-decoration: none;
}

/*Generella floats*/
.FloatRight {
	float: right;
	text-align: right;
}
.FloatLeft {
	float: left;
}

/*Högerkolumn - Item*/
.RcolItem {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.RcolItem fieldset {
	border:none;
	margin: 0px;
	padding: 0px;
}
.RcolItem Label {
	font-weight:normal;
}
.RcolItem legend {
	font-weight:bold;
	font-size:1em;
	color:#333;
}
.RcolEnd {
	width:100%;
	clear:left;
	background-image: url(/vb-images/tonebot.gif);
	background-repeat: repeat-x;
	height: 12px;
	float: left;
	margin-bottom: 4px;
}
.RcolItem .EditorContent {
	padding:4px;
	width: auto;
}


/*Boxhållare*/
.Box {
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8D9B4;
	border-left-color: #D8D9B4;
	padding-right: 4px;
	padding-left: 4px;
	background-image: url(../Sveaskog_Images/box-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}
.BoxEnd {
	background-image: url(../Sveaskog_Images/boxend.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	clear: both;
	font-size: 0.1em;
	line-height: 0.1em;
	float: left;
	width: 100%;
}
.LeftC {
	float: left;
	height: 7px;
	width: 5px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D9B4;
}

/*Hitta via, startsdida*/
.FindArea {
	clear:both;
	margin-top: 4px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D9B4;
}
.FindArea label {
	display:block;
}
.FindSelect {
	border:1px solid #D8D9B4;
}
/*Sidans rubrik*/
H1.PageName {
	font-size: 1.6em;
	color: #006600;
	font-family: arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	font-weight: normal;
	padding-top: 5px;
	line-height: 1.3em;
}

/*Filterfält, sökning etc*/
.ListFilterHolder {
	float: left;
	width: 100%;
}
.FilterItems {
	float: left;
	padding-right: 10px;
}
.FilterItems div{
	padding-bottom:4px;
}
.FilterControl {	
}
.FilterControl Legend {
	color:#333333;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.Button {
	padding-top:22px;
	float: left;
}
.ListInfo {
	margin-bottom: 5px;
	float: left;
	width: 100%;
	margin-top: 10px;
}

/*Paginering-lista*/
.Paging {
	color: #000000;
	padding-top: 5px;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D9B4;
	float: left;
	width: 100%;
	font-size: 0.9em;
}
.Paging a, 
.Paging a:visited  {
	display: inline;
	padding: 0.4em;
	margin-top: 0.5em;
}
.Paging a:hover {
	background-color:#EAE7CC;
}
.Paging .ActiveItem {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Paging .ActiveItem:hover {
	background-color:Transparent;
}

/*Lista med fyrkant*/
.DotList {
	margin: 0px;
	padding: 0px;
}
.DotList LI {
	list-style-type:none;
	background-image:url(../vb_Images/listdot.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 5px;
	margin-top: 7px;
	margin-left: 0px;
}

/*Ingress*/
P.Ingress {
	font-size: 1.3em;
	color: #666666;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	clear: both;
}
P.DateCategory {
	color:#666666;
	padding-bottom: 4px;
	margin: 0px;
	font-size: 1.1em;
}

/*Bildjusteringar*/
.ImageLeft {
	float:left;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
}
.ImageRight {
	float:right;
	padding-left:8px;
	padding-bottom:8px;
}
Body#StartPage h1.PageName {
	display:none;
}
Body#StartPage .ImageRight {
	padding:0px;
}
Body#StartPage .ImageLeft {
	padding:0px;
}

/*Dokumentlista*/
.Docs{
	margin:0px;
	clear: both;
	width: 90%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.Docs li{
	list-style-type:none;
	float:left;
	width:100%;
	padding:2px 0 2px 0;
}
.Docs a:link, .Docs a:visited {
	display:block;
	width:90%;
	padding:2px 0 4px 20px;
	background-repeat:no-repeat;
 	background-image: url(../Sveaskog_Images/default.gif);
}

/*Links*/
ul.Links{
	padding:0px;
	margin:0px;
	clear: both;
	float: left;
	width: 100%;
}
ul.Links li{
	list-style-type:none;
	float:left;
	width:97%;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
ul.Links a:link, 
ul.Links a:visited {
	text-decoration:none;
	display:block;
	width:94%;
	background-image: url(../Sveaskog_Images/green-arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 7px;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 12px;
	color: #333333;
	margin-bottom: 1px;
	padding-bottom: 0px;
	font-size: 1.1em;
}	
ul.Links a:hover{
	text-decoration:none;
	background-color:#ECECDA;
}
ul.Links span {
	display: block;
	padding-right: 3px;
	padding-left: 3px;
}

/*Filtyper i Dokumentlista*/
.pdf:link, .pdf:visited {
	background-image: url(/Sveaskog_Images/pdf.gif);
}
.doc:link, .doc:visited {
	background-image:url(/Sveaskog_images/doc.gif);
}
.docx:link, .docx:visited{
	background-image:url(/sveaskog_images/doc.gif);
}
.htm:link, .htm:visited{
	background-image:url(/sveaskog_images/htm.gif);
}
.html:link, .html:visited{
	background-image:url(/sveaskog_images/html.gif);
}
.jpeg:link, .jpeg:visited{
	background-image:url(/sveaskog_images/jpeg.gif);
}
.ppt:link, .ppt:visited {
	background-image:url(/sveaskog_images/ppt.gif);
}
.pptx:link, .pptx:visited {
	background-image:url(/sveaskog_images/ppt.gif);
}
.jpg:link, .jpg:visited{
	background-image:url(/sveaskog_images/jpg.gif);
}
.xls:link, .xls:visited {
	background-image:url(/sveaskog_images/xls.gif);
}
.xlt:link, .xlt:visited {
	background-image:url(/sveaskog_images/xls.gif);
}
.xlsx:link, .xlsx:visited {
	background-image:url(/sveaskog_images/xls.gif);
}
.gif:link, .gif:visited {
	background-image:url(/sveaskog_images/gif.gif);
}

/*Docs specifikt*/
.Docs .pdf:link, 
.Docs .pdf:visited  {
	background-image: url(/Sveaskog_Images/pdf.gif);
}
.Docs .doc:link,
.Docs .doc:visited{
	background-image:url(/sveaskog_images/doc.gif);
}
.Docs .docx:link, 
.Docs .docx:visited{
	background-image:url(/sveaskog_images/doc.gif);
}
.Docs .dot:link,
.Docs .dot:visited{
	background-image:url(/sveaskog_images/doc.gif);
}
.Docs .xls:link,
.Docs .xls:visited {
	background-image:url(/sveaskog_images/xls.gif);
}
.Docs .xlt:link,
.Docs .xlt:visited {
	background-image:url(/sveaskog_images/xls.gif);
}
.Docs .xlsx:link,
.Docs .xlsx:visited {
	background-image:url(/sveaskog_images/xls.gif);
}
.Docs .txt:link,
.Docs .txt:visited {
	background-image:url(/sveaskog_images/txt.gif);
}
.Docs .tif:link, 
.Docs .tif:visited{
	background-image:url(/sveaskog_images/tif.gif);
}
.Docs .tiff:link, 
.Docs .tiff:visited {
	background-image: url(/sveaskog_images/gif.gif);
}
.Docs .ppt:link,
.Docs .ppt:visited {
	background-image:url(/sveaskog_images/ppt.gif);
}
.Docs .pptx:link,
.Docs .pptx:visited {
	background-image:url(/sveaskog_images/ppt.gif);
}
.Docs .pot:link, 
.Docs .pot:visited{
	background-image:url(/sveaskog_images/ppt.gif);
}
.Docs .png:link, 
.Docs .png:visited{
	background-image:url(/sveaskog_images/png.gif);
}
.Docs .mpg:link,
.Docs .mpg:visited{
	background-image:url(/sveaskog_images/mpg.gif);
}
.Docs .mp3:link, 
.Docs .mp3:visited{
	background-image:url(/sveaskog_images/mp3.gif);
}
.Docs .jpg:link, 
.Docs .jpg:visited{
	background-image:url(/sveaskog_images/jpg.gif);
}
.Docs .jpeg:link, 
.Docs .jpeg:visited{
	background-image:url(/sveaskog_images/jpeg.gif);
}
.Docs .htm:link,
.Docs .htm:visited{
	background-image:url(/sveaskog_images/htm.gif);
}
.Docs .html:link,
.Docs .html:visited{
	background-image:url(/sveaskog_images/html.gif);
}
.Docs .htmint:link, 
.Docs .htmint:visited{
	background-image:url(/Sveaskog_Images/html-int.gif);
}
.Docs .gif:link, 
.Docs .gif:visited {
	background-image:url(/sveaskog_images/gif.gif);
}
.default{
	background-image:url(/sveaskog_images/default.gif);
}

/*Puffbild*/
.PuffImage {
	clear:both;
}

/*Bildformateringar*/
img.topleftfloatingimage {
   margin-right: 1em;
   margin-bottom: 1em; 
	float: left;
}
img.toprightfloatingimage {
	float: right;
   margin-left: 1em;
   margin-bottom: 1em;
}

/*Söksida*/
.SearchField {
	padding-bottom:10px;
}
.SearchField span {
	display:block;
}

/*Fieldset Filterhållare */
.FilterHolder {
	padding-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	background-color: #EAE7CC;
	padding-top: 8px;
	float: left;
	width: 100%;
	clear: both;
	font-size: 0.9em;
}
.FilterRow {
	padding-left: 5px;
	display: block;
	clear: both;
	padding-bottom: 3px;
	float: left;
	width: 95%;
}
.FilterGroup {
	float:left;
	padding-left: 8px;
}
.FilterGroup input, .FilterGroup select {
	font-size:0.9em;
}
.FilterGroupButton {
	float:left;
	padding-top:20px;
	padding-left: 8px;
}
.FilterGroup label {
	display:block;
	cursor:pointer;
	padding-bottom: 3px;
}
.FilterHolder P {
	padding:0px;
	margin:0px;
}
.FilterHolder h2 {
	font-size:1.1em;
	padding-bottom:4px;
}
.FilterGroupFlat {
	float:left;
	padding-left: 8px;
}
.FilterGroupFlat Label {
	display:inline;
}
.FilterGroupButtonFlat {
	padding-top:2px;
	padding-left:5px;
	float:left;
}
.PersonSearch {
	padding-bottom:22px;
	background-image: url(../Sveaskog_Images/searchtone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
	margin-top: 8px;
}

/*Länklista*/
.ListLink:link, .ListLink:visited {
	width: 100%;
	text-decoration:none;
	display:block;
}
.ListLink:hover {
	background-color:#ededed;
}
.ListLink span {
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.ListLink .Ingress {
	padding-top: 0px;
	padding-bottom: 0px;
	color:#000;
}
.ListLink .Date {
	padding-top: 0px;
	padding-bottom: 0px;
	color:#666;
}
.ListLink .Heading {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0px;
}

/*Bildhållare understartsida*/
.ImageHolder {
	float: right;
	width: 55%;
}

/*Pufflista understartsida*/
.PuffList {
	margin-top:10px;

}
.PuffList h2 {
	padding:0px;
	margin:0px;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}
.PuffListImage {
	float:left;
	padding-right: 10px;
	width: 123px;
	height: 87px;
}
.PuffItem {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 13px;
}
P.PuffIngress {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}

/*Läs mer*/
.ReadMore:link, .ReadMore:visited  {
	background-image: url(../Sveaskog_Images/green-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 12px;
}

/*Faktalista*/
div.FactList {
	padding-top:0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.FactList ul {
	padding:0px;
	margin:0px;
}
.FactList li {
	background-image: url(../Sveaskog_Images/fact-box.gif);
	background-repeat: no-repeat;
	display: block;
	width:85%;
	padding-top: 4px;
	background-position: 5px 10px;
	padding-left: 20px;
	list-style-type:none;
}

/*Spårkvalslista*/
div.LangList {
	padding-top:0px;
}
.LangList ul {
	padding:0px;
	margin:0px;
}
.LangList li {
	background-image: url(../Sveaskog_Images/fact-box.gif);
	background-repeat: no-repeat;
	display: block;
	width:85%;
	padding-top: 4px;
	background-position: 5px 10px;
	padding-left: 20px;
	list-style-type:none;
}

/*Vanlig lista*/
h2.ListHead {
	font-size: 1.2em;
	color: #fff;
	clear: both;
	margin-bottom: 0px;
	margin-top: 8px;
	background-color: #EAE7CC;
	font-weight: normal;
	width: 100%;
}
h2.ListHead span {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 8px;
	display: block;
	padding-left: 4px;
	background-image: url(../Sveaskog_Images/head-tone.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #000;
}
.RegularListHolder {
	clear: both;
	width: 100%;
}
.RegularList:link, 
.RegularList:visited {
	display: block;
	width: 100%;
	margin-top: 4px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 4px;
}
.RegularList:hover {
	background-color:#ECECDA;
	background-image: url(../Sveaskog_Images/line-tone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.RegularListHolder span {
	display:block;
}
.RegularListHolder .Date {
	color:#666666;
}
.RegularListHolder .Heading {
	font-weight:bold;
	background-image: url(../Sveaskog_Images/marron-arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 15px;
}	
.RegularListContent {
	padding:4px;
}

/*Frågor och svar*/
.QnAListHolder {
	clear: both;
	width: 100%;
	font-size: 1.1em;
}
.QnAListHolder a:link, 
.QnAListHolder a:visited {
	color:#006600;
	text-decoration: underline;
}
.QnAListHolder a:hover {
	text-decoration:none;
}
.QnAList:link, 
.QnAList:visited {
	display: block;
	width: 100%;
	margin-top: 4px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 4px;
	color:#000;
}
.OpenQuestion {
	background-color:#f3f3f3;
	background-image: url(../Sveaskog_Images/greytone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.OpenQuestion a:link, 
.OpenQuestion a:hover {
	text-decoration:none;
	color:#000;
}
div.OpenQuestion a:hover {
	background:none;
}
.QnAListHolder .Open:link span.Heading, 
.QnAListHolder .Open:visited span.Heading {
	background-image: url(../Sveaskog_Images/marron-arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color:#000;
	text-decoration:none;
}
.QnAList:hover {
	background-color:#ECECDA;
}
.QnAListHolder span {
	display:block;
}
.QnAListHolder .Date {
	color:#666666;
}
.QnAListHolder .Heading {
	font-weight:bold;
	background-image: url(../Sveaskog_Images/marron-arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 15px;
}	
.QnAListContent {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.Question {
	padding-bottom: 4px;
	margin-bottom: 2px;
}
.Answer {
	padding-left: 18px;
}
.Answer a:link, .Answer a:visited {
	color:#006600;
	text-decoration:underline;
}
.Answer a:hover {
	text-decoration:none;
}
.Answer P {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/*Datatabell*/
.DataTable{
	width:100%;
	margin-bottom: 8px;
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9C7D77;
	border-left-color: #9C7D77;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C7D77;
	margin-top: 10px;
	font-size: 0.9em;
}
.DataTable Caption {
	text-align: left;
	background-color: #9c7d77;
	padding-left: 4px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	color: #FFF;
	background-image: url(../Sveaskog_Images/marron-tone.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.DataTable TH {
	text-align: left;
	width: 20%;
	background-color: #f7f5e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	padding: 4px;
}
.DataTable TD {
	padding: 4px;
	vertical-align: top;
}
.NoWrap td {
	white-space:nowrap;
}


/*Objektsinfo*/
.Info {
	padding-top:8px;
	padding-bottom:4px;
	font-size: 1.1em;
}
.Info P {
	padding:0px;
	margin:0px;
}
.Info span {
	font-weight: bold;
	padding-right: 5px;
}
.Info P.Divider {
	padding-top: 12px;
}
.SubHeader {
	font-size: 1em;
	margin-top: 8px;
}
P.Divider {
	padding-top: 12px;
}



/*Söksida*/
.SearchInput {
	width:23em;
}
.TabsHolder {
	padding-bottom:19px;
	background-image: url(../Sveaskog_Images/searchtone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #EAE7CC;
	padding-right: 0px;
	margin: 0px;
	clear: both;
	float: left;
	width: 100%;
}
#SearchTabs{
	width: 99%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1%;
	clear: both;
	float: left;
}
div.InfoArea {
	padding:4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: 1px solid #006835;
}
div.InfoArea ul {
	padding:4px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#SearchTabs li {
	margin-right:2px;
	float:left;
	list-style-type: none;
	font-size: 0.9em;
}
#SearchTabs li a {
	display:block;
	font-weight:bold;
	color: #333333;
	background-color:#b0b3b2;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 3px;
}
#SearchTabs li a:hover {
	background-color:#CCC;
}
#SearchTabs li a.Active {
	color:#FFFFFF;
	background-color: #006835;
}
ul#SearchTabs span {
	font-weight:normal;
}
#ReslutSelector {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAE7CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.Selected {
	font-weight:bold;
	background-image: url(../Sveaskog_Images/stop-green.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:10px;
}
#ReslutSelector a {
	padding-right:10px;
}
#Results {
	clear:both;
}
#Results h2 {
	font-size:1.1em;
}
#Results a.seldoctype{
	color:#000;	
}
#Results .SearchResults {
	float:left;
	width:65%;
}
#Results .SearchResults h2 {
	margin-top:8px;
}
#Results dl {
	margin: 0px;
	padding: 0px;
}
#Results dd {
	padding:0px;
	margin: 0px;
}
#Results dt {
    margin-top:1em;
}
dt.HitName {
	font-size:1.2em;
}
.LinkInfo {
	color: #999999;
	padding-bottom: 8px;
	display: block;
	margin-bottom: 8px;
}
#RightColumnSearch {
	float:right;
	width:33%;
}
.DocHit {
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 20px;
}
.Search {
	margin-bottom: 0px;
}

/*Sponsrade länkar - Söksida*/
.Sponsor {
	clear:both;
}
.SponsorList h2 {
	padding:0px;
	margin:0px;
	color: #999999;
	font-size: 1.2em;
}
.SponsorImage {
	float:left;
	padding-right: 10px;
}
.SponsorItem img {
	width:70px;
}
.SponsorItem {
	clear: left;
	float: left;
	width: 100%;
	padding-bottom: 13px;
}
.SponsorItem h2 {
	font-size:1em;
}
P.SponsorIngress {
	margin: 0px;
	padding: 0px;
}

/*Bildarkiv*/
.ImageRow {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.ImageCategories {
	clear:both;
	width:100%;
	font-size: 0.9em;
	float: left;
}
.ImageCategory {
	float: left;
	width: 33%;
}
.ImageCategory a {
	display: block;


}
.ImageWrap {
	text-align: center;
	padding: 2%;
	background-color: #EAE7CC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 100px;
	width: 100px;
	display: block;
	float: left;
}
.ImageCategory .Last {
	padding:0px;
}
h2.CategoryHeading {
	font-size: 1.1em;
	padding-bottom: 5px;
}
.ImageSearch {
	padding-bottom:22px;
	background-image: url(../Sveaskog_Images/searchtone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
}
.ImageSearch .FilterGroupButton {
	padding-top:21px;
}
.ImageList .CategoryImage {


}
.ImageInfo {
	float:left;
	padding-left: 8px;
}
.ImageInfo p, h3 {
	padding:0px;
	margin:0px;
	font-size:1em;
}
.HighRes {
	background-image: url(../Sveaskog_Images/download.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
	padding-bottom: 5px;
	display: block;
	margin-top: 5px;
}
.ImageSelected {
	float: left;
}

/*Beställa material*/
.OrderRow {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.OrderItem {
	float: left;
	width: 50%;
}
.OrderRowCategory a {
	display:block;
}
.OrderRowCategory .Last {
	padding:0px;
}
h2.OrderRowHeading {
	font-size: 1.1em;
	padding-bottom: 5px;
}
.OrderImage {
	float:left;
	width: 80px;
}
.OrderSearch {
	padding-bottom:22px;
	background-image: url(../Sveaskog_Images/searchtone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
	margin-top: 8px;
}
.OrderSearch .FilterGroupButton {
	padding-top:21px;
}
.OrderInfo {
	float:left;
	padding-left: 8px;
	width: 59%;
}
.OrderInfo p, h3 {
	padding:0px;
	margin:0px;
	font-size:1em;
}
.DownLoad{
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 2px;
	padding-bottom: 5px;
	display: block;
	margin-top: 5px;
}
.AddOrder {
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 2px;
	padding-bottom: 5px;
	display: block;
	margin-top: 5px;
	background-image:url(../Sveaskog_Images/basket.gif);
}
.OrderAmount {
	width:2em;
}
p.lang_1 {
	background-image: url(../Sveaskog_Images/swe.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	padding-left: 18px;
	display: block;
}
p.lang_2 {
	background-image: url(../Sveaskog_Images/eng.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	padding-left: 18px;
}
p.lang_3 {
	background-image:url(../Sveaskog_Images/de.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	padding-left: 18px;
}
p.lang_4 {
	background-image:url(../Sveaskog_Images/ru.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	padding-left: 18px;
}
p.lang_5 {
	background-image:url(../Sveaskog_Images/lv.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	padding-left: 18px;
}
p.lang_6 {
	background-image:url(../Sveaskog_Images/pl.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	padding-left: 18px;
}
.Col1 {
	width: 50%;
}
.OrderTable TH {
	text-align: left;
}
.OrderTable {
}
.OrderTable input, .OrderTable select {
	font-size:0.9em;
}
.OrderTable TD {
	vertical-align:top;
	border-bottom:solid 1px #ccc;
	padding-bottom:4px;
	padding-top:4px;
}
.Delete {
	padding-top:2px;
	display:block;
}
.OrderForm P {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	clear: left;
	float: left;
	width: 100%;
}
div.Tight Label {
	width:27%;
}
.OrderForm Label {
	float:left;
	width:40%;
}
.OrderForm Input {
	float:left;
}
P.NoFloat Label {
	float:none;
	width:auto;
	font-weight:normal;
}
.OrderForm {
	clear: both;
	float: left;
	width: 100%;
}
.Normal {
	font-weight: normal;
}
.OrderHeading {
	font-size: 1.1em;
	clear: both;
	width: 100%;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D9B4;
	margin-bottom: 8px;
}
Input.PostNumber {
	width: 20%;
}
.OrderButton {
	margin-left: 40%;
}
.UserOrderInfo P {
	margin: 0px;
	padding: 0px;
}
.UserOrderInfo {
	padding-top: 15px;
}
div.UserOrderInfo table.OrderTable {
	margin-top: 8px;
}

/*Arkivsökning*/
div.Archive{
	padding-bottom:22px;
	background-image: url(../Sveaskog_Images/searchtone.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0px;
}
div.Archive .SearchInput {
	width: 15em;
}

/*Finansiella rapporter*/
.DocList {
	clear: both;
	margin-top: 5px;
}
.DocList p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*Tipsa en vän*/
.ColLeft {
	float: left;
	width: 48%;
	padding-bottom: 10px;
	padding-top: 8px;
}
.ColLeft input {
	width:80%;
}
.ColLeft label, .TextArea label {
	display:block;
}
.TextArea {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.SendButton {
	float:right;
}

/*Flashsida*/
.FlashHolder {
	padding-top:8px;
}

/*Prenumerera*/
.SubScribeArea {
	clear: both;
	margin-top: 10px;
}
.SubScribeArea P {
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.SubScribeArea h2 {
	font-size:1em;
	line-height: 1.8em;
	margin-top: 8px;
}
fieldset legend {
	margin-bottom:8px;
	margin-top: 8px;
	color:#333;
}
.SubScribeArea legend {
	color:#333;
	font-weight:bold;
	padding-right:4px;
}
.InformationMessage {
    color: #ffffff;
    background-color: #17694b;
    margin: 5px 0 5px;
    padding: 3px 0 3px 5px;
}
.ErrorMessage {
    color: #ffffff;
    background-color: #9a252d;
	background-position: 5px 50%;	
	background-image: url(/Sveaskog_Images/warning.gif);
	background-repeat: no-repeat;
    margin: 5px 0 8px;
    padding: 10px 0 10px 30px;
}
.FormHolder {
	padding-top: 10px;
}
