.calendarFrame {
	background:#fff;
	width:204px;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
.calendarFrame a {
	text-decoration:none;
}
.calendarFrame .header {
	background:#DF7A27;
	border:1px solid #ccc;
}
.calendarFrame .header .inner div {
	float:left;
	text-align:center;
}
.calendarFrame .header .left a, .calendarFrame .header .right a {
	font-size:15px;
	width:25px;
	height:25px;
	display:block;
	color:#fff;
}
.calendarFrame .header .left a:hover, .calendarFrame .header .right a:hover {
	font-size:15px;
	width:25px;
	height:25px;
	display:block;
	background:#ccc;
	color:#fff;
	text-decoration:none;
}
.calendarFrame .header .month {
	width:152px;
	height:22px;
	padding:3px 0 0 0;
	text-align:center;
	color:#fff;
}
.calendarFrame .main {
	background:#fff;
	border-left:1px solid #ccc;
}
.calendarFrame .day {
	width:28px;
	height:24px;
	text-align:center;
	border:1px solid #ccc;
	border-top:none;
	border-left:none;
	float:left;
}
.calendarFrame .day a {
	width:28px;
	height:21px;
	color:#333;
	font-size:14px;
	padding:3px 0 0 0;
	display:block;
}
.calendarFrame .day a:hover {
	text-decoration:none;
	background:#ccc;
	color:#fff;
}
.calendarFrame .empty {
	background: #ededed;
}
.calendarContainer {
	background:#fff;
	width:204px;
	height:177px;
	overflow:hidden;
	position:absolute;
}
#calendarLoader {
	width:204px;
	height:80px;
	text-align:center;
	padding:20px 0 0 0;
	background:#fff;
}