/* 
    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.
*/

.nav-items > div:first-child {
    border: 1px solid #376c34;
    border-radius: 5px 0 0 5px;
}

.nav-items > div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #376c34 #376c34 #376c34 -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    line-height: 23px;
    margin-left: -5px;
    padding: 3px 0 2px;
    vertical-align: middle;
}

.nav-items > div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #376c34;
}

#jevents_body .nav-items > div a:hover {
    background-color: #ccc;
    border-left: 1px solid #376c34;
    color: #000;
    padding: 7px 12px;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #376c34;
    border: 1px solid #376c34;
}

.jev_toprow div.currentmonth {
    border-bottom: 1px solid #376c34;
    border-top: 1px solid #376c34;
    margin-bottom: -2px;
}

#jevents_body .cal_today a.cal_daylink {
    background-color: #376c34;
    border-radius: 10px;
    color: #ffffff;
    padding: 4px;
}

#jevents_body .cal_today a.cal_daylink:hover {
    background-color: #fff;
    border: 1px solid #376c34;
    border-radius: 10px;
    color: #376c34;
    padding: 4px;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #376c34;
    color: #fff;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #fff;
    color: #376c34;
    border-left: 1px solid #376c34;
}

div.event_legend_name a {
    background-color: inherit;
    color: #595959;
    display: block;
    text-decoration: none;
}

a.ev_link_row:link {
    color: #8f2d25;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}