/* calendar style */
#tooltip {
	BORDER-BOTTOM: #323b40 1px solid;
	POSITION: absolute;
	BORDER-LEFT: #323b40 1px solid;
	PADDING-BOTTOM: 5px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	DISPLAY: none;
	COLOR: #fff;
	BORDER-TOP: #323b40 1px solid;
	BORDER-RIGHT: #323b40 1px solid;
	TEXT-DECORATION: none;
	PADDING-TOP: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
	background-color: #333333;
	background-position: 0px 0px;
}

#calendarDiv {
	display: block;
	display: none;
	position: relative;
	border: 1px solid #777;
}
#calendarDiv a {
	cursor: pointer;
	font-family: Verdana;
	font-size: 8pt;
}
#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 105%;
}
#calendar, #linksTable {
	width: 180px;
}
#calendar .calendarHeader {
	background: #333;
	border-bottom: 1px solid #444;
	color: #fff;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}
#calendar .weekDaysTitleRow {
	background: #777;
	color: #fff;
	font-size: 8pt;
	font-family: Verdana;
}
#calendar .weekDaysRow {
	background: #eee;
	color: #666;
}
#calendar .weekDaysCell {
	color: #000;
	border: 1px solid #ddd;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}
#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: 8pt;
	font-family: Verdana;
	font-weight: normal;
}
#closeCalender:hover {
	background: #000;
	color: #fff;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}
#linksTable {
	background: #000;
}
#linksTable a {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px 5px;
	font-family: Verdana;
	line-height: 25px;
}
#linksTable a:hover {
	background: #ddd;
	color: #333;
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	line-height: 25px;
}
#prevMonth {
	float: left;
}
#nextMonth {
	float: right;
}
#today {
	background: #999;
	font-family: Verdana;
	font-size: 8pt;
}

#calendar .Gunler {
	background: #333;
	border-bottom: 1px solid #444;
	color: #fff;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
}