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

.ev_link_row { font-size: 18px !important;
             font-weight: 900 !important;
              color: #000000 !important;
              }
.cal_titlelink { font-size: 13px !important; }

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #296acc !important;
    color: #FFF;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #FFF;
    border-left: 1px solid #296acc !important;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #296acc;
    border: 1px solid #296acc;
}
.jev_toprow div.currentmonth {
    border-top: 1px solid #296acc;
    border-bottom: 1px solid #296acc;
    margin-bottom: -1px;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #296acc;
    color: #FFF;
}
.nav-items > div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 23px;
    vertical-align: middle;
    border: 1px solid #296acc;
    border-left: 0px;
}