.noBold {
   font-weight: normal;
}

div.postBox p.buttons a {
   width:103px;
   font-weight: bold;
}

.postListingControls {
   width: 407px;
   margin-bottom: 4px;
}

.postListingControls a {
  display: block;
  height: 25px;
  width: 133px;
  margin: 1px;
  float: left;
  display:inline;
  background: #e6e6e6;
  color: #565656;
  text-align: center;
  text-decoration: none;
  padding: 10px 0px 0px 0px;
}
   .postListingControls a.current {
     font-weight: bold;
     background: #fff;
   }


h2.dateSwitch {
  display: block;
  height: 25px;
  width: 215px;
  margin: 10px auto;
  font-weight: bold;
} 
  .dateSwitch .leftArrow {
    background: url(../../images/dateArrowLeft.gif) no-repeat left 9px;
    padding:5px 10px 5px 16px;
  }
  .dateSwitch .rightArrow {
    background: url(../../images/dateArrowRight.gif) no-repeat right 9px;
    padding:5px 16px 5px 0;
    font-weight:bold;
    word-spacing: 3px;
  }
  
  
#eventListing #eventItem {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0px 15px;
}
   #eventItem h2 {
   
   }
   #eventItem h3 {
      color: #2c4f8e;
      font-weight: normal;
      font-size: 12px;
   }

    

#myEvents {
  padding-top: 5px;
  margin-top: 20px;
  border-top:1px solid #E6E6E6;
}
