/*******  GENERAL *******/

#content {
	padding: 0 0 43px 87px;
	font-size: 0.7em;
	color: #FFF;
	}
	#content a:link,
	#content a:visited,
	#content a:active,
	#content a:hover{
		color: #FFF;
		text-decoration: underline;
		font:12px Arial, Helvetica, sans-serif;
		font-weight:bold;
		}
	
h1 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 2px 8px;
	float: left;
	}
	
h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
	
h3 {
	font-size: 1em;
	margin: 5px 5px;
	padding: 0;
	}

p {
	margin:5px;
	padding: 0;
	}	
fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
	
.hr {
	height: 1px;
	background: red;
	margin: 0 0 8px 0;
	padding: 0;
	clear: both;
	} 

#login_cart_box {
	float: right;
	color: #903;
	}
	
.gray_box {
	background: #98a0ab;
	padding: 8px;
	margin: 0 0 9px 0;
	color: #fff;
	}
	.gray_box .change_date_link{
		float: left;
		padding-left: 60px;
		}
	.gray_box a:link,
	.gray_box a:visited,
	.gray_box a:active,
	.gray_box a:hover{
		color: #fff !important;
		}
	.gray_box .headerbar{
		display: block;
		background: #98a0ab;
		padding: 0px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		}		
.small_box {
	width: 288px;
	}

.medium_box {
	width: 354px;
	}
.large_box {
	width: 478px;
	}

.bar {
	padding: 4px;
	}

.carttimer {
	color: #f00;
	}
.button {
	margin: 0.12em;
	}

.button_text {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	background: #903;
	float: left;
	padding: 0 1.08em 0 1.08em;
	line-height: 2em;
	}

.button_arrow {
	width: 1.7em;
	height: 1.4em;
	background: #903 url("../../_img/buttons/button_arrow.gif") no-repeat center center;
	margin-left: 0.12em;
	float: left;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}

.clear {
	clear: both;
	}

.textbox_medium {
	width: 11.29em;
	height: 1.35em;
	padding: 0;
	margin: 0 0.3em 0 0;
}

.select_medium {
	width: 11.6em;
	height: 1.5em;
	padding: 0;
	margin: 0 0.3em 0 0;
}

.select_small {
	width: 5.5em;
	height: 1.5em;
	padding: 0;
	margin: 0 0.3em 0 0;
}
.promo_label {
	display: block;
	margin-bottom: 8px;
	}

.headerbar {
	display: block;
	background: #903;
	padding: 3px 6px;
	color: #fff;
	font-weight: bold;
	}

ul#checkoutsteps {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	ul#checkoutsteps li {
		float: left;
		text-transform: uppercase;
		margin: 0 21px 0 0;	
		padding: 1px 4px;	
		font-weight: bold;
		}
	ul#checkoutsteps li.on {
		color: #FFF;
		background: #903;
		font-weight: bold;
		}
#select_performance_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
	color:#FFFFFF;
	}
	
#select_performance_table tr td{
	border-bottom: 1px dashed #98a0ab;
	}
	
#select_performance_table td {
	padding: 4px;
	}

/*******  RESERVE PAGE *******/

#form_reserve {
	}
	#form_reserve #select_seating_box {
		width: 403px;
		float: left;
		padding: 7px 10px 10px 0;
		}
	#form_reserve #select_seating_box p{
		margin-top: 0px;
		}		
	#form_reserve .selectseating {
		width: 393px;
		border-collapse: collapse;
		margin-top: 7px;
		}
		#form_reserve .selectseating th{
			border-top: 1px dashed #99a0aa;
			border-bottom: 1px dashed #99a0aa;
			font-weight: bold;
			text-align: left;
			padding: 8px 3px;
			}
			#form_reserve .selectseating th.pricetype{
				text-align: right;
				}
		#form_reserve .selectseating td{
			padding: 3px;
			}
			#form_reserve .selectseating td.pricetype{
				text-align: right;
				}
			#form_reserve .selectseating td.radiocol{
				width: 20px;
				}
			#form_reserve .selectseating td.section{
				}
			#form_reserve .selectseating td.pricetype{
				width: 44px;
				text-align: right;
				}				

	#form_reserve .selectquantity {
		width: 393px;
		border-collapse: collapse;
		}
		#form_reserve .selectquantity th{
			font-weight: bold;
			text-align: left;
			}
		#form_reserve .selectquantity td{
			text-align: right;
			padding: 0px 3px;
			}
			#form_reserve .selectquantity td select{
				font-size: 0.8em;
				}
			#form_reserve .selectquantity td.pricetype{
				width: 44px;
				text-align: right;
				}										
	#form_reserve .seatmap {
		width: 150px;
		height: 150px;
		margin-top: 10px;
		}
	#form_reserve .seatmap_link {
		display: block;
		margin-top: 5px;
		}
/*******  CART PAGE *******/

.shoppingcart {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dashed #99a0aa;
	}
	.shoppingcart th{
		border-top: 1px dashed #99a0aa;
		border-bottom: 1px dashed #99a0aa;
		font-weight: bold;
		text-align: left;
		padding: 8px 0;
		}
	.shoppingcart td.donation_total{
		text-align: right;
		}		
	.shoppingcart td{
		padding: 5px;
		}
		.shoppingcart td h3{
			margin: 0;
			padding: 0;
			}

.shoppingcart_inner {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	}
	.shoppingcart_inner th{
		font-weight: bold;
		border: none;
		text-align: right;
		padding: 8px 0;
		}
	.shoppingcart_inner th.qty,
	.shoppingcart_inner td.qty{
		text-align: left;
		width: 20px;
		}
	.shoppingcart_inner td{
		text-align: right;
		padding: 3px 0;
		}	
		
.carttotals	{
	float: right;
	border-collapse: collapse;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	.carttotals	th{		
		padding-right: 20px;
		font-weight: normal;
		}
	.carttotals	tr.total td,
	.carttotals	tr.total th{		
		font-weight: bold;
		padding-top: 10px;
		}
.cartbuttons {
	margin-top: 10px;
	}
/*******  LOGIN PAGE *******/		

.column {
	float: left;
	height: 180px;
	}
	.column h2{
		padding: 7px 0;
		}	
	.column1of3 {
		padding: 0 15px 0 5px;
		}
	.column2of3 {
		padding: 0 14px 0 14px;
		}	
	.column3of3 {
		padding: 0 0 0 15px;
		}				
	.column p{
		margin: 0;
		padding: o;
		}	
	.column_border {
		border-right: 2px dotted #c4c4c4;
		}	

#form_login	{
	}
	#form_login .forgot {
		margin-left: 88px;
		}
	#form_login ol {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#form_login ol li{
			margin: 0;
			padding: 0 0 5px 0;
			}
		#form_login ol li.promo{
			margin: 0;
			padding: 10px 0 5px 0;
			}			
			#form_login ol li label {
				width: 78px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 10px;
				line-height: 1.35em;
				}
			#form_login ol li .formnote {
				margin-left: 88px;
				}
			#form_login ol li .buttonzone {
				padding-left: 175px;
				}
				
/*******  REGISTER PAGE *******/				

#form_register	{
	}
	#form_register .column {
		height: 270px;
		}		
	#form_register h2 {
		padding: 7px 0;
		}
	#form_register ol {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#form_register ol li{
			margin: 0;
			padding: 0 0 5px 0;
			}
		#form_register ol li.promo{
			margin: 0;
			padding: 10px 0 5px 0;
			}			
			#form_register ol li label {
				width: 100px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 10px;
				line-height: 1.35em;
				}
			#form_register .formnote {
				margin-left: 110px;
				}
			#form_register ol li .buttonzone {
				margin-left: 180px;
				}

/*******  BILLING PAGE *******/	

#form_checkout	{
	}		
	#form_checkout h2 {
		padding: 7px 0;
		}
	#form_checkout ol {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#form_checkout ol li{
			margin: 0;
			padding: 0 0 5px 0;
			}
		#form_checkout ol li.promo{
			margin: 0;
			padding: 10px 0 5px 0;
			}			
			#form_checkout ol li label {
				width: 80px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 10px;
				line-height: 1.35em;
				}
			#form_checkout ol li span.label {
				width: 80px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 10px;
				line-height: 1.35em;
				}
			#form_checkout ol li span.input {
				line-height: 1.35em;
				}				
			#form_checkout .formnote {
				margin-left: 110px;
				}
			#form_checkout ol li .buttonzone {		
				margin-left:165px	
				}
			#form_checkout ol li .checkzone input{
				float: left;
				margin-left: 90px;
				}					
			#form_checkout ol li .checkzone label{
				width: 105px;
				position: relative;
				}				

/*******  DELIVERY METHOD PAGE *******/	

#form_delivery .buttonzone {		
	float: right;
	}

/*******  SHIPPING ADDRESS PAGE *******/	

#form_shipping	{
	}		
	#form_shipping h2 {
		padding: 7px 0;
		}
	#form_shipping ol {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#form_shipping ol li{
			margin: 0;
			padding: 0 0 5px 0;
			}
		#form_shipping ol li.promo{
			margin: 0;
			padding: 10px 0 5px 0;
			}			
			#form_shipping ol li label {
				width: 80px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 10px;
				line-height: 1.35em;
				}
			#form_shipping ol li span.label {
				width: 80px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 10px;
				line-height: 1.35em;
				}
			#form_shipping ol li span.input {
				line-height: 1.35em;
				}				
			#form_shipping .formnote {
				margin-left: 90px;
				}
			#form_shipping ol li .buttonzone {		
				margin-left:165px	
				}
			#form_shipping ol li .checkzone input{
				float: left;
				margin-left: 90px;
				}					
			#form_shipping ol li .checkzone label{
				width: 105px;
				position: relative;
				}				

/*******  PAYMENT PAGE *******/	

#form_payment {
	border-top: 1px dashed #98a0ab;
	margin-top: 15px;
	}
	#form_payment .column {
		height: auto;
		margin-bottom: 20px;
		}	
	#form_payment ol {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#form_payment li{
			margin: 0;
			padding: 0 0 5px 0;
			list-style: none;
			}			
			#form_payment label {
				width: 88px;
				display: block;
				float: left;
				text-align: right;
				padding-right: 10px;
				line-height: 1.5em;
				}			
			#form_payment .formnote {
				margin-left: 98px;
				}	
#form_donation {
	}	
	#form_donation label {
		width: 20px;
		display: block;
		float: left;
		text-align: right;
		padding-right: 10px;
		line-height: 1.5em;
		}		
	#form_donation .donate_form_box{
		float: right;
		width: 250px;
		}		
		
/*******  CONFIRMATION PAGE *******/	
		
#form_confirmation {
	}
	#form_confirmation ul.receiptinfo	{
		list-style: none;
		margin:5px 0 15px 0;
		padding:0;
		float: right;
		}
		#form_confirmation ul.receiptinfo li {
			margin: 0;
			padding: 0;
			}	
	#form_confirmation .column {
		height: auto;
		margin-bottom: 20px;
		}
															
/**********************  ORIGINAL TEXAS BALLET CSS **********************/

body, html {
	background-color: #272727;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../../_img/bkgdPage.jpg);*/
	background-repeat: repeat-y;
	font: 1em "Arial", sans-serif;
	width:100%;
}
#wrapper{
	position:absolute;
	width:958px;
	margin-left:-479px;
	left:50%;
	padding-bottom:30px;
	background:url('../../_img/footerBar.jpg') no-repeat bottom #080b0f;
}
#logo{
	width:958px;
}
#hdrbkgd{
	width:958px;
	height:138px;
	background:url('../../_img/Header.jpg');
}	
#promohdr{
	position: absolute;
	top: 88px;
	left: 600px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
#promoleft{
	position: absolute;
	top: 289px;
	left: 11px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
#hdrmenu1{
	position: absolute;
	top: 33px;
	right: 33px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
#hdrmenu1 td{
	text-align: center;
	padding-right:15px;
}
#hdrmenu1 td a{
	color:#FFFFFF;
	text-decoration:none;
}
#hdrmenu1 td a:hover{
	text-decoration:underline;
}
#hdrmenu1 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: ##FFF;
	margin: 0px;
	padding: 0px;
}
#hdrmenu2{
	position: absolute;
	top: 103px;
	left: 0;
	margin: 0px;
	padding: 0;
	height:36px;
	z-index: 10;
}
#hdrmenu2 td{
	text-align: center;
}
#hdrmenu2 td a{
	color:#FFF;
	text-decoration:none;
}
#hdrmenu2 td:hover{
	background-image:url('../../_img/overlay_btn.jpg');
}
#hdrmenu2 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#hdrmenu3{
	position: absolute;
	top: 186px;
	left: 330px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}
#hdrmenu3 td{
	text-align: center;
}
#hdrmenu3 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#leftmenu{
	/*position: absolute;*/
	float:left;
	top: 0;
	left: 0;
	padding: 0px;
	z-index: 10;
}
#leftmenu p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990033;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
#leftmenu p.sub{
	font-size: 10px;
	color: #990033;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin: 0px;
	text-transform: uppercase;
}
#leftmenu p.sub a, #leftmenu p.sub a:visited{
	color: #8D8D8D;
	text-decoration: none;
}
#leftmenu p.sub a:hover, #leftmenu p.sub a:active{
	color: #990033;
	text-decoration: none;
}

#leftmenu p.tert{
	font-size: 10px;
	color: #990033;
	padding-left: 34px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
	text-transform: uppercase;
}
#leftmenu p.tert a, #leftmenu p.tert a:visited{
	color: #8D8D8D;
	text-decoration: none;
}
#leftmenu p.tert a:hover, #leftmenu p.tert a:active{
	color: #990033;
	text-decoration: none;
}
#contentwide{
	width: 800px;
	top: 0;
	left:0;
	/*position: absolute;*/
	z-index: 10;
	padding: 0 20px;
	margin: 0 auto;
}
