/* 
    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.
*/
.nav-items > div{    border: 1px solid #F5AB10;}
.nav-items > div a {
    color: #000000;
}
.nav-items > div:last-child {
    border-right: 1px solid #F5AB10;
}
.nav-items > div:first-child , #jevents_body .nav-items > div a:hover{
    border-left: 1px solid #F5AB10;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #F5AB10;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #F5AB10;
    border: 1px solid #F5AB10;
}.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth{
color: #000 !important;
}
.jev_toprow div.currentmonth {
    border-top: 1px solid #F5AB10;
    border-bottom: 1px solid #F5AB10;
    margin-bottom: -1px;
}
#jevents_body .cal_today a.cal_daylink {
    background-color: #F5AB10;}
#jevents_body .cal_today a.cal_daylink:hover {
    border-left: 1px solid #F5AB10;
    border: 1px solid #F5AB10;
    color: #F5AB10;
}
a.cal_daylink:hover{color: #F5AB10;}