﻿/*Bakgundsbild, bakgrundsfärg*/ 
Body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: repeat-x;
	margin-top: 0px;
	background-image: url(images/bg.gif);
	font-family: arial, verdana, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	background-color: #f0d86e;
}


/*Generella taggar*/ 
html{
	font-size: 100% 
} 
H1, H2, H3, H4, H5 {
	padding:0px;
	margin:0px;
}
a:link, a:visited {
	text-decoration:none;
	color: #0066FF;
}
a:hover {
	text-decoration:underline;
}
img{ 
	border: 0; 
} 
input, select, textarea {
	/*	vertical-align: middle;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
} 
label {
	cursor: pointer;
	font-weight: bold;
}

/*Styr sidans bredd*/
#Wrapper {
	background-color: #FFFFFF;
	width:965px;	
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 8px;
}

/*Logga*/
#Logo {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

/*Sidhuvud - Sök*/
#SearchHolder {
	float: right;
	width: 60%;
	margin-top: 8px;
	clear: right;
	margin-right: 8px;
	text-align: right;
}
#SearchHolder .TextField{
	width:78%;
}
#SearchHolder label {
	font-weight:normal;
}
#LinksHolder {
	float: right;
	width: 30%;
}
.Break {
	clear: both;
}
.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;
}


/*Huvudnavigering*/
.HeadNavigationHolder {
    float:left;
    width:80%;
}
.HeadNavigation {
    padding-right: 0px;
    padding-bottom: 14px;
    float: left;
    width: 100%;
    margin-top: 9px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(images/toneer.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 0px;
    clear: both;
    padding-left: 0px;
}
.HeadNavigation LI {
    list-style-type:none;
    display:inline;
    font-size: 1.1em;
    font-weight: bold;
    float: left;
}
.HeadNavigation a:link, 
.HeadNavigation a:visited {
    text-decoration:none;
    color:#FFF;
}
.HeadNavigation a:hover {
    cursor:pointer;
}

/*Huvudnavigering-flikhantering-inaktiv*/
.HeadNavigation span.LeftBg {
    float: left;
    margin-top:3px;
    width: 13px;
    height: 26px;
    background-image:url(../tb_images/mleft.gif);
    background-repeat: no-repeat;
    margin-left: 2px;
}
.HeadNavigation span.LinkText {
    float: left;
    margin-top:3px;
    height: 22px;
    padding-top: 4px;
}
.HeadNavigation span.RightBg {
    float: left;
    margin-top:3px;
    width: 13px;
    height: 26px;
    background-image:url(../tb_images/mright.gif);
    background-repeat: no-repeat;
    margin-right: 1px;
}

/*Huvudnavigering-flikhantering-hover*/
.HeadNavigation a:hover span.LeftBg {
    background-image:url(images/mleft-hov.gif);
    background-repeat: no-repeat;
}
.HeadNavigation a:hover span.LinkText {
    background-image:url(images/mmid-hov.gif);
    background-repeat: repeat-x;
}
.HeadNavigation a:hover span.RightBg {
    background-image:url(images/mright-hov.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

/*Huvudnavigering-flikhantering-Aktiv*/
.HeadNavigation li .Active:link, 
.HeadNavigation li .Active:visited {
    color:#000;
}
.HeadNavigation .Active:link span.LeftBg, 
.HeadNavigation .Active:visited span.LeftBg{
    background-image:url(images/actmleft.gif);
    float: left;
    width: 15px;
    height: 29px;
    background-repeat: no-repeat;
    margin-top:0px;
}
.HeadNavigation .Active:link span.LinkText, 
.HeadNavigation .Active:visited span.LinkText {
    float: left;
    background-image: url(images/actmmid.gif);
    background-repeat: repeat-x;
    height: 21px;
    padding-top: 8px;
    margin-top:0px;

}
.HeadNavigation .Active:link span.RightBg, 
.HeadNavigation .Active:visited span.RightBg {
    background-image:url(images/actmright.gif);
    float: left;
    width: 16px;
    height: 29px;
    background-repeat: no-repeat;
    background-position:right;
    margin-top:0px;
}

/*Huvudnavigering- två rader*/
Body.HeadNavigationRows  ul.HeadNavigation {
	background-image:url(Images/menusep.png);
	background-repeat:repeat;
	background-position: center top;
	background-color:#516990;
	float:left;
	padding-bottom:0px;
}
.ie7 Body.HeadNavigationRows  ul.HeadNavigation {
	padding-bottom:2px;

}
Body.HeadNavigationRows ul.HeadNavigation span  {

}
Body.HeadNavigationRows ul.HeadNavigation .Active:link span, 
Body.HeadNavigationRows ul.HeadNavigation .Active:visited span {
	background-image:none;
	float:none;
}
Body.HeadNavigationRows ul.HeadNavigation a:link span, 
Body.HeadNavigationRows ul.HeadNavigation a:visited span  {
	float:none;
}
Body.HeadNavigationRows ul.HeadNavigation a:hover span   {
	background-image:none;
}
Body.HeadNavigationRows ul.HeadNavigation .Active:link,
Body.HeadNavigationRows ul.HeadNavigation .Active:visited {
	border:solid 1px #a9b5c9;
	background-color:#9aa8bf;




}
Body.HeadNavigationRows ul.HeadNavigation a:link,
Body.HeadNavigationRows ul.HeadNavigation a:visited  {
	float:left;
	border:solid 1px #516990;
	padding:4px;

}
Body.HeadNavigationRows ul.HeadNavigation a:hover	{
	border:solid 1px #a9b5c9;
} 
Body.HeadNavigationRows ul.HeadNavigation li {
	margin-top:4px;
	margin-bottom:4px;
	float:left;
	margin-left:4px;
	

}
Body.HeadNavigationRows #MidHolder {
	background:url(Images/toneer.gif) top repeat-x; 
}


/*Boxar rundade hörn*/
.RightC {
	background-image: url(images/rcu.gif);
	background-repeat: no-repeat;
	float: right;
	height: 5px;
	width: 5px;
	background-color: #FFF;
	background-position: right top;
}
.LeftC {
	background-image: url(images/lcu.gif);
	background-repeat: no-repeat;
	float: left;
	height: 5px;
	width: 5px;
	background-color: #FFFFFF;
}
.TopLine {
	clear: both;
	float: left;
	height: 5px;
	background-image: url(images/tline.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	overflow: hidden;
	width: 100%;
}

.RightCdown {
	background-image: url(images/rcd.gif);
	background-repeat: no-repeat;
	float: right;
	height: 5px;
	width: 5px;
	background-color: #FFF;
	padding-right: 0px;
	background-position: right bottom;
}
.LeftCdown {
	background-image: url(images/lcd.gif);
	background-repeat: no-repeat;
	float: left;
	height: 5px;
	width: 5px;
	background-color: #FFFFFF;
	background-position: left bottom;
}
.BotLine {
	clear: both;
	height: 5px;
	background-image: url(images/menubot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	background-color: #FFF;
}

/*Kolumner generellt*/
#LeftColumn {
	float: left;
}
#MidAndRightColHolder {
	float:right;
} 
#MidColum {
	float: left;
}
#RightColumn {
	float: right;
}
#MidHolder {
	padding-top: 5px;
	float: left;
	width: 100%;
	background-color: #FFF;
	min-height:450px;
	height:auto !important;
	height:450px;

}

/*Sidfoten*/
#PageFooter {
	margin-top: 10px;
	padding-top: 8px;
	clear:both;
	width: 100%;
	padding-bottom: 8px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e4e1d4;
}
#PageFooter .EditorContent {
	padding-right: 4px;
	padding-left: 8px;
	width: auto;
}
#PageFooter .RightEdit{
	width: 48%;
	float: left;
	padding-right: 0px;
	text-align: right;
}
#PageFooter .LeftEdit{
	width: 50%;
	float: left;
	padding-left: 0px;
}
.FooterEnd {
	width:100%;
	clear:left;
	height: 12px;
	float: left;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e2c9;
}

/* Hållare för toppen */
#TopHolder {
	float: left;
	width:100%;
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
}

/*Topplänkar*/
.TopLinks {
	float: right;
	clear: right;
	text-align: right;
	padding-right: 10px;
	padding-left: 0px;
	width: 90%;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.TopLinks LI {
	display:inline;
}
.TopLinks .LastItem:link, 
.TopLinks .LastItem:visited  {
	border:none;
}

/*Topplänkar - Hantering vid hover etc*/
.TopLinks a:link, 
.TopLinks a:visited {
	color:#FFF;
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	float:right;
	border-right:solid 1px #FFF;
}
.TopLinks a:hover {
	text-decoration:underline;
}

/*Repetionsenkät*/
.RepetitiveSurveyLinks 
{
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.RepetitiveSurveyLinks LI {
	padding-left: 16px;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
}
.RepetitiveSurveyLinks .ActiveItem {
	font-weight:bold;
}
.RepetitiveSurveyLinks .AnsweredItem {
	background-image: url(/Templates/KnowIT/Styles/images/ok.png);
	background-repeat: no-repeat;
}
.RepetitiveSurveyLinks .UnansweredItem {
	background-image: url(/Templates/KnowIT/Styles/images/notok.png);
	background-repeat: no-repeat;
}
.RepetitiveSurveyLinks .LockedItem {
	color: Gray;
	background-image: url(/Templates/KnowIT/Styles/images/locked.gif);
	background-repeat: no-repeat;
}

/* Startsidan */
Body#StartPage DIV#LeftColumn  {
	width: 65%;
}
Body#StartPage 
DIV#LeftColumn 
DIV.EditorContent {
	float: left;
	padding-bottom: 10px;
}
Body#StartPage DIV.RightCol45 DIV.EditorContent {
	padding-top:0px;
} 
Body#StartPage DIV#MidColum {
	display:none;
	position:absolute;
} 
Body#StartPage DIV#MidHolder {
	padding-top:15px;
}
Body#StartPage DIV#RightColumn {
	width: 100%;
}
Body#StartPage DIV#MidAndRightColHolder {
	width: 33%;
}
Body#StartPage DIV#LeftColumn .Left {
	float:left;
}
Body#StartPage DIV#LeftColumn .Right {
	float:Right;
}

/* AllaKolumner */
Body#AllColumns DIV#LeftColumn {
	width: 21%;
} 
Body#AllColumns DIV#MidColum {
	width: 62%;
}
Body#AllColumns DIV#RightColumn {
	width: 36%;
	margin-top: 37px;
}
Body#AllColumns DIV#RightColumn h2.BoxHeading {

}
Body#AllColumns DIV#RightColumn div.EditorContent{
	width: 98%;
	padding-top: 4px;
	padding-bottom: 10px;
}
Body#AllColumns  #MidAndRightColHolder {
	width:77%;
}

/* 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:78%;
}

/* En bred kolumn */
Body#OneWideColumn DIV#LeftColumn {
	position:absolute;
	display: none;
} 
Body#OneWideColumn DIV#MidColum {
	width: 100%;
}
Body#OneWideColumn DIV#RightColumn {
	position:absolute;
	display: none;
}


/* AllaKolumner */
Body#OutData DIV#LeftColumn {
	width: 21%;
	display: none;
} 
Body#OutData DIV#MidColum {
	width: 74%;
}
Body#OutData DIV#RightColumn {
	width: 230px;
	margin-top: 17px;
}
Body#OutData DIV#RightColumn h2.BoxHeading {

}
Body#OutData DIV#RightColumn div.EditorContent{
	width: 98%;
	padding-top: 4px;
	padding-bottom: 10px;
}
Body#OutData  #MidAndRightColHolder {
	width:100%;
}
Body#OutData  .BreadCrumb {
	display:none;

}

/* Iframe */
Body#IframeWide DIV#LeftColumn {
	position:absolute;
	display: none;
} 
Body#IframeWide DIV#MidAndRightColHolder{
	width: 100%;
	float: none;
} 
Body#IframeWide DIV#MidColum {
	width: 100%;
}
Body#IframeWide DIV#RightColumn {
	position:absolute;
	display: none;
}
#IframeHolder {
	width:99%;
	border: 1px solid #ededed;
}
.Iframe{
	width: 100%;
	height: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* 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*/
.LeftCol45 {
	float:left;
	width:49%;
	clear: left;
}
.RightCol45 {
	float:right;
	width:49%;
}
.RightCol45 .EditorContent {
	padding-top:8px;
}
.SubCol {
	width:100%;
	clear:both;
	padding-top: 10px;
}

/*Mina länkar*/
.MyLinks {
	padding:0px;
	margin:0px;
}
.MyLinks li {
	list-style-type:none;
	border-bottom:dashed 1px #c8cac9;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	float: left;
	width: 100%;
}
.MylinkItem:link, 
.MylinkItem:visited {
	width:80%;
	display: block;
	background-image: url(../tb_images/yellowd.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 7px;
	float: left;
}
.MylinkDel {
	float:right;
	width:15px;
	text-align: center;
	height: 15px;
}

/*Uppdaterade sidor*/
.NewPage {
	padding:0px;
	margin:0px;
	clear: both;
	display: block;
}
.NewPage li {
	list-style-type:none;
	border-bottom:dashed 1px #c8cac9;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	width: 100%;
}
.NewPageItem:link, 
.NewPageItem:visited {
	width:97%;
	display: block;
	float: left;
	background-image: url(../tb_images/yellowd.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 7px;
}

/*Fält för lägga till egna länkar*/
.AddExternalLink{
	padding-left: 10px;
	background-image: url(../tb_Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 3px;
	margin-top: 4px;
	clear: both;
	width: 85%;
	float: left;
	margin-bottom: 8px;

}
.AddExternalLinkField{
	background-color:#F8F8F8;
	padding:5px;
	display:block;
	clear:both;
}
.AddExternalLinkField P{
	padding:0px 0px 4px;
	margin:0px;
}
.AddExternalLinkField #NameProp{
	width:95%;
}
.AddExternalLinkField #LinkProp{
	width:95%;
}

.HiddenBlock{
	display:none;
}
.VisibleBlock{
	display:block;
}

/*Vänstermeny*/
.LeftMenuHead {
	background-image: url(../tb-images/tline.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F2DC7A;
	width: 100%;
}
#LeftMenuHolder .LeftMenuHead span {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5B54C;
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}
#LeftMenuHolder {
	clear: both;
	background-image: url(images/lmend.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 24px;
}
#LeftMenuHolder a:link, 
#LeftMenuHolder a:visited {
	color:#333333;
	text-decoration:none;
	display: block;
	width: 100%;
}
#LeftMenuHolder span{
	padding: 5px;
	display: block;
}
#LeftMenuHolder a:hover {
	text-decoration:none;
	background-color: #C29910;

}
#LeftMenuHolder .MenuItemHolder {
	width: 100%;
	clear: both;
	background-color: #F2DC7A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#LeftMenuHolder .MenuItemHolder .ActiveGroup {
	background-color:#e1cc6e;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image:url(images/tone.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#LeftMenuHolder .ActiveGroup a:link, 
#LeftMenuHolder .ActiveGroup a:visited {
	color:#000;
	display: block;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LeftMenuHolder .ActiveGroup a:hover {
	text-decoration:underline;
	background:none;
}
#LeftMenuHolder .ActiveGroup LI {
	background-image:none;
}
#LeftMenuHolder .ActiveGroup Span {
	padding-top: 2px;
	padding-bottom: 2px;
}
#LeftMenuHolder .ActiveGroup LI UL LI{
	background-image:none;
}
#LeftMenuHolder .ActiveItem {
	font-weight:bold;
	background-image: none;
}
#LeftMenuHolder .MenuItemHolder LI {
	list-style-type: none;
	background-image: url(images/vmenu-sep.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
#LeftMenuHolder .MenuItemHolder LI UL {
	padding:0px 0em 0em 15px;
	margin:0em;
}
#LeftMenuHolder .MenuItemHolder LI UL LI {
	border:none;
	background-image: none;
	padding-top: 2px;
}
#LeftMenuHolder .LeftMenuHeading {
	background-color: #f0f0ef;
	background-repeat: no-repeat;
	background-position: 0.5em;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	float: left;
	width: 17.3em;
}

/*Brödsmula*/
.BreadCrumb {
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
	float: left;
}
.BreadCrumb a:link, .BreadCrumb a:visited {
	text-decoration:none;
	color:#333333;
}
.BreadCrumb a:hover {
	text-decoration:underline;
}
.BreadCrumb LI {
	list-style-type:none;
	display:inline;
	background-image: url(images/bc-sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	margin-right: 5px;
	float: left;
}
.BreadCrumb LI.LastItem {	
	background-image:none;
}

/*Sidfot till content skriv ut, kontaktperson*/
.Print {
	background-image: url(images/print.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	background-position: 3px 2px;
}
.AddLink {
	background-image: url(images/subscribe.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	background-position: 4px 7px;
	margin-left: 10px;
}
.PrintAndAdd {
	padding-top: 5px;
	width: 100%;
	float: left;
	clear: left;
	margin-top: 10px;
}
.ContactPerson {
	float:right;
	padding-top: 5px;
}
.ArticleInfo {
	background-color: #f6f5f4;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c1;
	margin-top: 3px;
	clear: both;
}
.ArticleInfo P {
	padding:0px;
	margin:0px;
}

/*Dold länk för hoppa till innehållet*/
.hidden {
	display:none;
	position: absolute;
	visibility: hidden;
}

/*Iframe*/
#ShortCutLine {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 5px;
	clear: right;
}

/*Generell hållare för alla editorer*/
.EditorContent {
	width: 100%;
}
.EditorContent a:link, 
.EditorContent a:visited {
	text-decoration:underline;
}
.EditorContent a:hover {
	text-decoration:none;
}
.EditorContent UL {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.EditorContent OL  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.EditorContent P {
	margin:0px;
	padding:0px 0px 5px;
}

/*Boxrubriker*/
H2.BoxHeading {
	background-color: #d9d4cb;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	clear: both;
	padding-top: 1px;
	display: block;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 4px;
}
H2.BoxHeading span{
	display: block;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Create {
/*	float:left;*/
	width: 100%;
}
.CreateNote a:link, .CreateNote a:visited {
	font-weight:normal;
	color:#FFF;
	font-size: 0.9em;
	margin-right: 8px;

}
H2.BoxHeading.Grey {
	background-color: #e4e4e4;
	color: #333;
	background-image: url(../tb_images/headingbg-grey.gif);
	background-repeat: repeat-x;
}
H2.EditBox {
	background-color: #338fca;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 2px;
	margin-bottom: 8px;
	padding-left: 4px;
	clear: both;
}
H2.BlueBoxHeading {
	background-color: #e4e4e4;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	clear: both;
	padding-top: 4px;
	display: block;
	padding-bottom: 4px;
}
body#AllColumns div#RightColumn H2.BlueBoxHeading {
	color: #333;
	background-color: #FFF;
	background-image: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	padding-left: 0px;
}
H2.Rubrik1 {
	font-size:1.1em;
	padding-top: 8px;
}
H3.Rubrik2 {
	font-size:1em;
	padding-top: 8px;
}
.DocumentArea {
	float: left;
	text-align: center;
	width: 100%;
}

/*Nyhetslista*/
.NewsList {
	margin: 0px;
	padding: 0px;
}
H3.RedHeading {
	color: #B73C16;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
body#StartPage .NewsContent {
	padding:0px;
}
.NewsContent {
	padding: 4px;
	float: left;
	width: 97%;
}
.NewsContentNoImg {
	float: left;
	width: 95%;
	padding: 8px;
}
.NewsContent UL {
	padding:0px;
	margin:0px;
}
.NewsContent LI {
	list-style-type:none;
}
.NewsImageRight {
	float: left;
}
#MidColum .NewsImageRight {
	float: left;
}
.NewsImageRight {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 4px;
}
.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: 4px;
	padding-bottom: 5px;
}
.NewsLink:hover {
	text-decoration:none;
	background-color:#F3F3F3;
}
.NewsLink span {
	padding:3px;
}
.NewsLink .Text {
	display: block;
	padding-top: 0px;
}
.NewsLink span.Heading {
	color: #333;
	font-size: 1.1em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	line-height: 1em;
	padding-bottom:0px;
	padding-left: 4px;
}
.NewsList span.Heading {
	padding-left:3px;
}
.NewsList .Category {
	color:#666666;
	font-size: 0.9em;
	display: block;
	padding-bottom:0px;
	padding-top:0px;
}
.NewsLink .Date {
	color:#666;
	display: block;
	padding-bottom:0px;
	padding-top:0px;
}

/*Träfflista sökning*/
H3.RedHeading {
	color: #B73C16;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.HitContent {
	float: left;
	padding: 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: 2px;
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E4E4E4;
	padding-top: 5px;
}
.HitContent:hover {
	text-decoration:none;
	background-color:#F3F3F3;
}
.HitContent .PageHeading {
	font-weight: bold;
	display: block;
}
.HitContent .PageIngress {
}

/*Frågor och svar*/
.QnAList {
	margin: 0px;
	padding: 0px;
}
.QnAContent {
	float: left;
	width: 97%;
	padding: 4px;
}
.QnAItem {
	width: 100%;
	margin-bottom: 0.1em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	clear: both;
	float: left;
}
.QnALink {
	cursor: pointer;
	float: left;
	width: 100%;
}
.QnAItem a:link, .QnAItem a:visited {
	text-decoration:none;
	color:#333333;
}
.QnAItem a:hover {
	background-color:#E8E8E8;
}

/*Kategorirubrik*/
H2.CategoryHeading {
	background-color: #338fca;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 2px;
	margin-bottom: 4px;
	padding-left: 5px;
	float: left;
	width: 99%;
	margin-top: 4px;
}

/*Länk fler nyheter*/
.MoreNews {
	background-image: url(../tb_Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
}
.Spacer {
	padding-bottom: 10px;
	padding-left: 3px;
	width: 98%;
	clear: left;
}

/*Pillista listning*/
.ArrowList {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.ArrowList LI {
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #989898;
	padding-bottom: 2px;
	padding-top: 2px;
}
.ArrowList a:link, .ArrowList a:visited {
	display:block;
	width: 98%;
	background-image: url(../tb_Images/arrow.gif);
	background-position: 2px 8px;
	padding-left: 8px;
	background-repeat: no-repeat;
}
.ArrowList span {
	display:block;	
	padding:2px;
}
.ArrowList a:hover {
	background-color:#ebebeb;
	text-decoration: none;
}
li.LastItem {
	border:none;
}
.LastItem:link, .LastItem:visited  {
	border:none;
}

/*listning*/
.List {
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}
.Event span.Date {
	display:block;
}
.Event .ListItem {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #989898;
}
.ListItem {
	padding-bottom: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	clear: both;
	float: left;
	width: 100%;
}
.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 {
	padding-left:4px;
	padding-right:2px;
}
.List .Date {
	color:#666;
	display: inline;
}
.List a:link, .List a:visited {
	display:block;
	width: 100%;
}
.List a:hover {
	background-color:#F3F3F3;
	text-decoration: none;
}
h3.ListItemHead {
	clear:both;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDBCBC;
}

/*Generella floats*/
.FloatRight {
	float: right;
	text-align: right;
}
.FloatLeft {
	float: left;
}

/*Generella floats*/
.More {
	padding-left: 14px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 3px;
	margin-top: 4px;
	clear: both;
	width: 90%;
	float: left;
	margin-bottom: 8px;
	text-align: right;
}

/*Läs mer länk under boxlistningarna */
.ReadMore {
	display: block;
	margin-right: 4px;
	margin-top: 4px;
	float: left;
	width: 90%;
}
.ReadMoreRight {
	display: block;
	margin-right: 4px;
	margin-top: 4px;
	float: left;
	width: 97%;
	text-align:right;
}
.ReadMore span{
	background-image: url(images/dd-arrows.gif);
	background-repeat: no-repeat;
	display:block;
	padding-left:14px;
	background-position: 0px 3px;
}
.ReadMoreRight span {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:right;
	display:block;
	padding-right:14px;
	background-position: 100%;
}
.ReadMoreLeft {
	display: block;
	background-image: url(images/dd-arrows.gif);
	background-repeat: no-repeat;
	padding-right: 14px;
	margin-right: 4px;
	margin-top: 4px;
	float: left;
	width: 90%;
	padding-left: 12px;
	background-position: 0px 4px;
}

/*Högerkolumn - Item*/
.RcolItem {
	float: left;
	width: 100%;
	margin-bottom: 7px;
}
.RcolItem h2.RcolHead {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d4c9;
	color: #395f99;
	margin-bottom: 4px;
}
.RcolItem h2.RcolHead span {

}
.RcolItemContent {
	clear: both;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d4c9;
	border-left-color: #d9d4c9;
}
.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(/tb_images/tonebot.gif);
	background-repeat: repeat-x;
	height: 12px;
	float: left;
	margin-bottom: 4px;
}
.RcolItem .EditorContent {
	width: auto;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/*Sidans rubrik*/
H1.PageName {
	font-size: 1.7em;
	color: #000000;
	font-family: Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: normal;
}

/*Filterfält, sökning etc*/
.ListFilterHolder {
	float: left;
	width: 100%;
}
.FilterItems {
	float: left;
	padding-right: 10px;
}
.FilterItems div{
	padding-bottom:4px;
}
.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;
	float: left;
	width: 100%;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
.Paging a, 
.Paging a:visited  {
	display: inline;
	padding: 0.4em;
	margin-top: 0.5em;
}
.Paging a:hover {
	background-color:#EAE7CC;
}
.Paging .ActiveItem {
	background-color:#999999;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.Paging .ActiveItem:hover {
	background-color:#CCCCCC;
}

/*Lista med fyrkant*/
.DotList {
	margin: 0px;
	padding: 0px;
}
.DotList LI {
	list-style-type:none;
	background-image:url(../tb_Images/listdot.gif);
	background-repeat: no-repeat;

	padding-left: 12px;
	background-position: 0px 5px;
	margin-top: 7px;
	margin-left: 0px;
}

/*Ingress*/
.EditorContent P.Ingress {
	font-size: 1.2em;
	color: #666;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 5px;
}

/*Bildjusteringar*/
.ImageLeft {
	float:left;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
}
Body#StartPage h1.PageName {
	display:none;
}
Body#StartPage .ImageRight {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
Body#StartPage .ImageLeft {
	padding-top: 0px;
	padding-right: 0px;
}
.ImageRight {
	float:right;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
}


/*Filtyper i Dokumentlista*/
.pdf{
	background:url(/TB_Images/pdf.gif) no-repeat;
}
.doc{
	background:url(/TB_Images/doc.gif) no-repeat;
}
.dot{
	background:url(/TB_Images/doc.gif) no-repeat;
}
.xls{
	background:url(/TB_Images/xls.gif) no-repeat;
}
.xlt{
	background:url(/TB_Images/xls.gif)no-repeat;
}
.txt{
	background:url(/TB_Images/txt.gif) no-repeat;
}
.tif{
	background:url(/TB_Images/tif.gif) no-repeat;
}
.tiff{
	background:url(/TB_Images/tiff.gif) no-repeat;
}
.ppt{
	background:url(/TB_Images/ppt.gif) no-repeat;
}
.pot{
	background:url(/TB_Images/ppt.gif) no-repeat;
}
.png{
	background:url(/TB_Images/png.gif) no-repeat;
}
.mpg{
	background:url(/TB_Images/mpg.gif) no-repeat;
}
.mp3{
	background:url(/TB_Images/mp3.gif) no-repeat;
}
.jpg{
	background:url(/TB_Images/jpg.gif) no-repeat;
}
.jpeg{
	background:url(/TB_Images/jpeg.gif) no-repeat;
}
.htm{
	background:url(/TB_Images/htm.gif) no-repeat;
}
.html{
	background:url(/TB_Images/htm.gif) no-repeat;
}
.gif{
	background:url(/TB_Images/gif.gif) no-repeat;
}
.default{
	background:url(/TB_Images/default.gif) no-repeat;
}
.MyBox li.LastItem, .MessageBox li.LastItem{
	border-bottom:none;
}

/*Dokumentlista*/
.Docs{
	padding:0px;
	margin:0px;
}
.Docs li{
	list-style-type:none;
	float:left;
	width:100%;
	padding:2px 0 2px 0;
}
.Docs a:link, .Docs a:visited {
	text-decoration:none;
	display:block;
	width:90%;
	padding:2px 0 4px 20px;
}	
.Docs a:hover{
	text-decoration:underline;
}

/*Links*/
ul.Links{
	padding:0px;
	margin:0px;
}
ul.Links li{
	list-style-type:none;
	float:left;
	width:95%;
	padding:2px 0;
	margin-left: 3px;
}
ul.Links a:link, ul.Links a:visited {
	text-decoration:none;
	display:block;
	width:99%;
	padding:2px 0 4px 0px;
}	
ul.Links a:hover{
	text-decoration:underline;
}

/*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;

}


/*Länklista*/
.ListLink:link, .ListLink:visited {
	width: 100%;
	display:block;
	text-decoration:none;
}
.ListLink:hover {
	background-color:#ededed;
	text-decoration: none;
}
.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;
}

/*Meddelandelista*/
.Message {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Message .Date {
	float: left;
	width: 75%;
}
.Message .Delete {
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 5px;
}
.Message .Heading {
	clear: both;
	width: 100%;
	font-weight: bold;
}
.Message .Heading a:link,
.Message .Heading a:visited {
	display:block;
	width:100%;
}

/*Kontaktkort*/
.ContactCard {
	clear:both;
	float: left;
	margin-bottom: 8px;
	width: 100%;
}
.ContactCard P {
	padding:0px;
	margin:0px;
}

/*Kalender*/	
.calendarlistingarea h2.DateHeading {
	font-size: 1em;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 4px;
	background-color: #ebebeb;
	padding-top: 4px;
	padding-left: 4px;
}
.calendarlistingarea a:link, .calendarlistingarea a:visited {
	display:block;
	width:99%;
	color: #000000;
	padding: 2px;

	text-decoration: none;
}
.calendarlistingarea a:hover {
	background-color:#eaeaea;
}
div.monthcalendararea {
	float: right;
	width: 38%;
}
div.calendarlistingarea {
	float: left;
	width: 100%;
	text-align: left;	
}
.DayWrapper {
	clear:both;
	float:left;
	width:100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
h1.calendardayheading {
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.calendarframe {
	border-color: #fff;
	background-color: #fff;
}
.leftfloating {
	float: left;
	width: 83%;

}
.rightfloating {
	float: right;
}
.centered {
	text-align: center;
}
.rightaligned {
	text-align: right;
}
.leftaligned {
	text-align: left;
}
.SPCalendarList {
	padding-left: 5px;
}
.CalDate {
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*Fieldset Filterhållare */
.FilterHolder {
	padding-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	background-color: #F0F0F0;
	padding-top: 8px;
	clear: both;
	margin-top: 8px;
	float: left;
	width: 100%;
	background-image: url(images/filterbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.FilterRow {
	padding-left: 1px;
	display: block;
	clear: both;
	padding-bottom: 3px;
	float: left;
	width: 95%;
}
fieldset.FilterGroupFlat {
	width:40%;
	margin-right: 10px;
}
fieldset.FilterGroupFlat legend {
	font-weight:bold;
	color: #000;
}
.FilterGroup {
	float:left;
	padding-left: 8px;
}
.FilterGroup input, .FilterGroup select {
	font-size:0.9em;
}
.FilterGroupButton {
	float:left;
	padding-top:18px;
	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:block;
}
.FilterGroupButtonFlat {
	padding-top:2px;
	padding-left:5px;
	float:left;
}
.FilterGroupFloat {
	float:left;
	padding-left: 8px;
}
.FilterGroupFloat Label {
	float:left;
}


/* Kalender */
div.monthcalendararea > table{
	border: solid 0.1em #ffffff;
}
td.calendaritem, tr.calendaritem {
	height: 2em; 
	width: 2.2em;
	font: normal 1em verdana;
	background-color: #fff; 
	border: solid 0.1em #F0E5CE;
}
td.selecteddatecell {
	border: solid 0.2em #95632F;
}
td.datecellothermonth {
	background-color: #F0F0F0;
}
td.weekendcell {
	background-color: #DADADA;
}
td.datecellactive {
	background-color: #F0E5CE; 
	border: solid 0.2em #95632F;
}	
td.dayweekheader {
	color: #333;
	border-style: none;
}
.NewsDate {
	margin: 0px;
	padding: 0px;
}
.SearchInfo {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.SubHeading {
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #50688d;
	clear: both;
	padding-top: 10px;
	margin-left: 4px;
	padding-bottom: 4px;
}

/*Kalender item info*/
.CalendarInfo {
	padding-bottom:5px;
}
.CalendarInfo p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*Formulär*/
.OrderForm {
	clear:both;
	float: left;
	width: 100%;
}
.OrderForm h2 {
	font-size:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	clear: both;
}
.OrderForm P {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	clear: left;
	float: left;
	width: 100%;
}
.OrderForm table {
	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;
}
.EpiGeneral {
	clear: both;
	width: 100%;
}

.EpiGeneral input, .EpiGeneral select  {
	font-size:1.1em;
}

/*Formulär*/
.OrderForm2 {
	clear:both;
	float: left;
	width: 100%;
}
.OrderForm2 h2 {
	font-size:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 8px;
	clear: both;
}
.OrderForm2 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%;
}
.OrderForm2 Label {
	float:left;
	width:40%;
}
.OrderForm2 Input {
	float:left;
}

/*Forum*/
.container {
	clear:both;
}
.container table{
	clear: both;
	width:100%;
}
.forumTable {
	width: 100%;
}
.forumTable th.title {
	width: 50%;
}
.forumTable th {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
	text-align: left;
}
.forumTable th.replies, .forumTable td.replies {
	text-align: right;
}
.forumTable td.info {
	width: 20%;
}
.forumTable th {
	padding: 0 8px;
}
.forumTable a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.forumTable tr.even td, .forumTable tr.uneven td {
	padding: 4px 8px;
}
.forumTable tr.even td {
	background-color: #EFEFEF;
}
.forumTable tr.uneven td {
	
}
.forumTable a:hover {
	background-color: Transparent;
}
.forumTable a.default {
    display: block;
    background-image: url(images/forum/default.png); 
    background-repeat: no-repeat;
    background-position: left center;
    padding: 8px 0px 8px 32px;
}
.forumTable a.information {
    display: block;
    background-image: url(images/forum/Information.png); 
    background-repeat: no-repeat;
    background-position: left center;
    padding: 8px 0px 8px 32px;
}
.forumTable a.auction {
    display: block;
    background-image: url(images/forum/Auction.png); 
    background-repeat: no-repeat;
    background-position: left center;
    padding: 8px 0px 8px 32px;
}
.forumTable a.bomb {
    display: block;
    background-image: url(images/forum/bomb.png); 
    background-repeat: no-repeat;
    background-position: left center;
    padding: 8px 0px 8px 32px;
}
.forumTable a.sticky {
    background-image: url(images/forum/sticky.png); 
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px 24px 0px 0px;
}
.forumTable a.locked {
    background-image: url(images/forum/lock.png); 
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px 24px 0px 0px;
}
.forumTable a.stickylocked {
    background-image: url(images/forum/stickylocked.png); 
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0px 40px 0px 0px;
}
.createForum label, .createThread label, .createReply label {
    display: block;
    float: left;
    width: 180px;
    text-align: right;
    margin-right:10px;
    line-height: 2em;
}
.createThread label {
    width: 120px;
}
.createReply label {
    width: 80px;
}
.createForum div, .createThread div, .createReply div {
    margin-bottom: 0.8em;
}
.createForum input.title {
   width: 300px;
}
.createThread input.title, .createThread textarea {
   width: 400px;
}
.createReply textarea {
    width: 460px;
}
.createForum div.buttons {
    margin-left: 190px;
}
.createThread div.buttons {
    margin-left: 130px;
}
.createReply div.buttons {
    margin-left: 90px;
}
.replyList {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
}
.reply {
    margin: 0 0 10px 0;
    padding: 10px 0;
    overflow: hidden;
}
.reply .content {
	background-image: url(images/forum/ReplyBg.png);
	background-repeat: repeat-y;
	background-position: 485px;
	width: 100%;
	overflow: hidden;
}
.reply .text {
    float: left;
    width: 460px;
    padding: 10px 15px;
    overflow: hidden;
}
.reply .info {
    float: left;
    width: 120px;
    padding: 10px 15px;
    overflow: hidden;
}
.container .containerCaption {
	padding-top: 4px;
	padding-bottom: 4px;
}
.container .containerCaption h1 {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	line-height: 1.6em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.container .containerContent {
	background-color: White;
}
.container .containerContentText {
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 10px 40px 15px 25px;
}
.contentAreaFull .container {
	background-image: url(images/forum/PageMainBodyWideBg.png);
	background-repeat: no-repeat;
}

.containerToolbar {
	background-color: #D5B54C;
}
.EditorHeading {
	font-size: 1.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-weight: normal;
	margin-top: 8px;
}
/*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: #d9d4cb;
	border-left-color: #d9d4cb;
	margin-top: 10px;
}
.DataTable Caption {
	text-align: left;
	background-color: #d9d4cb;
	padding-left: 4px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	color: #333;
	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: #d9d4cb;
	vertical-align: top;
	padding: 4px;
}
.DataTable TD {
	padding: 4px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d4cb;
}
.NoWrap td {
	white-space:nowrap;
}

/*A-O*/
ul.horizontal {
	list-style-type:none;
	list-style-image:none;
	overflow:hidden;
	margin: 0;
	width: 100%;
}
ul.horizontal li {
	float:left;
	padding-right: 0.7em;
}

/* SITEMAP PAGE */

#SiteMap ul {
    margin: 0;
    padding: 0.2em 0;
    list-style-image: none;
}

#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;
}

/* BLOG */
.bloggerThumbnail  {
    float: left; 
    width: 75px;
    padding: 7px; 
    border: 1px solid #dcdcdc; 
    background-color: White;
}
.bloggerImage {
	width: 150px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	background-color: White;
}
.blogItem {
    width: 100%;
    overflow: hidden;
}

.blogItem .textWide {
    width: 100%;
}

.blogItem .text {
	float: left;
	margin-left: 15px;
	width: 75%;
}

.blogItem h2 {
	margin: 0;
	font-size: 1.1em;
	font-style: italic;
	padding: 0px;
}

.blogItem h2 a {
    font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
}

/* Tag links */
.tags {
    overflow: hidden;
}

.tags h2 {
    float: left;
    font-style: normal;
}

.tags ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tags li {
    font-family: Verdana, Helvetica, Sans-Serif;
    list-style: none;
    list-style-image: none;
    float: left;
    margin-left: 0.5em;
}

/* Tag cloud */
ul.tagCloud {
    margin: 0;
    padding: 0;
}

ul.tagCloud li {   
    display:inline;
    list-style: none;
    list-style-image: none;
    margin: 0 0.4em 0 0;
    vertical-align: baseline;
}

ul.tagCloud h1,
ul.tagCloud h2,
ul.tagCloud h3,
ul.tagCloud h4,
ul.tagCloud h5,
ul.tagCloud h6
{
    display: inline;
    white-space: normal;
    margin: 0;
    padding: 0;

    font-family: Verdana, Helvetica, Sans-Serif;
}
ul.tagCloud h1 {
    font-size: 1.6em;
    font-weight: 900;
}
ul.tagCloud h2 {
    font-size: 1.3em;
    font-weight: 700;
}
ul.tagCloud h3 {
    font-size: 1.0em;
    font-weight: 500;
}
ul.tagCloud h4 {
    font-size: 0.9em;
    font-weight: 400;
}
ul.tagCloud h5 {
    font-size: 0.8em;
    font-weight: 200;
}
ul.tagCloud h6 {
    font-size: 0.7em;
    font-weight: 100;
}

/* Date archive */
div.dateTree {
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
div.dateTree ul {
    padding: 0;
    margin: 0;
}

div.dateTree ul ul {
    margin: 0 0 0 2em;
}

div.dateTree li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

/* Comments */
ol.comments {
	margin-bottom: 1.5em;
	padding-left: 2em;
	margin: 0;
}
ol.comments li {
	margin-bottom: 1.8em;
}
ol.comments .footer {
	margin-top: 0.4em;
	text-align: right;
}
ol.comments .footer h2 {
	margin: 0.5em 0;
    margin-top: 0.2em;
    font-size: 1.1em;
    font-style: italic;
}
ol.comments .footer a {
    font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
}

/* Post comment */
fieldset.comment {}

fieldset.comment ul {
	/* Validation summary */
	font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
    font-size: 0.8em;
	background-color: #eeeeee;
	margin: 1em 0;
	padding: 1em;
}
fieldset.comment li {
	margin-left: 1.4em;
	list-style-image: none;
    margin-bottom: 0.7em;
    padding: 0;
}
fieldset.comment label,
fieldset.comment input,
fieldset.comment textarea {
	display: block;
}

fieldset.comment input.textinput,
fieldset.comment textarea {
	width: 325px;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
fieldset.comment textarea {
	height: 140px;
}#SecondaryBodyArea {
	float: right;
	width: 30%;
}
#Page {
	width: 100%;
}
#MainBody {
	float: left;
	width: 65%;
}
#MainBody hr {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #576F96;
}
.blogItem h1 {
	font-size: 1.3em;
}
.RcolItemContent h2 {
	font-size: 1.1em;
}
#SecondaryBody h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}
#SecondaryBody p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.blogItem p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h3#Comments {
	font-size: 1.1em;
}
.PrintLogo {
	display: none;
}
.FormTable {
	width: 100%;

}
.ImportHolder h1, .ImportHolder h2, .ImportHolder h3, .ImportHolder h4, .ImportHolder h5, .ImportHolder h6  {
	font-size:1em;
	padding-top: 4px;
}
.ImportHolder h1 {
	font-size:1.3em;
	line-height:1.3em;
}
.ImportHolder h2 {
	font-size:1.1em;
	line-height:1em;
	padding-top: 8px;
}

/*************************/
/* BUTTONS               */
/*************************/

.buttonToolbar 
{
    float: right;
	padding: 0 10px 6px 10px;
}

.createButton,
.editButton,
.deleteButton,
.stickyButton,
.lockButton,
.upButton
{
    padding: 0 4px 4px 18px;
    background-repeat: no-repeat;
    line-height: 1.4em;
    /*font-family: Verdana, Helvetica, Sans-Serif;*/
}

.createButton
{
    background-image: url(Images/Add.png);
}

.editButton
{
    background-image: url(Images/Edit.png);
}

.deleteButton
{
    background-image: url(Images/Delete.png);
}

.stickyButton
{
    background-image: url(Images/forum/sticky.png);
}

.lockButton
{
    background-image: url(Images/forum/lock.png);
}

.upButton
{
    background-image: url(Images/forum/up.png);
}
.TopWrap {
	float: right;
	width: 53%;
}

