﻿
.table1 td
{
	width:50px;
	height:20px;
	text-align:center;
	border:solid 1px black;
}
.noseat
{
	background-color:White;
}
.enable
{
	background-color:#FFCC00;
}
.ischecked
{
	background-color:#0022cc;
}
.disable
{
	background-color:Red;
}
.table1 a
{
	TEXT-DECORATION:none;
	background:expression(window.status=""); 
}
