/**********************************************
* START FAQ MODUL
***********************************************/
.faq_category{
     font-size: 10px;
     width: 100px;
}

.faq_query{
    font-size: 10px;
    width: 126px;

}

.faq_limit{
    font-size: 10px;
    width: 50px;

}

.faq_submit{
    font-size: 10px;
    width: 70px;

}



/* The main calendar widget.  DIV containing a table. */

.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;
}
/*************************************
* CALENDAR
* HORIZONTAL MENU
* VERTICAL MENU
* LINKS
* ROMRES
* MESSAGEBOARD
* GUESTBOOK
* FORMS
*************************************/


/*************************************
* 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;
}

a.calfontlist 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: bold;
       text-decoration: none;
}

a:hover.calfontlist 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       font-weight: bold;
       text-decoration: underline;
}

.calfontlistpersonal 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       color: red;
       font-weight: bold;
       text-decoration: none;
}

a.calfontlistpersonal 	/* link previous and next month */
{ 
       letter-spacing: 1px; 
       font-size: 8pt;
       color: red;
       font-weight: bold;
       text-decoration: none;
}

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: 1px 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 */
}



/**********************************************
* START TIMETABLE
***********************************************/
TD.timetable_display_headerday{

  border-right: solid 0px #333333;
  border-left: solid 1px #333333;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  font-weight: bold;
  padding: 1px 3px;
  background-color : white;
}


TD.timetable_display_header_vertical{

  padding: 3px 2px;
  font-weight: bold;
  border-right: solid 0px #333333;
  border-left: solid 1px #333333;
  border-top: solid 1px #333333;
  border-bottom: solid 0px #333333;
  background-color : white;


}

TD.timetable_display_header_vertical_top{
  padding: 1px 2px;
  border-right: solid 0px #333333;
  border-left: solid 0px #333333;
  border-top: solid 0px #333333;
  border-bottom: solid 1px #333333;
}



TD.timetable_display_hour{   
  border-right: solid 0px #333333;
  border-left: solid 1px #333333;
  border-top: solid 1px #333333;
  border-bottom: solid 0px #333333;
  background-color : white;
}


TD.timetable_display_normal{   
  border-right: solid 0px #333333;
  border-left: solid 1px #333333;
  border-top: dashed 1px #333333;
  border-bottom: solid 0px #333333;
  background-color : white;
}


TD.timetable_display_busy{   
   background-color : blue;
}

TD.timetable_display_busy_newitem{   
   background-color : blue;
   border-top-style : solid; 
   border-top-color : black;  
   border-top-width : 4px;   
}

TD.timetable_display_request{   
   background-color : green;
}

TD.timetable_display_request_newitem{   
   background-color : green;
   border-top-style : solid; 
   border-top-color : black;  
   border-top-width : 4px;   
}

TABLE.timetable_display_borders{   
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
}


TD.timetable_fravaer{
  background-color : blue;
}

TD.timetable_oenske{
  background-color : green;
}



/*************************************
* LINKS
*************************************/



/**********************************************
* ROMRES
**********************************************/

.RR_rightMenu
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.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: #CC9999;
}

/*END ROMRES*/


/*************************************
* MESSAGEBOARD
*************************************/

  
.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*/



/*************************************
* 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*/

/*************************************
* 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;
}

       
/*************************************
* DIVERSE
*************************************/

