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

div #jevents		{margin-bottom:20px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
background-color:rgba(255,255,255,.6);
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:15px;
width:98%;
margin-right: 10px;
-webkit-box-shadow:2px 1px 2px rgba(0,0,0,0.2);-moz-box-shadow:2px 1px 2px rgba(0,0,0,0.2);box-shadow:2px 1px 2px rgba(0,0,0,0.2);}

/*general links color*/
body a									{color:#7b9725;}


/*hover links color*/
body a:hover, 
body a:active, 
body a:focus							{color:#1a1a1a;}
