.noBold {
   font-weight: normal;
}

div.postBox p.buttons a {
   width:103px;
   font-weight: bold;
}

.postListingControls {
   width: 607px;
   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;
  text-align:center;
} 
  
  
  
	#calendarCont{
		width:406px;
		border-left:1px solid #F6F6F6;
	}
	
		#calendarCont div.day{
			width:57px;
			padding:2px 0;
			float: left;
			display:inline;
			text-align:center;
			font-weight:bold;
			border-top:1px solid #f6f6f6;
			border-right:1px solid #FFFFFF;
			border-bottom:1px solid #f6f6f6;
		}

			#calendarCont div.last{
				border-right:1px solid #F6F6F6;
			}
  
  		#calendarCont div.date{
  			width:57px;
			float: left;
			display:inline;
  			height:51px;
			border-bottom:1px solid #f6f6f6;
			border-right:1px solid #F6F6F6;
  		}
  		
  			#calendarCont div.date a{
  				font-weight:bold;
  				font-size:11px;
  				color:#565656;
  				padding:2px;
  				display:block;
  				text-decoration:none;
  			}



   .postMessage img {
     background-color:#FAFAFA;
     border:1px solid #E6E6E6;
     padding:4px;
   }
    

.postMessage {
  padding:5px 0;
  position:relative;
}

    


