/* 
    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.
*/


#extcal_minical .extcal_busylink:link, #extcal_minical .extcal_busylink:visited {
    color: #2266EE;
    text-decoration: none;
    background-color: yellowgreen;
    padding: 3px;
}

#jevents_body td, #jevents_body tr, #jevents_body p, #jevents_body div {
    font-size: 14px;
    border: none;
}

#jevents_body .buttontext a {
    font-size: 12px;
    color: #606F79;
    text-decoration: none;
}

#jevents_body ul.ev_ul li.ev_td_li {
    margin-bottom: 10px;
    text-align: left;
}

.mod_events_latest_table td {
    padding: 6px 0 0 6px;
}

#jevents_body a  {
    font-size: 100%;
    margin: 2px 0px;
    color: green;
}

#jevents_body a:hover  {
    font-size: 100%;
    margin: 2px 0px;
    color: darkgrey;
}
