/**
*
* CSS rules that define events box
*
*/

.events {background: #f4faf1 url(/img/box_titlebg.gif) repeat-x; left:0; border-top: 1px solid #e5e5e5; width: 359px; margin-top: 10px; margin-bottom: 2px;}
.events_ffffff {background-color: #ffffff !important}

.event { width: 339px; padding: 7px 10px;}
.event .evtitle {font-weight: bold; font-family: verdana; font-size: 11px; margin-bottom: 5px}
.evinfoitems {float:left; font-size: 11px; font-family: arial; margin-right: 18px}
.evinfoitems .grey {color: #777777; padding-right: 4px;}
.events .even {background-color: #ffffff}
.events .odd {background-color: #f6faff}
.events .evhdiv {border-top: 1px solid #ffffff;border-bottom: 1px solid #ffffff; background-color: #e5e5e5; width: 100%; height: 1px}
.events .viewall {border:0; width:100%; text-align: right; background-color: #ffffff; margin-top: 6px;}
