/* 
    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.
*/

#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover { font-size: 12px; line-height: 14px;  font-weight: normal; color: #222222;}

#jevents_body .jev_listview .jev_listrow li { background: none;
        background-image: none;  padding-left: 10px; margin: 3px 10px;
        margin-bottom: 3px;   border-style: solid;
    border-width: 0px 0px 1px 8px !important;}

.jev_toprow div.previousmonth {background-color: #3333ff; border: 1px solid #3333ff;}
.jev_toprow div.currentmonth {
border-top: 1px solid #3333ff;
border-bottom: 1px solid #3333ff;}
.jev_toprow div.nextmonth 
{background-color: #3333ff; border: 1px solid #3333ff;}
.nav-items > div:first-child {border-left: 1px solid #3333ff;}
.nav-items > div {border: 1px solid #3333ff;}
.nav-items > div:last-child {border-right: 1px solid #3333ff;}
#jevents_body .nav-items div.active a:hover {
border-left: 1px solid #3333ff;}
#jevents_body .nav-items div.active a {background-color: #3333ff; color: #ffffff;}


