
/* a:link m.m. är vanliga länkarna i dokumentet.*/
a {
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link        {color: 006699;}
a:visited     {color: 006699;}
a:active      {color: 006699;}
a:hover		  {color: 87C8F4;}

/*a.two:link m.m. är övre länkarna i dokumentet, sök, hjälp m.m.*/
a.two:link    {color: #FFFFFF;}
a.two:visited {color: #FFFFFF;}
a.two:active  {color: #FFFFFF;}
a.two:hover	  {color: #cccccc;}

/*a.three:link m.m. är knapp-länkarna i dokumentet.*/
a.three {
	font-weight: normal;
}
a.three:link    {color: #000000;}
a.three:visited {color: #000000;}
a.three:active  {color: #000000;}
a.three:hover	{color: #007CBB;}

body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;background-color: #DDDAC2;}

/* COPYRIGHT TEXT */
/* style3 är copyright texten. Verdana, vit textfärg, storlek 9px */
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; }

/* VANLIG BRÖTEXT */
/* style9 är vanlig brötext. Typsnitt Verdana, ljusblå textfärg, storlek 10px: */
.style9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #006699; }

/* style10 är vanlig brötext. Typsnitt Verdana, svart textfärg, storlek 10px: När style10 används vid vanliga länkar blir texten ljusblå */
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }


/* STOR RUBRIK TEXT */
/* style17 är en rubriktext. Typsnitt Verdana, ljusblå textfärg, storlek 16px */
.style17 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 16px;color: #006699;}




/* UNDERRUBRIK TEXTER */
/* style7 är en Underrubriktext. Typsnitt Verdana, beige textfärg, storlek 12px */
.style7 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #997d39; }

/* style12 är en Underrubriktext. Typsnitt Verdana, svart textfärg, storlek 12px */
.style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

/* style13 är en Underrubriktext. Typsnitt Verdana, ljusblå textfärg, storlek 12px */
.style13 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #006699;}

/* style112 är en Underrubriktext. Används i Drop-Down */
.style112 
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 12px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }


/* style77 är resultattext. Verdana, röd textfärg, storlek 9px */
.style77
{
	font-size: 11px;
	color: #ff0000;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



/* Menu groups -------------------------------------------- */
.TopGroup{
  background-color:white;
  border:solid 0px white; 
}

.Group
{
  background-color:white;
  border:solid 1px gray;
}

/* Default item styles ------------------------------------ */ 

.Item
{
	color:black;
	font-family:verdana;
	font-size:10px;
  border:solid 1px white; 	
	cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);
}

.ItemHover
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px gray; 
  cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);
  
}

.ItemExpanded
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px #737373; 
  border-right-color:#ABABAB;
  border-bottom-color:#ABABAB;
  cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);
  
}

/* Selected item styles ------------------------------------ */ 
.SelectedItem
{
	font-family:verdana;
	font-size:10px;
	border:solid 1px white;
	color:red;
	margin:1px;
	cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);  
}

.SelectedItemHover
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px gray; 
  cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);
  
}

.SelectedItemExpanded
{
  background-color:silver; 
  color:black; 
  font-family:verdana; 
  font-size:10px; 
  border:solid 1px gray; 
  cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);
  
}

/* Child selected item styles ------------------------------------ */ 
.ChildSelectedItem
{
	font-family:verdana;
	font-size:10px;
	border:solid 1px white;
	color:red;
	margin:1px;
	cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);  
}

.ChildSelectedItemHover
{
  background-color:silver; 	
	font-family:verdana;
	font-size:10px;
	border:solid 1px white;
	color:red;
	margin:1px;
	cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);
  
}

.ChildSelectedItemExpanded
{
	font-family:verdana;
	font-size:10px;
	border:solid 1px white;
	color:red;
	margin:1px;
	cursor:default;
	background-repeat: no-repeat;
	background-image: url(../graphics/tree/spacer.gif);  
}