/* 
    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.
*/

a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover  {
    font-size:inherit;
    color: #002664;
    text-decoration:none;
    font-weight:bold;
}
td.legend {padding-left:5px;}

.jev_toprow div.previousmonth , .jev_toprow div.nextmonth {  background-color: #002664;border-color: #002664;}
.jev_toprow div.currentmonth{ border-color:#002664 ;}
#jevents_body .nav-items div.active a, .jev_header2 .active a {background-color:#002664; }
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {border-left: 1px solid #002664;}
.nav-items > div {border:1px solid #002664; }
#jevents_body .nav-items > div a:hover {border-left:1px solid #002664;}
.nav-items > div:first-child {border-left:1px solid #002664;}
.nav-items > div:last-child {border-right:1px solid #002664;}
#jevents_body .cal_today a.cal_daylink {background-color:#002664; }
#jevents_body .cal_today a.cal_daylink:hover {border-left: 1px solid #002664;border:1px solid #002664;}
