/* date input style */

input.formsdate {
	background:#FFFFFF url(date.calendar.png) no-repeat scroll right 50%;
	cursor:pointer;
	padding-right:24px;
}

/* calendar style */

#calendarDiv
{
	display: block;
	display: none;
	position: relative;
	border: 1px solid #777;
	z-index: 1050 !important;
}
#calendarDiv a
{
	cursor: pointer;
}
#calendar
{
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: .8em;
}
#calendar, #linksTable
{
	width: 180px;
}
#calendar .calendarHeader
{
	background: #333;
	border-bottom: 1px solid #444;
	color: #fff;
}
#calendar .weekDaysTitleRow
{
	background: #777;
	color: #fff;
}
#calendar .weekDaysRow {
	background: #eee;
	color: #666;
}
#calendar .weekDaysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .weekDaysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#closeCalender {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 1px;
	display: block;
	padding: 2px;
	cursor: pointer;
	font-size: .5em;
	background:#000;
	color:#666;
	display:block;
	padding:2px;
	text-align:center;
}
#closeCalender:hover {
	background: #000;
	color: #fff;
}
#linksTable {
	background: #333;
	border-bottom: 1px solid #444;
	font-size:1em;
	color: #fff;
}
#linksTable a
{
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
	font-size: .6em;
	padding: 2px 5px;
}
#linksTable th
{
	font-size:.75em;
	white-space: nowrap;
}
#linksTable td {
	white-space: nowrap;
}
#linksTable td.prev {
	text-align: left;
}
#linksTable td.next {
	text-align: right;
}
#today {
	background: #999;
}
