body {
	font-size: 1.3em;
}

/****************************** = Styles for Banner, Footer and Menu ********************************/

/** Undermeny til global paa topp ***/
#global_sub_menu {
  width: 225px;
  font-size: 12px;
  font-size: 0.8em;
}

#global_sub_menu ul {
  margin: 0;
  margin-top: 10px;
  list-style-type: none;
  padding: 0;
}

#global_sub_menu li {
  margin-left: 5px;
  margin-bottom: 9px;
  _margin-bottom: 0px;
  background: url(/ressurs/rikshospitalet_no/images/plus_orange.gif) left 3px no-repeat;
}

#global_sub_menu li a {
  display: block;
  padding-left: 20px;
  color: #404040 ;
  text-decoration: none;
}

#global_sub_menu li.action_level2 {
  margin-left: 5px;
  margin-bottom: 5px;
  background: none;
}

#global_sub_menu li.action_level2 a {
  padding-left: 30px;
  margin-right: 5px;
  font-size: 10px;
  font-size: 0.75em;
  color: #404040 ;
  text-decoration: none;
}

#global_sub_menu li.action_level3 {
  margin-left: 20px;
  margin-bottom: 5px;
  background: none;
}

#global_sub_menu li.action_level3 a {
  padding-left: 30px;
  font-size: 10px;
  font-size: 0.75em;
  color: #404040 ;
  text-decoration: none;
}

#global_sub_menu li a:hover {
  color: #F26521;
}

#global_sub_menu li.active a {
  color: #F26521;
}




/*** Inngangspkt.: Kvinner - Menn - Barn ***/
.velg_type {
  font-size: 0.8em;
}

/*** Meny på 3. nivå innenfor emne ***/
#tabs {
  font-size: 0.7em;
  margin-bottom: 9px;
}

/*** Meny for stasjon ***/
.stasjon_menu li a {
  font-size: 0.8em;
}


/*** Meny for stasjon - Barnas Rikshospitalet ***/
.barn_menu li a {
  font-size: 0.8em;
}


div#footer_print {
  font-family: Verdana;
  width: 700px;
  height: 30px;
  xborder-top: 1px solid #BCBEC0;
  text-align: left;
  font-size: 0.6em;
  color: #404040 ;
}

div#footer_print a {
  color: #404040 ;
}

div#footer_print .kontakt {
  float: left;
  margin-top: 8px;
}

div#footer_print .uio {
  float: right;
  margin-top: 3px;
  margin-right: 23px;
}



/****************************** = Styles for Searchdialog ********************************/


/*** Search i emnekart ***/
.emne_search_header {
  font-size: 12px;
  font-weight: bold;
  color: #5E6AAF;
}

.emne_search_txt {
  font-size: 11px;
}

.details_box {
  margin: 0;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10000000;
  display: block;
  border: 2px solid #F16633;
  padding: 10px;
  background-color: #ffffff;
  width: 120px;
  min-height: 30px;
  font-size: 0.7em;
  line-height: 1.3em;
}

#details_box a {
  color: #404040 ;
  text-decoration: none;
  cursor: hand;
}

#details_box a:hover {
  color: #404040 ;
  text-decoration: underline;
}

.carousel_num {
  width: 555px;
}

.carousel_links {
  margin-left: 12px;
  margin-bottom: 12px;
}

.carousel_num .carousel_links {
  margin-left: 0px;
}

.carousel_links a {
  font-family: Verdana;
  font-size: 0.8em;
  text-decoration: none; 
  color: #404040 ;
}

.carousel_links a.active {
  color: #00B2EE;
}

.carousel-component {
    padding:8px;
    margin-left: 20px;
    padding-left: 50px;
    padding-right: 50px;
    min-height: 300px;
    height:auto !important;
    height:300px;
}
.carousel-component .carousel-list li { 
    margin:2px;
    width:175px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    display:block;
    border: none;
    outline:none;
    -moz-outline:none; 
}

.carousel-component .carousel-list li img { 
    display:block; 
}
                                    

#prev-arrow { 
    position:absolute;
    top:110px;
    z-index:3;
    left:5px; 
}

#next-arrow { 
    position:absolute;
    top:110px;
    z-index:3;
    right:5px; 
}

.right-button-image {
  cursor:pointer; 
}

.left-button-image {
  cursor:pointer; 
}

.img_noclick {
  cursor: default;
}

.bright {
    filter: alpha(opacity=100); -moz-opacity:1.0;
}
.dim {
    filter: alpha(opacity=40); -moz-opacity:0.4;
}

.bright_img {
  width: 175px;
}

.dim_img {
    width: 110px;
    margin-top: 30px;
    margin-left: 35px;
    _margin-left: 0px;
}


/****************** Font classes ********************/
/************************* Forside ************************/
.forsiden_artikkel h1 {
  font-family: Georgia;
  font-size: 2.45em;
  color: #F26521;
  font-weight: normal;
  margin-top: 0px;
}

.forsiden_artikkel h1.black {
  font-family: Georgia;
  font-size: 1.75em;
  font-weight: normal;
  color: #404040;
}

.forsiden_artikkel h2 {
  font-size: 0.8em;
  line-height: 1.3em;
  display: inline;
  font-weight: normal;
}

.article h1 {
  font-family: Georgia;
  font-size: 1.125em;
  color: #404040 ;
  margin-top: 0px;
  margin-bottom: 5px;
  display: block;
  font-weight: normal;
}

.article .text2 {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #404040;
}

.frontpage_img {
  margin: 0;
  margin-top: 19px;
  float: right; 
  margin-bottom: 21px
}

#frontpage_113{
  padding: 0;
  margin: 0;
  height: 20px;
  border-top: 1px solid #BCBEC0;
  border-left: 1px solid #BCBEC0;
  border-bottom: 1px solid #BCBEC0;
  border-right: 1px solid #fff;
  margin-top: -80px;
  _margin-right: -21px;
  _margin-left: 11px;
  position:relative;
  width: 99.6%;
  z-index: 10;
  text-transform:uppercase;
  background-color: #fff;
  font-size: 0.8em;
}

.Text113 {
  float:right; 
  padding-top: 2px;
  padding-right: 30px;
}

.Text113_orange {
  font-weight: bold;
  padding-top: 2px;
  color: #F16633;
}

a {
  color: #3366CC;
}


/************************* Main ************************/
.global_sub_menu_header {
  width: 220px;
  margin-top: 18px;
  padding-top: 5px;
  padding-left: 5px;	
}

.klikk_her {
  width: 220px;
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 5px;	
  background-color: #F4F5F5;
  background-color: #EEEEF0;
}

.klikk_her_white {
  width: 220px;
  margin-top: 18px;
  padding-top: 5px;
  padding-left: 5px;	
  background-color: #ffffff;
}

.klikk1 {
  font-family: Georgia;
  font-size: 1.7em;
  color: #F26521;
}

.klikk1 a {
  font-family: Georgia;
  color: #F26521;
  text-decoration: none;
}

.klikk1_enhet a {
  font-family: Georgia;
  font-size: 1em;
  color: #F26521;
  text-decoration: none;
}

.klikk2 {
  font-size: 0.9em;
}

.beskrivelse {
  margin-top: 3px;
  margin-left: 11px;
  margin-bottom: 12px;
  margin-right: 13px;
}

.beskrivelse h1 {
  font-family: Georgia;
  font-size: 1.75em;
  font-weight: normal;
  color: #404040 ;
}

.beskrivelse h2 {
  width: 472px;
  width: 64%;
  width: 458px;
  font-family: Verdana;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: normal;
  color: #404040;
  margin-bottom: 23px;
}

.beskrivelse h2.fullwidth {
  width: 458px;
  width: 64%;
}

.beskrivelse_tittel {
  margin-top: 4px;
  margin-left: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
}

.beskrivelse_tittel h1 {
  font-family: Georgia;
  font-size: 1.65em;
  color: #404040 ;
  color: #426AB3;
  font-weight: normal;
}

.beskrivelse_tittel h2 {
  font-family: Verdana;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: normal;
  color: #404040 ;
}


.klinikk_velger {
  width: 458px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.klinikk_velger SELECT {
  width: 450px;
  margin-bottom: 10px;
  font-family: Verdana;
  font-size: 0.7em;
  color: #404040 ;
}

.klinikk_velger SPAN {
  font-family: Verdana;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: normal;
  color: #404040 ;
  margin-bottom: 5px;
}

.menypkt {
  margin-top: 12px;
  margin-right: 29px;
  width: 160px;
  float: left;
  display: inline;
}

.menypkt .ingress {
  font-family: Verdana;
  font-size: 0.7em;
  color: #404040 ;
}

.menypkt a {
  font-family: Verdana;
  font-size: 0.8em;
  color: #31BADA;
  font-weight: normal;
  text-decoration: none;
}

.menypkt img
{
  border-style: none;
  margin-top: 1px;
  margin-bottom: 5px;
}

.img_container 
{
  position: absolute;
  border: none;
  top: 0;
  left: -1000px;
  visiblity: hidden;
  display: none;
  width: 1px;
  height: 1px;
  border: none;
  cursor: pointer;
}

.img_container img
{
  border-style: none;
}

.emnekart {
  width: 100%;
  min-height: 250px;
  height:auto !important;
  height:250px;
  padding-top: 10px;
  background-color: #ECF2FA;
}

.emnekart a:hover {
  color: #426AB3;
}

.emnekart .header {
  color: #426AB3;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}

.emnekart .table_title
{
  margin-left: 12px;
}

.emnekart .tittel {
  padding: 5px;
  padding-left: 20px;
  font-size: 0.8em;
  line-height: 1.6em;
  font-weight: normal;
  text-decoration: none;
  color: #404040 ;
  background: url(/ressurs/rikshospitalet_no/images/Greyplusstegn.gif) left 7px no-repeat;
}

.emnekart IMG {
  margin-right: 5px;
  padding-top: 3px;
}

.emnekart .tittel2 {
  margin-left: 12px; 
  display: block;
  margin-bottom: 5px;
}

.emnekart .tittel2 a {
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
  color: #404040 ;
  padding-right: 5px;
}

.artikkel {
  margin-top: 3px;
  margin-left: 12px;
  margin-right: 13px;
}

.artikkel h1 {
  display: inline;
  font-family: Verdana;
  font-size: 1.65em;
  font-weight: normal; 
  color: #426AB3;
}

.artikkel h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Verdana;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: normal;
  color: #404040 ;
}

.artikkel_utskrift {
  margin-top: 20px;
}
.artikkel_utskrift h1 {
  display: inline;
  font-family: Verdana;
  font-size: 1.4em;
  font-weight: normal; 
  color: #404040 ;
}

.artikkel_tipsboks h1 {
  display: inline;
  font-family: Times New Roman;
  font-size: 1.4em;
  font-weight: normal; 
  color: #000000;
}

.ingress_utskrift {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 13px;
  font-family: Verdana;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: normal;
  color: #404040 ;
}

.ingress_tipsbox_blue {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 13px;
  font-family: Times New Roman;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: normal;
  color: #000000;
}

.artikkel .backlink a {
  font-family: Verdana;
  font-size: 0.8em;
  color: #00B2EE;
}

.adresse_lenker .div_show_rel_objects {
  margin: 0px;
  padding: 0px;
}

.adresse_lenker .div_show_rel_objects ul {
  list-style-type: none;
  margin-left: 0px;
  height: 1px;
  _display: inline; /** IE6 **/
}

.adresse_lenker .div_show_rel_objects li {
  display: block;
  margin: 0;
}

.ingress2 {
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.ingress2_white {
  background-color: #ffffff;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.ingress2_txt {
  font-family: Verdana;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
}

#morelink {
  font-size: 0.7em;
  color: #00B2EE;
}

.morelink {
  color: #00B2EE;
}

.svarlink a {
  font-size: 0.7em;
  color: #00B2EE;
}

.next {
  font-family: Verdana;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
}

.next a {
  font-family: Verdana;
  font-size: 2em;
  font-weight: normal;
  color: #404040 ;
  color: red;
}

#b_txt {
  margin-left: 12px;
  font-family: Verdana;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
}

.artikkel_hygiene #b_txt {
  margin-left: 0px;
  font-family: Verdana;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
}

#b_txt_utskrift {
  margin-right: 13px;
  font-family: Times New Roman;
  font-size: 0.9em;
  font-weight: normal;
  color: #000000;
}

p {
  margin-right: 13px;
}

.b_txt {
  font-family: Verdana;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
}

.b_txt h2 {
  font-size: 1.2em;
  color: #404040 ;
}


#b_txt h3 {
  font-size: 1.2em;
  margin-bottom: 0px;
  display: inline;
}

#b_txt h4 {
  font-size: 1em;
  display: inline;
}

#b_txt img {
  margin: 5px;
  margin-left: 10px;
}

#b_txt ul {
  margin-top: 0px;
  margin-left: 20px;
  padding: 0px;
}


.title_lowercase {
  text-transform:lowercase;
}

.klinikk_img {
  display: block;
  margin-bottom: 12px;
}

.metadata_tips {
  display: block;
  font-family: Verdana;
  font-size: 0.65em;
  font-weight: normal;
  font-style: italic;
  color: #404040;
  margin-top: 5px;
}

.feedback {
  font-family: Verdana;
  font-size: 0.65em;
  font-weight: normal;
  font-style: italic;
  color: #404040;
}

.metadata_left {
  display: block;
  font-family: Verdana;
  font-size: 0.65em;
  font-weight: normal;
  font-style: italic;
  color: #404040 ;
}

.metadata_right {
  display: block;
  font-family: Verdana;
  font-size: 0.65em;
  font-weight: normal;
  font-style: italic;
  color: #404040 ;
}

.metadata_left_b {
  display: block;
  font-family: Verdana;
  font-size: 0.85em;
  font-weight: normal;
  font-style: italic;
  color: #404040 ;
}

.metadata_right_b {
  display: block;
  font-family: Verdana;
  font-size: 0.85em;
  font-weight: normal;
  font-style: italic;
  color: #404040 ;
}

.feedback_b {
  font-family: Verdana;
  font-size: 0.85em;
  font-weight: normal;
  font-style: italic;
  color: #404040;
}

.artikkel_hygiene {
  margin-top: 4px;
  margin-left: 12px;
  margin-right: 12px;
  font-family: Verdana;
  color: #404040;
}

.artikkel_hygiene h1 {
  font-size: 1.65em;
  font-weight: normal;
  display: inline; 
}

.artikkel_hygiene h1.blue_title {
  font-family: Georgia;
  color: #426AB3;
  display: block;
}

.artikkel_hygiene h1.forskning {
  font-family: Georgia;
  color: #404040;
  display: block;
}

.artikkel_hygiene h2 {
  margin-top: 7px;
  margin-bottom: 23px;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: normal;
}

.artikkel_hygiene h2.forskning {
  width: 458px;
}

.artikkel_hygiene .b_txt {
  font-size: 0.7em;
  font-weight: normal;
}

.artikkel_hygiene .b_txt p {
  margin-top: 0px;
  padding-top: 0px;
}

.artikkel_hygiene .b_txt h2 {
  font-size: 1.2em;
}

.artikkel_hygiene .b_txt h3 {
  font-size: 1.2em;
  margin-bottom: 0px;
  display: inline;
}

.artikkel_hygiene .b_txt h4 {
  font-size: 1em;
  display: inline;
}

.artikkel_hygiene .b_txt img {
  margin: 5px;
  margin-left: 10px;
}

.artikkel_hygiene .b_txt ul {
  margin-top: 0px;
  margin-left: 20px;
  padding: 0px;
}

.artikkel_hygiene .listeArtikkelBilder {
  margin-top: 0px;
}

.artikkel_hygiene .listeArtikkelBilder IMG {
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 12px;
}

.artikkel_hygiene .listeArtikkelBilder DIV {
  margin-bottom: 10px;
  margin-right: 12px;
}

.artikkel_hygiene .image_text {
  font-size: 0.65em;
  font-weight: normal;
  font-style: italic;
  color: #404040 ;
}

.artikkel_hygiene .b_txt {
  font-family: Verdana;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
}

.artikkelliste {
  margin-top: 4px;
  margin-left: 0px;
  display: inline;
}

.artikkelliste img {
  cursor: pointer;
}

.artikkelliste h2 {
  font-family: Verdana;
  font-size: 0.9em;
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
}

.artikkelliste a {
  color: #426AB3;
  font-weight: bold; 
  text-decoration: none;
  margin-left: 1px;
}

.artikkelliste a:hover { 
  text-decoration: underline;
}

.artikkelliste h3 {
  margin-top: 0px;
  margin-left: 12px;
  margin-bottom: 0px;
  font-family: Verdana;
  font-size: 0.8em;
  font-weight: normal;
  color: #404040;
}

.artikkelliste_arkiv {
  margin-left: 12px;
  color: #404040 ;
  line-height: 1.3em;
  font-size: 0.7em;
  font-weight: normal;
}

.artikkelliste_arkiv .nav_next {
  float: right;
  margin-right: 12px;
}

.artikkelliste_arkiv a {
  color: #426AB3;
  text-decoration: underline;
}

.artikkelliste_more {
  margin-top: 10px;
  margin-left: 12px;
  margin-left: 20px;
  margin-left: 12px;
  margin-right: 13px;
  margin-bottom: 10px;
  font-size: 0.8em;
}

.artikkelliste_more .header {
  color: #426AB3;
  font-weight: bold;
}

.artikkelliste_more .source {
  display: block;
  margin-left: 10px;
}

.artikkelliste_more a {
  color: #404040 ;
  text-decoration: none;
  background: url(/ressurs/rikshospitalet_no/images/plus_gray.gif) left 5px no-repeat;
  padding-left: 10px;
  margin-top: 3px;
  display: block;
}

.artikkelliste_more a:hover {
  text-decoration: underline;
}

.artikkelliste_more .klinikk {
  font-size: 0.8em;
  padding-left: 10px;
}

.artikkelliste_more #newslink {
  background: none;
  padding-left: 0px;
  font-size: 0.85em;
  color: #00B2EE;
  text-decoration: underline;
}

.artikkelliste_more .add_link {
  margin-top: 4px;
  margin-left: 0px;
  padding-left: 14px;
  background: url('/ressurs/riks/images/icon_add.gif') 0 50% no-repeat;
  color: #00B2EE;
  font-size: 0.9em;
  line-height: 2em;
}

.chat_add_link {
  margin-top: 4px;
  margin-left: 12px;
  padding-left: 14px;
  background: url('/ressurs/riks/images/icon_add.gif') 0 50% no-repeat;
  color: #00B2EE;
  font-size: 0.9em;
  line-height: 2em;
}

.related_content {
  margin-top: 10px;
  margin-left: 12px;
  margin-right: 13px;
  margin-bottom: 10px;
  font-size: 0.7em;
}

.related_content .header {
  color: #426AB3;
  font-weight: bold;
}

.related_content a {
  color: #404040 ;
  text-decoration: none;
}

.related_content a:hover {
  text-decoration: underline;
}

.floatright {
  float: right;
  margin: 12px 23px 10px 0px;
  margin: 2px 13px 10px 0px;
}

.floatright img {
  padding-left: 10px;
}

.artikkelliste .floatright img {
  cursor: hand;
}


.informasjon {
  width: 100%;
  margin-top: 30px;
  margin-left: 12px;
  margin-bottom: 20px;
  font-size: 0.8em;
}

.dokumentliste {
  padding-top: 1px;
  padding-left: 10px;
  margin-right: 13px;
  font-size: 0.7em;
}

.dokumentliste .header {
  font-weight: bold;
}

.dokumentliste a {
  color: #404040 ;
  text-decoration: none;
}

.dokumentliste a:hover {
  text-decoration: underline;
}

.pressemld {
  margin-top: 4px;
  margin-left: 12px;
  margin-right: 13px;
}

.pressemld h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Verdana;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: normal;
  color: #404040 ;
}

.backlink a {
  font-family: Verdana;
  color: #00B2EE;
}

.backlink {
  font-family: Verdana;
  color: #00B2EE;
}

.adresse_felt {
  margin-top: 12px;
  margin-left: 12px;
  padding-bottom: 12px;
}

.adresse_felt .adresse {
  font-family: Verdana;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
  display: block;
}

.adresse_lenker {
  margin-top: 8px;
  margin-left: 12px;
  padding-bottom: 12px; 
}

.adresse_lenker a {
  font-family: Verdana;
  font-size: 0.7em;
  font-weight: normal;
  font-size: 0.7em;
  color: #00B2EE;
}

.frontpage_box {
  border: 0px solid #3BC5E3;
  color: #fff;
  width: 943px;
  min-height: 165px;
  height:auto !important;
  height:165px;
  text-align: left;
  background-color: #80D2EA;
  border: 2px solid #3BC5E3;
  margin: 0px;
  padding: 13px;
}


.frontpage_box .article {
  margin: 0px;
  margin-right: 10px;
  margin-top: 5px;
}

.frontpage_box .article a {
  color: #fff;
  font-size: 0.8em;
}


.frontpage_box_light {
  color: #696D72;
  width: 461px;
  margin-top: 24px;	
  text-align: left;
  background-color: #D9EDEE; 
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 298px;
  height:auto !important;
  height:298px;
}

.frontpage_box_light img { 
  align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.frontpage_box_light .small_img {
  valign: left;
}

.frontpage_box_light a {
  font-size: 0.8em;
  color: #C7595E;
}

.tips_blue {
  color: #808284;
  width: 180px;
  padding: 20px;
  text-align: left;
  background-color: #EBF1F9;
  border: 1px solid #BCBEB0;
  margin-top: 12px;
  margin-top: 20px;
  margin-left: 12px;
  padding: 5px;
  margin-bottom: 10px;
}

.tips_blue .title {
  font-size: 0.8em;
  color: #426AB3;
  text-transform: uppercase;
  font-weight: bold;
}

.tips_blue .content {
  font-size: 0.7em;
  color: #404040 ;
  font-weight: normal;
}

.tips_blue a {
  font-size: 0.7em;
  color: #00B2EE;
}

.tips_blue .contact_info {
  font-size: 0.7em;
  color: #404040 ;
  font-weight: normal;
}

.tips_blue .contact_info a {
  font-size: 1em;
  color: #00B2EE;
}


.tips_white {
  width: 180px;
  margin-top: 20px;
  margin-right: 13px;
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #BCBEB0;
  padding: 5px;
}

.tips_white .title {
  font-size: 0.8em;
  color: #426AB3;
  text-transform: uppercase;
  font-weight: bold;
}

.tips_white .content {
  font-size: 0.7em;
  color: #404040 ;
  font-weight: normal;
}

.tips_white a {
  font-size: 0.7em;
  color: #00B2EE;
}

.search_white {
  margin-top: 40px;
  color: #808284;
  width: 200px;
  padding: 20px;
  margin-right: 13px;
  text-align: left;
  background-color: #F7F8F8;
  border: 1px solid #BCBEB0;
  padding: 10px;
}

.search_white .title {
  font-weight: bold ;
  font-size: 0.8em;
  line-height: 1.3em;
  color: #426AB3;

}

.search_white .content {
  font-size: 10px;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
}

.search_white .button {
  font-size: 11px; /* lock the font-size */
  color: #fff;
  position:relative;
  top: -3px;
  left: -5px;
  _top: 76px;
  _left: 0px;
  background: url(/ressurs/rikshospitalet_no/images/searchbuttons/Soke_plain_oransj-SM.gif);
  background-repeat: no-repeat;
  height: 16px;;
  width: 38px;
  border: none;
  cursor: pointer; 
}

.search_white input.label_emne {
  font-family: Verdana;
  font-size: 12px; /* lock the font-size */
  color: #404040 ;
  width: 120px;
}

.search_research {
  margin-top: 25px;
  border: 0px solid #808284;
  color: #808284;
  width: 200px;
  padding: 20px;
  margin-right: 13px;
  text-align: left;
  background-color: #F7F8F8;
  border: 1px solid #808284;
  padding: 10px;
}

.search_research .title {
  font-weight: bold ;
  font-size: 0.8em;
  line-height: 1.3em;
  color: #426AB3;

}

.search_research .content {
  font-size: 10px;
  font-size: 0.7em;
  font-weight: normal;
  color: #404040 ;
}

.search_research .button {
  font-size: 11px; /* lock the font-size */
  color: #fff;
  position:relative;
  top: -3px;
  left: -5px;
  background: url(/ressurs/rikshospitalet_no/images/searchbuttons/Soke_plain_oransj-SM.gif);
  background-repeat: no-repeat;
  height: 16px;;
  width: 38px;
  border: none;
  cursor: pointer; 
}

.search_research input.label_emne {
  font-size: 12px; /* lock the font-size */
  color: black;
}

.portrett {
  xwidth: 220px;
  width: 200px; /* Changed CLU 18.02.08 */
  margin-top: 19px;
  margin-left: 12px;
  font-family: Verdana;
  margin-bottom: 20px;
}

.portrett .header {
  font-family: Georgia;
  font-size: 1.6em;
  color: #F29400;
  font-weight: normal;
  margin: 0;
}

.portrett .content {
  margin: 0;
  font-size: 0.7em;
  color: #404040 ;
  font-style: italic;
}

.portrett .content a {
  color: #00B2EE;
  font-size: 0.7em;
}

.portrett a {
  color: #00B2EE;
  font-size: 0.7em;
}

.portrett .tittel {
  margin: 0;
  color: #426AB3;;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
  font-size: 0.7em;
  clear: right;
}

.portrett .ingress {
  color: #404040 ;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: italic;
}


/************************* RoundBoxes ************************/
/*** Forside: Round edges box1 (velkommen) ***/
.rbroundbox a {
  font-size: 0.8em;
  color: #C7595E;
}

/*** Forside: Round edges box2 (4 områder) ***/
.rbroundbox2 a {
  font-size: 0.8em;
  color: #C7595E;
}

/************************* Common ************************/
.endremenylabel {
  font-size: 0.8em;
}

.barnas_meny {
  font-size: 0.8em;
}

.Text4 {
  font-size: 0.7em;
}

.PortletSubHeaderColor {
  font-size: 0.7em;
}

.calender_no SELECT {
  width: 205px;
}

.calendar_no_select {
  font-size: 0.8em;
}

/************************* Search ************************/
.search_tittel h1 {
  font-family: Georgia;
  font-size: 1.65em;
  color: #404040 ;
  color: #426AB3;
  font-weight: normal;
}

.main_search {
  font-family: Verdana;
  font-size: 0.9em;
  min-height: 620px;
  height: 620px;
  margin-top: 11px;
}

.alletreff {
  background-color: #EEEEF0;
  padding-left: 13px;
  padding-top: 240px;
  width: 207px;
  border-right: 1px solid #BCBEB0;
}

.cat_header {
  padding-left: 15px;
  margin-top: 0px;
  background: url(/ressurs/rikshospitalet_no/images/FirkantGreen.png) left no-repeat;
}

.cat_header_italic {
  font-style: italic
}

.tr_title {
  padding-right: 13px;
}

.tr_related_title {
  margin-right: 13px;
  color: #6D6F70;
  font-size: 0.9em;
  text-decoration: none;
}

.tr_related_title a {
  color: #9D9FA0;
  font-size: 0.9em;
  text-decoration: none;
}

.tr_related_title a:hover {
  text-decoration: underline;
}

.tr_ingress {
  padding-right: 13px;
  padding-bottom: 7px;
}

.main_search_text {
  border-top: 1px solid #BFD72F;
  margin-bottom: 50px;
  padding-left: 13px;
  padding-bottom: 30px;
  background-color: #ECF2FA;
  width: 761px;
}

.searchheader {
  font-size: 0.9em;
}

.tr_title a {
  color: #6D6F70;
  font-size: 0.9em;
  text-decoration: none;
  margin-left: 16px;
  display: block;
}

.tr_title a:hover {
  text-decoration: underline;
}

.tr_ingress a {
  color: #9D9FA0;
  font-size: 0.9em;
  text-decoration: none;
  margin-left: 16px;
  display: block;
}

.tr_ingress a:hover {
  text-decoration: underline;
}

.nettstedskart_side {
  font-family: Verdana;
}

.nettstedskart_side h3 {
  font-size: 0.9em;
  color: #404040;
  color: #426AB3;
  font-weight: bold;
  margin: 0px;
}

.nettstedskart_side .level2 {
  margin-left: 25px;
}

.nettstedskart_side .nettstedskart a:hover{
  font-size: 1em;
  color: #404040;
  text-decoration: underline;
  font-weight: normal;
}

.nettstedskart_side ul.nettstedskartpict{ 
   color: #404040;
   list-style-type: none;
   marging: 0;
   padding: 0;
   text-decoration: none;
   font-size: 0.9em;
}

.nettstedskart_side li.nettstedskartpict ul {
   font-size: 0.9em;
   list-style-type: none;
   marging: 0;
   padding: 0;
}

.nettstedskart_side .emnetypestyle {
  text-indent:0.3cm;
  font-size: 0.9em;
  line-height: 1.3em;
   font-weight: normal;
   color: #404040;
  text-decoration: none;
}

.nettstedskart_side .emnetypestyle a{
  font-size: 0.9em;
  font-weight: normal;
  color: #404040;
  text-decoration: none;
  text-indent:1.0cm;
}


.nettstedskart_side .emnetypestyle li a {
  font-size: 1.0em;
  font-weight: normal;
  color: #404040;
  text-decoration: none;
  text-indent:0.3cm;
}

.nettstedskart_side .emnerstyle {
  text-indent:1.2cm;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: normal;
  color: #404040;
  text-decoration: none;
  display: inline;
}

.nettstedskart_side .emnerstyle li {
   text-index:2cm;
   font-size: 0.9em;
}

.nettstedskart_side ol.emneUttrekk a:hover{
  text-indent:0.3cm;
  color: #404040; 
  text-decoration: underline;
}

.nettstedskart_side .flereEmne {
  color: #404040;
  text-indent:1.3cm;
  font-weigth:normal;
  font-size: 0.9em;
  text-decoration:none;
}

.nettstedskart_side .flereEmner ol {
  font-size: 0.9em;
  color: #404040;
  text-indent:0.4cm;
  font-weigth:normal;
  text-decoration:none;
  
}

.nettstedskart_side ol.flereEmner a:hover{
  font-size: 0.9em;
  color: #404040;
  text-indent:0.4cm;
  font-weigth:normal;
  text-decoration:none;
  
}

