@charset "utf-8";
/* CSS Document */

#tabella-eventi, #tabella-gallery {
padding: 0;
margin: 5px auto;
width:778px;
}

th {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #535456;
/*border-right: 1px solid #cccccc;*/
border-bottom: 5px solid #ffffff;
/*border-top: 1px solid #cccccc;*/
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
background: /*#cccccc url('../img/bg_header.jpg') no-repeat*/;
}

th.nobg {
border-top: 0;
border-left: 0;
border-bottom: 1px solid #cccccc;
/*border-right: 1px solid #cccccc;*/
background: none;
}
#tabella-eventi td{
border-bottom: 5px solid #ffffff;
}
#tabella-eventi td, #tabella-gallery td {
/*border-right: 1px solid #cccccc;*/
background: #fff;
padding: 2px 6px 2px 12px;
text-align:left;
vertical-align: middle;
/*font-weight:bold;*/
}
#tabella-gallery td{
border-bottom: 1px solid #cccccc;
}
#tabella-gallery th{
padding:0 !important;
font-size:12px;
vertical-align:top;
}
td.alt {
background: #F5FAFA;
color: #797268;
}

th.spec1, th.spec2, th.specno {
/*border-left: 1px solid #cccccc;*/
border-top: 0;
/*background: #fff url('../img/bullet1.gif') no-repeat;*/
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color:#b31f16;
}
th.specno{
background: none !important;
border-bottom:none !important;
}
td.bg1, th.spec1{
background-color:#F2F2F2 !important;
}
td.bg2, th.spec2{
background-color:#E5E5E5 !important;
}
.titoletti{
border-bottom: 1px solid #cccccc;
text-align:center;
}

#tabella-eventi img, #tabella-gallery img{
padding-bottom:0;
padding-right:5px;
}
#tabella-gallery img{
padding-right:2px !important;
}
th.last, td.last{
border-bottom:1px solid #cccccc !important;
}
