/* Calendar start ____________________________________________________________*/
#ta_quandoMesi table{
    margin: 0 auto;
    font-weight: normal;
}
#ta_quandoMesi table tbody tr{
    padding:0;
    margin:0;
}
#ta_quandoMesi table tbody tr td{
    width: 27px;
    height: 31px;
    font-size: 12px;
    padding: 0 0 10px 0;
    padding: 0;
    margin:0;
    line-height:14px;
    font-family: Arial, Helvetica, 'BitstreamVera sans';
    text-align:center;
    vertical-align:top;
}
#ta_quandoMesi table tbody tr td.notAvailable {
	background: transparent url("/images/pricefinder/box_disabled.gif") no-repeat 5px bottom;
    color: #ccc;
    cursor: default;
	line-height:10px;
}

#ta_quandoMesi table tbody tr td.available {
	background: transparent url("/images/pricefinder/box_unchecked.gif") no-repeat 5px bottom;
	color: #000;
    cursor: pointer;
	line-height:10px;
}

#ta_quandoMesi table tbody tr td.selected {
    background: transparent url("/images/pricefinder/box_checked.gif") no-repeat 5px bottom;
	color: #000;
    cursor: pointer;
	line-height:10px;
}
/* Calendar end ______________________________________________________________*/
