.restab
{
margin:auto;
}
.restab TD
{
color:#180929;
}
.restab INPUT
{
font-family:'Verdana','Arial',sans-serif;
text-align:center;
font-size: 160%;
font-weight:400;
width:40px;
height:40px;
}
.restab INPUT:focus
{
  background-color: #5ac3db;
  border: 2px dashed #202080;
}
.restab .cellcolheader
{
background-color:#FFFEF8;
border:none;
text-align:center;
color:rgb(0,0,80);
font-size: 80%;
font-weight:400;
height:30px;
}
.restab .cellrowheader
{
background-color:#FFFEF8;
border:none;
color:rgb(0,0,80);
font-size: 80%;
font-weight:400;
width:30px;
}

.gridodd INPUT 
{
background-color:rgb(221,235,251);
}
.grideven INPUT 
{
background-color:rgb(250,245,240);
}
/*background-color:rgb(248,230,130);*/
INPUT.celloccupied 
{
color:#002020;
background-color:rgb(223, 196, 142);
}
INPUT.celluser
{
background-color:rgb(216, 242, 212);
color:#131339;
font-weight:bold;
}
INPUT.cellset 
{
background-color:rgb(240,247,255);
}
INPUT.cellhigh
{
background:url('lastsq.jpg');
background-color:rgb(145,245,240);
}
INPUT.cellhint
{
border: 2px dotted #00a3ff;
background-color:rgb(255, 176, 69);
}
INPUT.cellerr 
{
	border:2px dotted #f05030;
	background-color:rgb(230,150,130);
}

.restab .regr
{
border-right:4px solid #a6552a;
}
.restab .regb
{
border-bottom:4px solid #a6552a;
}
.restab .regt
{
border-top:4px solid #a6552a;
}
.restab .regl
{
border-left:4px solid #a6552a;
}
.optionbutton {background-color:#6C300E;text-decoration:underline;padding:6px 10px;margin-top:10px;border-radius:6px;color:white;border:2px white inset;}
.optionbutton:link {color:#F8F5EC}
.optionbutton:visited {	color:#F8F5EC}

INPUT.linkbutton
{
	font-size:18px;
}
.popupmessage
{
color:black;
font-family:'Georgia','Trebuchet MS',serif;
padding: 12px;
background-color: #defdea;
border: 1px solid #2E4996;
border-radius: 10px;
box-shadow:11px 10px 5px #4F4993;
width: 60%;
left: 20%;
position: relative;
}

.popupblock
{
position:fixed;
top:9%;
left:5%;
color:black;
font-family:'Georgia','Trebuchet MS',serif;
padding:10px;
background-color: #fefae9;
z-index:20;
visibility:hidden;
display:none;
border:1px solid #96806E;
border-radius:20px;
box-shadow:11px 10px 5px #4F4993;
}

.errmess
{
	background-color:#ffeef6;
}

#allocstatus
{
text-align:center;
padding:10px;
font-size: 120%;
}

