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

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #000000;
    border: 1px solid #000000;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: -1px;
}

#jevents_body .cal_today a.cal_daylink {
    background-color: #000000;
    padding: 7px;
    border-radius: 10px;
    color: #FFFFFF;
}

#jevents_body .cal_today a.cal_daylink:hover {
    border-left: 1px solid #020202;
    background-color: #fff;
    border: 1px solid #000000;
    padding: 7px;
    border-radius: 10px;
    color: #000000;
}

#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #474747;
    display: block;
    margin-bottom: 1px;
    padding: 2px;
}