/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat 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 {
 margin-top:0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	font: bold 12px Verdana, sans-serif;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 85px;
}

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

ul.tabbernav li a
{
	padding: 3px 19px 3px 0;
	text-decoration: none;
	
}
ul.tabbernav li a:link {
	color: #fff;
}
ul.tabbernav li a:visited { color: #333; }

ul.tabbernav li a:hover
{
 color: #000;

}

ul.tabbernav li.tabberactive a
{
	color:#FFDE00;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	border:1px solid #778;
	border-top:0;
	/* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
	height:118px;
	/* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
	background-image: url(../img/sfodo.jpg);
	background-repeat: repeat-x;
	background-position: bottom; /* 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:174px;
	/*overflow:auto;*/
}
.riquadro {
	float:left;
	width:345px;
	background-image: url(../img/tab_nov.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}
	
.riquadro2 {
	float:right;
	width:345px;
	background-image: url(../img/tab_top.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	}

td.tabber {text-align:center;}


.nobullet{
	text-align:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
.bordo{
	border: 1px solid #999999;
	}
	.tabber a:link, .tabber a:visited {
	text-decoration:none;
	color: #333333;
	font-size: 0.9em;
	}
	.tabber a:hover {
	text-decoration:none;
	color: #E51D00;
	font-size: 0.9em;
	}#lista a:link, #lista a:visited {
	text-decoration:none;
	color: #333;
}#lista a:hover {
	text-decoration:none;
	color: #E51D00;
}
	#lista li {
	font-size: 0.9em;
	padding: 4px 0 6px 6px;
	border-bottom:#666666 dotted 1px;
	}
	#lista p {
	font-size: .8em;
	padding: 0px 0 0px 6px;
	margin-top: 6px;
	color:#E51D00;}
