﻿.Seat
{
	width:20px;
	height:14px;
	cursor:pointer;
}

.Blank
{
	width:20px;
	height:14px;
	cursor:default;
}

.TakenSeat
{	
	width:20px;
	height:14px;
	cursor:default;
	background-color:Red;
}

.AssignedSeat
{	
	width:20px;
	height:14px;
	cursor:pointer;
	background-color:Red;
}

.SelectSeat
{	
	width:20px;
	height:14px;
	cursor:default;
	background-color:Green;
}

.AvailableSeat
{	
	width:20px;
	height:14px;
	cursor:pointer;
	background-color:Aqua;
}

.AvailableSeatViewOnly
{	
	width:20px;
	height:14px;
	cursor:default;
	background-color:Green;
}

.NotInUse
{	
	width:20px;
	height:14px;
	cursor:default;
	background-color:Black;
}

.NotAvailableSeat
{
	width:20px;
	height:14px;
	cursor:default;
	background-color:Gray
}

.OnHoldSeat
{
	width:20px;
	height:14px;
	cursor:default;
	background-color:Orange
}

.EnteredSeat
{
	width:20px;
	height:14px;
	cursor:default;
	background-color:Blue
}

.LeftSeat
{
	width:20px;
	height:14px;
	cursor:default;
	background-color:Orange
}

.EmptyRow
{
	color: #000000;
    font-family: Tahoma, Helvetica, Sans-Serif;
    height: 15px;
}

.SelectButton
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B0B0B0;
    font-weight: bold;
    font-size: 9px;
    color: #333333;
    font-family: Arial;
    background-color: #ffffff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    padding: 1 2 0 2;
    width: 50px;
    height: 14px;
    font-style: normal;
    text-transform: none;
}