#calback {
	position: relative;
}

#calendar {
	position: absolute;
	top: 0;
	left: 8;
	width: 100%;
	height: 100%;
}

.cal {
	
}

.calhead {
	font-family: sans-serif;
	font-size: 8pt; 	
	font-weight: bold;
	text-align: center;
	color: #A5A396;
}
A.callink:link {
	font-family: sans-serif;
	font-size: 8pt; 	
	font-weight: bold;
	color: #A5A396;
	text-decoration: none;
}
A.callink:visited {
	font-family: sans-serif;
	font-size: 8pt; 	
	font-weight: bold;
	color: #A5A396;
	text-decoration: none;
}
A.callink:active {
	font-family: sans-serif;
	font-size: 8pt; 	
	font-weight: bold;
	color: #A5A396;
	text-decoration: none;
}
A.callink:hover {
	font-family: sans-serif;
	font-size: 8pt; 	
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.dayhead {
	height: 23px;
	background: transparent;
}

.dayhead td {
	font-family: sans-serif;
	font-size: 8pt; 
	font-weight: bold;
	text-align: center;
	color: #A5A396;;
	width: 21px;
}

.dayrow {
	font-family: Verdana;
	font-size: 9px;
	height: 22px;
}

.dayrow td {
	text-align: center;
	width: 21px;
	cursor: pointer;
	cursor: hand;
}

.dayover {
	background: #BBB9AF;
}

.dayout {
	background: #7C7A6B;
}

.dayselect {
	background: #A5A396;
}