.calenderbox{position:relative; height:0;}
.lightBox{
	width:370px;
	border:1px solid gray;
	margin:0 auto;
	display:none;
	position:absolute;
	top:20px;
	right:0px;
	z-index:20;
}

.lightBox .title_bar{
	position:relative;
	text-align:center;
	background:#719AE8;
	line-height:28px;
	height:28px;
}

.lightBox .title_bar .closeBtn{
	position:absolute;
	display:block;
	width:16px;
	height:16px;
	background:#FFF;
	cursor:pointer;
	right:3px;
	top:6px;
	line-height:16px;
}
.lightBox .title_bar .closeBtn:hover{
	background:#FF8040;
}

.lightBox .container{
	background:#EEF7FF;
}

.calender {
	width:170px;
	background:#FFF;
	margin-top:15px;
}
#calender1{
	margin-left:3px;	
	float:left;
}
#calender2{
	margin-right:3px;
	float:right;
}
.container .description{
	clear:both;
	width:240px;
	padding:10px;
	padding-left:0;
	margin-right:0;
	margin:0 auto;
	font-size:12px;
	height:16px;
	line-height:16px;
}

.description .cell{
	float:left;
	width:30px;
	height:16px;
}
.cell.menses{
	background:#FF9900;
}
.cell.safe{
	background:#009933;
}
.cell.danger{
	background:#FF3300;
}
.description .cell.w50{
	width:50px;
}

.calender .calenderTitle{
	text-align:center;
	background:#45B3ED;
	font-size:12px;
	line-height:20px;
}
.calender .contentWrapper{
	padding-top:1px;
	padding-left:1px;
	margin:0 auto;
	width:154px;
}
.calender .cell{
	width:20px;
	height:20px;
	font-size:12px;
	line-height:20px;
	float:left;
	text-align:center;
	margin-bottom:1px;
	margin-right:1px;
	cursor:pointer;
}

.calender .daylist{
	clear:both;
}

.calenderTipDiv{
	position:absolute;
	display:none;
	border:1px solid #0099FF;
	padding:2px;
	width:145px;
	font-size:12px;
	background:#EEF7FF;
	z-index:21;
}

.calenderTipDiv.s{
	color:#009933;
}
.calenderTipDiv.d{
	color:#FF3300;
}
.calenderTipDiv.m{
	color:#FF9900;
}