#simplecal {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	clear: left;
	width: 100%;
	height: 100%;

}

#simplecal  #img {
	float: left;
	background-image: url(./tools/calendar_mid.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 65px;
	
}

#simplecal #month {
	color: white;
	padding-left: 8px;
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	font-family: Futura;
}

#simplecal #day {
	font-family: , serif;
	line-height: 28px;
	color: #828282;
	font-size: 28px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
}

#simplecal #titlehead {
	float: left;
}#simplecal #title {
	padding-top: 10px;
	font-weight: bold;
	font-family: sans-serif;
	padding-left: 15px;
	font-size: 24px;
	float: left;
	width: 100%;
}

#simplecal #local {
	clear: left;
	padding-left: 15px;
	float: left;
	font-size: 14px;
	font-family: sans-serif;
}

#simplecal #deswrap {
}

#simplecal #description {
	clear: left;

	margin-left: 75px;
	margin-right: 0px;
}

#simplecal #datespan {
	padding-right: 15px;
	font-size: 14px;
	float: right;
}

#simplecal #time {
	padding-right: 15px;
	font-size: 18px;
	float: right;
}

#simplecal #eventfoot {
	padding-top: 8px;
	font-size: 12px;
	font-family: Futura;
	padding-right: 15px;
	width: 100%;
	text-align: right;
}

#formfield {
	padding-bottom: 10px ;
	float: left;
	clear: left;
}