.ab 
{
text-align:right;
font-family:Arial;
font-size:small;
color:Black;	
font-style:normal;
margin-left:5px;
}


.mainContent 
{
background-color:White;	
}
.naviText
{
	width:40px;	
}
.cellSelected {
/* background-color:Yellow; */
border-style:none;
border-width:0px;
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 
{
width:20px;	
}
.classTesting {
background-color:Red;
color:White;
border-style:none;
width:20px;
text-transform:uppercase;
text-align:center;
}
.helpClass
{
	font-family:Verdana;
	font-size:small;
	font-style:normal;
	text-align:justify;
	margin-left:5px;
	margin-right:10px;
}
.testoHomeTitle
{
font-weight: bold; 
font-size:small; 
color:DarkBlue; 
font-family: Arial;
text-align:center;
background-color:#d0d0d0;
margin-top:5px;
border-top-color:Gray;
border-top-style:solid;
border-top-width:1pt;
border-bottom-color:Gray;
border-bottom-style:solid;
border-bottom-width:1pt;

}
.testoHome
{
 font-weight : normal; 
 font-size: small; 
 color: black; 
 font-family: Arial;	
 text-align:justify;
 margin-left:5px;
 margin-right:5px;
 }
.testoHomeBox
{
border-left-style:dotted;
border-right-style:dotted;
border-right-width:1pt;
border-left-width:1pt;
/* margin-right:5px; */
}

.testoHomeBoxNoLeft
{
border-right-style:dotted;
border-right-width:1pt;
/* margin-right:5px; */
}


.testoControls
{
 FONT-WEIGHT: normal; 
 FONT-SIZE: small; 
 COLOR: black; 
 font-family: Arial;		
}

.divIsVisible
{
  display:block;	
}

.divNotVisible
{
  display:none;	
}

.divTimeStart
{
background-color:#d0d0d0;
color:Black;	
text-align:center;
}

.divTimeElapsed
{
background-color:#d0d0d0;
color:Red;	
text-align:center;
}
.divTimeRecord
{
background-color:#d0d0d0;
color:Black;	
text-align:center;
}

