/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */
A{font-family:Verdana,Arial, Helvetica, sans-serif;  color:#000080; text-decoration:none;} 
A:Hover {color:#8080FF;text-decoration:none;}

h1{ font-family: Verdana; font-size: 14pt; color: #000080; font-weight: bold; text-align: left; word-spacing: 0; text-indent: 0; line-height: 100%; margin: 0 }
h2{ text-align: left; line-height: 100%; font-family: Verdana; font-size: 10pt; color: #000080; font-weight: bold; word-spacing: 0; text-indent: 0; margin: 0 }
h3{ font-family: Verdana; font-size: 10pt; color: #000080; text-align: left; text-indent: 0; word-spacing: 0; line-height: 100%; margin: 0 }

p{ font-family: Verdana; font-size: 10pt; color: #000080 }


/*--------------------------------------------------
  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 #cad3d8;
 font: bold 8pt Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #cad3d8;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #8080FF;
 background: #c0c0ff;
 border-color: #cad3d8;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #8080FF;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  Classe .tabbertab = il contenuto delle tab
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #cad3d8;
 border-top:0;

 /* 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; */
}

/* 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:200px;
 overflow:auto;
}

ul#minitabs{list-style: none; margin: 0; padding: 0px ;font-weight: bold; text-align: center; white-space: nowrap}
ul#minitabs li{display: inline; margin: 0 5px; z-index:20}
ul#minitabs a{text-decoration: none; padding: 0px; border-bottom: 3px solid #CAD3D8}
ul#minitabs a#current{border-color: #F60; color: #8080FF}
ul#minitabs a:hover{border-color: #000080; color: #8080FF}



ul#minitabs_a{list-style: none; margin: 0; padding: 0px ;font-weight: bold; text-align: center; white-space: nowrap}
ul#minitabs_a li{display: inline; margin: 0 5px; z-index:20}
ul#minitabs_a a{text-decoration: none; padding: 0px; border-bottom: 3px solid #fff}
ul#minitabs_a a#current{border-color: #F60; color: #8080FF}
ul#minitabs_a a:hover{border-color: #000080; color: #8080FF}
