div.calendar {
	color:#333333;
	background-color: white;
	text-align: center;
	position: absolute;
	border:1px solid #CCCCCC;
}
div.calendar table td.selected {
	border: 2px solid #FF0000;
}
div.calendar table thead td {
	background:#F3F3F3;
	color:#333333;
}
div.calendar table td {
	padding:2px;
	color:#999999;
}
div.calendar table {
	margin:0px;
}
div.calendar .title {
	margin-top:7px;
	margin-bottom:3px;
	padding:0px;
	width:183px;
	margin-left:0px;
	margin-right:0px;
}

