/* 
    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.
*/
a.mod_events_daylink:visited {
  color:#fff;
}
.cal_td_daysnoevents {
  color:white;
}
a.ev_link_cat:link {
    font-size:12px;
    font-family: Verdana;
    color: #1a0dab;
    text-decoration:none;
}
a.ev_link_cat:visited  {
    font-size:12px;
    font-family: Verdana;
    color: #1a0dab;
    text-decoration:none;
}
a.ev_link_row:link {
    font-size:12px;
    font-family: Verdana;
    color: #1a0dab;
    text-decoration:none;
}
a.ev_link_row:visited  {
    font-size:12px;
    font-family: Verdana;
    color: #1a0dab;
    text-decoration:none;
}