BODY { 	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

/**********************************************
        Make menu display without large left margin
        on Mozilla based browsers.
**********************************************/
H1{
  font-size: 15px; 
font-weight: bold;
}

H2{
  font-size: 14px; 
font-weight: bold;
}
H3{
  font-size: 13px; 
font-weight: bold;
}
H4{
  font-size: 11px; 
font-weight: bold;
}
H5{
  font-size: x-small; 
font-weight: bold;
}
H6{
  font-size: xx-small; 
font-weight: normal;
}

.sevuH4style, .sevuH5style, .sevuH3style{
  margin-top: 20px;
}

.sevuH2style, .sevuH1style {
  margin-bottom: 10px;
}
ul.menu {
  padding: 0;
  margin: 0;
}

H3.kompetanse_header {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 1px; 
	margin-top: 8px; 	
	text-decoration: none;
	}

H4.kompetanse_header {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	padding-bottom:1px; 
	padding-top:1px; 
	margin-bottom: 1px; 
	margin-top: 4px; 
	text-decoration: none; 
	}

TABLE.forumTableDetails{
     background-color: #88A610;
}

TABLE.forumTableDetails a{
    color:#FFFFFF;
}

TD.smalltext form{
                    color: #FFFFFF;
}

/* Innhold og rammer på liten box */
TD.forumHeaderBorderTop { 
	background-color: #867F1C;	
                      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: #CDCBAA; 
	color: #000000; 
	padding: 3px 0px; 
	}
	
.FORUM_SEARCH_COLOR_2 { 
	background-color: #ffffff; 
	color: #000000; 
	padding: 3px 0px; 
	}       

TD.forumHeaderBorderTop a{
                   color: #FFFFFF; 

}

TD.forumHeaderBorderTop a:hover{
                   color: #FFFFFF; 

}

a:visited.forumText{
                     color: #FFFFFF; 
}

a.forumText{
                     color: #FFFFFF; 
}

a.forum {
	font-family:verdana, Arial, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
}
a:hover.forum {
	font-family:verdana, Arial, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
a:visited.forum {
	font-family:verdana, Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
}

td.forum {
	font-family:verdana, Arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	padding: 2px 0px;
}

hr.navigator_LF{        
	color : #cdcbaa;       
}

/* 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;
  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, a.navigator_title:hover{	
	font-weight: bold;
                     font-size:13px;
}


a.navigator_read{
	font-weight: normal;
}

table.navigator_main{
	font-weight: normal;
       width:100%;
}


td.navigator_menu{
	background-color: #FFFFFF;	
	font-weight: normal;
}

a.navigator_menu{
	font-weight: normal;
}

span.navigator_ingress{
        font-weight: normal;
}

tr.navigator_LF{ 
       height: 2px;          
       background-color : #cdcbaa;         
}
       
/*************************************
* DIVERSE
*************************************/
.titleList img{
 margin-right: 3px;
}

.navigator_ingress_img_left{
margin: 2px 10px 2px 2px;
border:0;
}

.newsrow {
background-image: url('http://www.dmmh.no/neted/front/img/design0806/bullet.gif');
background-repeat:  no-repeat;
background-position: top left;
padding: 5px 10px;
}

.newsListEnd td{
border-top: 1px solid #cdcbaa;
}

.contentArea hr{
height: 1px;
}


a.titleList{
 color:#6C6928;
}

a.readMore{
 color:#6C6928;
}

a{
  color:#660E0A;
}

.headingtopp{
   font-size: 18px;
  font-weight: bold;
}

.subscription_border{
 background-color:#600D09;
}


.subscription_line{
  color:#600D09;

}

hr{

  color#837e2b;

  background-color: #837e2b;

  border: 0;

}


.sevuListTable TD,TH{
   padding: 3px;
}

.sevuListTable TH{
  text-align:left;
  font-size: 0.7em;
  
}

.sevuListTable TD A{
  background-image: url('http://www.dmmh.no/neted/front/img/design0806/bullet.gif');
  background-repeat:  no-repeat; 
  background-position: top left;
  background-position-y:3px;
  padding-left: 10px; 
}

.userdefinedlistStudieinfo{
  display:none;
}

.firstelement{
  width:300px;
}

TD.sevu_title A, TD.sevu_title A:hover{
 font-size: 1.3em;
 font-weight:bold;
}

TD.sevu_ingress{
 font-size: 0.7em;
 font-weight:bold;	
}

TD.sevu_image{
 padding-top:3px;
 padding-bottom:3px;
}

.sevu_image IMG{
 border:0;
}

.sevu_headeringress_content{
 width:100%;
}

TD.sevu_space{
  border-top: solid #837e2b;
  border-top-width: 1px;
  font-size:1px;
 }
