.cpagecal {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-color: #b5b5b5;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	width: 100%;
}

.cpagecal .titlehead {
  /*padding-left:60px;
  background:url(images/dat.png) no-repeat top left;    */
  margin:0;
  padding:0;
}

.cpagecal .titlehead .shortdate {
  width:65px;
  height:50px;
  float:left;
  background:url(images/dat.png) no-repeat left top;
  padding:0;
  margin:0; 	
  color: black;
}

.cpagecal .titlehead .shortdate a {
  font-weight:normal;
  text-decoration:none;
  display:block;
  color:black;
}

.cpagecal .titlehead .shortdate a:hover { 

}

.cpagecal .month {
  padding-left:16px;
  padding-top:0px;

	font-size: 14px;

}

.cpagecal .day {
	
	font-size: 20px;
  font-weight:bold;
  padding-left:18px;
  font-weight:bold;
}

.cpagecal .title {
  padding-bottom: 5px;
	font-size: 16px;


}

.cpagecal .title a { 	line-height:26px;
	text-decoration: none;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	color: #86E807;

}

.cpagecal .title a:hover { color:white;  }

.cpagecal .local {
	font-size: 12px;
	line-height:12px;
}

.cpagecal .datespan {
	padding-right: 15px;
	font-size: 12px;
	line-height:12px;

}
.cpagecal .date {
	font-size: 12px;
	line-height:12px;
}

.cpagecal .time {
	font-size: 12px;
	line-height:12px;
}

.description {
  color: white;
  font-size: 12px;
  }


.cpagecal .eventfoot {
	font-size: 12px;
	font-family: Futura;
	padding-right: 15px;
}

.cpagination {
	font-size: 12px;
	font-family: Futura;
	padding-top: 15px;
}

.iCal {
	margin-top: 5px;
	float: right;
	line-height: 35px;
}

.iCal img {
	float: left;
	padding-top: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}