#calendarTopContainer tr td{
	vertical-align: top;
}
#popCalendarContainer{
	opacity: 0.88;
	filter: alpha(opacity=88);
}
#calendarContainer{
	font: normal 12px arial, helvetica, sans-serif;
	border: #cf4075 1px solid;
	width: 694px;
	display: block;
}
/* top */
#calendarTopContainer{
	width: 694px;
	height: 35px;
	background-color: #e9ecf0ss;
	overflow: hidden;
}
#calendarTodayView{
	font: bold 25px arial, helvetica, sans-serif;
	color: #cf4075;
	width: 60px;
	height: 25px;
	text-align: center;
	padding:3px;
	/*cursor: pointer;*/
}
#calendarDateView{
	width: 100px;
	height: 35px;
}
#calendarWeekView{
	/*font: normal 12px arial, helvetica, sans-serif;*/
	font: bold 20px Arial, Helvetica, sans-serif;
	padding-top:5px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	color: #8e8e8e;
}
#calendarYearMonthContainer{
	/*font: normal 12px arial, helvetica, sans-serif;*/
	font-family:"Trebuchet MS", "Lucida Console", "Lucida Sans", sans-serif;
	font-size:20px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	color: #333333;
}
#calendarWeekView{
	width: 150px;
	height: 35px;
	text-align: center;
	*height: 35px;
	padding:8px;
}
#linktopYearandMonth{
	font-family:Arial, Helvetica, sans-serif;
	color:#1373d4;
}
#linkQuickYear,
#linkQuickMonth{
	padding: 1px 5px;
	height: 15px;
	line-height: 15px;
	color: #8e8e8e;
}
#linkQuickYear:hover,
#linkQuickMonth a{
	text-decoration: none;
}
#calendarYearMonthContainer select{
	background:#dfdfdf; font-weight:bold; float:left;
	font: normal 15px arial, helvetica, sans-serif;
	color: #8e8e8e;
	border: #33B1E1 1px solid;
	display: none;
}
#calendarYearMonthContainer a{
	color: #8e8e8e;
	text-decoration:underline;
}

#calendarCloseContainer{
	height: 15px;
}
#calendarQuickContainer{
	padding:10px;
	height: 15px;
	color:#8e8e8e;
}
#calendarCloseContainer{
	width: 330px;
	height: 12px;
	margin-top: 3px;
	margin-left:400px;
}
#calendarClose{
	font: bold 32px arial, helvetica, sans-serif;
	width: 12px;
	height: 12px;
	line-height: 10px;
	color: #333333;
	background: #1D9BCB;
	border: #7DDAFB 1px solid;
	text-align: center;
	float: right;
	display: block;
	text-decoration: none;
	*padding: 0 2px 2px 2px;
}
#calendarClose:hover{
	color: #7DDAFB;
}
#calendarQuickContainer{
	height: 10px;
	margin-left: 150px;
	margin-top: 6px;
	/*float: right*/;
}

#toPrevMonth,
#toNextMonth{
	font: bold 16px arial, helvetica, sans-serif;
	float: left;
	width: 40px;
	/*height: 10px;
	line-height: 10px;*/
	font-size: 12px;
	color: #1373d4;
	overflow: hidden;
	display: block;
	_display: inline;
}
#backToday{
	height: 15px;
	font: bold 16px arial, helvetica, sans-serif;
	float: left;
	width: 40px;
	font-size: 12px;
	color: #1373d4;
	overflow: hidden;
	display: block;
	_display: inline;
}


/* Main */
#calendarMainContainer{
	width: 694px;
	background-color: #FFF;
	/*width: 320px; */
}
#calendarWeeksContainer{
	height: 32px;
	background-color: #cf4075;
}
#calendarWeeksContainer span{
	width: 98px;
	height: 35px;
	color: #FFF;
	border-right:#FFF 1px solid;
	text-align: center;
	display: inline-block;
	font: normal 15px arial, helvetica, sans-serif;
	padding-top: 10px;
}
#calendarDaysContainer tr td{
	width: 97px;
	height: 35px;
	line-height:35px;
	text-align: center;
	border: #e6e6e6 1px solid;
	cursor: text;
	font: normal 15px arial, helvetica, sans-serif;
	overflow: hidden;
}
#calendarDaysContainer tr td span{
	cursor: default;
	display: block;
	_text-align: center;
}

#calendarTipsContainer{
	position: absolute;
	display: none;
	overflow: hidden;
	width: 198px;
	padding: 3px 6px;
	line-height: 35px;
	font: normal 15px arial, helvetica, sans-serif;
	background-color: #fc307d;
	color: #FFF;
	border: #c92663 1px solid;
	border-top-style: none;
	*width: 212px;
}
/* current day, has tip days style */
.calendarCurrentDay{
	font-weight: bold;
	background-color: #f5f5f5;
	line-height:35px;
	font: normal 15px arial, helvetica, sans-serif;
	cursor: text;
	color: #1373d4;
	padding:10px;
}
.calendarTipDay{
	border: #999 1px solid;
	height:35px;
	background-color: #FFFFDD;
	font: normal 15px arial, helvetica, sans-serif;
	line-height:35px;
	color: #666;
}
.calendarOldTipDay{
	
	background-color: #f7f7f7;
	font: normal 15px arial, helvetica, sans-serif;
	cursor: text;
	line-height:35px;
	color: #888;
}
