/*************************************
* Calendar Widget
*************************************/

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background: #e4e0d8;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background: #c4c0b8;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

.calendar tbody .rowhilite td {
  background: #e4e0d8;
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: smaller;
  padding: 1px;
}

.combo .label {
  text-align: center;
  padding: 1px;
}

.combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.combo .hilite {
  background: #048;
  color: #fea;
}


/*************************************
* TAB MENU
*************************************/

.tablink 
{
      cursor:pointer; 
      font-family: verdana,arial,helvetica; 
      font-size: xx-small; 
      color: #000000; 
      text-decoration: none;
}

TD.MenuTabOff 	
{ 
      font-size: xx-small;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      border-top: 1px solid black;
      border-left: 1px solid black;
      border-right: 1px solid black;
      border-bottom: 1px solid black;
      background-color: #66CCFF;
}

TD.MenuTabOn 	
{ 
      font-size: xx-small;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      border-top: 1px solid black;
      border-left: 1px solid black;
      border-right: 1px solid black;
      background-color: #3399FF;
}

TD.MenuTabSpace 	
{ 
      border-bottom: 1px solid black;
}


/*************************************
* HORIZONTAL MENU
*************************************/
TD.MMenuOn 	
{ 

}

TD.MMenuOff 	
{ 

}

a.MMenuOn 	
{ 
       font-size: xx-small;
       text-transform: uppercase;
       font-weight: normal;
       text-decoration: none;
}

a:hover.MMenuOn 	
{ 
       font-size: xx-small;
       text-transform: uppercase;
       font-weight: normal;
       text-decoration: underline;
}

a.MMenuOff 	
{ 
       font-size: xx-small;
       text-transform: uppercase;
       font-weight: normal;
       text-decoration: none;
}

a:hover.MMenuOff 	
{ 
       font-size: xx-small;
       text-transform: uppercase;
       font-weight: normal;
       text-decoration: underline;
}





/*************************************
* VERTICAL MENU
*************************************/

TD.SMenuOn 	
{ 

}

TD.SxMenuOn
{ 

}


TD.SMenuOff 	
{ 

}

TD.SxMenuOff 	
{ 

}

a.SMenuOn 	
{ 
       font-size: x-small;
       font-weight: bold;
       text-decoration: none;
}

a.SxMenuOn 	
{ 
       font-size: x-small;
       font-weight: bold;
       text-decoration: none;
}

a:hover.SMenuOn 	
{ 
       font-size: x-small;
       font-weight: bold;
       text-decoration: underline;
}

a:hover.SxMenuOn 	
{ 
       font-size: x-small;
       font-weight: bold;
       text-decoration: underline;
}

a.SMenuOff 	
{ 
       font-size: x-small;
       font-weight: normal;
       text-decoration: none;
}

a.SxMenuOff 	
{ 
       font-size: x-small;
       font-weight: normal;
       text-decoration: none;
}

a:hover.SMenuOff 	
{ 
       font-size: x-small;
       font-weight: normal;
       text-decoration: underline;
}

a:hover.SxMenuOff 	
{ 
       font-size: x-small;
       font-weight: normal;
       text-decoration: underline;
}




/*************************************
* START NEWS
*************************************/
TD.news_heading
{
      font-size: large;
    	font-weight: bold;    	
    	text-decoration: none;
    	letter-spacing: 0px;
    	color: #000000;
}

TD.news_ingress
 {     
     font-weight: bold;
     text-decoration: none;
     letter-spacing: 0px;
     color: #000000;
}

TD.news_ingress_in_list
 {     

     font-size: x-small;
     font-weight: normal;
     text-decoration: none;
     letter-spacing: 0px;
     color: #000000;
}

.linknewstitle
{
	font-size: medium;
	font-weight: bold;
	color: #0B498B;
	text-decoration: none;
}

a.linknewstitle
{
	font-size: medium;
	font-weight: bold;
	color: #0B498B;
	text-decoration: none;
}

a:hover.linknewstitle
{
	font-size: medium;
	font-weight: bold;
	color: #0B498B;
	text-decoration: underline;
}

.linkreadmore
{
	font-size: xx-small;
	font-weight: normal;
	color: #0B498B;
	text-decoration: none;
}

a.linkreadmore
{
	font-size: xx-small;
	font-weight: normal;
	color: #0B498B;
	text-decoration: underline;
}

a:hover.linkreadmore
{
	font-size: xx-small;
	font-weight: normal;
	color: #0B498B;
	text-decoration: underline;
}


/*************************************
* START LINKS
*************************************/

.links_formdescription 	
{ 
       color: #000000;
       letter-spacing: 1px;
       font-size: 8pt;
       font-weight: bold;
       text-decoration: none;
}

.links_categorylist 	
{ 
       color: #000000;
       letter-spacing: 1px;
       font-size: 8pt;
       font-weight: normal;
       text-decoration: none;
}

.links_urllist 	
{ 
       color: #000000;
       letter-spacing: 1px;
       font-size: 8pt;
       font-weight: normal;
       text-decoration: none;
}

a:hover.links_urllist 
{
       color: #000000;
       letter-spacing: 1px;
       font-size: 8pt;
       font-weight: normal;
       text-decoration: underline;
}


/**********************************************
* START ROMRES
* New styles added by ros@switch.no 09.01.2003
**********************************************/

.timeBorderSolid
{
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #9DB6D1;
  font-weight: bold;
}

.timeBorderDashed
{
  border-top: 0px dashed black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #9DB6D1;
}

.timeBorderBottom
{
  border-top: 0px dashed black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #9DB6D1;
}

.dayBorderSolid
{
  border-top: 1px solid black;
  border-right: 1px solid black;
}

.dayBorderDashed
{
  border-top: 1px solid dashed;
  border-right: 1px solid black;
}

.dayBorderBottom
{
  border-top: 1px solid dashed;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.roomReservedColor
{
  background-color: #CCCC33;
}

/*END ROMRES*/


/*************************************
* START MESSAGEBOARD
*************************************/
.error {    
    color: red;
}
  
.messageboard-title {
      font-size: small;
      font-weight: bold;
      margin: 0px;
}
  
.messageboard-label {
      background-color: #eee;
      border: 1px solid black;
      padding: 1px;
}
  
label{
      font-size: x-small;
      font-weight: bold;
}

/*END MESSAGEBOARD*/



/*************************************
* START GUESTBOOK
*************************************/
.gb_topmenu
{ 
  color: #557BB0;    
        
}

.gb_pagemenu
{ 
     
    background-color: #FFFFFF;            
}

.gb_contentheading
{ 
       color: #FFFFFF;    
       background-color: #557BB0;       
}

.gb_content
{ 
       background-color: #D3DFEC;       
} 

.gb_link
{ 
       color: #000000;       
}      

/*END GUESTBOOK*/

/*************************************
* START FORMS
*************************************/

.formSearchSmall{
  width: 150; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1; 
  padding-left: 1; 
  padding-right: 0; 
  padding-top: 0; 
  padding-bottom: 0;
  margin-right:-20px;
  margin-bottom: 0px;
}

.formSearch{
  width: 90%; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1; 
  padding-left: 1; 
  padding-right: 0; 
  padding-top: 1; 
  padding-bottom: 0;
  margin-right:-20px;
  margin-bottom: 0px;
}

.formTextMedium {
  width: 150; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1; 
  padding-left: 1; 
  padding-right: 0; 
  padding-top: 1; 
  padding-bottom: 0;
  margin-right: 0px;
  margin-bottom: 0px;
}

.formTextSmall {
  width: 100; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1; 
  padding-left: 1; 
  padding-right: 0; 
  padding-top: 1; 
  padding-bottom: 0;
  margin-right: 0px;
  margin-bottom: 0px;
}


.formTextLarge {
  width: 100%; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1; 
  padding-left: 1; 
  padding-right: 0; 
  padding-top: 1; 
  padding-bottom: 0;
  margin-right: 0px;
  margin-bottom: 0px;
}


.formTextAreaLarge {
  width: 100%; 
  height: 50px; 
  font-size: 11px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1; 
  padding-left: 1; 
  padding-right: 0; 
  padding-top: 1; 
  padding-bottom: 0;
  margin-right: 0px;
  margin-bottom: 0px;
}

.formListTables {
  color: #000000;
  font-weight: normal;
  font-size: 9pt;
  text-decoration: none;
  letter-spacing: 0px;
}

td.formTextDisplay {
  color: #333333;
  font-weight: normal;
  font-size: 8pt;
  text-decoration: none;
  letter-spacing: 0px;
}

       
/*************************************
* START DIVERSE
*************************************/


TABLE.SWTableBGColor1
{
  BACKGROUND-COLOR: #9DB6D1;
}
     

TD.SWTableBGColor1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

fieldset
{
    margin: 0px;
    padding: 4px;
}

a
{
	color: #024F9D;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
}

a:hover
{
	color: #024F9D;
	text-decoration: underline;
	font-size: x-small;
	font-weight: normal;
}

TD
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}



BODY
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;

}






.SEARCH_COLOR_1
 {

       color: #000000;
       font-weight: normal;
       font-size: 9pt;
       text-decoration: none;
       letter-spacing: 0px;
       background-color: #ffffff;
       margin: 0px 0px;
       padding-left: 0px;


       }

.SEARCH_COLOR_2
 {

       color: #000000;
       font-weight: normal;
       font-size: 9pt;
       text-decoration: none;
       letter-spacing: 0px;
       background-color: #f8f8f8;
       margin: 0px 0px;
       padding-left: 0px;


       }       



.listtablesbold
 {

       color: #000000;
       font-weight: bold;
       font-size: 9pt;
       text-decoration: none;
       letter-spacing: 0px;


       }

.headingtopp
 {

       color: #000000;
       font-weight: bold;
    	 font-size: medium;
       text-decoration: none;
       letter-spacing: 0px;
       }




.heading
 {

       color: #000000;
       font-weight: bold;
    	 font-size: medium;
       text-decoration: none;
       letter-spacing: 0px;


       }


.fieldsetheading
 {

       color: #000000;
       font-weight: bold;
       font-size: 9pt;
       text-decoration: none;
       letter-spacing: 0px;


       }







.text
{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}







.ingress
{
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



.meny
{
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.meny
{
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover.meny
{
	font-size: 8pt;
	font-weight: bold;
	color: #d3d3d3;
	text-decoration: none;
}


a.TableListBlue
{
	font-size: 8pt;
	font-weight: normal;
	color: #024F9D;
	text-decoration: none;
}

a:hover.TableListBlue
{
	font-size: 8pt;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}



TD.TableListBlue
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
        letter-spacing:0px;
        border-top: solid #F9F9F9 1px;
        border-left: solid #F9F9F9 1px;
        background: #E6ECF3;
        padding: 0px 3px;
}

TD.TableListDarkBlue
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333; 
	text-decoration: none;
        letter-spacing:1px;
        border-top: solid #E6ECF3 1px;
        border-left: solid #E6ECF3 1px;
        background: #9DB6D1;
        padding: 0px 3px;
}

TD.TableListWhite
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333; 
	text-decoration: none;
        letter-spacing:1px;
        border-top: solid #ffffff 1px;
        border-left: solid #ffffff 1px;
        background: #ffffff;
        padding: 0px 3px;
}



.meny2
{
	font-size: 8pt;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

a.meny2
{
	font-size: 8pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

a:hover.meny2
{
	font-size: 8pt;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: underline;
}

.dato
 {

       color: #999999;
       font-weight: normal;
       font-size: 7pt;
       text-decoration: none;
       letter-spacing: 0px;


       }

.footertext
 {

       color: #999999;
       font-weight: normal;
       font-size: 7pt;
       text-decoration: none;
       letter-spacing: 0px;
 }       

a.footertext
{
	font-size: 7pt;
	font-weight: normal;
	color: #0B498B;
	text-decoration: none;
}

a:hover.footertext
{
	font-size: 7pt;
	font-weight: normal;
	color: #0B498B;
	text-decoration: underline;
}


.boxtitle
 {

       color: #000000;
       font-weight: normal;
       font-size: 7pt;
       text-decoration: none;
       letter-spacing: 0px;


       }


.linkbox
{
	font-size: 8pt;
	font-weight: bold;
	color: #0B498B;
	text-decoration: none;
}

a.linkbox
{
	font-size: 8pt;
	font-weight: bold;
	color: #0B498B;
	text-decoration: none;
}

a:hover.linkbox
{
	font-size: 8pt;
	font-weight: bold;
	color: #0B498B;
	text-decoration: underline;
}


.linkbox2
{
	font-size: 8pt;
	font-weight: normal;
	color: #0B498B;
	text-decoration: none;
}

a.linkbox2
{
	font-size: 8pt;
	font-weight: normal;
	color: #0B498B;
	text-decoration: none;
}

a:hover.linkbox2
{
	font-size: 8pt;
	font-weight: normal;
	color: #0B498B;
	text-decoration: underline;
}


.searchtitle
{
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bunntext
{
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
}


a.bunntext
{
	font-size: 8pt;
	font-weight: bold;
	color: #A8A310;
	text-decoration:  none;
	letter-spacing: 1px;
}



a:hover.bunntext
{
	font-size: 8pt;
	font-weight: bold;
	color: #A8A310;
	text-decoration: underline;
	letter-spacing: 1px;
}


/*
#####################################################################################
 MAIN MENU STYLE
#####################################################################################
*/
ul.menu {
  margin-left: 5px;
  padding: 0px;
}

ul.menu ul.menu {
  margin-left: 0px;
}

li.menu {
  list-style-type: none;
  margin-left: 0px;
}

li.menu li.menu {
  margin-left: 0px;
  background-color: #2A68A4; /* #698CBC; */
  margin: 1px 0px;
  padding-left: 0x;
  padding-right: 0px;
}

li.menu li.menu li.menu {
  background-color: #749DC4;
  margin: 1px 0px;
  padding-left: 5px;
}

#active-link {
  color: #FEDA29;
}

li.menu a:link {
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

li.menu a:visited {
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

li.menu a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #FEDA29;
	text-decoration: none;
}

li.menu li.menu a:link {
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

li.menu li.menu a:visited {
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

li.menu li.menu a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #FEDA29;
	text-decoration: underline;
}



li.menu li.menu a:link {
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

li.menu li.menu li.menu a:visited {
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

li.menu li.menu li.menu a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #FEDA29;
	text-decoration: underline;
}


/************************************* 
* CALENDAR 
*************************************/

TABLE.calendarTable
{
      background-color: #ffffff;
      border: 1px solid #f1f1f1;
      padding: 3px;
      width: 100%;
}


TD.calendartdtopheight	
{ 
      background-color: #ffffff; /* standard top color of top cell */
      height: 50px; /* standard height of top cell */
}


a.calfontbacknext 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: normal;
       text-decoration: none;
}

a:hover.calfontbacknext 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 8pt;
       font-weight: normal;
       text-decoration: underline;
}


.calfontlistheading 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: normal;
       border-top: 1px dashed #666666;
       border-bottom: 1px dashed #666666;
       padding: 3px;
       text-decoration: none;
}

.calfontlisttxt 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: normal;
       border-bottom: 1px dashed #999999;
       padding: 3px;
       text-decoration: none;
}


.calfontlist 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: bold;
       text-decoration: none;
}

.contentArea h1 { font-family: Verdana, Arial; font-size: 15px; font-weight: bold; color: #000000; text-decoration: none; }
.contentArea h2 { font-family: Verdana, Arial; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none; }
.contentArea h3 { font-family: Verdana, Arial; font-size: 12px; font-weight: bold; font-style: italic; color: #000000; text-decoration: none; }
.contentArea h5 { font-family: Verdana, Arial; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none; }

.contentArea p { font-family: Verdana, Arial; font-size: 10px; font-weight: normal; color: #000000; text-decoration: none; }

.contentArea a:visited.calfontlist 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: bold;
       text-decoration: none;
}

.contentArea a:active.calfontlist 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: bold;
       text-decoration: none;
}

.contentArea a:link.calfontlist 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: bold;
       text-decoration: none;
}

.contentArea a:hover.calfontlist 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: bold;
       text-decoration: underline;
}

.contentArea a:visited.calfontlistpersonal 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       color: red;
       font-weight: bold;
       text-decoration: none;
}

.contentArea a:active.calfontlistpersonal 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       color: red;
       font-weight: bold;
       text-decoration: none;
}
.contentArea a:link.calfontlistpersonal 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       color: red;
       font-weight: bold;
       text-decoration: none;
}

.contentArea a:hover.calfontlistpersonal 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       color: red;
       font-weight: bold;
       text-decoration: underline;
}

.calfontcontentdot 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 7pt;
       color: #ff0000;
       font-weight: normal;
       text-decoration: none;
}


a.calfontcontent 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 7pt;
       font-weight: normal;
       text-decoration: none;
}

a:hover.calfontcontent 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 7pt;
       font-weight: normal;
       text-decoration: underline;
}

a.calfontcontentpersonal 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 7pt;
       color: red;
       font-weight: normal;
       text-decoration: none;
}

a:hover.calfontcontentpersonal 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 7pt;
       color: red;
       font-weight: normal;
       text-decoration: underline;
}

.calfontasked 	/* link asked month */
{ 
       letter-spacing: 2px;  
       font-size: 8pt;
       font-weight: bold;
       text-decoration: none;
}

TD.caltddayheight	
{ 
      font-size: 7pt;
      font-weight: normal;
      height: 50px; /* standar height of weekday-cell */
}

TD.calsundaytopclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 50px; /* standar height of weekday-cell */
      background-color: #BBBBBB; /* color sundayname in <tr>-top */
}

TD.calweekdaytopclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 50px; /* standar height of weekday-cell */
      background-color: #e6e6e6; /* color weekday-names */
}

TD.calsundayemptyclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 50px; /* standard height of day-cell */
      background-color: #FFFFFF; /* color of sunday that isn't in month */
}

TD.calweekdayemptyclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 50px; /* standard height of day-cell */
      background-color: #FFFFFF; /* color empty */
}

TD.caltodayclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      background-color: #D6DDF8; /* color today */
}

TD.calpersonal	
{ 
      font-size: 8pt;
      font-weight: normal;
      background-color: red; /* color today */
}

TD.calglobal	
{ 
      font-size: 8pt;
      font-weight: normal;
      background-color: blue; /* color today */
}

TD.calsundayclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 50px; /* standard height of day-cell */
      background-color: #BBBBBB; /* color calendarsunday */
}

TD.calweekdayclr
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 50px; /* standard height of day-cell */
      background-color: #EEF0F0; /* color calendarweekday */
}

TABLE.minicalendarTable
{
      background-color: #ffffff;
      border: 0px solid #f1f1f1;
      padding: 0px;
      width: 100%;
}


TD.minicaltdtopheight	
{ 
      background-color: #ffffff; /* standard top color of top cell */
      height: 20px; /* standard height of top cell */
}


a.minicalfontbacknext 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: normal;
       text-decoration: none;
}

a:hover.minicalfontbacknext 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 8pt;
       font-weight: normal;
       text-decoration: underline;
}

.minicalfontcontentdot 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 7pt;
       color: #ff0000;
       font-weight: normal;
       text-decoration: none;
}


a.minicalfontcontent 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 7pt;
       font-weight: normal;
       text-decoration: none;
}

a:hover.minicalfontcontent 	/* link previous and next month */
{ 
       letter-spacing: 0px; 
       font-size: 7pt;
       font-weight: normal;
       text-decoration: underline;
}


.minicalfontasked 	/* link asked month */
{ 
       letter-spacing: 0px;  
       font-size: 10pt;
       font-weight: bold;
       text-decoration: none;
}

TD.minicaltddayheight	
{ 
      font-size: 7pt;
      font-weight: normal;
      height: 20px; /* standar height of weekday-cell */
}

TD.minicalsundaytopclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 20px; /* standar height of weekday-cell */
      background-color: #BBBBBB; /* color sundayname in <tr>-top */
}

TD.minicalweekdaytopclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 20px; /* standar height of weekday-cell */
      background-color: #e6e6e6; /* color weekday-names */
}

TD.minicalsundayemptyclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 20px; /* standard height of day-cell */
      background-color: #FFFFFF; /* color of sunday that isn't in month */
}

TD.miniminicalweekdayemptyclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 20px; /* standard height of day-cell */
      background-color: #FFFFFF; /* color empty */
}

TD.minicaltodayclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 20px; /* standard height of day-cell */
      background-color: #D6DDF8; /* color today */
}

TD.minicalweekdayeventclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 20px; /* standard height of day-cell */
      background-color: #D6DDF8; /* color today */
}



TD.minicalsundayclr	
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 20px; /* standard height of day-cell */
      background-color: #BBBBBB; /* color calendarsunday */
}

TD.minicalweekdayclr
{ 
      font-size: 8pt;
      font-weight: normal;
      height: 20px; /* standard height of day-cell */
      background-color: #EEF0F0; /* color calendarweekday */
}


/************************************
** Overskrift på store nyheter
************************************/
.newsHeading { font-size: xx-large;	font-weight: bold;  text-align: right; color: #999999;}
a.newsHeading { font-size: xx-large; font-weight: bold;  text-align: right; color: #999999; }
a:hover.newsHeading { font-size: xx-large; font-weight: bold;  text-align: right; color: #999999;}

/************************************
** Overskrift på mindre nyheter
************************************/
.newsHeadingSmall { font-size: large;	font-weight: bold;  text-align: right; color: #999999;}
a.newsHeadingSmall { font-size: large; font-weight: bold;  text-align: right; color: #999999; }
a:hover.newsHeadingSmall { font-size: large; font-weight: bold;  text-align: right; color: #999999;}