/* 
    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.
*/

td.mod_events_td_todaynoevents{
  background-color: transparent;
  border-radius: 2px;
}

td.mod_events_td_daywithevents{
  background-color: #d70000;
}

a.mod_events_daylink:visited {
  background-color: transparent;
  border-radius: 2px;
}

div.previousmonth{
  background-color:blue;
}
