/* Default CSS Stylesheet for a new Web Application project */

BODY, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
    /*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: #003366; } */

H1, h1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	22px;
	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:	1em;
	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;
	}
	
p { font-size: 14px; }	
		
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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#6A00CF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#006EB3;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#B05B00;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#008E87;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	


ul {
	list-style: disc;
	margin-bottom: 2px;
	}

/*	
li {
	list-style-type: circle;
}
*/	
	
/*	
UL LI	{	
	list-style-type:	square ;
	margin: 0 5px 0px 5px;
	}	

UL LI LI	{	
	list-style-type:	disc;
	margin: 0 5px 10px 5px;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	margin: 0 5px 0px 5px;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
*/

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

/* Mine egne styles er nedenfor her*/

.NewsItem {
	font-size: small;
	background-color: #FFC59A;
	color: black;
	border: 1px solid #810081;
	margin: 0 5px 10px 5px;
	}

.overskrift
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 18px;
	color: #003366;
	font-weight: bold;
	height: 22px;
}

.standardlable
{
	font-family: Verdana;
	font-size: 10px;
	color: Black;
}

.lefttable
{
	BORDER-RIGHT: #AEB1D2 1px solid;
	BORDER-TOP: #AEB1D2 1px solid;
	BORDER-LEFT: #AEB1D2 1px solid;
	BORDER-BOTTOM: #AEB1D2 1px solid;
	background-color: #ddcfda;
	width: 10px;
}

.righttable
{
	BORDER-RIGHT: #d2c2ae 0px solid;
	BORDER-TOP: #d2c2ae 0px solid;
	BORDER-LEFT: #d2c2ae 0px solid;
	BORDER-BOTTOM: #d2c2ae 0px solid;
}

.tablehead
{
	background-color: #800080;
	border-color: #ddcfda;
	color: White;
}

.tablebody {
	background-color: #ddcfda;
	border-color: #800080;
	padding: 4px 6px 4px 6px;
	}

.hovedtabell
{
	width: 100%;
	height: 100%;
}

.kalender_hode
{
	background-color: #0074EB; 
	border-color: #0074EB; 
}
.kalender_daghode
{
	background-color: #9FCDFF;
}
.kalender_dager
{
	background-color: white;
}
.kalender_valgtdag
{
	background-color: #007EFF;
	border-color: black;
}
.kalender_helg
{
	background-color: white;
	border-color: #9FCDFF;
	color: Red;
	font-weight: bold;
}
.kalender_idag
{
	background-color: white;
	border-color: Black;
}
	
	
PRINT_TABLE_TEXT
{
	border-right: silver 1px solid;
	table-layout: auto;
	border-top: silver 1px solid;
	font-size: 12px;
	z-index: 108;
	border-left: silver 1px solid;
	width: 99%;
	border-bottom: silver 1px solid;
	font-family: verdana;
	border-collapse: separate;
}	

