/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  Regola richiesta per nascondere il contenuto non
  attivo delle tab.
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  Classe .tabber = prima l'interfaccia sia creata
  Classe .tabberlive = dopo che l'interfaccia è stata creata
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = la lista di navigazione delle tab
  li.tabbernav = il list item con la tab attiva
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #ffffff;
 font-size: 0.9em;
 font-weight:bold;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border: 1px solid #ffffff;
 border-bottom: none;
 background: #6ba1bb;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #ffffff; }
ul.tabbernav li a:visited { color: #ffffff; }

ul.tabbernav li a:hover
{
 color: #062237;
 background: #B5C9D4;
 border-color: #ffffff;
}

ul.tabbernav li.tabberactive a
{
 background-color: #B5C9D4;
 border-bottom: 1px solid #B5C9D4;
 color:#062237;
 font-weight:bold;
}

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

/*--------------------------------------------------
  Classe .tabbertab = il contenuto delle tab
  --------------------------------------------------*/
.tabberlive .tabbertab {
 	border-left:1px solid #ffffff; 
 	border-right:1px solid #ffffff; 
 	border-bottom:1px solid #ffffff; 
 	padding:5px; border-top:0px none;
	background-color: #B5C9D4;
	height:2.8em;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h1 {
 display:none;
}
.tabberlive .tabbertab h2 {
 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:5em;
 overflow:auto;
}

.tabbertab ul {
	padding:0;
	margin:0;
	}

.tabbertab li {
	white-space:nowrap;
	float:left;
	display:block;
	padding-right:1.0em;
	padding-left:1.0em;
	font-size:0.8em;
	background-image:url(../../images/header-nav-sep.gif);
	background-repeat:no-repeat;
	background-position:right;
	line-height:1.9em;	
	}

.tabbertab li a, .tabbertab li a:visited {
	color:#062237;
	text-decoration:none;
	}

.tabbertab li a:hover, .tabbertab li a:active {
	color:#062237;
	background-color: #FFFFFF;
	}
