/* 
    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 ul.ev_ul li.ev_td_li {
	border-style: 0px;
	border-width: 0 0 0 0px;
}

a.ev_link_row:link {
	font-weight: bold;
	font-size: 16px;
	color: Gray;
	text-decoration: none;
}

.ev_td_left {
	font-size: 14px !important;
}

#jevents_body .ev_td_left {
	width: auto !important;
}

.jev_catselect {
    display: none;
}

#jevents_body .ev_table {
    border: none !important;
}


#jevents_body .ev_td_right {
    border-top: none !important;
    border-bottom: 1px solid #000000;
}

