.cday {
		background-color: #ddd;
		border: #c3bdbd 1px solid;
		}
.calbox {
		border: #666 1px solid;
		padding: 0px;
		font-size: 11px;
		color: #404040;
		width: 100px;
}
.calhd1 {
		font-size: 10px;
		color: #000;
		border-bottom: #666 1px dotted;
		background-color: #fff;
		width: 100%;
}
.calhd1 a:link, .calhd1 a:visited, .calhd1 a:active {color: #000;}
.calhd1 a:hover {color: #000;}
.calhd2 {
		background-color: #dddddd;
		height: 13px;
		font-size: 10px;
		color: #000;
		text-align: center;
}
.calday, .calhi1, .calhi2 {
		background-color: #fff;
		font-size: 11px;
		color: #000;
		height: 13px;
		padding: 3px;
		border: #c3bdbd 1px solid;
		vertical-align: top;
		text-align: center;
}
.calday a:link, .calday a:visited, .calday a:active,
.calhi1 a:link, .calhi1 a:visited, .calhi1 a:active,
.calhi2 a:link, .calhi2 a:visited, .calhi2 a:active {
		color: #000;
}
.calday a:hover, .calhi1 a:hover, .calhi2 a:hover {color: #000;}

.calhi1 { background-color: #add8e6; }
.calhi2 { background-color: #ffff00; }
