/* 
    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_today {
	background-color: #DF053B52;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
}
.cal_td_daysnames {
	border-bottom: 1px solid #000000;
	height: 25px !important;
	line-height: 25px;
	background-repeat: repeat-x;
	background-position: top left;
	color: black;
	background-color: #DF053B;
	font-weight: bold;
	text-align: center !important;
}