.ddlBasetool
{
	color:Fuchsia;
	border-style:dotted;
	background-color:Maroon;
}

.BasetoolItemhead2
{
	font-weight:bold;
}
.BasetoolItemhead3
{
	font-weight:normal;
}

/*searchpage*/
.SelectedPage
{
	text-decoration:underline;
	font-size:11px;

}
.notSelectedPage
{
	text-decoration:none;
	font-size:11px;
}


/* scroller */
#scrollerText
{
	visibility:hidden;
	position:absolute;
}
.boundry
{
	font-size:x-small;
	font-weight:bold;
	color:Red;
	text-align:right;
	float:right;
	margin-right:15px;
	margin-top:10px;
	width: 10px;
}
/* FAQ */
.FAQquestionDefault 
{
	display: block;
	/*font-weight: bold;*/
	margin-bottom: 0px;
	/*color: #4F5F69;*/
	padding-top: 3px;
	/*font-family: Verdana;*/
}
.FAQquestionWhite 
{
	display: block;
	margin-bottom: 0px;
	padding-top: 3px;
	color:White;
}
.FAQanswerDefault
{
	font-size: x-small;
	line-height:140%;
	padding-left: 10px;
	padding-top: 2px;
}
.FAQanswerWhite 
{
	font-size: x-small;
	line-height:140%;
	padding-left: 10px;
	padding-top: 2px;
	color:White;
}

/* * * * * * * * * * * * * * * **
*								*
*	Left menu  - Default		*
*								*
* * * * * * * * * * * * * * * * */
ol.leftmenu
{
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:small;	
}

ol.leftmenuUnder
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:small;

}

ol.leftmenu li, .leftmenuUnder li
{
	display:inline;
	padding:0px;
	margin:0px;
	
}

ol.leftmenu li a, .leftmenuUnder li a
{
	display:block;
	padding:0px;
	margin:0px;
	text-align:right;
	color:#615E56;
	font-weight:normal;
	font-size:85%;
}


ol li a.Menyrubrik /* Menyrubrik */
{
	color:#000000;
	font-weight:bold;
	/*font-size:x-small;*/
	font-size:70%;
	background-color:#D7D3CA;
	padding:3px 10px 3px 0px;
	text-transform:uppercase;
}

a.Menyrubrik:hover
{
	text-decoration:none
}

ol li a.MenyrubrikVit /* Menyrubrik vit */
{
	color:#FFFFFF;
	font-weight:bold;
	/*font-size:x-small;*/
	font-size:70%;
	background-color:#b1a998;
	padding:3px 10px 3px 0px;
	text-transform:uppercase;
}

a.MenyrubrikVit:hover
{
	text-decoration:none
}

ol li a.Menyrubrik2 /* Menyrubrik om inte undermenyer skall synas som default */
{
	color:#000000;
	font-weight:bold;
	/*font-size:x-small;*/
	font-size:70%;
	background-color:#E3E1DD;
	padding:3px 10px 3px 10px;
	/*margin-bottom:10px;*/
	margin-bottom:0px;
	text-transform:uppercase;
	text-align:left;
	border-bottom:solid 1px white;
}

a.Menyrubrik2:hover
{
	text-decoration:none;
	background-color:#D6D1C8;
	border-bottom:solid 1px white;
}

ol li a.MenyrubrikVit2 /* Menyrubrik vit om inte undermenyer skall synas som default */
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:x-small;
	background-color:#b1a998;
	padding:3px 10px 3px 0px;
	/*margin-bottom:10px;*/
	text-transform:uppercase;
}

a.MenyrubrikVit2:hover
{
	text-decoration:none;
	background-color:#D6D1C8;
}

ol li a.Menystandard /* Menystandard */
{
	/*padding:3px 2px 5px 0px;*/
	/*margin:10px 0px 10px 0px;*/
	padding:2px 2px 4px 10px;
	margin:0px 0px 0px 0px;
	border-right:solid 1px #E3E1DD;
	border-bottom:solid 1px #E3E1DD;
	text-align:left;
}

a.Menystandard:hover
{
	text-decoration:none;
	background-color:#EFEEEC;
}

ol li a.Menyaktiv /* Menyaktiv */
{
	background-color:#fff;
	font-weight:bold;
	color:#91152B;
	/*padding:3px 2px 5px 0px;*/
	/*margin:10px 0px 0px 0px;*/
	padding:2px 2px 4px 10px;
	margin:0px 0px 0px 0px;
	text-align:left;
	border-right:solid 1px #E3E1DD;
	border-bottom:solid 1px #E3E1DD;
}

a.Menyaktiv:hover
{
	text-decoration:none;
	background-color:#EFEEEC;
}

ol li a.Menyaktiv2 /* Menyaktiv om inga undersidor finns */
{
	/*background-color:white;*/
	font-weight:bold;
	color:#91152B;
	/*padding:3px 2px 5px 0px;*/
	/*margin:10px 0px 10px 0px;*/
	padding:2px 2px 4px 10px;
	margin:0px 0px 0px 0px;
	border-right:solid 1px #E3E1DD;
	border-bottom:solid 1px #E3E1DD;
	text-align:left;

}

a.Menyaktiv2:hover
{
	text-decoration:none
}

ol li a.Undermeny /* Undermeny */
{
	background-color:#fff;
	font-size:x-small;
	/*font-weight:bold;*/
	/*padding:5px 2px 5px 0px;*/
	padding:2px 2px 2px 15px;
	text-align:left; 
	border-right:solid 1px #E3E1DD;
	border-bottom:solid 1px #E3E1DD;
}


a.Undermeny:hover /* Undermeny hover */
{
	background-color:#EFEEEC;
	color:#000;
	text-decoration:none
}

ol li a.Undermenyaktiv /* Undermeny aktiv*/
{
	background-color:#fff;
	color:#91152B;
	font-weight:bold;
	font-size:x-small;
	/*padding:5px 2px 5px 0px;*/
	padding:2px 2px 2px 15px;
	text-align:left;
	border-right:solid 1px #E3E1DD;
	border-bottom:solid 1px #E3E1DD;

}

a.Undermenyaktiv:hover
{
	text-decoration:none;
	background-color:#EFEEEC;
	
}

/* * * * * * * * * * * * * * * **
*								*
*	Left menu  - Special		*
*								*
* * * * * * * * * * * * * * * * */

#containerdiv
{
	overflow:hidden;  /* Sätt för att tillåta menyn (leftmenudiv) att sträcka ut sig över hela sidans längd */
}
#leftmenudiv
{
	padding-bottom: 32767px; /* För att tvinga bakgrunden att bli så lång som sidan är */
	margin-bottom: -32767px;
	overflow: hidden;
}

#leftmenudiv #LeftmenuBg
{
	background: url(/upload/vastarv/layoutbilder/leftmenu_prolong.jpg) left top repeat-y; /* Sätt bakgrundsbild för hela menyn här */	
	padding-bottom: 32767px; /* För att tvinga bakgrunden att bli så lång som sidan är */
	margin-bottom: -32767px;
	overflow: hidden;
}

#BackgroundImg
{
	background: url(/upload/vastarv/layoutbilder/MenuImg.png) bottom no-repeat; /* Sätt bakgrundsbild under menyn här */
	padding:20px 0 20px 0;
	margin:0 0 10px 0;
}

#leftmenudiv ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#leftmenudiv ul ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* * * 		Level 1		 * * */

#leftmenudiv ul li			/* Bakgrund Nivå 1 */
{
	background-color:#646faa; 
}
#leftmenudiv ul li a		/* Länk Nivå 1 */
{
	display:block;
	margin:0px;
	text-align:right;
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;
	text-decoration:none;
	padding:5px 5px 5px 0;
}

#leftmenudiv ul li a:hover 
{
	
}

#leftmenudiv ul li span a	/* Aktuell länk Nivå 1 */
{
	color:#000000; 
}



/* * * 		Level 2		 * * */
#leftmenudiv ul li li			/* Bakgrund Nivå 2 */
{
	background-color:#a6aace;
}
#leftmenudiv ul li li a			/* Länk Nivå 2 */
{
	color:#000000;
	font-weight:normal;
}

#leftmenudiv ul li li a:hover
{
	background-color:#ffffff;
	
}
#leftmenudiv ul li li span a	/* Aktuell länk Nivå 2 */
{
	font-weight:bold;
}

/* * * 		Level 3		 * * */
#leftmenudiv ul li li li		/* Bakgrund Nivå 3 */
{
	background-color:#d0d1e5;
}
#leftmenudiv ul li li li a		/* Länk Nivå 3 */
{
	
}

#leftmenudiv ul li li li a:hover
{
	
}

#leftmenudiv ul li li li span a	/* Aktuell länk Nivå 3 */
{
	font-weight:bold;
	color:#000000;
}


/* * * * * * * * * * * * * * * **
*								*
*	Font-classes on page		*
*								*
* * * * * * * * * * * * * * * * */

.Rullandetext
{
	font-size:x-small;
	font-weight:bold;
	color:#B71717;
	text-align:right;
	float:left;
	margin-left:10px;
	margin-top:10px;
	width: 300px;
}


.Overgripanderubrik
{
	font-size:x-small;
	font-weight:bold;
	color:White;
	background-color:#4A8AA6;
	padding: 2px 0px 2px 15px;
}

#navigationdiv a
{
	color:White;
	font-size:x-small;
	font-weight:normal;	
}

#navigationdiv a:hover
{
	text-decoration:none;
}

/*hr.ab
{
	margin:0px 15px 0px 15px;
	padding:0px;
	
}
hr.c
{
	margin:0px;
	padding:0px;
}*/
/* -- Quick search -- */
input.quicksearchinput
{
	width: 15em;
	height: 1.75em;
	border: 0.1em solid #9C9A94;
}
img.quickbaricon
{
	margin-left: 0.75em;
	width: 2.45em;
}
span.searchlabel
{
	font-weight: bold;
	font-size: 1em;
	color: #336;
}

/* Input fält */
.tbLong
{
	width:370px;	
}
.tbMedium
{
	width:250px;	
}
.tbShort
{
	width:150px;	
}

/* ----- Conference items --- */
div.conference
{
	width:607px;
	margin-bottom:0.5em;
}
div.conferenceheadingarea
{
	float:left;
	padding-right:100px;
	
}
div.conferenceseparator
{
	border-bottom:solid 1px silver;
	float:left;
	width:607px;
	margin-bottom:0.5em;
	height:15px;
}
div.conferencelinkbuttonsarea
{
	margin-top: 0.3em;
	float: left;
	width:580px;
}
div.conferenceheader
{
	
	/*background-color:Fuchsia;*/
}
.ExplorerTreeLink
{
	font-weight:normal;
	color:Purple;
}
.ExplorerTreeSelectedLink
{
	font-weight:bold;
	color:Purple;
}
a img
{
	border:0px;
}

/* ----- RSS listor ----- */
.rssevenrow
{
	
}
.rssunevenrow
{
	
}
/* Tar bort border=1 från Datagrid */
.rsstable
{
	border:0px;
}


