.calendar_button {
    cursor: pointer;
    vertical-align: middle;
    width: 16px;
    height: 15px;
    background: url(../images/monthselector_off.gif) no-repeat !important; 
    align:left;
    position:relative;
}



.calendar_button:hover {
    cursor: pointer;
    vertical-align: middle;
    width: 16px;
    height: 15px;
    background: url(../images/monthselector_on.gif) no-repeat !important;    
}



.calendar_container {    
    border: solid 1px #a6c271 !important;
    background-image: none !important;
}



.calendar_container td {
    font-family: verdana, arial;
    font-size: 10px !important;
    text-align: center;
    padding: 5px !important;
    background-color: #e1ebd0;
    background-image: none !important;
    vertical-align:middle !important;  
}





.calendar_cells {
    background-color: #a6c271;
    background-image: none !important;
}





.calendar_cells td {
    padding: 3px;
    cursor: pointer;
    background-color: #e7ecce;
    border-top: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #e1ebd0;
    border-right: solid 1px #e1ebd0;
    background-image: none !important;
}



.calendar_cells td:hover {
    background-color: #FFFFFF !important;
    background-image: none !important;
}





.selected_cell {
    background-color: #f5ecb4 !important;
    border-top: solid 1px #E7E2C9 !important;
    border-left: solid 1px #E7E2C9 !important;
    border-bottom: solid 1px #ECE8D5 !important;
    border-right: solid 1px #ECE8D5 !important;
    background-image: none !important;
}