BODY {COLOR: #000000; FONT-FAMILY: verdana, helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: normal; TEXT-DECORATION: none}

TH {COLOR: #000000; FONT-FAMILY: verdana, helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: normal; TEXT-DECORATION: none}
TD {COLOR: #000000; FONT-FAMILY: verdana, helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: normal; TEXT-DECORATION: none}
TR {COLOR: #000000; FONT-FAMILY: verdana, helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: normal; TEXT-DECORATION: none}

A {COLOR: #0000ff; FONT-FAMILY: verdana, helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: underline}
A:visited {COLOR: #0000ff}
A:active {COLOR: #0000ff}
A:hover {COLOR: #ff0000}

A.white {COLOR: #ffffff; FONT-FAMILY: verdana, helvetica, sans-serif; FONT-SIZE: 11px; TEXT-DECORATION: none}
A.white:visited {COLOR: #ffffff}
A.white:active {COLOR: #ffffff}
A.white:hover {COLOR: #FFEF8E}

INPUT {font-family : verdana; font-size : 9px; font-weight : normal; color : 000000; height: 19px;}
INPUT.image {background-color : ffffff; border: solid 0px; height: 30px; width: 30px; }

.header {COLOR: #991400; FONT: bold 17px arial,verdana,helvetica,sans-serif;}

.feltheader {COLOR: #ffffff; FONT: bold 17px verdana,arial,helvetica,sans-serif}

.text {COLOR: #c55307; FONT: 11px verdana, sans-serif, arial, helvetica; FONT-WEIGHT: bold}

.kilde {COLOR: #724A00; FONT: 10px verdana, sans-serif; TEXT-ALIGN: center }

.small {FONT-SIZE: 10px}
A.Small {FONT-SIZE: 10px}

.footer {FONT-SIZE: 10px}
.footertext {FONT-SIZE: 9px; COLOR: #ABABAA;}

.grey {BACKGROUND-COLOR: #eeeeee;}
.bar {BACKGROUND-COLOR: #932701;COLOR: #ffffff;}
.menuactivated {BACKGROUND-COLOR: #ff0000; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: none; TEXT-INDENT: 2px}

A.menupunkt {	BACKGROUND-COLOR: #932701; COLOR: #ffffff; DISPLAY: block; LINE-HEIGHT: 24px; TEXT-DECORATION: none; WIDTH: 100%}
A.menupunkt:hover {	BACKGROUND-COLOR: #d30202; COLOR: #ffffff; DISPLAY: block; TEXT-DECORATION: none; WIDTH: 100%}
A.menupunkt:visited {	COLOR: #ffffff; DISPLAY: block; TEXT-DECORATION: none; WIDTH: 100%}

A.menupunkt2 {	BACKGROUND-COLOR: #F95A00; COLOR: #ffffff; DISPLAY: block; LINE-HEIGHT: 24px; TEXT-DECORATION: none; WIDTH: 100%}
A.menupunkt2:hover {	BACKGROUND-COLOR: #E44900; COLOR: #ffffff; DISPLAY: block; TEXT-DECORATION: none; WIDTH: 100%}
A.menupunkt2:visited {	COLOR: #ffffff; DISPLAY: block; TEXT-DECORATION: none; WIDTH: 100%}

A.menupunkt3 {	BACKGROUND-COLOR: #03326a; COLOR: #ffffff; DISPLAY: block; LINE-HEIGHT: 24px; TEXT-DECORATION: none; WIDTH: 100%}
A.menupunkt3:hover {	BACKGROUND-COLOR: #002953; COLOR: #ffffff; DISPLAY: block; TEXT-DECORATION: none; WIDTH: 100%}
A.menupunkt3:visited {	COLOR: #ffffff; DISPLAY: block; TEXT-DECORATION: none; WIDTH: 100%}
.overskrift {	BORDER-BOTTOM: #393939 0px solid; BORDER-LEFT: #d5dfff 0px solid; BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #d5dfff 0px solid; COLOR: #ffffff; LINE-HEIGHT: 20px}



/* Main Table Setup Incluidng Date Number Fonts, Size and Color */
.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #003366;
 }

/* Month and Year Row Setup */
.monthYearRow {
    line-height: 17pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/monthBg.gif);
	}
/* Month and Year Text Setup */
.monthYearText {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: Bold;
	color: #252216;
	}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 11pt;
	background-color: #F5F4D3;
	text-align: center;
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #433D27;
	background-image: url(../images/dayBg.gif);
	}

/* Alignments, Font Face, Size and Color for Date Numbers and Row Height */
.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

/* Color of Today's Date */
.today {
	color: #CF0000;
    }
/*

/* OverLIB popup text size */
.oLib {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
    }
/*

---------------------------------------------------------------------------
The classes below determine how the calendar background markings will look.
---------------------------------------------------------------------------

Remove the "background-image..." lines to remove graphics as table cell background images.

If you do use images, change the "background-color..." to a sililar color to that
of your image. This will help persons with slow connections to see the event markings.

You can optionally remove the "background-color..." lines to only use graphics.

*/

/* Normal Cell Background (date number with no event markings) */
.s2 {
	background-image:  url("images/cdef.gif");
	background-color: #EEEEEE;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.s20 {
	background-image:  url("images/cdef5.gif");
	background-color: #EBEBEB;
	}
/* Mark Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s21 {
	background-image:  url("images/cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark Solid Cell Background (solid marked event date background) */
.s22 {
	background-image:  url("images/cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark End Cell Background (usually a slashed graphic to show availability or solid for events) */
.s23 {
	background-image:  url("images/cdef2.gif");
	background-color: #F5E0D8;
	}
/* Mark End/Start Cell Background (usually a slashed graphic to show availability or solid for events) */
.s24 {
	background-image:  url("images/cdef2.gif");
	background-color: #F5E0D8;
	}