/**********************************************
	Make menu display without large left margin
	on Mozilla based browsers.
**********************************************/
ul.menu {
  padding:	0;
  margin:		0;
}

/**********************************************
* START KOMPETANSEKATALOG
***********************************************/
.kompetanse_header_h3 {font-weight: bold; margin-bottom: 1px; margin-top: 4px;}

.kompetanse_header_h4{font-weight: bold; padding-bottom:1px; padding-top:1px; margin-bottom: 1px; margin-top: 4px;}



/**********************************************
* START FAQ MODUL
***********************************************/
.faq_category{
     width: 100px;
}

.faq_query{
    width: 170px;

}

.faq_limit{
    width: 50px;

}

.faq_submit{
    width: 70px;

}




a {
	font-weight: normal;
}

a:hover {
	font-weight: normal;
}

TD {
	font-weight: normal;
}


/* Innhold og rammer paa liten box */

TD.forumHeaderBorderTop { font-weight: bold; border-left: solid 0px; border-right: solid 0px; border-top: solid 0px; border-bottom: solid 0px; padding: 5px 5px; }
TD.forumHeaderBorderBottom {font-weight: bold; border-left: solid 1px; border-right: solid 1px; border-top: solid 1px; border-bottom: solid 1px; padding: 5px 5px; }
TD.forumHeaderDivider {border-left: solid 0px; border-right: solid 0px}
TD.forumTitleList {font-weight: bold; border-left: solid 0px; border-right: solid 0px; border-top: solid 0px; border-bottom: dashed 1px; padding: 1px 0px; }
TD.forumForm {font-weight: bold; border-left: solid 0px; border-right: solid 0px; border-top: solid 0px; border-bottom: solid 0px; padding: 0px 0px; }

.FORUM_SEARCH_COLOR_1 {padding: 3px 0px; }
.FORUM_SEARCH_COLOR_2 {padding: 3px 0px; }       


a.forum {
	font-weight: bold;
}
a:hover.forum {
}
a:visited.forum {
	font-weight: normal;
}

td.forum {
	font-weight: normal;
	padding: 2px 0px;
}



/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  cursor: default;
}

.calendar table {
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  cursor: default;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid;
  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;
  padding: 2px;
  text-align: center;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  padding: 0px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid;
}

.calendar tbody .rowhilite td {
}

.calendar tbody .rowhilite td.wn {
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
}

.calendar tbody .disabled {}

.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> */
  padding: 1px;
  border: 1px solid;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  padding: 1px;
}

.combo .label {
  text-align: center;
  padding: 1px;
}

.combo .active {
  padding: 0px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.combo .hilite {
}
/*************************************
* CALENDAR
* HORIZONTAL MENU
* VERTICAL MENU
* LINKS
* ROMRES
* MESSAGEBOARD
* GUESTBOOK
* FORMS
*************************************/




/**********************************************
* START TIMETABLE
***********************************************/
TD.timetable_display_headerday{

  border-right: solid 0px;
  border-left: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  font-weight: bold;
  padding: 1px 3px;
}


TD.timetable_display_header_vertical{

  padding: 3px 2px;
  font-weight: bold;
  border-right: solid 0px;
  border-left: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 0px;
}

TD.timetable_display_header_vertical_top{
  padding: 1px 2px;
  border-right: solid 0px;
  border-left: solid 0px;
  border-top: solid 0px;
  border-bottom: solid 1px;
}


TD.timetable_display_hour{   
  border-right: solid 0px;
  border-left: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 0px;
}


TD.timetable_display_normal{   
  border-right: solid 0px;
  border-left: solid 1px;
  border-top: dashed 1px;
  border-bottom: solid 0px;
}


TD.timetable_display_busy{   
}

TD.timetable_display_busy_newitem{   
   border-top-style : solid; 
   border-top-width : 4px;   
}

TD.timetable_display_request{   
}

TD.timetable_display_request_newitem{   
   border-top-style : solid; 
   border-top-width : 4px;   
}

FONT.subject_code{
}

TABLE.timetable_display_borders{   
  border-right: solid 1px;
  border-bottom: solid 1px;
}


TD.timetable_fravaer{
}

TD.timetable_oenske{
}



/*************************************
* LINKS
*************************************/



/**********************************************
* ROMRES
**********************************************/

.RR_rightMenu
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.timeBorderSolid
{
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  font-weight: bold;
  padding: 1px 3px;
}

.topdayBorderSolid
{
  border-top: 1px solid;
  border-right: 1px solid;
  font-weight: bold;
  padding: 1px 3px;
}


.timeBorderDashed
{
  border-top: 0px dashed;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 1px 3px;
}

.timeBorderBottom
{
  border-top: 0px dashed;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  padding: 1px 3px;
}

.dayBorderSolid
{
  border-top: 1px solid;
  border-right: 1px solid;
}

.dayBorderDashed
{
  border-top: 1px dashed;
  border-right: 1px solid;
}

.dayBorderBottom
{
  border-top: 1px dashed;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.roomReservedColor
{
  border-top: 1px solid;
  border-bottom: 0px solid;
}

.collisionBorder
{
	border: 2px solid;
}

/*END ROMRES*/


/*************************************
* MESSAGEBOARD
*************************************/

  
.messageboard-title {
      font-size: small;
      font-weight: bold;
      margin: 0px;
}
  
.messageboard-label {
      border: 1px solid;
      padding: 1px;
}
  
label{
      font-weight: bold;
}

/*END MESSAGEBOARD*/



/*************************************
* GUESTBOOK
*************************************/
.gb_topmenu
{ 
}

.gb_pagemenu
{ 
}

.gb_contentheading
{ 
}

.gb_content
{ 
} 

.gb_link
{ 
}      

/*END GUESTBOOK*/

/*************************************
* FORMS
*************************************/

.formSearchSmall{
  width: 150px; 
  border-style: solid; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 0px; 
  padding-bottom: 0px;
  margin-right:-20px;
  margin-bottom: 0px;
}

.formSearch{
  width: 90%; 
  border-style: solid; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  margin-right:-20px;
  margin-bottom: 0px;
}

.formTextMedium {
  width: 150px; 
  border-style: solid; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.formTextSmall {
  width: 100px; 
  border-style: solid; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}


.formTextLarge {
  width: 100%; 
  border-style: solid; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}


.formTextAreaLarge {
  width: 100%; 
  height: 50px; 
  border-style: solid; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.formListTables {
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0px;
}

td.formTextDisplay {
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 0px;
}

       
/*************************************
* DIVERSE
*************************************/


