/* 
    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 {
    width: 100%;
    padding: 15px 15px;
    /* margin: 15px 15px 15px 0px; */
}

.cal_td_daysnames {
    border-bottom: 1px solid #000000;
    height: 25px ! important;
    line-height: 25px;
    background-repeat: repeat-x;
    background-position: top left;
    color: #fff;
    background-color: #004A2E;
    font-weight: bold;
    text-align: center !important;
}

.ev_td_today {
    background-color: #978FC7;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: white;
}


.cal_td_daysnames {
    border-bottom: 2px solid #004A2E;
    height: 25px ! important;
    line-height: 25px;
    background-repeat: repeat-x;
    background-position: top left;
    color: white;
    background-color: #978FC7;
    font-weight: bold;
    text-align: center !important;
}

.cal_div .cal_div_currentmonth {
    background-color: rgb(151,143,199);
    width: 41.70%;
    color: white;
}

.cal_div_today > span {
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    border-color: rgb(207,207,207);
    background-color: rgba(0,74,46,0.2);
    padding: 0px !important;
}