
#calback {
	background:url('calWaiting.gif') no-repeat 50% 100px;
	margin: 0 auto;
	width: 243px;
}

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

a.calendorius:link, a.calendorius:visited, a.calendorius:active{
	color:#646462;
	text-transform:none;
	text-decoration:none;
	font-weight:bold;
}
a.calendorius:hover{
	color:#646462;
	font-weight:bold;
	text-transform:none;
	text-decoration:none;
}

.cal {
	background: #f6f6f4;
	width: 243px; 
	
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #666664;
	background:#f6f6f4;
	font-size: 12px;      
}

.calhead img {
	border: none;
}

.dayhead {
	text-align:center;
	height: 20px;
	background: #f6f6f4;
	color:#666664;
	
	
}

.dayhead td {
	text-align:center;
	padding-right:2px;
	color: #666664;
	width:18px;
}

.dayrow {
	background: #f6f6f4;
	height: 20px;
}

.dayrow td {
	
	text-align:center;
	color: #666664;
	font-size:12px;
}

.day {
	text-align:center;
	font-size:12px;
	color:#666664;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #f6f6f4;
}