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

#jevents_body .cal_today {
    background-color: #0088cc;
    padding: 5px 0px 0px 0px;
    height: 80px;
    vertical-align: top;
    width: 14%;
}
#jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
    font-size: 12pt;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #474747;
    display: block;
    margin-bottom: 1px;
    padding: 2px;
}
#jevents_body .cal_td_dayshasevents {
    background-color: #ffbe9e
    padding: 0px !important;
    border: 1px solid #aaaaaa;
}