/* CSS Document */
.cmCalListing {
  width:650px;
  margin-left:50px;
}

.cmCalListingHead {
  width:400px;
  display:inline-block;
}

.cmCalListingEntry {
	min-width:650px;
	width:650px;
	border:1px solid #333333;
	position: relative;
	margin-bottom:5px;
}

.cmCalListingEntry h2{
  font-size:14px;
  font-weight:bold;
  margin-bottom:2px;
}

.cmCalListingDate {
	float:left;
	width:100px;
	height:80px;
	background:#0F1213;
	font-size:12px;
	font-weight:bold;
	padding:15px;
	position:relative;
}

.cmCalListingDetail {
  float:left;
  width:270px;
  padding:5px;
}
.cmCalListingiCal{
  float:right;
  width:20px;
  height:20px;
}
.cmCalListingDetail h2{
 font-size:12px;
  font-weight:bold;
  line-height:12px;
  padding:0px;
}

.cmCalListingSpace {
  clear:left;
  border-bottom:1px solid #000000;
  float:none;
}

.cmCalListingDropdown {

}
.cmCalListingDetailImg{
	}
