/*Calendar*/
.calendar
{
	float:left;
	clear:both;
	width:230px;
	position:absolute;
	top:43px;
	left: -18px;
	margin:3px 0px 20px;
	background:url(/img/calendar/bg-calendar-top.png) left top no-repeat;
	z-index: 100;
}
.calendar .calendar-inner
{
	padding-bottom:5px;
	float:left;
	background:url(/img/calendar/bg-calendar-bottom.gif) left bottom no-repeat;
}
.calendar .calendar-nav
{
	float:left;
	clear:both;
	padding:17px 10px 12px;
}
.calendar ul
{
	list-style:none;
}
.calendar .calendar-nav ul li
{
	float:left;
	padding-bottom:0px;
	text-transform:uppercase;
	width:42px;
	color:#333333;
	font-size:75%;
}
.calendar .calendar-nav ul li.calendar-back a,
.calendar .calendar-nav ul li.calendar-next a
{
	width:42px;
	height:22px;
	display:block;
	position:relative;
	z-index:10;
}
.calendar .calendar-nav ul li.calendar-back a
{
	background:url(/img/calendar/previous-month.gif) no-repeat top left;
}
.calendar .calendar-nav ul li.calendar-next a
{
	background:url(/img/calendar/next-month.gif) no-repeat top left;
}
.calendar .calendar-nav ul li.calendar-current
{
	padding:3px 0 0;
	width:124px;
	text-align:center;
}
.calendar .calendar-body
{
	float:left;
	width:228px;
	clear:both;
}
.calendar .calendar-body ul
{
	padding:0px 2px;
}
.calendar .calendar-body ul li
{
	float:left;
	width:32px;
	font-size:87.50%;
	font-weight:bold;
	padding-bottom:0px;
	margin-top:2px;
	background:url(/img/calendar/bg-calendar-date-top.gif) left top no-repeat;
}
.calendar .calendar-body ul li.null
{
	visibility:hidden;
}
.calendar .calendar-body ul li a
{
	color:#000;
	display:block;
	padding:2px 6px 11px;
	background:url(/img/calendar/bg-calendar-date-bottom.gif) left bottom no-repeat;
}
.calendar .calendar-body ul li.selected
{
	background:#009999 url(/img/calendar/bg-calendar-select-top.gif) left top no-repeat
}
.calendar .calendar-body ul li.selected a
{
	color:#fff;
	background:url(/img/calendar/bg-calendar-select-bottom.gif) left bottom no-repeat
}
/* end calendar styles */
