.e2m_calender{
	width: 211px;
}
.e2m_calender ul{
	padding: 0;
	margin: 0;
}
.e2m_calender .cal_year{
	font-size:15px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 5px;
}
.e2m_calender .month{
	margin: 0;
	padding: 0;
	margin:0px 4px 0px 4px;
}
.e2m_calender .month li{
	float: left;
	width: 67px;
	height:20px;
	text-align: center;
	list-style: none;
	font-size:13px;
	margin: 0;
	padding: 0;
}
.e2m_calender .month .prevmonth{
	text-align: left;
}
.e2m_calender .month .currentmonth{
	text-align: center;
}
.e2m_calender .month .nextmonth{
	float: right;
	text-align: right;
}
.e2m_calender .month li a{
	color: #3C3C3D;
	text-decoration:none;
	font-size:13px;
}
.e2m_calender .month li a:hover{
	text-decoration: underline;
}

.e2m_calender .week{
	margin: 0;
	padding: 0;
	margin:0px 0px 0px 8px;
}
.e2m_calender .week li{
	float: left;
	width: 28px;
	color: #999999;
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.e2m_calender .week li.holiday{
	color: #666767;
}

.e2m_calender .week li{
	list-style: none;
}
.e2m_calender #e2m_event_cal li{
	list-style: none;
}
.e2m_calender .day{
	margin: 0;
	padding: 7px 6px 7px 8px;
	background-color: #FFF;
	background-color: #E0E0E0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.e2m_calender .day table{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.e2m_calender .day td{
	float: left;
	width: 17px;
	height:20px;
	background-color: #EEE;
	background-color: #FFF;
	padding: 2px 5px 7px 5px;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 1px;
	margin-right: 1px;
}
.e2m_calender .day td.holiday{
	background-color: #E0E0E0;
	background-color: #f5f5f5;
}
.e2m_calender .day td.event_day{
	background-color: #d1e6fd;
}
.e2m_calender .day td span{
	width: 50px;
	height:50px;
	text-align: center;
}

/* =============================================================================
   ClearFix
   ========================================================================== */

/* 
 * ClearFix
 */
.cf:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.cf {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}