/* 
    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-radius: 5px 0 0 5px;
    border-left: 1px solid #216e2f;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #216e2f;
    color: #FFF;
}
.cal_td_daysnames {
    border-bottom: 1px solid #000000;
    height: 25px !important;
    line-height: 25px;
    color: rgb(240,240,240);
    background-color: #045f2b;
    font-weight: bold;
    text-align: center !important;
}
.jevbootstrap img {
    width: auto\9;
    height: auto;
    max-width: 300%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
td.mod_events_latest_first, td.mod_events_latest {
    background-color: #045f2b;
    border-style: solid;
    border-width: 0px 0px 1px 8px;
    padding: 0px 0px 2px 2px;
}
#jevents_body {
	line-height: 1.5em;
	font-size: 1.2em; !important
}