/*Fieldsets (Groupboxes)*/
.FieldSetFullSize
{
    width:550px;  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;  
    border-radius: 6px;
}
.FieldSetLegend
{
    color:Black;
    font-weight:bold;
}


/* Append this CSS code to your "portal.css" (default) file
/*	this will provide the initial style for the sub tabs.
/*	Feel free to modify this to match your site style.
/* ******************************************************
/* SUB tab section

/* background/border colors for the selected sub tab */
.SubTabBg 
{
	 background-color: #FFFFFF;
    
}

/* background/border colors for the unselected sub tabs */
/*
.OtherSubTabsBg
{
	border-right: 0px;
	border-top: 0px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	border-left: 0px;
	color: black;
	border-bottom: 0px;
	font-family: Verdana;
}
*/

/* text style for the selected sub tab */
.SelectedSubTab {
  font-weight: bold;
	font-size: 10px;
	color: #33CC33;
	font-family: Arial, Helvetica, sans-serif;
} 

/* text style for the unselected sub tabs */
.OtherSubTabs
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* hyperlink styles of the unselected tabs */
A.OtherSubTabs:link    {
   font-weight: bold;
	font-size: 10px;
	color:#000000;                 /* #33CC33;*/
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:   none;
	
}

A.OtherSubTabs:visited {
    font-weight: bold;
	font-size: 10px;
	color: #33CC33;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:   none;
	
}

A.OtherSubTabs:active  {
  font-weight: bold;
	font-size: 10px;
	color:#000000;    /* tilbakeknapp så vil denne fargen brukes hvis du da var i denne !*/ 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:   none;
	
}

/* går over */
A.OtherSubTabs:hover   {
    font-weight: bold;
	font-size: 10px;
	color: #33CC33;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:   none;
	
}

/* end of SUB tab section
/* *****************************************************

/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  
#EC9408 grønn
*/
.HeadBg {
    background-color: #9999ff;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:black
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #EC9408;
    border-color: #EC9408;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #EC9408;
    border-color: #EC9408;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:black;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    /*font-weight: bold;*/
    line-height: 11px 
  
}   

/* hyperlink style for the site links   */
A.SiteLink:link {
    text-decoration:none;
    color: #333333; 
}

A.SiteLink:visited  {
    text-decoration:none;
    color: #333333; 
}

A.SiteLink:active   {
    text-decoration:none;
    color: #333333;
} 

/* Går over */
A.SiteLink:hover    {
    text-decoration:none;
    color: #CC0000;
}


/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #000000;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 11px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.NormalBoldUnderstrek
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


/*040330 hkshgr START:*/
.H1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black    
}
/*040330 hkshgr SLUTT:*/

/*070316 hkshgr START:*/
.GridViewHeaderStyle
{   
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CCCCCC;
    color: black;
    border-style: none;    
}

.GridViewRowStyle
{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: White;
    font-weight: normal;
    line-height: 11px;
    border-style: none;
}

.GridViewAlternatingItemStyle
{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 10px;
    background-color: #E7E7E7;
    font-weight: normal;
    line-height: 11px;
    border-style: none;
}

/*070316 hkshgr SLUTT:*/

/*040107 hkshgr START*/
/*040121 hktgan tekstfont
/*DATAGRID*/
.DataGridHeaderStyle
{    
    font-weight: bold;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CCCCCC;
    color: black;
}

.DataGridFooterStyle
{
	/*background-color:#FFFFCC*/
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

.DataGridAlternatingItemStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: White;
    font-weight: normal;
    line-height: 11px;    
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: black;
}

.DataGridItemStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #E7E7E7;
    font-weight: normal;
    line-height: 11px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: black;
}

.DataGridEditItemStyle
{
	
}

.DataGridSelectedItemStyle
{
	
}

.DataGridPagerStyle
{
	background-color:#CCCCCC
}
/*DATALIST*/
.DataListAlternatingItemStyle
{
	background-color: #E7E7E7;
}

.DataListEditItemStyle
{
	
}

.DataListItemStyle
{
	
}

.DataListHeaderStyle
{
	background-color:#CCCCCC
}

.DataListFooterStyle
{
	background-color:#FFFFCC
}

.DataListSelectedItemStyle
{
	
}

.DataListSeparatorStyle
{
	
}
/*040107 hkshgr SLUTT*/
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:   none;
     color: #FF6600;
  
}

A.CommandButton:visited  {
    text-decoration:   none;
    color: #FF6600;
}

A.CommandButton:active   {
    text-decoration:    none;
  
}

A.CommandButton:hover    {
    text-decoration:    none;
    color: #33CC33;
}
    



/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}

/*
A:link  {
    text-decoration:    underline;
  
}
*/
/*
A:visited   {
    text-decoration:    underline; 
     #CC0000;  
}
*/
/*
A:active    {
    text-decoration:    underline;
}
*/

/*
A:hover {
    text-decoration:    underline;
    color:#33CC33; 
}

*/

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Arial, Helvetica, sans-serif;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


/*
notes:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing
	2. remove these instructions and save them in some file for future references
	when you finished with setup. this is not to overload your visitors with
	data they don't need

style naming convention:
	m<menu number>l<level number><state><tag>

where:
	<menu number> - zero based number of menu on the page (first has number 0, second - 1 and so on) 
	<level number> - zero based number of menu level (root level has number 0, first sub level - 1 and so on) 
	<state> - the state of item to which style is applied. May have values mout, mover and mdown.
	<tag> - position of the item's tag. Can have values o for outer tag and i for inner tag 

0 - mout (item is visible but doesn't have mouse pointer over) 
1 - mover (item has mouse pointer over) 
2 - mdown (mouse button is pressed on the item) 
*/

/*
Default item state when it is visible but doesn't have mouse over.
Gjelder Hovedmeny:
Oransje bagrunn.
Svart tekst (gjelder ikke merket hovedmeny. Programmert inn merket hovedmeny 
*/

/*
Hovedmeny valgt meny (programmert) UTEN ICON
hktgan 081104  color fra black til color #33cc33 green.
*/
.menyvalgt
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top:3px;
	font-weight: bold;
	font-size: 10px;
	margin: -2px;
	color: #33cc33;  /*hktgan 081104  virker bare på menyer uten undervalg*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}


/*
Hovedmeny valgt meny (programmert) MED ICON
hktgan 081104  color fra black til color #33cc33 green.
*/
.menyvalgtMedIcon
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top:1px;
	font-weight: bold;
	font-size: 10px;
	margin: -2px; 
	color: #33cc33;    /* hktgan 081104  */
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

/*
Hovedmeny ramme ingenting valgt:
background blir bakgrunn (og bestemmer ramme)
*/
.m0l0mouto, .m1l0mouto, .m2l0mouto, .m3l0mouto, .m4l0mouto, .m5l0mouto, .m6l0mouto, .m8l0mouto, .m9l0mouto
{
	/* color :  Red; Fargen på tekst når ikke valt hovedmeny*/
	
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 0px;
	width: 114px; /*korrigere for bredde med icon (!?) */
	font-family: Arial, Helvetica, sans-serif;
}

/*ff9933
Hovedmeny innenfor de ramme ingenting valgt:
background blir bakgrunn (og bestemmer ramme)
*/
.m0l0mouti, 
.m1l0mouti, 
.m2l0mouti, 
.m3l0mouti, 
.m4l0mouti, 
.m5l0mouti, 
.m6l0mouti, 
.m7l0mouti, 
.m8l0mouti, 
.m9l0mouti
{
	padding-right: 0px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	background: #ff9933;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	
}


/* Hovedmeny når mus går over skal også være orange */
/* hktgan 2304005 #ff9933--->#FFFFFF Går over, blir hvit */
/* hktgan 081104 Lagt til for å få grønn tekst på hovedmeny med undermeny */
.m0l0movero, .m1l0movero, .m2l0movero, .m3l0movero, .m4l0movero, .m5l0movero, .m6l0movero, .m7l0movero, .m8l0movero, .m9l0movero
{
	color : #33cc33; /* hktgan 081104 */
	font-weight: bold;
	font-size: 10px;
	background: #FFFFFF; /* Hvit bagrunn Toppmeny ssom har undermenyer. Velger en orange boks, blir hvit */
	font-family: Arial, Helvetica, sans-serif;
	width: 114px;  /*korrigere for bredde med icon (!?) */
}

/*hovedmeny, over og trykk*/
/* undermeny: Peker på og klikker tekst */
/* hktgan 2304005 #ff9933--->#FFFFFF Går over, blir hvit */
/* hktgan 081104 satt color: #33cc33  : var 'black': */
/*hktgan 081104 rammer hovedmeny orange */
.m0l0moveri, 
.m1l0moveri, 
.m2l0moveri,
.m3l0moveri,
.m4l0moveri,
.m5l0moveri,
.m6l0moveri, 
.m7l0moveri,
.m8l0moveri,
.m9l0moveri
{														
	color: #33cc33 ;  /*hktgan 081104 var 'black':  tekst farge når går over ikke valgte og ingen undermeny hoved-menyer  */
	padding-left: 2px;
	font-weight: bold;
	font-size: 10px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	
	/*hktgan 081104 rammer hovedmeny orange */
	border-right: #ff9933 2px solid;
	border-top: #ff9933 2px solid;
	border-left: #ff9933 2px solid;
	border-bottom: #ff9933 2px solid;
	
	
}

/* Hovedmeny :
    state when mouse button has been pressed on the item :
   Bakgrunnsfarge som skal ikke endre seg (orange).
   Tekst er grønn, som når går over tekst
   Bare en blink før en annen farge igjen ! Ikke "så" viktig
hktgan 2304005 #ff9933--->#FFFFFF Går over, blir hvit
hktgan 081104  color svart til grønn
*/

.m0l0mdowno, 
.m1l0mdowno, 
.m2l0mdowno, 
.m3l0mdowno, 
.m4l0mdowno, 
.m5l0mdowno, 
.m6l0mdowno, 
.m7l0mdowno,
.m8l0mdowno,
.m9l0mdowno
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;  /*Bare en blink */
	background: #ffffff;
	margin: 0px; /* Flytter hele aktuelle meny verktikal nedover ! */
	color: #33cc33 ; /*hktgan 081104 Var black. Grønn når man akkurat har klikket */
	width: 114px; /*korrigere for bredde med icon (!?) */
	
}


.m0l0mdowni,
.m1l0mdowni,
.m2l0mdowni,
.m3l0mdowni,
.m4l0mdowni,
.m5l0mdowni,
.m6l0mdowni,
.m7l0mdowni,
.m8l0mdowni,
.m9l0mdowni
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:ff9933;
	margin: 1px;
	color : black;
	font-weight: bold;
}

/* 
Undermeny :Som over (når ingenting er valgt): 

Ramme rundt undermeny
SVART TEKST
 */
.m0l1mouto,
.m1l1mouto,
.m2l1mouto,
.m3l1mouto,
.m4l1mouto,
.m5l1mouto,
.m6l1mouto,
.m7l1mouto,
.m8l1mouto,
.m9l1mouto 
{
	/*Lager rammene for undermeny*/
	
    font-weight: bold;
	font-size: 10px;
	background: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px; /* luft mellom tekst og ramme */
	border-right: #ff9933 2px solid;
	border-top: #ff9933 2px solid;
	border-left: #ff9933 2px solid;
	border-bottom: #ff9933 2px solid;
/* rammer  */
	
   
}

 m0l1mouti,
.m1l1mouti,
.m2l1mouti,
.m3l1mouti,
.m4l1mouti,
.m5l1mouti,
.m6l1mouti,
.m7l1mouti,
.m8l1mouti,
.m9l1mouti 
{
	/*Lager rammene for undermeny*/
    font-weight: bold;
	font-size: 10px;
	color : Black;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px; /* luft mellom tekst og ramme */

   
}


/* 
  Går over undermeny
  Undermenyer alltid hvite.
  GRØNN TEKST
*/
.m0l1movero, 
 .m1l1movero, 
 .m2l1movero, 
 .m3l1movero, 
 .m4l1movero, 
 .m5l1movero, 
 .m6l1movero, 
 .m7l1movero,
.m0l1mdowno, 
.m1l1mdowno,
.m2l1mdowno,
.m3l1mdowno,
.m4l1mdowno,
.m5l1mdowno,
.m6l1mdowno,
.m7l1mdowno,
.m8l1mdowno,
.m9l1mdowno
{
	background: #FFFFFF;
	/*Ramme rundt */
	border-right: #ff9933 2px solid;
	border-top: #ff9933 2px solid;
	border-left: #ff9933 2px solid;
	border-bottom: #ff9933 2px solid;
	
}

/* 
Går over eller trykker på UNDERMENY (inner)
*/
.m0l1moveri, .m0l1mdowni,
.m1l1moveri, .m1l1mdowni,
.m2l1moveri, .m2l1mdowni,
.m3l1moveri, .m3l1mdowni,
.m4l1moveri, .m4l1mdowni,
.m5l1moveri, .m5l1mdowni,
.m6l1moveri, .m6l1mdowni,
.m7l1moveri, .m7l1mdowni,
.m8l1moveri, .m8l1mdowni,
.m9l1moveri, .m9l1mdowni
{														
	color: #33cc33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px; /* luft mellom tekst og ramme */
	font-weight: bold;
	
	/*Ramme rundt color: #33cc33;*/
	
}




/* 33cc33
Ferdig Meny.......................
*/

/*
Nyheter
*/
.nyhetOverskrift
{
    COLOR: black;
    FONT-WEIGHT: Bold;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt
}

.nyhetIngress
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt
}

.nyhetOverskriftDetalj
{
    COLOR: black;
    FONT-WEIGHT: Bold;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt
}

.nyhetTekstUnderBilde
{
	font-size: 7pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.nyhetIngressDetalj
{
	font-size: 8pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.nyhetTekst
{
	 COLOR: black;
     FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 7pt
}
.nyhetLesmer
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt; 
    color: #CC0000
}

.nyhetDato
{
    FONT-WEIGHT: normal;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 9pt
}

.InfoTekst
{
	 COLOR: black;
     FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt
}
/*
Ferdig nyheter
*/

/*
Portlet
*/


.Portlet
{
	font-weight:  normal;
	font-size: 8.3pt;
	color:   #CC0000;
	font-family: Arial;	
	text-decoration:   none;
}

/*
Tjenestemeny
*/

/* Ikke valgt meny */
.TjenesteMeny
{
	font-weight:  bold;
	font-size: 8.3pt;
	color:   White;
	font-family: Arial;
	background-color: #999999;
	text-decoration:   none;
}

A.TjenesteMeny:link    {
   font-weight:  bold;
	font-size: 8.3pt;
	color:   White;
	font-family: Arial;
	background-color: #999999;
	text-decoration:   none;
}

A.TjenesteMeny:visited {
    font-weight:  bold;
	font-size: 8.3pt;
	color:   White;
	font-family: Arial;
	background-color: #999999;
	text-decoration:   none;	
}

A.TjenesteMeny:active  {
  font-weight:  bold;
	font-size: 8.3pt;
	color:   White;
	font-family: Arial;
	background-color: #999999;
	text-decoration:   none;
	
}


A.TjenesteMeny:hover   {
    font-weight:  bold;
	font-size: 8.3pt;
	color:   #CC0000;
	font-family: Arial;
	background-color: #999999;
	text-decoration:   none;	
}

/* Valgt meny */
.TjenesteMenySelected
{
	font-weight:  bold;
	font-size: 8.3pt;
	color:   #CC0000;
	font-family: Arial;
	background-color: #EFEFEF;
	text-decoration:   none;
}

/* hyperlink styles of the unselected tabs */
A.TjenesteMenySelected:link    {
   font-weight:  bold;
	font-size: 8.3pt;
	color:   #CC0000;
	font-family: Arial;
	background-color: #EFEFEF;
	text-decoration:   none;	
}


A.TjenesteMenySelected:visited {
    font-weight:  bold;
	font-size: 8.3pt;
	color:   #CC0000;
	font-family: Arial;
	background-color: #EFEFEF;
	text-decoration:   none;	
}

A.TjenesteMenySelected:active  {
  font-weight:  bold;
	font-size: 8.3pt;
	color:   #CC0000;
	font-family: Arial;
	background-color: #EFEFEF;
	text-decoration:   none;		
}


A.TjenesteMenySelected:hover   {
    font-weight:  bold;
	font-size: 8.3pt;
	color:   #CC0000;
	font-family: Arial;
	background-color: #EFEFEF;
	text-decoration:   none;	
}




  html,body { margin:0px; padding:0px; }
  body,a,div,td,input,select,label { font-family:Arial,Helvetica,sans-serif; }
  body { background-color:#fff; }
  h1, h2, p {margin:0px; padding:0px;}
  div, td, a {font-size:11px;}
  a { text-decoration:none; }

.HierarGrid_AlternatingItem
{
	background-color: Green;
}

.HierarGrid_Item
{	
	background-color: Blue;
}
