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


ul.ev_ul {
	list-style:none!important;
	padding:0px!important;
	margin:5px!important;
}
ul.ev_ul li.ev_td_li {
  	border-style:solid;
  	border-width:0 0 0 5px;
  	margin-bottom:1px!important;
  	padding-left:3px!important;
  	background-image:none
}
a.ev_link_cat:link {
    font-size:12px;
    
    color: Gray;
    text-decoration:none;
}
a.ev_link_cat:visited  {
    font-size:12px;
    
    color: Gray;
    text-decoration:none;
}
a.ev_link_cat:hover  {
    font-size:20px!important;
    
    color: Black;
}
a.ev_link_row:link {
    font-size: 20px!important;
    color: Black;
    text-decoration:none;
}
a.ev_link_row:visited  {
    font-size:20px;
    
    color: Gray;
    text-decoration:none;
}
td.ev_td_left {
  font-size:40px;
}