.mcal {
	background: #f7f7f7 url(../img/icon.gif) no-repeat 100% 0;
	width: 90px;
	padding: 2px 5px;
	color: #444;
	/*font-weight: bold;*/
	font-size: 16px;
	font-family: "Warnock Pro";
	border: 0;
	cursor: pointer;
	-moz-box-shadow: 0 0 2px #aaa;
	-moz-border-radius: 5px;
}
.mcal:hover {
	color: #000;
	background-color: #fffecc;
}
.mcal-pane {
	background: #0081da url(../img/bg.gif) repeat-x 0 100%;
	width: 95px;
	height: 120px;
	padding: 15px;
	display: none;
	text-align: center;
	-moz-box-shadow: 0 0 2px #aaa;
	-moz-border-radius: 5px;		
}
.mcal-empty {
	color: #aaa;
}
.mcal-pane a.mcal-month {
	padding: 2px;
	margin: 1px;
	color: #fff;
	float: left;
	width: 25px;
	font-size: 12px;
}
.mcal-pane a.mcal-month-active,
.mcal-pane a.mcal-month:hover {
	color: #333;
	background-color: #fff;
}
.mcal-year {
	color: #fff;
}
.mcal-show {
	display: block;
	position: absolute;
}
.mcal-next,
.mcal-prev,
.mcal-close {
	width: 7px;
	height: 7px;
	position: absolute;
	right: 5px;
	top: 5px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../img/sprites.gif) no-repeat 0 0;
}
.mcal-clear {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 11px;
	margin: 6px;
}
.mcal-next {
	position: static;
	display: inline-block;
	margin: 2px 10px;
	background-position: 0 -14px;
}
.mcal-prev {
	position: static;
	display: inline-block;
	margin: 2px 10px;	
	background-position: 0 -7px;
}
.mcal-nav {
	background-color: #0275c7;
}