  .event {
    margin-top:3px;
    width:290px;
    padding-left:3px;
    text-decoration:none;
    cursor:pointer 
  }
  .evtCnt {
    width:522px;
    border:2px solid rgb(204, 0, 0);
    margin-bottom:2px
  }
  .evtHeading, .evtBody {
    width:100%
  }
  .evtBody {
    width:100%;
    margin-bottom:3px;
    height:60px
  }
  .evtName, .evtDetailsL {
    width:290px;
  }
  
  .evtDetailsR {  
    width:187px;
  }
  
  .evtName {
    font-weight:bold
  }
  
  .evtDate {
    color:white;
    font-weight:bold;
    font-size:80%;
    width:100%;
    text-align:right;
    padding-right:3px;
    display:box
  }
  
  .evtDetailsR {
    height:100%
  }
  
  .evtDetailsL {
    height:100%;
    border-right:1px solid rgb(204, 0, 0)
  }
  
  .evtHeading {
    font-weight:bold;
  }
  
  .evtTopHeading {
    width:100%;
    height:18px;
    background: transparent url(/images/border/tc.jpg) repeat scroll 0%;
    color:white
  }

