<style type="text/css">
	.tabber { 
	}
	
	/* $Id: tabber.css,v 1.2 2006/05/18 07:49:53 arnarl Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive, .tabber {
 MARGIN-BOTTOM: 20px; PADDING-BOTTOM: 10px; height: 100%;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav, div.tabbernav
{
 margin:0;
 padding: 3px 0;
 background-color: #DDEAC0;
}

ul.tabbernav, div.tabbernav {PADDING-RIGHT: 2%; PADDING-LEFT: 2%; PADDING-BOTTOM: 1px; PADDING-TOP: 5px;  BACKGROUND-COLOR: #ddeac0 }

ul.tabbernav li, div.tabbernav h2
{
 list-style: none;
 display: inline;
}


.tabber div.tabbertab {margin-bottom: 10px;}

.tabber div.tabbertab h2 {font-size: 1em;}


.administrasjon ul.tabbernav li a, .administrasjon div.tabbernav h2 a, .tabber div.tabbertab h2 {color: #64ac2a;}

ul.tabbernav li a, div.tabbernav h2 a, .tabber div.tabbertab h2
{ 
 border-top: 1px solid #D6EAB6;
 border-bottom: none;
 background: #DDEAC0;
 text-decoration: none;
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 4px;
 margin-right: 1.2em;
 WHITE-SPACE: nowrap;
}

/*ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; } */

ul.tabbernav li a:hover, div.tabbernav h2 a:hover
{
 /* color: #000; */
 background: #ECF3DA;
  padding-bottom: 0px;
}

ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:hover, div.tabbernav h2.tabberactive a, div.tabbernav h2.selected a, .tabber div.tabbertab h2
{
 background: #ECF3DA bottom left no-repeat url('../demoportal_img/gronnHake.gif');
 padding-bottom: 7px;
}

/* ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 border-bottom: 1px solid white;
} */

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabber .tabbertab h2 { }



.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #aaa;
 border-top:0;
 

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 height:180px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:250px;
 overflow:auto;
}

.tabberlive .divider {margin-top : 10px; margin-bottom: 0px;}
