div.calendar {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px 5px 7px 5px;
	float: left;
	position: absolute;
}

div.calendar table thead tr.month td {
	text-align: center;
	padding: 0 4px 2px 4px;
	font-size: 0.9em;
}

div.calendar table thead a.calc_arr_l  {
	float: left;
}

div.calendar table thead a.calc_arr_l img {
	margin-right: 1px;
}

div.calendar table thead a.calc_arr_r {
	float: right;
}

div.calendar table thead a.calc_arr_r img {
	margin-left: 1px;
}

div.calendar table thead tr.year td {
	text-align: center;
	padding: 0 4px;
	font-size: 0.9em;
}

div.calendar table thead tr.month td {
	padding-bottom: 2px;
}

div.calendar table thead tr.weekdays td {
	text-align: right;
	padding: 0 4px 10px 0;
}

div.calendar table thead td {
	font-size: 0.7em;
}

div.calendar table tbody td {
	padding: 1px 4px 2px 4px;
	text-align: right;
	font-size: 0.7em;
}

div.calendar table td a {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

div.calendar table tbody td.notnow a {
	color: #cccccc;
}

div.calendar table .weekend,
div.calendar table .weekend a {
	color: #990000;
}

div.calendar table td.selected {
	background-color: #990000;
}

div.calendar table td.selected a {
	color: #ffffff !important;
}