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

td.mod_events_latest_first, td.mod_events_latest {
    background-color: #ffffff;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    padding: 10px 10px 12px 12px;
  text-align: center;
}
.jev_eventdetails_body {
  background-color: #ededed;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    padding: 10px 10px 12px 12px;
  text-align: center;
  
}