/* 
    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.
*/

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #ababab;
    border: 1px solid #000;
}

.jev_toprow div.currentmonth {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: -1px;
}

.jev_toprow div.previousmonth {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.jev_toprow div.nextmonth {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

#jevents_body .cal_today a.cal_daylink {
    background-color: #ababab;
    border-radius: 10px;
    color: #ffffff;
    padding: 4px;
}

#jevents_body .cal_today a.cal_daylink:hover {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    color: #99a463;
    padding: 4px;
}

.cal_daysoutofmonth {
    background-color: #f1f1f1;
    padding: 4px;
}

#jevents_body {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100% !important;
}

.jev_toprow .jev_header2 {
    padding-bottom: 15px;
    width: 100%;
}


.jev_toprow div.currentmonth {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    margin-bottom: -1px;
}

div.event_legend_name {
    font-weight: 300;
    padding: 3px;
}

#jevents_header {
    display: none;
    position: relative;
}

