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

.ev_td_left {
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: black;
    text-align: left;
    vertical-align: top;
    margin-right: 1em;
}

a.ev_link_row:link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a.ev_link_row:visited {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#jevents_body > div.contentpaneopen.jev_evdt > div.jev_eventdetails_body > div.jev_evdt_location > span {font-weight: bold;}

td.mod_events_latest_first, td.mod_events_latest {
    background-color: #e6e9ee;
    border-style: none;
    display: list-item;
    margin-left: 10px;
}