
div.div_calendario_big {
   background-color        : #E6DED2;
   font-family             : arial, sans-serif;
}

table.tabella_calendario_big {
   margin            : auto;
}

table.tabella_calendario_big th,
table.tabella_calendario_big td {
   /*font-size         : 11px;*/
   padding-left       : 2px;
   padding-right      : 1px;
   padding-top        : 3px;
   padding-bottom     : 3px;
}

table.tabella_calendario_big th {
   font-weight       : normal;
   border-bottom     : 1px solid #666;
}

table.tabella_calendario_big td {
  border-bottom: 1px dotted #AAA;
  text-align: center;
  font-family: Tahoma;
  font-size: 11px;     
}

table.tabella_calendario_big td a {
   display           : block;
   width             : 100%;
   height            : 100%;
}

table.tabella_calendario_big td a:link,
table.tabella_calendario_big td a:visited {
   color                : #000;
   /*text-decoration      : none;*/
   font-weight          : normal;   
}

table.tabella_calendario_big td a:hover,
table.tabella_calendario_big td  a{
   /*font-weight          : bold;*/
}

table.tabella_calendario_big td.td_mese {
   white-space       : nowrap;
   text-align        : center;
}

table.tabella_calendario_big td.td_giorno {
   /*background-color  : #9ED434;*/
   /*background-color  : #FFF;*/
   /*border-right      : 1px solid #666;*/
   background-color  : rgb(204,255,153);
}

table.tabella_calendario_big td.td_giorno_festivo {
   /*background-color  : #C0F66C;*/
   background-color  : rgb(153,255,102);
}

table.tabella_calendario_big td.td_oggi {
   border      : 2px dotted #AAA;
}

table.tabella_calendario_big td.td_dis {

}

table.tabella_calendario_big td.td_chiuso {
   background-color  : #FFF;
}

table.tabella_calendario_big td.td_chiuso_festivo{
   background-color  : #FFF;
}

table.tabella_calendario_big td.td_occupato {
   /*background-color  : #D82400;*/
   background-color  : #F88;
}

table.tabella_calendario_big td.td_occupato_festivo {
   /*background-color  : #FF6C4E;*/
   background-color  : #F77;
}

table.tabella_calendario_big td.td_opzionato {
   background-color  : #FBD273;
}

table.tabella_calendario_big td.td_opzionato_festivo {
   background-color  : #FFE2A5;
}

table.tabella_calendario_big td.td_prenotato_partenza {
   /*background-image: url(../_pics/partenza.gif);*/
   background-image: url(../_pics/partenza2.gif);
   background-repeat: no-repeat;
}

table.tabella_calendario_big td.td_prenotato_arrivo {
   /*background-image: url(../_pics/arrivo.gif);*/
   background-image: url(../_pics/arrivo2.gif);
   background-repeat: no-repeat;
   background-position: right bottom;
}

table.tabella_calendario_big td.td_opzionato_partenza {
   background-image: url(../_pics/partenza_opz.gif);
   background-repeat: no-repeat;
}

table.tabella_calendario_big td.td_opzionato_arrivo {
   background-image: url(../_pics/arrivo_opz.gif);
   background-repeat: no-repeat;
   background-position: right bottom;
}
