﻿.cellinvisible
    { 
		visibility:hidden;
    }
.inv
{
    display:none;
}
.textinput
{ 
 color: #000000; 
 cursor: default; 
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	font-size: 8pt;
	font-family: Verdana;
	text-align:right;
	font-weight:bold;
	
}
.textinputinvisible
{ 
 color: #FFFFFF; 
 cursor: default; 
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	font-size: 8pt;
	font-family: Verdana;
	text-align:right;
	font-weight:bold;
	
}
.textinput2
{
	text-align:right;
	font-size: 8pt;
	font-family: Verdana;
	text-align:right;
	font-weight:bold;
}
BODY
{
	font-size: 8pt;
	font-family: Verdana;
}
TABLE
{
	font-size: 8pt;
	font-family: Verdana;
}
.cell0
{
	border: 1px solid #666666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #C0C0C0;
	font-size: 7pt;
	text-align: center;
	vertical-align: top;
	cursor:not-allowed;
}

.cell1
{
	border: 1px solid #666666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: #66ff66;
	cursor: pointer;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
}
.cell2
{
	border: 1px solid #666666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: red;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
	cursor:not-allowed;
}
.cell3
{
	border: 1px solid #666666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: #006600;
	cursor: pointer;
	font-size: 7pt;
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
}
.cell4
{
	border: 1px solid #666666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	background-color: #666666;
	font-size: 7pt;
	text-align: center;
	vertical-align:top;
	cursor:not-allowed;
}

.cal 
{	
	border: 1px solid #666666;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.wh
{
	border: 1px solid #FFFFFF;}