/* 
    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: #e59a1b;
    border: 1px solid #e59a1b;
}
.jev_toprow div.currentmonth {
    border-top: 1px solid #e59a1b;
    border-bottom: 1px solid #e59a1b;
    margin-bottom: -1px;
}
#jevents_body .nav-items > div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: #CCC;
    border-left: 1px solid#e59a1b;
    color: #000;
}
.nav-items > div {
    border: 1px solid #e59a1b;
}
#flatcal_minical .flatcal_todaycell a {
    color: #fff !important;
    padding: 3px;
    border: 1px solid #e59a1b;
    background-color: #e59a1b;
    border-radius: 20px;
}