#calback td {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding: 0px;
}



#calback {
	margin: 0 auto;
	width: 151px;
	background-color: #FFF;
	background-image: url(../image/waiting.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	width: 100%;
	background-color: #FFFFFF;
}

.calhead {
	width: 100%;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	margin-bottom: 5px;
}

.calhead img {
	border: none;
	margin-right: 2px;
	margin-left: 2px;
}

.dayhead {
	height: 12px;
}

.dayhead td {
	text-align: center;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	font-size: 11px;
	width:14%; 
}

.dayrow {
	background: #FFF;
	height: 18px;
}

.dayrow td {
	color: #000;
	font-size: 11px;
}

.day {
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-right: 3px;
	padding-left: 1px;
}

.day a {
	color: #000;
	text-decoration: none;
	display: block;
	width:100%;
}

#calback span {
	font-weight: normal;
}

.now {
	color: #526EE4;
	border: 1px solid #3C6DD2;
	background-color: #EEF5F7;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}