div.calendar {
	display:block;
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	font-size:10px;
	/*position:absolute;*/
	/*top:10px;*/
	margin-left:12px;
	width:150px;
	height: 170px;
	padding:0px;
	background:#EEE; /* #e1e1e1 */
	color:#474747;
}
div.calendar div.link-prev {
	margin-top:3px;
	float:left;
}
div.calendar div.link-next {
	margin-top:3px;
	float:right;
}
div.calendar div.month {
	font-size:12px;
	text-align:center;
	/*font-weight:bold;*/
	margin-bottom:16px;
	clear:none;
}
div.calendar table td {
	background:#999;
	border: 1px solid #FFF;
	text-align:center;
	font-size:9px;
	color:#FFF;
}
div.popup-calendar table td.weekend {
	background: #474747;
}
div.calendar table td a {
	display:block;
	text-decoration:none;
	background:#474747;
	color:#FFF;
}
div.calendar table td.today {
	border: 1px solid #FFF;
	background:#FFF;
	color:#000;
	/* e1e1e1 - 999 - 474747 */
}
div.calendar table td a:hover {
	background:#e1e1e1;
	color:#FFF;
}