/* calendar style */

#calendarDiv {
	display: block;
	display: none;
	position: relative;
	border: 1px solid #b2d1ea;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;

}
#calendarDiv a {
	cursor: pointer;
}
#calendar {
	background: #b2d1ea;
	clear: both;
	text-align: center;

}
#calendar, #linksTable {
	width: 200px;
}
#calendar .calendarHeader {
	background-image:url(../images/calendar/top_bg.png);
	background-repeat:repeat-x;
	/*border: 1px solid #e78f08;*/
	color: #fff;
	height:24px;
	
	font-size: 11px;
}
#calendar .weekDaysTitleRow {
	color: #333333;
	height:24px;
	font-weight:600;
	font-size: 11px;
}
#calendar .weekDaysRow {
	color: #666;
}
#calendar .weekDaysCell {
	background: #f9f9f9;
	color: #1c94c4;
	font-weight:600;
	border: 1px solid #cccccc;
	padding:0px 1px 2px 00px;
	font-size: 11px;
}
#calendar .weekDaysCellOver {
	background: #fdf9e1;
	border: 1px solid #fed22f;
	font-weight:800;
	padding:0px 1px 2px 00px;
	font-size: 11px;
}

#calendar .weekDaysCellNoSel 
{
	background: #f9f9f9;
	color: #1c94c4;
	font-weight:100;
	border: 1px solid #cccccc;
	padding:0px 1px 2px 00px;
	font-size: 11px;
	font-style:italic;
}
#calendar .weekDaysCellOverNoSel {
	background: #fdf9e1;
	border: 1px solid #fed22f;
	font-weight:100;
	padding:0px 1px 2px 00px;
	font-size: 11px;
	font-style:italic;
}


#closeCalender {
	//sition: absolute;
	right: 0;
	//ttom: 100%;
	margin-bottom: 1px;
	float: right;
	//display: block;
	padding: 6px;
	cursor: pointer;
	background-color:#B2D1EA;
}


#closeCalender:hover {
	background: #fdf9e1;
}
#linksTable {
	background: #b2d1ea;
	background-repeat:repeat-x;
}
#linksTable a {
	display: block;
	color: #1c94c4;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 3px;
}
#linksTable a:hover {
	color: #333;
}
#prevMonth {
	padding-top:3px;
	float: left;
}
#nextMonth {
	padding-top:3px;
	float: left;
	margin-left: 145px;
}
#today {
	background: #fff0a5;
}

