.mainpagecontent {
    width:100%;
}

a.textversionlink
{
	font-size: x-small;
	font-weight: normal;
	color: #ffffff;
	text-decoration:  none;
	letter-spacing: 0px;
}

a:hover.textversionlink
{
                     font-size: x-small;
	font-weight: normal;
	color: #FEDA29;
	text-decoration:  none;
	letter-spacing: 0px;
}

.H2style { font-family: Verdana, Arial; font-size: 18px; font-weight: bold; margin-bottom: 5px; margin-top: 18px; color: #000000;	text-decoration: none; }

.H3style { font-family: Verdana, Arial; font-size: 18px; font-weight: bold; margin-bottom: 4px; margin-top: 12px; color: #000000;	text-decoration: none; }

.H4style { font-family: Verdana, Arial; font-size: 14px; font-weight: bold; margin-bottom: 2px; margin-top: 10px; color: #000000;	text-decoration: none; }

.aarstrinnstyle{ font-family: Verdana, Arial; font-size: 16px; font-weight: bold; margin-bottom: 5px; margin-top: 2px; color: #000000;	text-decoration: none; }

H3.emnestyle{ font-family: Verdana, Arial; font-size: 18px; font-weight: bold; margin-bottom: 5px; margin-top: 2px; color: #000000;	text-decoration: none; }

H3.kompetanse_header {font-family: Verdana, Arial; font-size: 14px; font-weight: bold; margin-bottom: 5px; margin-top: 10px; color: #1261aa;	text-decoration: none; }

H4.kompetanse_header {font-family: Verdana, Arial; font-size: 11px; font-weight: bold; margin-bottom: 3px; margin-top: 6px; color: #000000;	text-decoration: none; }

.description_td {padding-left:10px;}

/* 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;
}



/*************************************
* START NEWS
*************************************/
TD.news_heading
{
      font-size: 15pt;
      font-family : verdana;  
    	font-weight: bold;    	
    	text-decoration: none;
    	letter-spacing: 0px;
    	color: #000000;
}

TD.news_ingress
 {     
     font-size: 11pt;
     font-family : verdana; 
     font-weight: bold;
     text-decoration: none;
     letter-spacing: 0px;
     color: #000000;
}


/*************************************
* 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;
}

/*TEXT*/

/*MESSAGEBOARD*/
.error {    
    color: red;
}
  
.messageboard-title {
      font-size: 13pt;
      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*/

fieldset
{
    margin: 0px;
    padding: 4px;
}

a
{
	color: #024F9D;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
}

a:hover
{
	color: #024F9D;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
}

TD
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}



BODY
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}




.listtables
 {

       color: #000000;
       font-weight: normal;
       font-size: 9pt;
       text-decoration: none;
       letter-spacing: 0px;


       }

.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;


       }       

.dnsQform{
width: 180; border-style: solid; border-width: 1; padding-left: 1; padding-right: 0; padding-top: 0; padding-bottom: 0;margin-right:-20px;margin-bottom: 0px;
}

.dnsQform2{
width: 400; border-style: solid; border-width: 1; padding-left: 1; padding-right: 0; padding-top: 0; padding-bottom: 0;margin-right:-20px;margin-bottom: 0px;
}


.listtablesbold
 {

       color: #000000;
       font-weight: bold;
       font-size: 9pt;
       text-decoration: none;
       letter-spacing: 0px;


       }

.headingtopp
 {

       color: #000000;
       font-weight: bold;
       font-size: 11pt;
       text-decoration: none;
       letter-spacing: 0px;


       }




.heading
 {

       color: #ffffff;
       font-weight: bold;
       font-size: 11pt;
       text-decoration: none;
       letter-spacing: 0px;


       }


.fieldsetheading
 {

       color: #000000;
       font-weight: bold;
       font-size: 11pt;
       text-decoration: none;
       letter-spacing: 0px;


       }







.text
{
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}







.ingress
{
	font-size: 12pt;
	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;
}

.linknewstitle
{
	font-size: 11pt;
	font-weight: bold;
	color: #0B498B;
	text-decoration: none;
}

a.linknewstitle
{
	font-size: 11pt;
	font-weight: bold;
	color: #0B498B;
	text-decoration: none;
}

a:hover.linknewstitle
{
	font-size: 11pt;
	font-weight: bold;
	color: #0B498B;
	text-decoration: underline;
}

.linkreadmore
{
	font-size: 8pt;
	font-weight: normal;
	color: #0B498B;
	text-decoration: none;
}

a.linkreadmore
{
	font-size: 8pt;
	font-weight: normal;
	color: #0B498B;
	text-decoration: underline;
}

a:hover.linkreadmore
{
	font-size: 8pt;
	font-weight: normal;
	color: #0B498B;
	text-decoration: underline;
}

.searchtitle
{
	font-size: 13pt;
	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: normal;
	color: #A8A310;
	text-decoration: underline;
	letter-spacing: 0px;
}


a.whitelink
{
	font-size: x-small;
	font-weight: normal;
	color: #ffffff;
	text-decoration:  none;
	letter-spacing: 0px;
}



a:hover.whitelink
{
	font-size: x-small;
	font-weight: normal;
	color: #FEDA29;
	text-decoration:  none;
	letter-spacing: 0px;
}




/**********************************************
* 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 solid dashed;
  border-right: 1px solid black;
}

.dayBorderBottom
{
  border-top: 1px solid dashed;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.roomReservedColor
{
  border-top: 0px solid black;
  background-color: #cccccc;
  border-bottom: 0px solid black;
}

 .roomReservedColor > a {
  color: inherit;
}

/*END ROMRES*/
/*STUDIEINFO*/

.StudieinfoTdHeaderList{
  text-align:left;
  font-size:normal;
  padding-right:10px;
  font-weight:bold;
}

.StudieinfoTdList1,.StudieinfoTdList2,.StudieinfoTdList3,.StudieinfoTdList4,{
  text-align:left;
  font-size:normal;
  padding-right:10px;
}

.StudieinfoTdList2,.StudieinfoTdList3,.StudieinfoTdList4,{
  text-align:center;
  
}

.StudieinfoTdTrList{
background-color:#EAEFF5;
}
/*END STUDIEINFO*/

.calfontlisttxt{
  width:40px;
}

.sortable tr td{
  text-align: left;
}