/* 
    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 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #900;
    border-bottom-color: #900;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #900;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #900;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #900;
    border-top-style: solid;
    border-top-width: 1px;
}
#jevents_body .cal_today a.cal_daylink {
    background-color: #900;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}
.jev_toprow div.currentmonth {
    border-bottom-color: #900;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #900;
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: -1px;
}
.jev_toprow div.previousmonth , .jev_toprow div.nextmonth {  
    background-color: #900;
    border:1px solid #900;
}
.jev_toprow div.currentmonth{ 
    border-top:1px solid #900 ;
    border-bottom: 1px solid #900 ;
    margin-bottom:-1px;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {background-color:#900; color:#FFF; }
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {background-color:#FFF; border-left: 1px solid #900;}
.nav-items > div {margin-left:-5px;display:inline-block;padding: 3px 0px 2px 0px;line-height:23px;vertical-align:middle;border:1px solid #900;border-left:0px; }
.nav-items > div a {padding:8px 12px 7px 12px;text-decoration:none;color: #474747;}
#jevents_body .nav-items > div a:hover {padding:7px 12px 7px 12px;background-color:#CCC;border-left:1px solid #900;color:#000;}
.nav-items > div:first-child {border-radius:5px 0 0 5px;border-left:1px solid #900;}
.nav-items > div:last-child {border-radius:0 5px 5px 0;border-right:1px solid #900;}