/* 
    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.
*/
.mod_events_latest_first {background-color: transparent !important; }
.mod_events_latest {background-color: transparent !important; }

.cal_div_daysnoevents > span {background-color: #ffffff !important;}
.cal_div_weeklink span {background-color: #E6E6E6 !important;}
.cal_div_daynames span {background-color: #99DDFF !important;}

.mod_events_latest {font-size: 15px !important; font-weight: normal !important; color:#000000 !important;}
.mod_events_latest_first {font-size: 16px !important; font-weight: bold !important; color:#FF0000 !important;}

/*
NOT BEING USED
.cal_td_today {background-color: #91EBFF !important; }
.cal_td_daysnoevents {background-color: #44444A !important;}
.cal_td_dayshasevents {background-color: #5F0B82 !important;}
.cal_td_daysoutofmonth  {background-color: #B9BAB9 !important;}
 a.cal_daylink {color: #ffffff !important;}
#cal_td_daysnames {background-color: #5F0B82 !important;}
.ev_navigation {display: none !important;}
.cal_td_weeklink {background-color: #5F0B82 !important;}
#cal_title {color: #ffffff !important;}
.event_legend_name a {color: #5F0B82 !important;}

*/