@charset "utf-8";
.alphabetCell {
	border: 1px solid #00CCFF;
	background-color: #F4F4FF;
	height: 10px;
	width: 10px;
	position: absolute;
}
.hiddenAdCell{
	background-color:#00FF00;
	background-image: url(adsimages/black.jpg);
}
.emptyCell {
	height: 10px;
	width: 10px;
	border: 1px solid #F7E7C8;
	display: inline-block;
	background-color: #FFFEFF;
}
.naCell {
	height: 10px;
	width: 10px;
}

.reservedCell {
	height: 10px;
	width: 10px;
	border: 1px solid #F7E7C8;
	background-color: #A03434;
}
.startAdCell {
	background-color: #00FF00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
