/* 
    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 .cal_td_daysnames {
    border-bottom: 1px solid #000000;
    height: 25px ! important;
    line-height: 25px;
    background-image: url("../images/evback.jpg");
    background-repeat: repeat-x;
    background-position: top left;
    color: black;
    background-color: #eb9000;
    font-weight: bold;
    text-align: center !important;
}