/* 
    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.
*/

.cal_td_daysoutofmonth,
#jevents_body .jev_underlay .jev_underlay_outofmonth_end div,
#jevents_body .jev_underlay .jev_underlay_outofmonth_start div  {
background-color: #d590da;
}
#jevents_body .cal_td_daysnames {
color: #FFF;
background-color: #000;
background-image: none;
}
.cal_td_dayshasevents{
background-color: #FFF;
padding: 0px !important;
border: 1px solid #000;
}