/* calendar style */

#calendarDiv {
	display: none;
	position: relative;
	width: 180px;
	padding: 1px 1px 0px 1px;
}
#calendarDiv table {
	border: 1px solid #777;
}
#calendarDiv a {
	cursor: pointer;
	font-size: 11px;text-decoration: none;
	color: #fff;
}
#calendarDiv a:hover {
	text-decoration: none !important;
}
#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 105%;
}
#calendar, #linksTable {
	width: 180px;
}
#calendar .calendarHeader {
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	text-indent: 0;
	text-align: center;
}
#calendar .weekDaysTitleRow {
	background: #fff;
	color: #797979;
	font-size: 11px;
}
#calendar .weekDaysTitleRow td {
	height: auto;
	font-size: inherit;
}
#calendar .weekDaysRow {
	background: #797979;
	color: #666;
}
#calendar .weekDaysCell {
	color: #000;
	border: 1px solid #fff;
	height: auto;
}
#calendar .weekDaysCellOver {
	background: #fff;
	border: 1px solid #777;
	color: #000 !important;
	height: auto;
}
#calendar .weekDaysCellOver a{
	color: #797979 !important;
}
#closeCalender {
	float: right;
	margin-bottom: 1px;
	display: block;
	padding: 2px;
	cursor: pointer;
	font-size: 60%;
	color: #fff !important;
	background: #000 !important;
	width: 35px;
}
#closeCalender:hover {
	background: #000;
	color: #fff;
}
#linksTable {
	background: #c1c1c1;
}
#linksTable td {
	height: 20px;
}
#linksTable a {
	display: block;
	color: #fff !important;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 5px;
}
#linksTable a:hover {
	background: #fff;
	color: #333 !important;
	text-decoration: none;
}
#prevMonth {
	float: left;
}
#nextMonth {
	float: right;
}
#today {
	background: #000;
	color: #fff !important;
}
