/* 
    Document   : infantil
    Created on : 14/02/2013, 17:40:40
    Author     : roger
    Description:
        Purpose of the stylesheet follows.
*/

/*color verd dels botos que venen del framework*/
.boto, .cerca { 
    background-color: #4FA700 !important;
}


.recurs_bloc, .recurs_link {
    border-radius: 5px;
    background-color: #CCC;
    padding: 10px;
    margin: 5px;
}

.ui-datepicker-calendar td.is_day_available a {        
  border-color : green !important;      
}
