/* 
    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 .tableh1 {
  background-image: none;
}  


#jevents_body .weekdaytopclr, #jevents_body .sundaytopclr {
background-image: none;
background-color: #6688CC;
}

#jevents_body .tablev1 {
    background-color: #CCC;
}

#jevents_body .tableh2 {
    background-image: none;
    background-color: #6688CC;
}

#jevents_body li.ev_td_li {
    border-width: 0px 0px 0px 5px;
	padding-left: 6px;
}
