/* 
    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.
*/
a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover {
	font-size: 16px;
	font-weight: bold!important;
	text-decoration: none;
	font-weight: normal;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
	background-color: #ff0000;
	border-color: #ff0000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
	font-size: 12px;
}
