/* 
    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_daysnames
{
 color:rgb(130,130,130)!important;
 background-color:rgb(251,187,16)!important;
}

.mod_events_monthyear
{
background-color: #FBB510 !important;
}

.mod_events_td_dayname
{
color:rgb(130,130,130)!important;
background-color:#FFF !important;
}

.mod_events_td_daywithevents
{
background-color: #fbbb10 !important;
}