/* -----------------------------------------------------------------------

FRONT END STYLES

Used by EventDetail, and the shopping cart programsand everything else
that ius visible tothe end user.

----------------------------------------------------------------------- */
/* ================= FIX ================ */
.container .moduleBodyA {
	/*padding: 1em 1em 0 1em;*/
}
.container table {
	/*width:96%;*/
	/*margin: 1em 1em 1em 1em;*/
	/*padding: 1em 1em 1em 1em;*/
	/*padding-right: 2em;*/
	/*margin: 1em 1em 1em 1em;*/
}
/* ================= FIX ================ */

TH{
vertical-align:top;
}
TD{
vertical-align:top;
}

TH.EventDetail{
background:none;
font-family: Helvetica,Arial,sans-serif;
color: #111111;
font-size: 12px;
width:100px;
}

.container {
	font-family: Helvetica,Arial,sans-serif;
}
.container a {
	color: #ee6600;
	text-decoration: none;
}

.container h1 {
	font-size: 162%;
	font-weight: bold;
	line-height: 1.5;
	color: #005580;
	margin: 0px;
}
.container #pageHeader {
	font-size: 112.5%;
	line-height: 1.5;
	color: #005580;
}
DIV.LeftColumn{
width:560px;
float:left;margin-right:10px;
}
DIV.CenterTable{
float:left;
}
.container .module {
	border-top: 1px solid #d5d5d3;
	border-right: 1px solid #d5d5d3;
	border-bottom: 1px solid #d5d5d3;
	border-left: 1px solid #d5d5d3;
	margin-top: 1.5em;
}
.container .moduleBody {
	padding: 1em;
}

.container .moduleBodyA {
	padding: 1em 1em 0 1em;
}
.container .subHead {
	background:url(resources/images/grad_panel_head.png) repeat-x;
	background-color: #efefef;
	background-position: 0% 0%;
	border-bottom: 1px solid #d5d5d3;
	padding-left:10px;
	font-size: 162%;
	font-weight: bold;
	line-height: 1.5;
	color: #005580;
	margin: 0;
}

TABLE.Tickets {
	width:96%;
	/*margin: 1em 1em 1em 1em;*/
	/*padding: 1em 1em 1em 1em;*/
	/*padding-right: 2em;*/
	margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: 1px solid #d5d5d3;
	border-right: 1px solid #d5d5d3;
	border-bottom: 1px solid #d5d5d3;
	border-left: 1px solid #d5d5d3;
}
TABLE.Tickets th {
	background:url(resources/images/grad_panel_head.png) repeat-x;
	background-color: #efefef;
	background-position: 0% 0%;
	border-bottom: 1px solid #d5d5d3;
	padding-left:1em;
	font-variant: small-caps;
	font-size: 80%;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #005580;
}
.container td {
	text-align: center;
}
.container td.text {
	text-align: left;
} 
.container .money {
	text-align: right;
} 
.ticketName {
	display: inline;
	font-weight: bolder;
	line-height: 1.5;
	text-align: left;
}
.container .more {
	font-size: 80%;
	color: #ee6600;
	display: inline;
	cursor: pointer;
}
#quantityDropDown {
	text-align: right;
}

.container .hidden {
	display: none;
}
.container .subFoot{
	background:url(resources/images/grad_panel_head.png) repeat-x;
	background-color: #efefef;
	border-right: 1px solid #d5d5d3;
	border-left: 1px solid #d5d5d3;
	border-bottom: 1px solid #d5d5d3;
	padding: 1em 0 1em 0;
	text-align:center;
}
.container #PaymentMethods {
	background:url(resources/images/grad_panel_head.png) repeat-x;
	background-color: #efefef;
	background-position: 0% 0%;
	border-top: 1px solid #d5d5d3;
	padding:1em;
	color: #005580;
	text-align:center;
}
 #PaymentMethods input{
 text-align:center;
 
 }
 #PaymentMethods p{
 text-align:center;
 margin: 0 auto 25px;
 
 }
#mapbox {
	margin-top: 1em;
	width: 284px;
	height: 284px;
	overflow: hidden;
}
#gmapAddress {
    display: none;
}
#continue {
	border-right: 1px solid #d5d5d3;
	border-bottom: 1px solid #d5d5d3;
	border-left: 1px solid #d5d5d3;
	margin-top: -1em;
	padding:5px 5px 5px 0px;
}

/* -----------------------------------------------------------------------
FRONT END FORM TYLES
----------------------------------------------------------------------- */

.form {
	margin:1em;
	width:41em;
	background:url(resources/images/user.gif) no-repeat 100% 0;
	/*clear:both;*/
}
.form div {
	margin:0.3em 0;
	/*clear:both;*/
}
.req {
	background:url(resources/images/asterisk_orange.png) no-repeat 0% 0;
}
label {
	float:left;
	width:14em;
	text-align:right;
	margin-right:1em;
}
input {
	padding:0.15em;
	width:25em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
select {
	margin:0;
	padding:0.15em;
	/*width:20em;*/
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus, select:hover, select:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
input.default, select.default {
	color:#bbb;
}
input.short {
	/*width:10em;*/
	/*float:left;*/
}
.container button {
	/*font-size: 162%;*/
	font-weight: bold;
	line-height: 1.5;
}
#sameness {
	margin-left:146px;
    color: #FF0000;
}
#sameness input{
	width:22px;
}
.contact{
/*
	padding:10px 0 10px 0;
	margin:0px;
	text-align:center;
	*/
}


