/* 
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-layout-seat
{
	border: 2px;
	padding: 3px;
	XXtext-align: left !important;
	XXalign: left;
}

/* --------------------------------------------------------------------------- */
/*                                                                             */
/*                     StageShow Box Office Styles                             */
/*                                                                             */
/* --------------------------------------------------------------------------- */

td.stageshow-boxoffice-perfnote
{
	text-align: left !important;
	align: left;
}

div.stageshow-boxoffice table,
div.stageshow-boxoffice tr,
div.stageshow-boxoffice td,
div.stageshow-boxoffice select
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 none;
	text-align: left;
}

.stageshow-boxoffice-datetime
{
	width: 25%;	
}

.stageshow-boxoffice-type
{
	width: 25%;	
}

.stageshow-boxoffice-price
{
	width: 15%;	
}

.stageshow-boxoffice-qty
{
	width: 15%;	
}

/* Disable Qty drop down box and Add button in Box Office */
.stageshow-boxoffice-qty,
.stageshow-boxoffice-add
{
	/* display:none; */
}

div.stageshow-boxoffice input
{
	margin: 0 0 0 0;
	text-align: left;
}

div.stageshow-boxoffice td
{
	text-align: center;
}

/* --------------------------------------------------------------------------- */
/*                                                                             */
/*                       StageShow Trolley Styles                              */
/*                                                                             */
/* --------------------------------------------------------------------------- */

div.stageshow-trolley table,
div.stageshow-trolley tr,
div.stageshow-trolley td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 none;
}

div.stageshow-trolley td
{
	padding: 3px 10px 3px 10px;
}

div.stageshow-trolley
{
 	border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
	
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	
	text-align: center;
}

div.stageshow-trolley table
{
	width: 100%;
}

div.stageshow-trolley td
{
	text-align: center;
}

div.stageshow-trolley input
{
	margin: 0 0 0 0;
	text-align: left;
}

/* --------------------------------------------------------------------------- */
/*                                                                             */
/*                   StageShow Run-time Error Styles                           */
/*                                                                             */
/* --------------------------------------------------------------------------- */

div.stageshow-error
{
	margin: 5px 0 15px;
	padding: 0 0.6em;

    background-color: #FFEBE8;
    border-color: #CC0000;
	
 	border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;

	text-align: center;
}