.info:hover .over { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	background: url(/images/cal-over/cal-over-bottom.gif);
	background-position: bottom center; 
	background-repeat: repeat-x; 
	color: #000;
	margin-top: -260px;
	margin-left: -35px;
	paddng-bottom: 50px;
}

.info {
	position: absolute;
	color: #000;
}

.info div {
}

.info .over {
	width: 400px;
	display: none;
}

.info .entry {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #FFFFFF;
	background: url(/images/cal-over/cal-over-bgd.gif);
	background-position: top center; 
	background-repeat: repeat-x; 
	min-height: 230px;
	display: block;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

a.info {
	color: #FF0000;
	text-decoration: none;
}

.over .name {
	width: inherit;
	border:solid 0px #CCC;
	float: left;
}

.over .contact {
	float: left;
}

.emailad {
#	border:solid 2px #CCC;
	padding: 6px;
	width: 320px;
	color: #666666;
	font-size: 13px;
	float: left;
}

.biog {
	color: #333333;
	font-size: 13px;
	clear: both;
}

.date1 {
	float: right; 
	clear: left; 
	height: 16px;
	padding-left: 7px;
	background: url(/images/cal-over/cal-over-date-left.jpg);
	background-repeat: no-repeat;
	background-position: left center; 
	background-repeat: repeat-x;
}


.date2 {
	float: left;
	height: 16px;
	background: url(/images/cal-over/cal-over-date-right.jpg);
	background-repeat: no-repeat;
	background-position: right center; 
	padding-right: 7px;
}


.date3 {
	height: 16px;
	background: url(/images/cal-over/cal-over-date-ctr.jpg);
	float: left;
	font-size: 9px;
	padding-top: 3px;
}

.entry .title {
	font-weight: bold;
	font-size: 16px;
	color: #F63;
}