/* 
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

*/

@import url(http://www.great-ouseburn.org/wp-content/plugins/stageshowplus/css/admin.css);
@import url(stageshow-seats.css);

/* --------------------------------------------------------------------------- */
/*                                                                             */
/*                     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;
}

div.stageshow-boxoffice td
{
    padding: 0px 0px 6px 0px;
}

.stageshow-boxoffice-datetime
{
	width: 25%;	
}

.stageshow-boxoffice-type
{
	width: 25%;	
}

.stageshow-boxoffice-price
{
	width: 15%;	
}

.stageshow-boxoffice-qty
{
	width: 15%;	
}

td.stageshow-boxoffice-available
{
	text-align: right !important;
}

div.stageshow-boxoffice-layout input
{
	margin: 0 0 0 0;
	text-align: left;
}

div.stageshow-boxoffice-layout td
{
	text-align: center;
}

div.stageshow-boxoffice-weblink
{
	text-align: right;
}

/* --------------------------------------------------------------------------- */
/*                                                                             */
/*                       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-ok,
div.stageshow-error
{
	margin: 5px 0 15px;
	padding: 0 0.6em;                /* Sets blank area around the text ... values are top,right,bottom and left */
    border-radius: 3px;              /* Sets the radius of the corners of the mesage box */
    border-style: solid;
    border-width: 1px;               /* Sets the width of the mesage box border */


	text-align: center;
}

div.stageshow-ok
{
	background-color: #C7FEB4;
	border-color: #08A008;
}

div.stageshow-error
{
    background-color: #FFEBE8;
    border-color: #CC0000;
}