/* 
    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 #5B39EA;
}
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #FFF;
    border: 1px solid #5B39EA;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #5B39EA;  
}

#jevents_body .nav-items > div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: #CCC;
    border-left: 1px solid #5B39EA;
    color: #000;
}

#jev_maincal {
	margin: 35px -1px 15px -1px;
}

#jevents_body #jev_maincal.jev_listview .jev_daysnames {
    background-color: #F7F7F7;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #DDD;
    padding-left: 10px;
    height: 23px;
    line-height: 23px;
    color: #474747;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    float: left;
    width: 110px;
    max-width: 100%;
    overflow: hidden;
}

a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

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



.nav-items > div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #5B39EA;
}

.nav-items > div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #5B39EA;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #5B39EA;
    border: 1px solid #5B39EA;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #5B39EA;
    border-bottom: 1px solid #5B39EA;
    margin-bottom: -1px;
}
#jevents_body a.cal_titlelink:link {
    font-size: 15px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #474747;
    display: block;
    margin-bottom: 1px;
    padding: 2px;
}
.event_legend_container {
    border: none;
  	padding-top: 15px;
}