.div_cell_info
{
    display: none;
}
.div_cell_srodek
{
    margin: 0 auto;
    height: 18px;
    
}

.button_footer
{
    
}
.td_nrTygodnia
{
    background-color: lightgray;
}
.tr_footer
{
    height:100px;
    border-top:solid 2px;
    color: black;
}
.tr_footer_button
{
    height:30px;
    border-top:solid 2px;
    color: black;
}

.calendarTable
{
    cursor: pointer;
    cursor: hand;
}
.tdSobotaNiedziela
{
    background-color: #EEA2AD;
}
.comboboxCalendar
{
    background-color: #f6ffd5;   
    font-size: 11px;
    cursor: pointer;
    cursor: hand;
    border:1px solid rgb(77,77,77); 
}
a.buttonCalendar
{ 
    /* styles for button */
    margin:0 auto; 
    text-align:center; 
    height: 5px;
    width:5px; 
    padding: 3px 2px 3px; 
    color: black; 
    text-decoration: none; 
    font-weight: bolder;
    line-height: 1; 
      
    /* button color */
    background-color: #e33111; 
      
    /* css3 implementation :) */
    /* rounded corner */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
      
    /* drop shadow */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); 
      
    /* text shaow */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
    border-bottom: 1px solid rgba(0,0,0,0.25); 
    position: relative; 
    cursor: pointer; 
} 
a.buttonCalendar:hover { 
    background-color: green;   
    color: black;
} 

