.cellSelected {
background-color:White;
border-style:none;
width:20px;
text-transform:uppercase;
text-align:center;
}
.cellNormal {
background-color:White;
border-style:none;
width:20px;
text-transform:uppercase;
text-align:center;
}
.cellFixed {
background-color:lightGray;
color:Blue;
border-style:none;
width:20px;
text-transform:uppercase;
text-align:center;
}
.sepClass {
background-color:Black;
color:Black;
}
.noSepClass {
}
.classTesting {
background-color:Red;
color:White;
border-style:none;
width:20px;
text-transform:uppercase;
text-align:center;
}
