/* 
    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_daylink {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#jevents_body tbody td {
border:#ccc solid 1px;
}
td.cal_today {
background-color:#d6e0be !important;padding:4px!important;
}
#jevents_body h4.cal_titlelink, #jevents_body h4.cal_titlelink:visited, #jevents_body h4.cal_titlelink:hover {
    font-size:12px;
    line-height:18px;
    font-weight: normal;
    text-decoration: none;
    color:#474747 ;
    display:block;
    margin-bottom:1px;
    padding:2px;
    font-family:Tahoma, Verdana, Geneva;
}
#jevents_body h4.cal_titlelink:hover {
    background-color:#F7F7F7;