/* 
    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 {background-color:#900; border: #900;}
.jev_toprow div.nextmonth {background-color:#900; border: #900;}
.jev_toprow div.currentmonth {border-top: 1px solid #900; border-bottom: 1px solid #900;}
.nav-items > div {border: 1px solid #900; border-left: 1px solid #900;}
#jevents_body .nav-items div.active a, .jev_header2 .active a {background-color: #900;}
.nav-items > div:first-child {border: 1px solid #900;}
.nav-items > div:last-child {border: 1px solid #900;}
#flatcal_minical .flatcal_todaycell a {
    color: #fff !important;
    padding: 3px;
    border: 1px solid #900 !important;
    background-color: #900 !important;
    border-radius: 20px;
}
#jevents_body .cal_today a.cal_daylink {border: 1px solid #900 !important; background-color: #900 !important;}