


DIV.menu_box DIV#mb_calendar{
	float:left;
	padding: 3px;
	background-color: #ffffff;
	font-size:11px;
	width:134px;
}
DIV.menu_box DIV#mb_calendar DIV#mb_month{
	float: left;
	width: 134px;
	font-size: 11px;
	font-weight: bold;
	background-color: White;
	border-bottom: 1px solid #A0DFC0;
	padding: 2px 0px;
}
DIV.menu_box DIV#mb_calendar DIV#mb_month IMG{
	border:0px;
	width:14px;
	height:13px;
	margin:1px;
	display:inline;
	cursor:hand;
}
DIV.menu_box DIV#mb_calendar DIV#mb_month A#mb_cal_month_name{
	float: left;
	margin-left:4px;
	display:inline;
}
DIV.menu_box DIV#mb_calendar DIV#mb_month A#mb_cal_month_name:hover{
	
}
DIV.menu_box DIV#mb_calendar SPAN.mb_day_name{
	float: left;
	width: 16px;
	text-align: right;
	margin: 1px 1px 0px 0px;
	padding-right: 2px;
	background-color: #F1FAF6;
	font-weight: normal;
	color: #2F6C85;
}

DIV.menu_box DIV#mb_calendar DIV#mb_cal_cells{
	float:left;
	clear:both;
	width:100%;
	position: relative;
	left:0px;
	top:0px;
}

DIV.menu_box DIV#mb_calendar SPAN.mb_day{
	float: left;
	width: 18px;
	line-height: 14px;
	height: 14px;
	margin: 1px 1px 0px 0px;
	background-color: #D9F2E6;
	text-align: right;
}
DIV.menu_box DIV#mb_calendar SPAN.mb_day_empty{
	float: left;
	display: inline;
	width: 18px;
	height: 14px;
	margin: 1px 1px 0px 0px;
	background-color: #F1FAF6;
}
DIV.menu_box DIV#mb_calendar SPAN.mb_day SPAN{
	float: right;
	text-align: right;
	padding-right: 2px;
	width:16px;
	color: #216243;
}
DIV.menu_box DIV#mb_calendar SPAN.mb_day A{
	float: right;
	padding-right: 2px;
	width: 16px;
	height: 100%;
	background-color: #F5DA87;
	color: #AC0053;
	text-decoration: none;
	text-align: right;
}

DIV#mb_tips{
	position: absolute;
	border: 1px solid #729E88;
	background-color: white;
	color: black;
	font-size: 10px;
	text-align: left;
	padding: 4px;
	line-height: 100%;
	display: block;
	visibility: hidden;
	z-index: 10000;
}