/* 
Description: StageShow Runtime Style Sheet
 
Copyright 2012 Malcolm Shergold

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

/* --------------------------------------------------------------------------- */
/*                                                                             */
/*                    StageShow Seat Layout Styles                             */
/*                                                                             */
/* --------------------------------------------------------------------------- */

.stageshow-boxoffice-layout td
{
	border: 0px !important;	
	margin: 0px !important;	
	padding: 0px !important;	
}

.stageshow-boxoffice-seat
{
	border: 2px black solid;
	border-radius: 4px;
	padding: 0;
	margin: 2px;
	width: 12px;
	height: 12px;
	
	text-align: center;
}

.stageshow-boxoffice-space
{
	border: 0px;
	width: 14px;
	height: 14px;
}

div.stageshow-boxoffice-seat-available
{
	cursor: pointer;
    background-color: #00C000;
}

div.stageshow-boxoffice-seat-requested
{
	cursor: pointer;
    background-color: #FF800F;
}

div.stageshow-boxoffice-seat-reserved
{
    background-color: #FF0000;
}

div.stageshow-boxoffice-seat-disabled
{
	
}

div.stageshow-boxoffice-seat-unknown
{
	cursor: pointer;
    background-color: #FFFF00;
}
