TABLE.booth
{
	border-top : 1px solid silver;
	border-left: 1px solid silver;
	border-bottom : 1px solid silver;
	border-right : 1px solid silver;
	font-size : 6pt;
	white-space : pre;
}

TD.booth, TD.pad
{
	text-align : center;

	font-family : Tahoma, sans-serif;
	font-size : 6pt;
	color : black;
}

TD.booth, TD.empty
{
/*	cursor : hand;*/
	width : 16px;
	height : 16px;
	background-color : white;
}

TD.lounge
{
	text-align : center;

	font-family : Tahoma, sans-serif;
	font-size : 7pt;
	color : #FFFFFF;
	background-color: #666666;
	border : 1px solid #666666;
}

TD.empty
{
	border : 1px dashed gray;
}

TD.pad
{
/*	border : 1px dashed transparent;*/
	width : 18px;
	height : 16px;
}

TD.chunk
{
	border : 2px solid red;
	font-size : 6pt;
	color : red;
	text-align : center;
	background-color : white;
}
	
A.booth
{
	cursor : hand;

	text-align : center;
	text-decoration : none;

	font-family : Tahoma, sans-serif;
	font-size : 5pt;
	font-weight : bold;
	color : black;
}
