/* 
    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.
*/

/** GRAY **/
.jev_gray .jevdateiconmod {
	background-color: #d2d026!important;
	color: white!important;
}
.jev_gray .jevdateicon1 {
	background-color: #153242!important;
	color:white!important;
}

div#latestEventWrapper{
border: 1px solid red;
}

div#latestEventTitle{
float:right;
}