.cd-image{
	margin-top:12px; 
	display:block; 
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
}

.my-cal-header{
	background-color:#6666FF;
	font-family:verdana;
	font-size:12px;
	color:#FFFFFF;
	width:92px;
	padding:7px;
	text-align:center;
	border-color:#666666;
	border: medium;
	border-style: solid;
	border-width: 1px;
	float:left;
}


.my-cal-footer{
	background-color:#B2B4B4;
	font-family:verdana;
	font-size:12px;
	color:#FFFFFF;
	width:92px;
	padding:7px;
	text-align:center;
	border-color:#666666;
	border: medium;
	border-style: solid;
	border-width: 1px;
	float:left;
}

.my-cal-day{
	color:#666666;
	background-color:#e7e7e7;
	font-size:36px;
	font-family:verdana;
	text-align:center;
	width:90px;
	padding:6px;
	border-width:medium;
	border-color:#666666;
	border: medium	;
	border-style: solid;
	border-width: 1px;
	margin-left:1px;
	height:70px;
	float:left;
}


.my-cal-container{
	width:136px;
	float:left;
	margin-right:24px;
}

.my-cal-title{
	font-family:verdana;
	height:134px;
	line-height:15px;
}

.my-cal-verd11{
	font-family:verdana;
	font-size:11px;
}