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

#jevents_body .nav-items div.active a, .jev_header2 .active a{
background-color: #00aeef;
}
#jevents_body .nav-items > div {
  border: 1px solid #00aeef;
}
#jevents_body .nav-items > div:first-child{
  border-left: 1px solid #00aeef;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #00aeef;
    border: 1px solid #00aeef;
}
.jev_toprow div.currentmonth {
    border-top: 1px solid #00aeef;
    border-bottom: 1px solid #00aeef;
    margin-bottom: -1px;
}
#jevents_body .cal_today a.cal_daylink {
    background-color: #00aeef;
    padding: 4px;
    border-radius: 10px;
    color: #FFFFFF;
}