#calendar
{
	position: fixed;
	display:none;
	font-family: Verdana, sans-serif;
	font-size:8.25pt;
	cursor:default;
	padding:3px;
	border:1px solid #898c95;
	width:204px;
	background: #fff;
	z-index:10;
}
#calendar a{outline:0;}

#calendarMonthHeader
{
	border:1px solid #dadbde;
	border-top:0;
	text-align:center;
	background: #fff;
	color: #456;
	height:18px;
	line-height:18px;
	padding:3px;
	font-size:7.25pt;
}

#calendar table
{
	border-collapse:collapse;
	white-space:nowrap;
	border:1px solid #dadbde!important;
	cursor:default;
	font-size:8.25pt;
}

#calendar th,
#calendar td
{
	white-space:nowrap;
	padding:0;
	margin:0;
	border-collapse:collapse;
	text-align:center!important;
	width:29px;
	height:22px;
	overflow:hidden;
}

#calendar .cr{border-right:none;}
#calendar .cb{border-bottom:none;}
#calendar .ct{border-top:none;}
#calendar .cl{border-left:none;}

#calendar td
{
	line-height:22px;
	overflow:hidden;
	white-space:nowrap;
}

#calendar th
{
	text-align:center!important;
	color: #789;
	font-weight:normal;
	background-color: #e8edf4;
}


#calendar td.dayOff
{
	background-color: #f5f5f5;
	color: #888;
}

#calendar td.calendarToday
{
	font-weight:bold;
	background: #e6e6e6 none;
}

#calendar td.calendarSelected
{
	font-weight:bold;
}

#calendar td.calendarToday span
{
/*	border:1px solid #b5cfef!important;
	display:block;
	width:26px;
	height:20px;
	line-height:20px;*/
}

#calendar td.calendarSelected span
{
	border:1px solid #b5cfef!important;
	display:block;
	width:26px;
	height:20px;
	line-height:20px;
	color: #333;
	background: #d6e4f6 none;
}



a#calendarPrevious,
a#calendarNext,
a#calendarClose,
a#calendarClear
{
	width:18px;
	height:18px;
	overflow:hidden;
	display:block;
	cursor:default;
}

a#calendarPrevious{background: transparent url(calButtons.png) no-repeat -18px -18px;}
a#calendarPrevious:hover{background: transparent url(calButtons.png) no-repeat 0px -18px;}

a#calendarNext{background: transparent url(calButtons.png) no-repeat -18px 0px;}
a#calendarNext:hover{background: transparent url(calButtons.png) no-repeat 0px 0px;}

a#calendarClose{background: transparent url(calButtons.png) no-repeat -18px -54px;}
a#calendarClose:hover{background: transparent url(calButtons.png) no-repeat 0px -54px;}

a#calendarClear{background: transparent url(calButtons.png) no-repeat -18px -36px;}
a#calendarClear:hover{background: transparent url(calButtons.png) no-repeat 0px -36px;}

#calendarPrevious,#calendarNext{float:left;}
#calendarClose, #calendarClear{float:right;}

a#currentMonth
{
	display:block;
	margin-left:36px;
	margin-right:36px;
	white-space:nowrap;
	text-align:left;
	padding-left:3pt;
	color: #333;
	text-decoration: none;
}
a#currentMonth:hover
{
	color: #000;
}

#calendar td.hover
{
	background-color: #e6effa;
	cursor:default;
}

#calendar td.dayOff a:hover
{
	color: #555;
}
