/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
TABLE
{
	font-size:x-small;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	
	
.GRIDHEADER
{
	font-weight: 900;
	color: White;
	BACKGROUND-IMAGE:url(/img/header_bakgrunn.gif);
	BACKGROUND-REPEAT:repeat-x;
}
.GRIDHOVER
{
	color:Black;
	background-color:#FEE197;
	cursor:hand;
}	
.PRISTABELL
{
	font-size:8pt;
	border-left:solid 1px black;
	border-top:solid 1px black;
}
.PRISTABELLCELLE
{	
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	padding-left: 5px;
	padding-right: 5px;
}

