/* 
    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 {
    border: 1px solid #9d263f;
    background: #9d263f}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #9d263f;}

.nav-items > div:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #9d263f;}

.jev_toprow div.currentmonth {
    border-top: 1px solid #9d263f;
    border-bottom: 1px solid #9d263f;
    margin-bottom: -1px;
}

#jevents_body .cal_today a.cal_daylink {
    background-color: #9d263f;
    padding: 6px;
    border-radius: 10px;
    color: #FFFFFF;
}

.nav-items > div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 22px;
    vertical-align: middle;
    border: 1px solid #9d263f;
    border-left: 0px;
}

#flatcal_minical .flatcal_busylink:link,#flatcal_minical .flatcal_busylink:visited { 
	color:#9d263f;
	text-decoration: none; 
        font-weight: bolder;
        font-size: 130%;
}