/**********************************************
        Make menu display without large left margin
        on Mozilla based browsers.
**********************************************/
ul.menu {
  padding:      0;
  margin:               0;
}

.kompetanse_header_h3 {font-family: Verdana, Arial; font-size: 14px; font-weight: bold; margin-bottom: 1px; margin-top: 4px; color: #000000;	text-decoration: none; }

.kompetanse_header_h4{font-family: Verdana, Arial; font-size: 12px; font-weight: bold; padding-bottom:1px; padding-top:1px; margin-bottom: 1px; margin-top: 4px; color: #000000;	text-decoration: none; }


BODY {
	background-color: #ffffff;
}

a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

TD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* Innhold og rammer på liten box */

TD.forumHeaderBorderTop { background-image: url(/neted/front/img/forum/msg_header_bg.gif); color: #000000; font-size: x-small; font-weight: bold; border-left: solid 0px #cccccc; border-right: solid 0px #cccccc; border-top: solid 0px #cccccc; border-bottom: solid 0px #999999; padding: 5px 5px; }
TD.forumHeaderBorderBottom { background-color: #ffffff; color: #000000; font-size: x-small; font-weight: bold; border-left: solid 1px #cccccc; border-right: solid 1px #cccccc; border-top: solid 1px #cccccc; border-bottom: solid 1px #cccccc; padding: 5px 5px; }
TD.forumHeaderDivider { background-image: url(/neted/front/img/forum/msg_header_divider.gif); border-left: solid 0px #cccccc; border-right: solid 0px #cccccc; }
TD.forumTitleList { background-color: #ffffff; color: #000000; font-size: x-small; font-weight: bold; border-left: solid 0px #cccccc; border-right: solid 0px #999999; border-top: solid 0px #999999; border-bottom: dashed 1px #cccccc; padding: 1px 0px; }
TD.forumForm { background-color: #ffffff; color: #000000; font-size: x-small; font-weight: bold; border-left: solid 0px #cccccc; border-right: solid 0px #cccccc; border-top: solid 0px #999999; border-bottom: solid 0px #cccccc; padding: 0px 0px; }

.FORUM_SEARCH_COLOR_1 { background-color: #E8ED9A; padding: 3px 0px; }
.FORUM_SEARCH_COLOR_2 { background-color: #ffffff; padding: 3px 0px; }       


a.forum {
	font-family:verdana, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
a:hover.forum {
	font-family:verdana, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
a:visited.forum {
	font-family:verdana, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight: normal;
}

td.forum {
	font-family:verdana, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight: normal;
	padding: 2px 0px;
}



/* 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
*************************************/




/**********************************************
* 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;   
}

FONT.subject_code{
  color : white;  
}

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: #ffffff;
  font-weight: bold;
  padding: 1px 3px;
}

.topdayBorderSolid
{
  border-top: 1px solid black;
  border-right: 1px solid black;
  background-color: #ffffff;
  font-weight: bold;
  padding: 1px 3px;
}


.timeBorderDashed
{
  border-top: 0px dashed black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #ffffff;
  padding: 1px 3px;
}

.timeBorderBottom
{
  border-top: 0px dashed black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #ffffff;
  padding: 1px 3px;
}

.dayBorderSolid
{
  border-top: 1px solid black;
  border-right: 1px solid black;
}

.dayBorderDashed
{
  border-top: 1px dashed black;
  border-right: 1px solid black;
}

.dayBorderBottom
{
  border-top: 1px dashed black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.roomReservedColor
{
  border-top: 1px solid black;
  background-color: #CCCCCC;
  border-bottom: 0px solid black;
}

.collisionBorder
{
	border: 2px solid red;
}

/*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: 150px; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 0px; 
  padding-bottom: 0px;
  margin-right:-20px;
  margin-bottom: 0px;
}

.formSearch{
  width: 90%; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  margin-right:-20px;
  margin-bottom: 0px;
}

.formTextMedium {
  width: 150px; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.formTextSmall {
  width: 100px; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}


.formTextLarge {
  width: 100%; 
  font-size: 10px; 
  border-style: solid; 
  border-color: #cccccc; 
  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; 
  font-size: 11px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1px; 
  padding-left: 1px; 
  padding-right: 0px; 
  padding-top: 1px; 
  padding-bottom: 0px;
  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;
}


/*************************************
* NEWS
*************************************/
td.navigator_background{
	background-color: #FFFFFF;	
	border-width: solid;	
	border-color: #000000; 
	padding: 5px;
}

a.navigator_title{	
	font-weight: normal;
}

a.navigator_read{
	font-weight: normal;
}

table.navigator_main{
	font-weight: normal;
}


td.navigator_menu{
	background-color: #FFFFFF;	
	font-weight: normal;
}

a.navigator_menu{
	font-weight: normal;
}
       
/*************************************
* DIVERSE
*************************************/


