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

/*--------------------------------------------------
  Classe .tabber = prima che l'interfaccia sia creata
  Classe .tabberlive = dopo che l'interfaccia è stata creata
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
	padding: 20px 0 0 0;
	border:0!important;
	margin:0!important;
	/*position:relative;*/
}

/*--------------------------------------------------
  ul.tabbernav = la lista di navigazione delle tab
  li.tabbernav = il list item con la tab attiva
  --------------------------------------------------*/
ul.tabbernav {
	line-height:1.28em;
	margin:0;
	padding: 0 0 30px 10px;
	border-bottom: 1px solid #E9E8E8;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	padding: 0 3px 0 0;
	float:left;
}

ul.tabbernav li a {
	padding: 8px 4px 7px 5px;
	text-align:center;
	color:#757575;
	text-transform:uppercase;
	display: block;
	border: 1px solid #E2E1E1;
	min-width: 104px;
	border-bottom: none;
	background: #fff;
	text-decoration: none;
}

ul.tabbernav li a:link {
	color:#757575;
	text-decoration: none;
}
ul.tabbernav li a:visited {
	color: #667;
	text-decoration: none;
}

ul.tabbernav li a:hover {
	color: #003440;
	background-color: #F6F5F5;
	/*border-bottom: 1px solid #F6F5F5;*/
	text-decoration: none;
}

ul.tabbernav li.tabberactive a {
	color:#003440;
	background-color:#F6F5F5/*#94BF24*/;
	/*border-bottom: 1px solid #F6F5F5;*/
	text-decoration: none;
}

ul.tabbernav li.tabberactive a:hover {
	background-color: #F6F5F5;
	/*border-bottom: 1px solid #F6F5F5;*/
	text-decoration: none;
}
ul.tabbernav a.addGreen{background:#94BF24;color:#003440!important}

/*--------------------------------------------------
  Classe .tabbertab = il contenuto delle tab
  --------------------------------------------------*/
.tabberlive .tabbertab {
	border:0;
	/*
	position:relative;
	left:0;
	top:0;
	*/
	/*border:1px solid #E9E8E8;
	border-bottom:1px solid #E9E8E8!important;
	border-right:1px solid #E9E8E8!important;
	border-left:1px solid #E9E8E8!important;
	border-top:0;*/
	background: #F6F5F5
	
	/* If you don't want the tab size changing whenever a tab is changed
	you can set a fixed height */
	
	/* height:200px; */
	
	/* If you set a fix height set overflow to auto and you will get a
	scrollbar when necessary */
	
	/* overflow:auto; */
}
.tabberlive .tabbertab .padTabber{
	clear:left;
	padding:20px 24px 20px 24px;
	border-bottom:1px solid #E9E8E8!important;
	border-right:1px solid #E9E8E8!important;
	border-left:1px solid #E9E8E8!important;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h1,
.tabberlive .tabbertab h2,	
.tabberlive .tabbertab h3,
.tabberlive .tabbertab h4,
.tabberlive .tabbertab h5,
.tabberlive .tabbertab h6 {
	display:none;
}
.tabberlive .tabbertab div.txt {
	width: 450px;
	float:left;
	padding:0!important;	
}
.tabberlive .tabbertab div.txt ul li  {
	list-style:none!important;
}
.tabberlive .tabbertab div.txtMono {
	width: 630px;
	padding:0!important;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}

