span.cal {
	background:#ffffff;
	border: 1px solid #404040;
	float:right;
	margin-left: 10px;
	margin-bottom: 5px;
	height:50px;
	width:50px;
	font-family:"Helvetica",Tahoma,Arial;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

span.cal_month {
	color:#000000;
	background: #D9D9D9;
	display:block;
	font-size:14px;
	line-height:11px;
	margin:0;
	padding:5px 0;
	text-align:center;
	text-transform:uppercase;
}

span.cal_day {
	color:#999999;
	display:block;
	font-size:20px;
	line-height:20px;
	margin-left:1px;
	padding-top:4px;
	text-align:center;
	text-transform:uppercase;
}

.sidebar {
    margin-bottom: 20px;
    }