#calback {
	clear: both;
	width: 100%;
	height: 100%;
	background: url('/images/calendar/calWaiting.gif') no-repeat center;
}

#calendar {
	width: 100%;
	height: 100%;
}

.cal {
	width: 200px;
	border: 2px solid #716f6f;
	margin: 0 auto;
	table-layout:fixed;
}

.headerTable {
	width: 200px;
	margin: 0 auto;
	margin: 0 auto;
	table-layout:fixed;
}

.cal a {
	color: #fff;
	text-decoration: none;
}

.cal a:hover {
	color: #fff;
	text-decoration: underline;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

#leftArrow
{
	float:left;
}

#rightArrow
{
	float:left;

}

#monthName
{
	float:left;
	margin-left:15px;
	margin-right:15px;
}

#test
{
	visibility:hidden;
}

.dayhead {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {

}

.dayrow td {
	width: 14%;
	font-size: 12px;
	color: #656551;
	height:22px;
	overflow:none;
	background: #F4F4F4;
	border:1px solid #cacaca;
}

.day {
text-align:center;
color:#666666;
font-size:11px;
}

.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}