﻿/*Generell hållare för alla editorer*/
.EditorContent {
	width: 100%;
	padding-bottom: 5px;
}
.EditorContent a:link, .EditorContent a:visited {
	background-image:url(/Templates/Knowit/Styles/Images/dd-arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left: 8px;
}

/*Radavstånd vid P i editorn*/
.EditorContent P {
	padding:0px 0px 8px;
	margin:0px;
}
/*Radavstånd vid P i editorn*/
.EditorContent UL, .EditorContent OL {
	padding-left:15px;
	margin-left:15px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.EditorContent li{
	margin-bottom:10px;
}

/*Länkhantering för högerboxar, automatformaterar länkar med högerpil*/
.ShortCutArrows a:link, .ShortCutArrows a:visited {
	background-image:url(/Templates/Knowit/Styles/Images/dd-arrow.gif);
	background-repeat:no-repeat;
	display: block;
	background-position: 0px 7px;
	width: 93%;
	padding-left: 8px;
	padding-bottom: 0px;
}

Body.StartPage DIV.ShortCutArrows P, Body.AllColumns DIV.ShortCutArrows P {
	padding:0px;
	margin:0px;
}

/*Länkhantering för vanliga länkar som ska ha pil framför sig*/
.LinkArrows a:link, .LinkArrows a:visited {
	background-image:url(/Templates/Knowit/Styles/Images/dd-arrow.gif);
	background-repeat:no-repeat;
	padding-left: 7px;
	background-position: 0px 5px;
}
#MidColum .LinkArrows a:link, #MidColum .LinkArrows a:visited {
	padding-left:12px;
	background-position: 3px 5px;
}
#MidColum .LinkArrows a:hover {
	background-color:#C1D197;
	text-decoration: none;
}
UL, LI {
	padding:0px;
	margin:0px;
}

/*Nyhetslista*/
Body.StartPage .NewsListing {
	float: left;
	width: 100%;
	background-image: url(/Templates/Knowit/Styles/Images/colsep.gif);
	background-repeat: no-repeat;
	background-position: 49% top;
}
Body.AllColumns .NewsListing {
	float: left;
	width: 100%;
	/*padding-top: 15px;*/
	background-image: url(/Templates/Knowit/Styles/Images/colsep.gif);
	background-repeat: no-repeat;
	background-position: 49% top;
}
Body.SubStartPage .NewsListing {
	float: left;
	width: 100%;
	background-image: url(/Templates/Knowit/Styles/Images/colsep.gif);
	background-position: 49% top;
	background-repeat: no-repeat;
}
.NewsHeading {
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	width: 100%;
	background-color: #FFFFFF;
}

/*Rubrik med linje*/
.NewsHeadingLine {
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(/Templates/Knowit/Styles/Images/headbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 4px;
}

.NewsListing .LeftCol {
	float:left;
	width:48%;	
}
Body.EduStart div.RightCol {
	float:right;
	width:49%;
	padding-top: 0px;
}
Body.StartPage div.RightCol {
	float:right;
	width:49%;
	padding-top: 30px;
}
.NewsListing .RightCol {
	float:right;
	width:49%;
	padding-top: 35px;
}
.NewsListing span {
	padding:0px;
	margin:0px;
}
.NewsDate {
}
span.ItemNewsHeading {
	background-image: url(/Templates/Knowit/Styles/Images/dd-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 6px;
	font-weight: bold;
	display: block;
}
.NewsPuffText {
}
.NewsItem:link, .NewsItem:visited {
	display:block;
	width:96%;
	text-decoration:none;
	padding:3px;
	margin-bottom: 10px;
}
.NewsItem:hover {
	background-color:#C1D197;
	text-decoration: none;
}
.TextWrap {
	float:right;
}
.LinkList {
	float: left;
	width: 100%;
	padding-top: 8px;
}
.LinkHeading {
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.LinkList span {
	padding:0px;
	margin:0px;
}
span.LinkListHeading {
	background-image: url(/Templates/Knowit/Styles/Images/dd-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 6px;
	font-weight: bold;
	width: 50%;
}
.LinkListText {
}
.LinkListItem:link, .LinkListItem:visited {
	display:block;
	width:96%;
	text-decoration:none;
	padding:3px;
	margin-bottom: 10px;
	float: left;
}
.LinkListItem:hover {
	background-color:#C1D197;
	text-decoration: none;
}
.NoLinkListItem {
	display:block;
	width:96%;
	text-decoration:none;
	padding:3px;
	margin-bottom: 10px;
	color:#454545;
	float: left;
}
.NoLinkListItem .LinkListHeading {
	background-image:none;
	padding-left:0px;
}
.ImageWithLink .LinkListHeading {



}
.ImageWithLink .LinkListText {



}
.ImageWithLink .ListImage {
	float:left;
	padding-right: 8px;
}


/*Länklista - Sidtyp för att hantera länklistor
.LinkList {
	float: left;
	width: 100%;
	padding-top: 8px;
}
.LinkHeading {
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
.LinkList span {
	padding:0px;
	margin:0px;
}
span.LinkListHeading {
	background-image: url(/Templates/Knowit/Styles/Images/dd-arrow.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 6px;
	font-weight: bold;
	display: block;
}
.LinkListText {
}
.LinkListItem:link, .LinkListItem:visited {
	display:block;
	width:96%;
	text-decoration:none;
	padding:3px;
	margin-bottom: 10px;
	float: left;
}
.LinkListItem:hover {
	background-color:#C1D197;
	text-decoration: none;
}
.NoLinkListItem {
	display:block;
	width:96%;
	text-decoration:none;
	padding:3px;
	margin-bottom: 10px;
	color:#454545;
	float: left;
}
.NoLinkListItem .LinkListHeading {
	background-image:none;
	padding-left:0px;
}
.ImageWithLink .LinkListHeading {
	float:right;
	width:66%;
}
.ImageWithLink .LinkListText {
	float:right;
	width:66%;
}
.ImageWithLink .ListImage {
	float:left;
}
*/
/*Kategorirubrik*/
H2.CategoryHeading {
	background-color: #A79F91;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 2px;
	margin-bottom: 8px;
	padding-left: 5px;
	float: left;
	width: 99%;
}

/*Länk fler nyheter*/
.MoreNews {
	background-image: url(../Sunne_Images/ddarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
.Spacer {
	padding-bottom: 10px;
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
}

/*Pillista listning*/
.ArrowList {
	width: 100%;
	padding-top: 10px;
}
.ArrowList p {
	margin: 0px;
	padding: 0px;
}
.ArrowList a:link, .ArrowList a:visited   {	
	font-weight:bold;
	margin-top:15px;
	display:block;
}

/*Pillista Liggande*/
.ArrowListInline {
	margin: 0px 2px;
	padding: 0px 0px 0px 0px;
	width: 95%;
}
.ArrowListInline LI {
	list-style-type:none;
	background-repeat: no-repeat;
	background-position: 2px 6px;
	display:inline;
	margin-right: 4px;
	padding-right: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4B7A6;
}
.ArrowListInline .LastItem {
	border-right-style: none;
}

/*listning*/
.List {
	margin: 0px;
	padding: 0px;
}
.List LI {
	list-style-type:none;
}

/*Generella floats*/
.FloatRight {
	float: right;
	text-align: right;
}
.FloatLeft {
	float: left;

}
.FloatLeftCol {
	float: left;
	width:48%;
	margin-bottom: 8px;
	padding-left: 5px;
}
.FloatLeftColWide {
	float: left;
	width:95%;
	padding-left: 5px;
	text-align: center;
}
.More {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D1C7;
	padding-top: 4px;
	margin-top: 8px;
	clear: both;
	width: 95%;
	margin-left: 8px;
}

/*Högerkolumn - Item*/
.RcolItem {
	float: right;
	width: 100%;
	margin-bottom: 8px;
}
.RcolItem .EditorContent {
	padding-left:8px;
	width: 95%;
}	
.RcolItemBottom {
	float: right;
	width: 100%;
	background-repeat: no-repeat;
	margin-bottom:8px;
	background-position: right top;
	height: 8px;
}
h1.RightColHead {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/Templates/Knowit/Styles/Images/headbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 3px;
	width: 100%;
}

/*Sidans rubrik, för olika sidtyper*/
Body.StartPage H1.PageName {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 0px;
	color: #454545;
	float: left;
	width: 100%;
}
Body.AllColumns H1.PageName {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	padding-top: 0px;
	color: #454545;
	width: 100%;
	line-height: 1.4em;
}
Body.NoRightColPage H1.PageName {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	padding-top: 0px;
	color: #454545;
	width: 100%;
	line-height: 1.4em;
	clear: both;
}
Body.NoRightColumn H1.PageName {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	padding-top: 0px;
	color: #454545;
	width: 100%;
	line-height: 1.4em;
}
Body.SubStartPage H1.PageName {
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	padding-top: 0px;
	color: #454545;
	width: 100%;
	line-height: 1.4em;
}

/*Filterfält, sökning i toppen*/
.ListFilterHolder {
	float: left;
	width: 100%;
	padding-right: 5px;
	margin-bottom: 5px;
}
.FilterItems {
	float: left;
	padding-right: 10px;
}
.FilterControl {
	
}
.FilterControl Legend {
	color:#333333;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
h2.DateHeading {
	font-size: 1.1em;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
}
.Button {
	padding-top:15px;
	float: left;
}
.ListInfo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

/*Paginering-a-ö*/
.AOPaging {
	padding:0.8em 0.3em 0.8em 0em;
	margin:0em;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}
.AOPaging LI {
	display:inline;
	float:none;
	width:auto;
}
.AOPaging LI a, .AOPaging LI a:visited  {
	display: inline;
	margin-top: 0.5em;
	text-decoration: none;
	padding-left: 5px;
}
.AOPaging LI a:hover {
	border:none;
}
.AOPaging .ListAct {
	background-color:#CFCECD;
	font-weight: bold;
}
.AO-ListHeading {
	font-size:1.3em;
	padding-top: 7px;
}
.AoList {
	padding:0px 0px 15px;
	margin:0px;
}
.AoList LI {
	list-style-type: none;
}
.AoList LI P {
	padding:0px;
	margin:0px;
}
.AoList LI P.Desc {
	padding-bottom:5px;
}
.Row {
	float: left;
	width: 100%;
}
.Col {
	float: left;
	width: 75%;
}
.ColRight {
	float: right;
}
.Up {
	padding-top: 8px;
	display: block;
}

/*Bildjusteringar*/
.ImageLeft {
	float:left;
	padding-right:8px;
	padding-bottom:8px;
}
.ImageRight {
	float:right;
	padding-left: 8px;
}
img.topleftfloatingimage {
   margin-right: 1em;
   margin-bottom: 1em; 
	float: left;
}
img.toprightfloatingimage {
	float: right;
   margin-left: 1em;
   margin-bottom: 1em;
}

/*Formateringar för bilder som visas ovanför editorn*/

/*Helsidesbild*/
.HelsidaArtikel {
	width:380px;
	height:139px;
}
/*Tvåbildslösning*/
.TvaBild1 {
	width:221px;
	height:139px;
	float: left;
}
.TvaBild2 {
	width:154px;
	height:139px;
	float: right;
}

/*Trebildslösning*/
.TreBild {
	width:190px;
	height:125px;
	float: left;
	padding-right: 5px;
}
/*Bild som redaktören pekar och visas i mittenkolumen med flödande text*/
.RightContentImage {
	float:right;
	padding-left:8px;
	padding-bottom:8px;
	height: 125px;
	width: 191px;
}
/*Bild som redaktören pekar och visas i mittenkolumen med flödande text*/
.StartBild {
	width:421px;
	height:159px;
}

/*Bildtext*/
.imagetext {
	font-style: italic; 
}

/*Bildlista*/
.ImageList {
	width:100%; 
}
.ImageListImage {
	float:left;
	padding:0px;
	margin:0px;
	background-image:none;
}
.ImageListImage a:link, .ImageListImage a:visited {
	background-image:none;
}
.ImgListRightCol a:link, .ImgListRightCol a:visited {
	font-weight:bold;
	display:block;
	width:100%;
}
.ImageList .ImgListRightCol {
	float: right;
	width: 70%;
}
.ImageList .ImageItem {
	float:left;
	width:100%;
	padding-bottom: 10px;
}
.ImageList img {
	width:100px;
}

/*Introduktionstext*/
.PageIntro {
	font-weight:bold;
	padding-bottom: 9px;
}
