/* 
    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.
*/

.date-icons{position:relative;float:left;display:inline;background:none;height:auto;margin-top:-30px;}

.mod_events_latest_first,
.mod_events_latest{font-size:1.1em;padding:0px;margin:0px;}



.icon1,
.icon2{
z-index: 100;
display:inline-block ;
position:relative;
float:left;
background-color: #fff;
color:#de6926!important;
border:solid 1px #de6926!important;
display:block;
width:40px;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}

.icon1{
font-size:0.9em;
background-color: #fff;
margin:0px 5px 0px 3px;
}

.icon2{
font-size:0.8em;
background-color: #de6926;
margin:0px 5px 3px 3px;
color:#fff!important;
}

.DayContent{position:relative;float:left;background:none;margin-left:5px;margin-top:-35px;width:auto;}
.DayContent a{background:none;font-size:1.1em;}