.cal_month{
	/* month div*/
	width:100%;
	border:none;
	background:#FFFFEE;
	line-height:20px;
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	padding-bottom:6px;
	float:left;
	margin-right:6px;
	margin-bottom:6px;
	min-height:20px;
	color:#666;
	}

.cal_month ul{
	width:100%;
	margin-bottom:0px !important;
	margin-left:0px;
	padding-left:0px;
}

.cal_month ul li{
	list-style-position:inside !important;	
	
}

.ref{
	width:45px !important;
	background-color:#FFF !important;	
	color: #006699 !important;
}

.simpleKey li{
	width:100px !important;
	
}

#cal_nav{
	width:100%;
	text-align:center;
}
#currentMonth{
	margin-left:20px;
	margin-right:20px;
	font-weight:bold;	
}

#cal_nav button{
	width:120px;	
}

.togglebutton{
	float:right;	
}