/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

div.nextmonth {

    background-color: #cc0000;
    border: 1px solid #cc0000;

}
#jevents {
  padding: 15px;
}
.cal_daysnoevents, .cal_dayshasevents {
border-radius: 10px;
}