﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	0.5em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD 
{
	font-size: 0.7em;
}

A.venstremeny:link {color:Black; }
A.venstremeny:visited {color:Black; }
A.venstremeny:hover {color:Black; }
A.venstremeny:active {color:Black; }

A:link	{	
	text-decoration:	none;
	color:	#CC9933;
	}	
A:visited	{	
	text-decoration:	none;
	color:	DimGray;
	}	
A:active	{	
	text-decoration:	none;
	color:	DimGray;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	Black;
	}
	
TD.toppmeny A:link	{	
	text-decoration:	none;
	color:	white;
	}	

TD.toppmeny A:active	{	
	text-decoration:	none;
	color:	white;
	}	
TD.toppmeny A:visited	{	
	text-decoration:	none;
	color:	white;
	}	
		
TD.toppmeny A:hover	{	
	text-decoration:	underline;
	color:	white;
	}
	
		
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;
	}	

.menustyle {font-family:verdana;font-size:1em; padding: 0px 6px 0px 6px; margin: 0px; background: #CCCC99; white-space: nowrap; }
.menuitem {color:Black; font-weight:normal; font-family:verdana;font-size:1em; padding: 0px 6px 0px 6px; margin: 0px; background: #CCCC99; white-space: nowrap; cursor:default;}
.mouseover {color:Black; font-weight:normal; font-family:verdana;font-size:1em; padding: 0px 6px 0px 6px; margin: 0px; background: FFFFCC; white-space: nowrap; cursor:default;}
.submenu {font-family:verdana;font-size:.9em; padding: 0px 6px 0px 6px; margin: 0px; white-space: nowrap; background-color:White; border-style:solid; border-width:thin; border-color:#CCCC99;}

INPUT.width90px
{
	width: 90px;
}
INPUT.width20
{
	width: 10em;
}
INPUT.width30
{
	width: 15em;
}

INPUT.width50 
{
	width: 25em;
}
INPUT.width100
{
	width: 50em;
}

TEXTAREA.w_h_30_100
{
	width: 20em;
	height: 100px;
}
TEXTAREA.width75
{
	width: 37em;
	height: 150px;
}
	
TEXTAREA.width100
{
	width: 50em;
}
	
SELECT.grafikK
{
	width: 200px;
	height: 384px;
}

INPUT.grafikk
{
	border-style: none;
}

A.grafikk
{
	font-size: .8em;
}

INPUT.std_but_width 
{
	width: 150px;
	margin-bottom: 1px;
}

INPUT.hidden
{
	visibility:hidden;
}

LI.meny 
{
	margin-left:15px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-type:square;
	list-style:outside;
}

LI.allen 
{
	margin-left:15px;
	list-style-type:disc;
	list-style:outside;
}

font.NyhetTittel
{
	color:	#000000;
	text-decoration:	none;
	font-size:1.3em;
	font-weight:bold;
}

font.NyhetTittel A:link
{
	color:	#000000;
	text-decoration:	none;
}

font.NyhetTittel A:visited
{
	color:	#000000;
	text-decoration:	none;
}

font.NyhetTittel A:active
{
	color:	#000000;
	text-decoration:	none;
}

font.NyhetTittel A:hover
{
	color:	#000000;
	text-decoration: none;
}

font.NyhetDato 
{
	font-size:.8em;
}

span.ingress-n
{
	font-size:1em;
}

span.ingress-1
{
	font-size:1em;
	font-weight:bold;
}

p.NyhetIngress 
{
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	font-style:italic;
}

select.side
{
	height: 200px;
	width: 200px;	
}

TD.menylinje
{
	width:12px;
	vertical-align:top;
	padding-top:4px;
}

.skoleinfo
{
	font-size:.9em;
}

.arkiv
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
}

IMG.sak
{
	cursor:hand;
}