/* 
    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: #6e6e6e;
    border: 1px solid #6e6e6e;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a   {  background-color: #6e6e6e;
    color: #FFF;
}

.nav-items > div:first-child {    border-left: 1px solid #6e6e6e;
}

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

.nav-items > div:last-child { border-right: 1px solid #6e6e6e; }

#jevents_body .cal_today a.cal_daylink {
    background-color: #6e6e6e;}

#jevents_body .cal_today a.cal_daylink:hover {    border-left: 1px solid #e3ab43; border: 1px solid #6e6e6e;     color: #6e6e6e; }

#jevents_body .nav-items > div a:hover {
    background-color: #ccc;
    border-left: 1px solid #6e6e6e !important;
    color: #000;
    padding: 7px 12px;
}
@media only screen and (max-width:479px) {
#jevents .new-navigation .nav-items > div {
    border-left: 1px solid #6e6e6e !important;
}
}
.nav-items > div {
    border: 1px solid #6e6e6e;
}
a.cal_daylink:hover {
    color: #6e6e6e;
}
