
* { padding: 0; margin: 0; }

body {
background:  url(../immagini/sfondo.jpg) repeat-y top center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#generale { 
 margin: 0 auto;
 width: 930px;
}
#false_colonne {
 background: url(../immagini/fondo.gif);
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}

#testata {
 color: #ffffff;
 width: 900px;
 padding: 0 0 0 20px;
 border-top: 5px solid #ffffff;
 border-right: 5px solid #ffffff;
 border-left: 5px solid #ffffff;
 height: 220px;
 margin: 10px 0 0 0;
}
object {
margin: 0 0 0 -20px;
}

#menu{
 background: url(../immagini/menu.jpg) no-repeat center top ;
 height: 40px;
 width: 900px;
 color: #ffffff;
 padding: 0 0 0 20px;
 border-right: 5px solid #ffffff;
 border-left: 5px solid #ffffff;
 margin: -2px 0 0 0;
}
#menu_grigio{
 background: url(../immagini/menu_grigio.jpg) no-repeat center top ;
 height: 40px;
 width: 900px;
 color: #ffffff;
 padding: 0 0 0 20px;
 border-right: 5px solid #ffffff;
 border-left: 5px solid #ffffff;
 margin: -2px 0 0 0;
}

#colonna_sinistra {
 color: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 170px;
 float: left;
}
#contenitore {
 float: left;
 color: #000000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 438px;
 display: inline;
 position: relative;
}
#colonna_destra { 
 color: #000000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 250px;
 display: inline;
 position: relative;
 float: right;
}
#piede {
 height:60px;
 text-align:right;
 font-size:11px;
 width: 910px;
 clear: both;
 color: #909090;
 border-left: 5px solid #ffffff;
 border-right: 5px solid #ffffff;
 border-bottom: 5px solid #ffffff;
 background: #0a0fe0 url(../immagini/fondo_piede.jpg) no-repeat center center;
 padding: 5px;
 margin-bottom: 10px;
}
#piede_grigio {
 height:60px;
 text-align:right;
 font-size:11px;
 width: 910px;
 clear: both;
 color: #909090;
 border-left: 5px solid #ffffff;
 border-right: 5px solid #ffffff;
 border-bottom: 5px solid #ffffff;
 background: #0a0fe0 url(../immagini/fondo_piede_grigio.jpg) no-repeat center center;
 padding: 5px;
 margin-bottom: 10px;
}

h1 {
font-size:40px;
color: #0a0fe0;
text-align:center;
}
h2,h3 {
color: #0a0fe0;
margin-bottom: 5px;
border-bottom: 1px solid #0a0fe0;
font-size: 18px;
padding-left: 0;
padding-bottom: 3px;
}
h2.white {
color: #808080;
background: #ffffff url(../immagini/angolo_menu.gif) no-repeat top right;
margin-bottom: 0;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #c6dafe;
border-left: 1px solid #ffffff;
font-size: 17px;
padding-left: 8px;
}
h2.finto {
color: #ffffff;
margin-bottom: 0;
border: 1px solid #ffffff;
background:#FFFFFF;
font-size: 5px;
padding-left: 8px;
}
h2.white2 {
color: #808080;
background: #ffffff url(../immagini/angolo_menu.gif) no-repeat top right;
margin-bottom: 0;
margin-top: 10px;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #c6dafe;
border-left: 1px solid #ffffff;
font-size: 17px;
padding-left: 8px;
}
h4 {
color: #ffffff;
background: #ff9900;
margin-bottom: 5px;
border: 1px solid #ff9900;
font-size: 17px;
padding-left: 8px;
}
h5 {
color: #0a0fe0;
font-size: 15px;
}
h6 {
font-size:18px;
color: #ff9900;
text-align:center;
}
h7 {
color: #0a0fe0;
font-size: 21px;
text-decoration:underline;
}

/*Menu Orizzontali*/
.menu_orizzontali{
color:#ccc;
margin-top: 2px;
margin-bottom: 5px;
margin-right: 10px;
text-align: right;
padding-top: 3px;
}
.menu_orizzontali li{
display:inline;
}
.menu_orizzontali a{
height:10px;
text-decoration:none;
margin:5px 5px;
}
.menu_orizzontali a:link,
.menu_orizzontali a:visited{
color:#ccc;
}
.menu_orizzontali a:hover,
.menu_orizzontali a:focus,
.menu_orizzontali a:active{
color:#ffff00;
}
.menu_orizzontali .voceCorrente a:link,
.menu_orizzontali .voceCorrente a:visited,
.menu_orizzontali .voceCorrente a:hover,
.menu_orizzontali .voceCorrente a:focus,
.menu_orizzontali .voceCorrente a:active{
background:#0A0FE0;
color:#ffff00;
border-bottom: 1px solid #ffff00;
border-left: 1px solid #0A0FE0;
padding-bottom:2px;
}

/*Menu Orizzontali PIEDE*/
.menu_orizzontali_piede{
color:#909090;
margin-top: 0;
margin-bottom: 3px;
margin-right: 0;
text-align: right;
padding-top: 3px;
}
.menu_orizzontali_piede li{
display:inline;
}
.menu_orizzontali_piede a{
height:10px;
text-decoration:none;
margin:5px 5px;
}
.menu_orizzontali_piede a:link,
.menu_orizzontali_piede a:visited{
color:#909090;
}
.menu_orizzontali_piede a:hover,
.menu_orizzontali_piede a:focus,
.menu_orizzontali_piede a:active{
color:#000;
padding-bottom: 2px;
}
.menu_orizzontali_piede .voceCorrente a:link,
.menu_orizzontali_piede .voceCorrente a:visited,
.menu_orizzontali_piede .voceCorrente a:hover,
.menu_orizzontali_piede .voceCorrente a:focus,
.menu_orizzontali_piede .voceCorrente a:active{
font-weight:bold;
border-bottom: 1px solid #ffffff;
background:#0A0FE0;
color:#ffffff;
border-left: 1px solid #0A0FE0;
padding-bottom:2px;
}


/* Menu verticali laterali*/
.menu_laterali {
background:url(../immagini/citazioni.gif) repeat-x;
padding:0;
margin:0;
}
.menu_laterali a:link {
color:#808080;
border-bottom:1px solid #ffffff;
border-right:1px solid #ffffff;
border-left: 1px solid #ffffff;
text-decoration:none;
display:block;
margin:0;
padding: 3px 5px 5px 13px;
}
.menu_laterali a:visited {
color:#808080;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
border-left: 1px solid #ffffff;
text-decoration:none;
padding: 3px 5px 5px 13px;
margin:0;
display:block;
}
.menu_laterali a:hover{
background-color:#0066ff;
color:#ffffff;
border-right:1px solid #ffffff;
border-bottom:1px solid #ffffff;
border-left: 1px solid #ffffff;
text-decoration:none;
padding: 3px 5px 5px 13px;
margin:0;
display:block;
}

/* Menu laterali FOTO*/
.menu_laterali_foto {
width:164px;
padding:0;
margin:0;
}
.menu_laterali_foto a:link {
color:#808080;
border-bottom:1px solid #ffffff;
text-decoration:none;
display:block;
margin:0;
padding: 3px 0 4px 0;
}
.menu_laterali_foto a:visited {
color:#808080;
border-bottom:1px solid #ffffff;
text-decoration:none;
padding: 3px 0 4px 0;
margin:0;
display:block;
}
.menu_laterali_foto a:hover{
background-color:#0066ff;
color:#ffffff;
border-bottom:1px solid #ffffff;
text-decoration:none;
padding: 3px 0 4px 0;
margin:0;
display:block;
}

/*Novita homepage*/
div.entry {
width: 426px;
}
p{
margin: 0 0 1em; 
line-height: 18px;
}
div.data {
background: url(../immagini/date.png) #e9f3ff no-repeat left bottom; 
float: left;
padding-bottom: 5px; 
margin: 0px 6px 40px 0px; 
width: 50px; 
text-align: center;
}

div.data {
background: url(../immagini/date.png) #e9f3ff no-repeat left bottom; 
float: left;
padding-bottom: 5px; 
margin: 0px 6px 250px 0px; 
width: 50px; 
text-align: center;
}
div.data span.d {
display: block; 
font-weight: bold; 
font-size: 170%; 
background: url(../immagini/date.png) #e9f3ff no-repeat left top; 
color: #757797; 
padding-top: 5px;
}
/*Novita homepage (CSR jujitsu Italia)*/
div.entry_2 {
width: 426px;
}
p{
margin: 0 0 1em; 
line-height: 18px;
}
div.data_2 {
background: url(../immagini/date.png) #e9f3ff no-repeat left bottom; 
float: left;
padding-bottom: 5px; 
margin: 0px 6px 55px 0px; 
width: 50px; 
text-align: center;
}
div.data_2 span.d {
display: block; 
font-weight: bold; 
font-size: 170%; 
background: url(../immagini/date.png) #e9f3ff no-repeat left top; 
color: #757797; 
padding-top: 5px;
}

/*Gestione immagini con cornice*/
.floatleft
{
float: left;
margin: 0 5px 0 0;
border: 1px solid #A3C5CF;
padding: 3px;
}

.floatright
{
float: right;
margin-left: 5px;
margin-top: 40px;
margin-bottom: 10px;
border: 1px solid #808080;
padding: 3px;
}
.floatright_special
{
float: right;
margin-left: 5px;
margin-top: 4px;
margin-bottom: 10px;
border: 1px solid #dcdcdc;
padding: 3px;
}
.floatright_fede
{
float: right;
margin-left: 5px;
margin-top: 4px;
margin-bottom: 10px;
padding: 3px;
}

.floatright_foto
{
float: right;
margin: 5px;
border: 1px solid #A3C5CF;
padding: 3px;
}
/*Immagini link homepage*/
div.img{
text-align:center;
background: #ffffff;
border: 3px solid #ffffff;
}	
div.img img{
display: inline;
margin-bottom: 0;
padding: 0;
border: 3px solid #ffffff;
}
div.img a:hover img {
border: 3px solid #d8d8d8;
background-color: #ccc;
}
/*Immagini visite*/
div.img_2{
background: #979996;
border: 3px solid #979996;
}	
div.img_2 img{
display: inline;
margin: 0;
border: 3px solid #979996;
}
div.img_2 a:hover img {
border: 3px solid #ffffff;
background-color: #ffffff;
}

/* Link non in menu */
a:link, a:visited {
text-decoration: none;
color: #0066FF;
}
a:link, a:active {
text-decoration: none;
color: #0066ff;
}
a:hover {
text-decoration: none;
color: #CC3300;
}

hr
{
width: 97%;
background: #dcdcdc;
color: #dcdcdc;
height: 1px;
}

/*Tabella*/
table, td, th{
margin-left: 0;
margin-top: 5px;
margin-bottom: 10px;
border:1px solid #dcdcdc;
border-collapse:collapse;
}
td,th{
padding:8px 3px;
}
td{
text-align:left;
}
th{
text-align:left;
}
tr.odd td,tr.odd th{
background: #eee;
}
caption{
margin-top: 5px;
margin-bottom: 5px;
font-weight:bold;
color: #999;
}

/*Box contatti nuovo*/
.boxcontatti { 
background: #EFEFEF; 
}
.boxcontattitop { 
background: url(../immagini/ne.gif) no-repeat top right; 
}
.boxcontattitop div { 
height: 10px; 
background: url(../immagini/nw.gif) no-repeat top left; 
}
.boxcontattibottom { 
background: url(../immagini/se.gif) no-repeat bottom right; 
}
.boxcontattibottom div {
margin-bottom: 10px;
height: 10px; 
background: url(../immagini/sw.gif) no-repeat bottom left; 
}
.boxcontatticontent {
padding: 0 10px 0 10px;
}

/*Box contatti vecchio*/
#box{
line-height: 18px;
background: #efefef;
width: 425px;
margin-left: 0;
margin-bottom: 10px;
padding: 5px;
border: 1px solid #dcdcdc;
text-align:center;
}
/*Box homepage*/
#box_home{
background: #c6dafe;
width: 165px;
margin-top: 10px;
margin-left: 0;
padding: 0;
border: 2px solid #ffffff;
text-align: center;
color: #808080;
}
/*Box citazioni*/
#box_citazioni{
background: #c6dafe url(../immagini/citazioni.gif) top center repeat-x;
width: 156px;
margin-top: 0;
margin-left: 0;
padding: 5px;
border-left: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-right: 2px solid #ffffff;
text-align: left;
font-size:10px;
color: #808080;
}
/*Box Foto*/
#box_foto{
background: #c6dafe url(../immagini/citazioni.gif) top center repeat-x;
width: 164px;
margin-top: 0;
margin-left: 0;
margin-bottom: 4px;
padding: 0;
border-left: 2px solid #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-right: 2px solid #ffffff;
text-align: left;
font-size:11px;
color: #808080;
}

/*Box visite*/
#box_visite{
background: #979996;
width: 158px;
margin-top: 10px;
margin-left: 0;
padding: 5px;
border: 1px solid #ffffff;
text-align:center;
}

/*Box kyu*/ 
.curlycontainer{
float:right;
background-color: #ffffff;
border: 1px solid #b8b8b8;
margin-bottom: 0;
margin-right: 0;
width: 60px;
}
.curlycontainer .innerdiv{
background: transparent url(../immagini/angolo_piegato.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 2px 17px 2px;
}
/*Box sponsor*/
#box_sponsor{
background: #ffffff;
width: 438px;
margin-top: 0;
padding: 5px;
border: 1px solid #cccccc;
text-align:left;
}
/*Liste*/
ul{
line-height: 18px;
list-style-type: none;
background-image: none;
color: #000000;
}
ol{
line-height:18px;
margin-left: 30px;
}
p.firma{
text-decoration:underline;
text-align:right;
font-style:italic;
margin-top: 5px;
}
/*Tab Homepage*/
div.tabpanel{
width:450px;
margin-bottom:2em;
}
div.tabpanel div.tab{
border: 1px solid #D7D7D7;
border-top:0;
}
div.tabpanel div.tab{
padding: 10px;
}
div.tab p{
margin-top:0;
}
ul.tabnav{
width: 100%;
overflow:hidden;
list-style: none; 
margin: 0;
padding:0;
background:url(../immagini/tab/line.png) repeat-x bottom;
}
ul.tabnav li{
float: left;
margin: 0 0 0 0.2em;
padding: 0;
}
ul.tabnav a{
float: left;
padding: 0 0 0 0.8em;
background: url(../immagini/tab/tab.png) no-repeat top left;
text-decoration: none;
color: #222;
border-bottom: 1px solid #D7D7D7;
}
ul.tabnav span{
float: left;
padding: 0.6em 0.8em 0.6em 0;
background: url(../immagini/tab/tab.png) no-repeat top right;
cursor: pointer;
}
ul.tabnav a.active,ul.tabnav a:hover{
background: url(../immagini/tab/tab2.png) no-repeat top left;
border-bottom:1px solid #FFF;
}
ul.tabnav a.active span,ul.tabnav a:hover span{
background: url(../immagini/tab/tab2.png) no-repeat top right;
color: #184D8A;
}

/*Tab Programma*/
div.tabpanel_pro{
width:715px;
margin-bottom:0.5em;
}
div.tabpanel_pro div.tab{
border: 1px solid #D7D7D7;
border-top:0;
}
div.tabpanel_pro div.tab{
padding: 10px;
}
div.tab_pro p{
margin-top:0;
}
ul.tabnav_pro{
line-height: 18px;
width: 100%;
overflow:hidden;
list-style: none; 
margin: 0;
padding:0;
background: url(../immagini/tab/line.png) repeat-x bottom;
}
ul.tabnav_pro li{
float: left;
margin: 0 0 0 0.2em;
padding: 0;
}
ul.tabnav_pro a{
float: left;
padding: 0 0 0 0.8em;
background: url(../immagini/tab/tab.png) no-repeat top left;
text-decoration: none;
color: #222;
border-bottom: 1px solid #D7D7D7;
}
ul.tabnav_pro span{
float: left;
padding: 0.6em 0.8em 0.6em 0;
background: #fafafa url(../immagini/tab/tab.png) no-repeat top right;
cursor: pointer;
}
ul.tabnav_pro a.active,ul.tabnav_pro a:hover{
background:  url(../immagini/tab/tab2.png) no-repeat top left;
border-bottom:1px solid #fafafa;
}
ul.tabnav_pro a.active span,ul.tabnav_pro a:hover span{
background: url(../immagini/tab/tab2.png) no-repeat top right;
color: #184D8A;
}
