﻿/*Bakgrundsfärg, bakgrundsbild, typsnitt, centering av sajt*/
body {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	font: normal 0.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	background-repeat: repeat-x;
	background-image: url(../Images/bodybg.gif);
}
/*Blank Masterpage*/
Body.Tipfriend {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	margin-top: 5px;
	font: normal 0.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	background-repeat: repeat-x;
	background-image: none;
}
/*Hållare för mitteninformationen*/
.TipFriendWrapper {
	padding: 5px;
	background-color: #FFFFFF;
	width: 95%;
	clear: right;
	border: 1px solid #999;
	padding-right: auto;
	padding-left: auto;
}
/*Omsluter sidan, Styr sidans bredd*/
#Wrapper {
	width: 885px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	min-width: 885px;
}
/*Logo för utskrift, dold vid vanlig visning*/
.PrintLogo {
	display: none;
	position: absolute;
	top: -999px;
}
/*Hoppa till innehållet dold länk*/
.Skip {
	position: absolute;
	top: -999px;
}
/*Hållare för mitteninformationen*/
#MidWrapper {
	background-color: #FFFFFF;
	width: 99%;
	clear: left;
	border: 1px solid #999;
	padding-right: 6px;
	padding-left: 6px;
}
#MidWrapperNoBorder {
	background-color: #FFFFFF;
	width: 99%;
	clear: left;
}
/*Typsnittshantering*/
html {
	font-size: 100%;
}
/* Tabell formatering */
td.lightgrey {
	background: #EEEEEE;
	editmenuname: lightgrey;
}
td.grey {
	background: #DDDDDD;
	editmenuname: grey;
}
td.greyheader {
	background: #666666;
	editmenuname: greyheader;
	color: #FFFFFF;
	font-weight: bold;
}
/*Gör så att länkade bilder inte får ram*/
img {
	border: none;
}
/*Länkhantering generellt*/
A:link, A:visited {
	color: #CC3333;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	cursor: pointer;
}
/*Hållare - Startsida - Textfärg*/
Body.StartPage {
}
Body.StartPage DIV#Wrapper {
}
Body.StartPage DIV#MidWrapper {
	background-image: url(../Images/startpage-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
/*Produktnavigering*/
.ProdNavigation {
	padding: 0px 0px 17px;
	width: 100%;
	float: left;
	height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../Images/prodnavbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ProdNavigation li {
	list-style-type: none;
	display: inline;
	background-color: #E6E6E6;
}
.ProdNavigation a:link, .ProdNavigation a:visited {
	float: left;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000000;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.45em;
	background-color: #E6E6E6;
}
.ProdNavigation a:hover {
	background-color: #cecece;
}
.ProdNavigation .Active:link, .ProdNavigation .Active:visited {
	background-color: #cecece;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.ProdNavigation .MainLastItem:link, .ProdNavigation .MainLastItem:visited {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
/*Dold hållare till för kortkommando/genvägen till textinnehållet */
.Hidden {
	visibility: hidden;
	display: none;
}
/*Bibehåller bakgrundshantering*/
.Breaker {
	clear: both;
}
/*Kolumnhållare - Vänster höger*/
#MidAndRightColHolder {
	padding-top: 3px;
}
#MidAndRightColHolder table {
	clear: both;
}
#MidAndRightColHolder .EditorContent ul {
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
#MidAndRightColHolder .EditorContent li {
	list-style-type: none;
	background-image: url(../Images/reddot.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 10px;
	background-position: 0px 7px;
	color: #333333;
	width: 96%;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
}
/*Horisontella hållare*/
#TopHolder {
	width: 100%;
	float: left;
}
#LogoHolder {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
/*Sidhuvud - Sök*/
#SearchHolder {
	float: right;
	width: 60%;
	padding-top: 15px;
}
/*Sidhuvud */
/*Fält som håller Sökknapp och input*/
.FlagField {
	float: right;
	clear: right;
	padding-bottom: 5px;
	padding-top: 4px;
	width: 50%;
	text-align: right;
}
.FlagField img {
}
.SearchTextField {
	float: right;
	clear: right;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 60%;
	text-align: right;
	padding-right: 4px;
}
.ShortCuts {
	float: right;
	clear: right;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 98%;
	text-align: right;
}
.ShortCutsList {
	padding: 0px;
	margin: 0px;
}
.ShortCutsList li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-left: 6px;
	padding-right: 5px;
}
.ShortCutsList a:link, .ShortCutsList a:visited {
	color: #333333;
}
.ShortCutsList .LastItem {
	background-image: none;
	border: none;
	padding-right: 2px;
}
.TextField {
	width: 70%;
}
.TopShortCutsList {
	padding: 0px;
	margin: 0px;
}
.TopShortCutsList li {
	list-style-type: none;
	display: inline;
}
.TopShortCutsList a:link, .TopShortCutsList a:visited {
	color: #FFFFFF;
}
.TopShortCutsList img {
	vertical-align: middle;
}
/*Sidfoten*/
#BotHolder {
	padding-top: 0px;
	float: left;
	width: 100%;
	padding-bottom: 0px;
	background-color: #899fb4;
	margin-top: 10px;
	color: #FFFFFF;
}
/*Editor innehåll - Sidfot*/
#BotHolder .EditorContent {
	float: left;
}
#BotHolder a:link, #BotHolder a:visited {
	color: #FFFFFF;
}
#BotHolder .EditorContent IMG {
	vertical-align: middle;
}
#BotHolder .BotEditor1 {
	float: left;
	width: 80%;
	padding-top: 10px;
}
#BotHolder .BotEditor2 {
	float: right;
	width: 15%;
	padding-top: 20px;
}
/*Kolumner generellt*/
#LeftColumn {
}
#MidColumn {
}
#MidColumn td {
	font-size: 1em;
}
#MidColumn th {
	font-size: 1em;
}
#RightColumn {
}

/*Kolumner Kampanj*/
body.Campaign DIV#LeftColumn {
	display: none;
}
body.Campaign DIV#MidColumn {
	width: 100%;
	float: left;
	margin-top: 4px;
}
body.Campaign DIV#MidColumn .EditorContent {
	padding-bottom: 0px;
}
body.Campaign DIV#RightColumn {
	display: none;
}
body.Campaign #MidAndRightColHolder {
	width: 100%;
	clear: both;
	float: left;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
}
body.Campaign #MidAndRightColHolderNoTopMenu {
	width: 100%;
	clear: both;
	float: left;
}

/*Kolumner Startsida*/
body.StartPage DIV#LeftColumn {
	display: none;
}
body.StartPage DIV#MidColumn {
	width: 70%;
	float: left;
	margin-top: 4px;
}
body.StartPage DIV#MidColumn .EditorContent {
	padding-bottom: 0px;
}
body.StartPage DIV#RightColumn {
	width: 27%;
	float: right;
	margin-top: 4px;
}
body.StartPage #MidAndRightColHolder {
	width: 100%;
	clear: both;
	float: left;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
}

/*Kolumner alternativ startsida*/
body.StartPageTwo DIV#LeftColumn {
	display: none;
}
body.StartPageTwo DIV#MidColumn {
	width: 100%;
	float: left;
	margin-top: 4px;
}
body.StartPageTwo DIV#MidColumn .EditorContent {

}
body.StartPageTwo DIV#RightColumn {
	display: none;
}
body.StartPageTwo #MidAndRightColHolder {
	width: 100%;
	clear: both;
	float: left;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
}
body.StartPageTwo #MidAndRightColHolderNoTopMenu {
	width: 100%;
	clear: both;
	float: left;
}

/*3-Kolumner Subsida*/
body.SubPageThreeCols DIV#LeftColumn {
	padding-top: 27px;
	background-image: url(../Images/leftmenubg-top.gif);
	background-repeat: repeat-x;
	width: 24%;
	float: left;
}
body.SubPageThreeCols DIV#MidColumn {
	width: 64%;
	float: left;
}
body.NoRightColWide DIV#MidColumnAccessor {
	width: 64%;
	float: left;
}
body.SubPageThreeCols DIV#MidColumn .EditorContent {
}
body.SubPageThreeCols DIV#RightColumn {
	width: 33%;
	float: right;
}
body.NoRightColWide DIV#RightColumnAccessor {
	width: 33%;
	float: right;
}
body.SubPageThreeCols DIV#RightColumn .MessageBox {
	border: none;
	padding: 0px;
	width: 100%;
}
body.SubPageThreeCols #MidAndRightColHolder {
	width: 74%;
	float: left;
	padding-left: 2%;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body.SubPageThreeCols DIV#MidWrapper {
	background-image: url(../Images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: 7px;
}

/*2-Kolumner Subsida*/
body.SubPageTwoCols DIV#LeftColumn {
	padding-top: 27px;
	background-image: url(../Images/leftmenubg-top.gif);
	background-repeat: repeat-x;
	width: 24%;
	float: left;
}
body.SubPageTwoCols DIV#MidColumn {
	width: 100%;
	float: left;
}
body.SubPageTwoCols DIV#MidColumn .EditorContent {
}
body.SubPageTwoCols DIV#RightColumn {
	width: 33%;
	float: right;
	display: none;
}
body.SubPageTwoCols DIV#RightColumn .MessageBox {
	border: none;
	padding: 0px;
	width: 100%;
}
body.SubPageTwoCols #MidAndRightColHolder {
	width: 100%;
	float: right;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body.SubPageTwoCols DIV#Wrapper {
}

/*Ingen Högerkolumn*/
body.NoRightCol DIV#LeftColumn {
	padding-top: 27px;
	background-image: url(../Images/leftmenubg-top.gif);
	background-repeat: repeat-x;
	width: 24%;
	float: left;
}
body.NoRightCol DIV#MidColumn {
	width: 99%;
	float: left;
}
body.NoRightCol DIV#MidColumn .EditorContent {
}
body.NoRightCol DIV#RightColumn {
	display: none;
	position: absolute;
}
body.NoRightCol #MidAndRightColHolder {
	width: 74%;
	float: left;
	padding-left: 2%;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body.NoRightCol DIV#MidWrapper {
	background-image: url(../Images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: 7px;
}

/*Ingen Högerkolumn - Smal mittfält*/
body.NoRightColNarrow DIV#LeftColumn {
	padding-top: 27px;
	background-image: url(../Images/leftmenubg-top.gif);
	background-repeat: repeat-x;
	width: 24%;
	float: left;
}
body.NoRightColNarrow DIV#MidColumn {
	width: 64%;
	float: left;
}
body.NoRightColNarrow DIV#MidColumn .EditorContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.NoRightColNarrow DIV#RightColumn {
	display: none;
	position: absolute;
}
body.NoRightColNarrow #MidAndRightColHolder {
	width: 74%;
	float: left;
	padding-left: 2%;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body.NoRightColNarrow DIV#MidWrapper {
	background-image: url(../Images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: 7px;
}

/*Bred sida ingen högerkolumn*/
body.NoRightColWide DIV#LeftColumn {
	padding-top: 27px;
	background-image: url(../Images/leftmenubg-top.gif);
	background-repeat: repeat-x;
	width: 24%;
	float: left;
}
body.NoRightColWide DIV#MidColumn {

	width: 100%;
	float: left;
}
body.NoRightColWide DIV#MidColumn .EditorContent {
	clear: both;
}
body.NoRightColWide DIV#RightColumn {
	display: none;
	position: absolute;
}
body.NoRightColWide #MidAndRightColHolder {
	width: 74%;
	float: left;
	padding-left: 2%;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body.NoRightColWide DIV#MidWrapper {
	background-image: url(../Images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: 7px;
}
body.NoRightColWide DIV#Wrapper {
}

/*I-Frame Subsida*/
body.SubPageIframe DIV#LeftColumn {
	padding-top: 27px;
	background-image: url(../Images/leftmenubg-top.gif);
	background-repeat: repeat-x;
	width: 24%;
	float: left;
}
body.SubPageIframe DIV#MidColumn {
	width: 100%;
	float: left;
}
body.SubPageIframe DIV#MidColumn .EditorContent {
}
body.SubPageIframe DIV#RightColumn {
	display: none;
}
body.SubPageIframe #MidAndRightColHolder {
	width: 74%;
	float: left;
	padding-left: 2%;
	background-image: url(../Images/fader-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body.SubPageIframe DIV#Wrapper {
	background-color: #FFF;
}
body.SubPageIframe DIV#MidWrapper {
	background-image: url(../Images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: 7px;
}
/*Flashhållare - undersidor */
#FlashHolder {
	width: 100%;
	padding-bottom: 5px;
	float:left;
	clear:both;
}
/*Vänstermeny*/


/*Brödsmula*/
#BreadCrumb {
	margin: 0px;
	width: 95%;
	float: left;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
#BreadCrumb LI {
	list-style-type: none;
	background-image: url(../Images/bc-sep.gif);
	background-repeat: no-repeat;
	background-position: 100% 70%;
	text-decoration: none;
	float: left;
	margin-right: 4px;
	padding-right: 10px;
}
#BreadCrumb .LastItem {
	background-image: none;
	border: none;
}
#BreadCrumb a:link, #BreadCrumb a:visited {
	text-decoration: none;
	color: #666666;
}
#BreadCrumb a:hover {
	text-decoration: underline;
}
h1.PageName {
	/*font-size: 1.5em; 	color: #CC3333; 	padding-bottom: 5px; 	font-weight: bold; 	font-family: Arial, Helvetica, sans-serif; 	margin-bottom: 0px;*/
	font-size: 210%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
	letter-spacing: 0px;
	color: #CC3333;
	line-height: normal;
	font-family: Helvetica, sans-serif;
	clear: both;
}
/*Navigering*/
.MainNavigatoinHolder {
	background-image: url(../Images/barbg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}
#MainNavigation {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	background-color: #cad3d6;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#MainNavigation li {
	list-style-type: none;
	display: inline;
}
#MainNavigation a:link, #MainNavigation a:visited {
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(../Images/buttonbg.gif);
	background-repeat: no-repeat;
}
#MainNavigation a:hover {
	background-color: #b4b9bb;
	background-image: url(../Images/buttonbg_hoover.gif);
	background-repeat: no-repeat;
}
#MainNavigation .Active:link, #MainNavigation .Active:visited {
	background-color: #CC3333;
	background-image: url(../Images/activebg_metro.gif);
	background-repeat: no-repeat;
	border-right-style: solid;
	font-weight: bold;
	color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #A7A4A4;
}
#MainNavigation .MainLastItem:link, #MainNavigation .MainLastItem:visited {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
/*Hållare för översiktsbilden*/
#OverView {
	padding-left: 15px;
	clear: both;
	padding-top: 10px;
}
/*Generell styrrning av input och select*/
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/*Iframehållare - Bred*/
.IframeWide {
	width: 100%;
	height: 500px;
	border: 1px solid #CCCCCC;
}
/*Iframehållare - Genererar ram runt iframen*/
.IframeHolder {
	clear:both;
	width:100%;
}
/*Fieldset Filterhållare */
.FilterRow {
	display: block;
	clear: both;
	padding-bottom: 8px;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.FilterGroup {
	float: left;
	padding-right: 8px;
}
.FilterGroupButton {
	float: left;
	padding-top: 18px;
	padding-right: 8px;
}
.FilterGroup label {
	display: block;
	cursor: pointer;
	padding-bottom: 3px;
	font-weight: bold;
}
.FilterGroup .InLinelabel {
	display: inline;
}
.FilterHolder P {
	padding: 0px;
	margin: 0px;
}
/*Paginering - Generellt*/
.Paging {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: bold;
	float: left;
	width: 100%;
}
.Paging LI {
	display: inline;
	list-style-type: none;
}
.Paging .CurrentPage:link, .Paging .CurrentPage:visited {
	font-weight: bold;
	background-color: #CCCCCC;
}
.Paging a:link, .Paging a:visited {
	color: #333333;
	padding: 4px;
	font-weight: normal;
}
.Paging a:hover {
	background-color: #CCCCCC;
}
/*Sökning kommentar*/
.SearchComment {
	padding-bottom: 5px;
}
.SearchComment P {
	padding: 0px;
	margin: 0px;
}
/*Paginering - Generellt*/
.SortList {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 100%;
	font-weight: bold;
}
.SortList LI {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
.SortList .CurrentPage:link, .SortList .CurrentPage:visited {
	font-weight: bold;
	background-color: #CCCCCC;
	color: #FFFFFF;
}
.SortList a:link, .SortList a:visited {
	color: #333333;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 4px;
}
.SortList a:hover {
	text-decoration: underline;
}
.SortList .SortIndex {
	padding-left: 16px;
	padding-right: 8px;
}
/*Dolt fält*/
.Invisible {
	display: none;
}
/*Skriv ut, lägg till i mina länkar*/
.PrintLine {
	padding-top: 8px;
	margin-top: 5px;
	clear: both;
	width: 100%;
	float: left;
	padding-bottom: 8px;
}
.Print {
	background-image: url(../Images/print.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-bottom: 4px;
	margin-right: 18px;
	float: left;
	padding-left: 25px;
	padding-top: 4px;
}
.TipFriend {
	background-image: url(../Images/tipfriend.gif);
	background-repeat: no-repeat;
	background-position: 5% 60%;
	padding-bottom: 4px;
	margin-right: 18px;
	float: left;
	padding-left: 25px;
	padding-top: 4px;
}
/*Sidfot*/
#PageFooter {
	padding-top: 0.5em;
	margin-top: 0.5em;
	padding-bottom: 1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC3333;
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#PageFooterNoBorder {
	padding-top: 0.5em;
	margin-top: 0.5em;
	padding-bottom: 1em;
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#PageFooter .EditorLeft {
	width: 100%;
}
#PageFooter .EditorRight {
	float: right;
	width: 20%;
	text-align: right;
}
/*Vit text*/
.white {
	color: #FFFFFF;
}
/*Hållare för editor till höger på startsidan*/
.EditorContentRightBlockStartPage {
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
}
.EditorBoxRightBlockStartPage {
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
}
/*Vänstermeny*/
#LeftMenuHolder {
	border: solid 1px #CC3333;
	background-color: #CC3333;
	padding-bottom:10px;
}
#LeftMenuHolder span {
	padding-left: 4px;
	display: block;
}
#LeftMenuHolder ul {
	padding-bottom: 0px;
	padding-left:0px;
	margin: 0px;
	font-weight: bold;
}
.MenuItemHolder li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2;
	background-color: #CC3333;
	padding-left: 15px;
}
/*Nivå 1*/
#LeftMenuHolder ul li {
	font-weight: normal;
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 0px; 
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*Vit bakgrundsbild i menyn*/
.LeftMenuBG, .OpenGroup {
	background-image: url(../Images/menuline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.LeftMenuBGActDot {
	background-image: url(../Images/menuline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#LeftMenuHolder ul li span {
	padding-left: 10px;
}

/*Nivå 2*/
#LeftMenuHolder ul li ul li {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}
#LeftMenuHolder ul li ul li span {
	padding-left: 10px;
}
/*Nivå 3*/
#LeftMenuHolder ul li ul li ul {
	border-top: 1px solid #ddd;
	padding-left: 4px;
	background: none;
}
#LeftMenuHolder ul li ul li ul li {
	background: none;
}
#LeftMenuHolder ul li ul li ul span {
	padding-left: 10px;
}
/*Nivå 4*/
#LeftMenuHolder ul li ul li ul li ul {
	border-top: none;
}
.MenuItemHolder a:link, .MenuItemHolder a:visited {
	color: #fff;
	display: block;
	width: 100%;
}
/*Nivå 1*/
.MenuItemHolder li a:link, .MenuItemHolder li a:visited {
	display: block;
	padding-top: 5px;
	padding-bottom: 7px;
}
.MenuItemHolder li .ActDot {
	background-image: url(../Images/actdot-white.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
}

.MenuItemHolder li a.LeftMenuBG:hover {
	background-color: #cc0000;
	text-decoration: none;
}
.MenuItemHolder li a.ActDot:hover {
	text-decoration: none;
}
.MenuItemHolder ul {
	background-color: #fff;
}

/*Nivå 2*/
.MenuItemHolder ul li a:link, .MenuItemHolder ul li a:visited {
	color: #333;
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}
.MenuItemHolder ul li {
	background-color: #fff;
}
.MenuItemHolder ul li .ActDot {
	background-image: url(../Images/actdot.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
.MenuItemHolder ul li a.ActDot:hover {
	background-color: #eee;
	text-decoration: none;
}
.MenuItemHolder ul li a.LeftMenuBG:hover{
	background-color: #eee;
	background-image:none;
}

/*Nivå 3*/
.MenuItemHolder ul li ul li a:link, .MenuItemHolder ul li ul li a:visited {
	color: #333;
	border: none;
	display: block;
	width: 100%;
	background-color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}
.MenuItemHolder ul li ul li .ActDot {
	background-image: url(../Images/actdot.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
.MenuItemHolder ul li ul li a.ActDot:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
.MenuItemHolder ul li ul li a.LeftMenuBG:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
/*Nivå 4*/
.MenuItemHolder ul li ul li ul li a.LeftMenuBG:link, .MenuItemHolder ul li ul li ul li a.LeftMenuBG:visited {
	background-image: url(../Images/vinkel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:3px;
	border:none;
}
.MenuItemHolder ul li ul li ul li .ActDot {
	background-image: url(../Images/actdot_vinkel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:3px;
}

/*Kartsök*/
.SearchActions {
	clear: both;
	float: left;
	display: block;
	padding-bottom: 8px;
}
.SearchActions label {
	display: block;
	font-weight: bold;
	cursor: pointer;
}
.Reseller {
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-top: 8px;
}
.Reseller:hover {
	background-color: #eaeaea;
	cursor: pointer;
}
.Reseller span {
	display: block;
}
.Reseller p {
	padding: 0px;
	margin: 0px;
}
.Reseller .Col0 {
	float: left;
	width: 4%;
}
.Reseller .Col1 {
	float: left;
	width: 50%;
}
.Reseller .Col2 {
	float: left;
	width: 35%;
}
.Reseller .Col3 {
	float: left;
	width: 15%;
}
.FilterMap {
	padding: 4px;
	background-color: #EBEBEB;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Info, .InfoHidden {
	clear: left;
	padding: 4px;
	background-color: #EBEBEB;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.InfoHidden {
	display: none;
}
.MapHolder, .Loading {
	clear: left;
}
/* Brochure */
.BrochureCheckBox label {
	display: none;
}
.PdfBrochure {
	margin-top:83px;
}

/*Språkkontroll*/

.LanguageMenuPanel {
	z-index: 1000;
	cursor: pointer;
	font-size: 11px;
	width:98px;
	background-color: #CC3333;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left:5px;
	padding-right:5px;
	text-align: left;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}
.LanguageMenuItem {
	margin: 1px 0 1px 0;
	display: block;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	padding: 0px;
	white-space: nowrap;
	padding-left:2px;
	background-image: url(../Images/menuline.gif);
	background-repeat: no-repeat;
	background-position: 5px 20px;
	padding-bottom: 3px;
	background-position: center bottom;
}
.LanguageMenuItemLast {
	margin: 1px 0 1px 0;
	display: block;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	padding: 0px;
	white-space: nowrap;
	padding-left:2px;
	padding-bottom: 3px;
}
.ShortCutsList a.LanguageMenuItem, .ShortCutsList a.LanguageMenuItemLast {
	color: #FFF;
}
.LanguageMenuItem:link, .LanguageMenuItemLast:link .LanguageMenuItem:visited, .LanguageMenuItemLast:visited {
	color: #FFF;
}
a.LanguageMenuItem-Selected, a.LanguageMenuItemLast-Selected {
	font-weight: bold;
	color: #FFF;
}
a.LanguageMenuItem:hover, a.LanguageMenuItemLast:hover {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	background-color: #880000;
}
.LanguageMenuBreak {
	margin: 1px 1px 1px 32px;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
}
.ajax__dropdown_arrow_wrapper img {
	position: relative;
	top: -50%;
	left: -50%;
}
.ajax__dropdown_arrow {
	position: absolute;
	height: 100%;
	overflow: hidden;
}
.ajax__dropdown_panel {
	background: white;
}
.ajax__dropdown_frame {
	overflow: hidden;
	font-size: 1px;
	text-align: right;
	position: absolute;
	cursor: pointer;
}
.ajax__dropdown_frame_line {
	overflow: hidden;
	font-size: 1px;
	position: absolute;
	cursor: pointer;
}
.ajax__dropdown_arrow_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
}
.ajax__dropdown_arrow_wrapper img {
	position: relative;
	top: -50%;
	left: -50%;
}
span.DropDown {
	background-image: url(../Images/dropselect.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 16px;
	display: inline;
	overflow: visible;
	padding-right: 15px;
	background-color: #eeeeee;
	width: 100px;
}
span.DropDown:hover {
	text-decoration: underline;
	cursor: pointer;
}
input.registerfield {
	width: 20em;
}
/* ---Calender template items---*/

div.monthcalendararea {
	float: right;
	width: 38%;
}
div.calendarlistingarea {
	float: left;
	width: 61%;
	text-align: left;
}
h1.calendardayheading {
	font-size: 1.2em;
	color: #333;
	display: inline;
}
table.calendarframe {
	border-color: #fff;
	background-color: #fff;
}
/* IE 6 does not seem to handle parent-child selectors */
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;
}
.WorkroomListHeader {
	background-color: #ccc;
	height: 2em;
	padding-top: 0.4em;
	padding-left: 0.4em;
	font-weight: bold;
}
.ListRowEven {
	background-color: #f0f0f0;
	height: 2.7em;
	margin-top: 0.2em;
	vertical-align: middle;
}
.ListRowUneven {
	background-color: #ffffff;
	height: 2.7em;
	margin-top: 0.2em;
	vertical-align: middle;
}
.InputArea label {
	float: left;
	padding-right: 10px;
	width: 90px;
	font-weight: bold;
}
/*Admin för leverantörer*/
.InputArea {
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 100%;
}
.NoBorder {
	border:none;
}
.Left {
	width: 47%;
	margin-right: 1%;
}
.InputArea p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.ImageUpload {
}
.ResellerInfo {
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.ImageUpload label {
	width: auto;
	display: block;
	font-weight: bold;
}
.InputArea h2 {
	font-size: 1.1em;
	color: #333333;
	letter-spacing: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.SaveRow {
	clear: both;
	padding-top: 6px;
}
.AreaList {
	margin: 0px;
	padding: 0px;
}
.AreaList li {
	list-style-type: none;
}
.ResellerLogo {
	text-align:center;
	height: 125px;
}
.ResellerLogo img {
	margin-top: 4%;
}
.ResellerImage {
	text-align:center;
}
Fieldset {
	border:none;
}
/*************************/
/* REGISTER PAGE         */
/*************************/
.registerArea 
{
    width: 100%;
}

.registerArea label 
{
    display: block;
    line-height: 1em;
}

.registerArea input
{
    margin: 0.3em 0 1em 0;
}
/*************************/
/* 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);
}

/*************************/
/* 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;
}
/*************************/
/* WORKROOM              */
/*************************/

/* Classes used by NewsList and CalendarList */
.workroomItemlist
{
}

.workroomItemlist .containerContent
{
	padding: 3px;
}

.workroomItemlist ul
{
	list-style-type:none;
	list-style-image: none;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.workroomItemlist li
{
	padding: 5px 5px 8px 7px;
}

.workroomItemlist li.selected
{
	
	 border-left: 4px solid #F49E46;
}

.workroomItemlist li.even
{
	background-color: #ebf0f3;	
}

.workroomItemlist li.uneven
{
}

.workroomItemlist h2
{
	margin: 0;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
}

.workroomItemlist h3
{
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
}

.workroomItemlist p
{
	margin: 0;
}

.workroomItemlist .PagingContainer
{
	text-align: center;
	font-family: Verdana, Helvetica, Sans-Serif;
}

/* File listing */
.workroomFilelist
{
}

.workroomFilelist .containerContent
{
	padding: 3px;
	padding-top: 7px;
}

.workroomFilelist ul
{
	list-style-type:none;
	list-style-image: none;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.workroomFilelist li
{
	font-family: Verdana, Helvetica, Sans-Serif;
	clear:both;
	padding: 2px 5px 2px 7px;
	overflow:hidden;
}

.workroomFilelist li.even
{
	
}

.workroomFilelist li.uneven
{
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	background-color: #ebf0f3;
}

.workroomFilelist .document
{
	float: left;
}

.workroomFilelist .date
{
	font-size: 0.8em;
	line-height: 2em;
	float: right;
}

/* Workroom listing page */
ul.workroomList 
{
    width: 100%;
    overflow: hidden;
    list-style-image: none;
    list-style-type: none;
}

ul.workroomList li
{
    display: block;
    width: 205px;
    margin-bottom: 1.5em;
    float: left;
    overflow: visible;
}

ul.workroomList li a
{
    font-family: Verdana, Helvetica, Sans-Serif;
    line-height: 1.2em;
}

ul.workroomList li img
{
    width: 32px;
    height: 32px;
    border: 1px solid #e3e3e3;
    background-color: White;
    padding: 4px;
    margin-right: 4px;
    float: left;
}

ul.workroomList li span 
{
    display: block;
    margin-top: 4px;
    text-decoration: underline;
}

.createWorkroom label
{
    display: block;
    float: left;
    width: 120px;
    text-align: right;
    margin-right:10px;
    line-height: 2em;
}

.createWorkroom input.name
{
   width: 200px;
}

.createWorkroom div
{
    margin-bottom: 1em;
}

.createWorkroom div.buttons, .createWorkroom .templateDescription
{
    margin-left: 130px;
    display: block;
}

.createNews input.name
{
   width: 200px;
}

.createNews div
{
    margin-bottom: 1em;
}

/* Calendar */
.workroomCalendar
{
	width: 100%;
	border-color: #e3e3e3;
	font-family: Verdana, Helvetica, Sans-Serif;
}

.workroomCalendar .title
{
	border-bottom: 1px solid #e3e3e3;
}

.workroomCalendar table,
.workroomCalendar table td,
.workroomCalendar .title td
{
	padding-bottom: 3px;
	border: 0;
}

.workroomCalendar th
{
	padding: 3px;
	text-align: center;
}
.workroomCalendar td
{
	text-align: center;
	border: 1px solid #eeeeee;
	padding: 2px;
}

.workroomCalendar .selector
{
	font-weight: bold;
	border-top-width: 0;
	border-bottom: 1px solid #eeeeee;
}

.workroomCalendar a
{
	padding: 3px;
	text-decoration: none;
}
.workroomCalendar .today
{
	font-weight: bold;
	background-color: #dddddd;
}

.workroomCalendar td.highlighted
{
	background-color: #307DA0;
}

/* Calendar list */
.workroomCalendarList
{
	margin: 10px 0;	
}
.workroomCalendarList h1
{
	font-size: 1em;
	font-weight: bold;
}
.workroomCalendarList h2
{
	margin: 10px 0px 6px 0px;
	font-size: 1em;
	border-bottom: 1px solid #e3e3e3;
}

/* Membership page */
.workroomMembershiplist table 
{
    font-family: Verdana, Helvetica, Sans-Serif;
    width: 100%;
    border: 1px solid #e3e3e3;
}

.workroomMembershiplist th 
{
    background-color: #eeeeee;
    font-weight: normal;
    padding: 3px 5px;
}

.workroomMembershiplist td 
{
    padding: 3px 5px;
}

.workroomMembershiplist .buttonToolbar
{
    margin-top: 1em;
}
.container .containerCaption
{
	padding: 0 10px 2px 10px;
}

.container .containerCaption h1
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
    line-height: 1.6em;
}

.container .containerContent
{
	border: 1px solid #dcdcdc;
	padding: 10px;
	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;
}

.container .containerToolbar
{
	float: right;
	padding: 0 10px;
	font-family: Verdana, Helvetica, Sans-Serif;
}

.container .containerCaption .containerToolbar 
{
    padding: 0;
}

.containerContent .validation ul
{
	font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
    font-size: 0.8em;
	background-color: #eeeeee;
	margin: 1em 2em;
	padding: 1em;
}

.containerContent .validation li
{
	margin-left: 1.4em;
	list-style-image: none;
    padding: 0;
} 
.contentAreaFull .container     { background: url(../Images/PageMainBodyWideBgNew.png) no-repeat; }
.contentAreaWide .container     { background: url(../Images/PageMainBodyBgNew.png)  no-repeat; }
.contentAreaHalf .container     { background: url(../Images/PageMainBodyColumnBgNew.png) no-repeat; }
.contentAreaNarrow .container   { background: url(../Images/PageSecondaryBodyBg.png) no-repeat; }
/**********************************/
/*   File Manager                 */
/**********************************/
.folder
{
	padding: 0 0 2px 20px;
	background-image: url(../Images/filemanager/folder.png);
	background-repeat: no-repeat;
	line-height: 1.4em;
}
.documentList a,
.document
{
    padding: 0 0 2px 20px;
	background-image:url(images/extensions/default.gif);
	background-repeat: no-repeat;
	line-height: 1.4em;
}
.bmpExtension {background-image: url(../Images/extensions/bmp.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.docExtension {background-image: url(../Images/extensions/doc.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.gifExtension {background-image: url(../Images/extensions/gif.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.htmExtension, .htmlExtension {background-image: url(../Images/extensions/htm.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.jpgExtension, .jpegExtension {background-image: url(../Images/extensions/jpg.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.mp3Extension {background-image: url(../Images/extensions/mp3.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.mpgExtension {background-image: url(../Images/extensions/mpg.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.pdfExtension {background-image: url(../Images/extensions/pdf.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.pngExtension {background-image: url(../Images/extensions/png.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.pptExtension {background-image: url(../Images/extensions/ppt.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.tifExtension, .tiffExtension {background-image: url(../Images/extensions/tif.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.txtExtension {background-image: url(../Images/extensions/txt.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.wavExtension {background-image: url(../Images/extensions/wav.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.xlsExtension {background-image: url(../Images/extensions/xls.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}
.zipExtension {background-image: url(../Images/extensions/zip.gif); background-repeat: no-repeat; padding: 0 0 2px 20px; line-height: 1.4em;}



div.filemanager {}

.filetree
{
    margin-top:.6em;
    margin-bottom: 1em;
}

.filetree td
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.filetree td a
{
    padding:.1em .2em;
}

.filetree td.selectednode a
{
    font-weight:bold;
}

/**********************************/
/*   File Manager Control         */
/**********************************/
div.filemanagercontrol
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.filemanagercontrol h1,
div.filemanagercontrol h2,
div.filemanagercontrol h3,
div.filemanagercontrol h4
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
div.filemanagercontrol h1 {font-weight: normal; font-size: 1.4em; line-height: 1.2em; padding: 0; margin: 0.3em 0em 0.2em 0;}
div.filemanagercontrol h2 {font-weight: normal; font-style: normal; font-size: 1.2em; padding: 0; margin: 0.2em 0em;}
div.filemanagercontrol h3 {font-weight: bold; font-size: 1em; padding: 0; margin: 0.4em 0em;}
div.filemanagercontrol h4 {font-weight: bold; font-size: 0.9em; padding: 0; margin: 0.4em 0em;}

div.filemanagercontrol p
{
	margin: 0.3em 0em 0.4em 0;
}
div.filemanagercontrol fieldset
{
	margin: -0.5em 0.8em 1em 0.2em;
}
div.filemanagercontrol label
{
	display: block;
	padding-top: 0.3em;
	float: left;
	width: 7em;
}


div.filemanagercontrol .toolbar
{
	background: url(../Images/filemanager/toolbarbg.png) no-repeat;
	padding: 7px;
}
div.filemanagercontrol .toolbarbuttonarea
{
	overflow: hidden;
	width: 100%;
	padding-bottom: 0.1em;
	clear: both;
}
div.filemanagercontrol .toolbarmessage
{
	margin-left: 0.4em;
}

div.filemanagercontrol .crumbs
{
	color: #006ea0;
	font-size: 0.9em;
	background: url(../Images/filemanager/toolbarcrumbsbg.png) no-repeat;
	padding: 0.3em;
	padding-left: 1.1em;
}

div.filemanagercontrol .validator ul
{
	list-style-type:none;
	list-style-image: none;
    margin: 0;
    margin-left: 0.4em;
    padding: 0;
    font-weight: bold;
    font-size: 0.9em;
}

div.filemanagercontrol .body
{
	border: 1px solid #DCDCDC;
	height: 400px;
	overflow:hidden;
}

div.filemanagercontrol .body .leftpanel,
div.filemanagercontrol .body .rightpanel
{
	overflow: auto;
	padding-top: 0.7em;
	height:400px;
	
}
div.filemanagercontrol .body .leftpanel
{
	float:left;
	width:23%;
	border-right: 1px solid #DCDCDC;
}
div.filemanagercontrol .body .rightpanel
{
	float:right;
	width:76%;
}

div.filemanagercontrol a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.filemanagercontrol a[disabled="disabled"]
{
	color: #888;
}

div.filemanagercontrol a.addfile,
div.filemanagercontrol a.addfolder,
div.filemanagercontrol a.copy,
div.filemanagercontrol a.cut,
div.filemanagercontrol a.delete,
div.filemanagercontrol a.details,
div.filemanagercontrol a.paste,
div.filemanagercontrol a.rename,
div.filemanagercontrol a.view
{
	display: block;
	float: left;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	min-width: 34px;
	padding: 26px 5px 5px 5px;
	margin-right: 1em;
	border: 0;
}
div.filemanagercontrol .toolbar a:hover
{
	padding: 26px 4px 3px 4px;
	border: 1px solid #cccccc;
}

div.filemanagercontrol a.addfile { background-image: url(../Images/filemanager/buttonaddfile.png); }
div.filemanagercontrol a.addfolder { background-image: url(../Images/filemanager/buttonaddfolder.png); }
div.filemanagercontrol a.copy { background-image: url(../Images/filemanager/buttoncopy.png); }
div.filemanagercontrol a.cut { background-image: url(../Images/filemanager/buttoncut.png); }
div.filemanagercontrol a.delete { background-image: url(../Images/filemanager/buttondelete.png); }
div.filemanagercontrol a.details { background-image: url(../Images/filemanager/buttondetails.png); }
div.filemanagercontrol a.paste { background-image: url(../Images/filemanager/buttonpaste.png); }
div.filemanagercontrol a.rename { background-image: url(../Images/filemanager/buttonrename.png); }
div.filemanagercontrol a.view { background-image: url(../Images/filemanager/buttonview.png); }

div.filemanagercontrol ul.folderlist
{
    list-style-type:none;
	list-style-image: none;
    margin: 0em 0 0 0.8em;
    padding: 0;
}
div.filemanagercontrol ul.folderlist li
{
	background-image: url(../Images/filemanager/folder.png);
	background-repeat: no-repeat;
	padding-left: 1.7em;
	
}
div.filemanagercontrol ul.folderlist li.parent
{
	background-image: url(../Images/filemanager/folderup.png);
    background-repeat: no-repeat;
    margin-bottom: 1em;
}

div.filemanagercontrol table.fileList
{
	width: 98%;
	border-collapse: collapse;
	margin: 0;
}

div.filemanagercontrol table.fileList tr.selected
{
	background-color: #aaa;
}

div.filemanagercontrol .fileList th
{
    border-bottom: 1px solid #DCDCDC;
    padding: 0 1em 0.3em 1em;
}
div.filemanagercontrol .fileList td
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    padding-top: 0.3em;
    padding-right:15px;
}

div.filemanagercontrol .fileList td a
{
	padding: 3px 0 2px 20px;
	line-height: 1.4em;
}
div.filemanagercontrol ul.documentList
{
	list-style-type:none;
	list-style-image: none;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    padding-top: 0.3em;
}

/* File summary css styling */
/* Applied to override what is in the filesummary.config */
div.filemanagercontrol fieldset.editfilesummary
{
}
div.filemanagercontrol fieldset.editfilesummary fieldset
{
	margin-top: 0.2em;
}
div.filemanagercontrol fieldset.editfilesummary label
{
	float:none;
	display: inline;
	width: auto;
}
div.filemanagercontrol fieldset.editfilesummary td
{
	vertical-align: top;
	padding-top: 0.3em;
	width: 40%;
}

div.filemanagercontrol fieldset.editfilesummary a
{
	cursor: text;
	text-decoration: none;
	color: #606060;
}
div.filemanagercontrol fieldset.editfilesummary a:hover
{
	background: none;
}
.xformerrortext
{
	color:Red;
}
/* ------------Collapsable Listboxes ------------*/
#TabListHolder
{
    float: left;
	width:100%;
}

/*#Content #RightContent .PersonalSidebar .SidebarLists h3.Open a, #Content #RightContent .PersonalSidebar .SidebarLists h3.Open.TopItem a, 
#Content #RightContent .PersonalSidebar .SidebarLists h3.Close a, #Content #RightContent .PersonalSidebar .SidebarLists h3.Close.TopItem a,
#Content #RightContent .PersonalSidebar .SidebarLists h3.Documents a, #Content #RightContent .PersonalSidebar .SidebarLists h3.Relatedlinks a
{
	background: transparent url(/CustomerTemplates/Common/Images/BoxHeaders-bg.gif) no-repeat 0px -252px;
	color:#333;
	display:block;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	padding:6px 10px 0 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom:0;
	outline:none;

	height:24px;
}

#Content #RightContent .PersonalSidebar .SidebarLists h3.Close a
{
	background: transparent url(/CustomerTemplates/Common/Images/BoxHeaders-bg.gif) no-repeat 0px -210px;
}*/

