html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
	height:100%;
}
img {
	border: 0; 
}
body {
	background:#133a59;
	font: 12px tahoma, arial, sans-serif;
	color: #faefb9;
	height:100%;
}

.wrapper{
	width:1220px;
	margin-left:auto;
	margin-right:auto;
    margin-top:35px;
	min-height:400px;
    border:1px solid #e0e0e0;
	background-color: #e0e0e0;
}

.pad{
	padding: 10px 15px 10px 15px;
	display:block;
}

.header {
	background: #e0e0e0 url(images/GYBoxOffice.jpg) no-repeat top center;
	width:1220px;
	height:208px;
	margin-left:auto;
	margin-right:auto;
    margin-top:0px;
  
}

.nav {
	background:#000000;
	height:50px;
	font-size: 14px;
	letter-spacing:1px;
	color:#ffffff;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
	width: 98.5%;
}

.nav .title{
    margin-left:15px;
	margin-top:3px;
	float:left;
	font-size:14px;
	letter-spacing:1px;
}

.nav .links{
	float:right;
	padding-right:45px;
	font-weight:normal;
}

.clear{
	clear:both;
	width:auto;
}

.nav a{
	color:white;
	text-decoration:none;
}

.nav a:hover{
    color:#f00;
}

.errorBox{
	background: #ffffff url(images/error24.png) no-repeat 5px 5px;
	padding:5px;
	height:36px;
	border: 1px solid red;
}

.errorBox td{
	padding-left:30px;
	color:black;
}

.errorMsg{
	color: red;
}

.infoBox{
	background: #ffffff url(images/info24.png) no-repeat 5px 5px;
	padding:5px;
	height:36px;
	border: 1px solid #39f000;
}

.infoBox td{
	padding-left:30px;
	color:black;
}

.content {
	background: #ffffff;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	width:1200px;
	text-align:left;
	margin-top: 0px;
	min-height:400px;
    border:1px solid #C0C0C0;
}
.content .pad{
	background-position:bottom;
	padding: 20px 15px 20px 30px;
	min-height:600px;
	
}
.content h1, .content h2{
	margin:0px 0 5px 0;
}

.yui-skin-sam .yui-panel .bd{
	background: #f8f1e4;
}

.footer {
	background:transparent;
	text-align:center;
	height: 80px;
	margin-top: 0px;
	color: #ffffff;
}

.required{
	color:red;
}

div.itemSeatNote{
	padding-left:20px;
	margin:0;
	font-size:0.9em;
	font-weight:bold;
}

div.customCartText{
	padding:0;
	margin:0;
}

div.customCartText p{
	padding:0;
	margin:0;
}

table.cart{
	width:100%;
	border-collapse:separate;
	border-top:1px solid #cccccc;	
	border-left:1px solid #cccccc;	
	border-right:1px solid #cccccc;	
}

table.cart th{
	border-bottom: 2px solid #cccccc;
	padding: 3px 3px 3px 3px;
	text-align:center;
}

table.cart td{
	border-bottom:1px solid #cccccc;
	padding: 3px 3px 3px 3px;
}

table.cart td.currency{
	text-align:right;
}

table.cart tr.buttonRow{
	vertical-align:top;
}

table.cart td.buttons{
	text-align:right;
	white-space:nowrap;
}

table.cart td.buttons input{
	margin-left:10px;
}

table.cart td.discountCode{
	text-align:left;
}

table.cart td.discountCode input{
	margin-left:10px;
}
 
table.cart td.discountLabel{
	font-style:italic;
	font-size:0.9em;
}

table.subsItems{
	margin-top: 5px;
	margin-left: 10px;
}

table.subsItems td{
	border-top:1px solid #cccccc;
	border-bottom:0px;
	padding: 3px 3px 3px 3px;
}

table.twocolumn{
	width:100%;
}

table.twocolumn td{
	vertical-align:top;
}

table.twocolumn td.right{
	padding-left:20px;
	width:60%;	
}

table.twocolumn td.left{
	width:40%;	
}

table.instance{
	border-collapse:separate;
	border-top:1px solid #cccccc;
	margin-top:15px;	
}

table.instance td.level{
	border-bottom:1px solid #cccccc;
	padding: 3px 3px 3px 3px;
}

div.eventList{
	
}

div.eventList div.eventName{
	padding-bottom:10px;
}

div.eventList div.eventName h1, a, a.visited{
	display:inline;
    font-weight:normal;
    color:#000000;
}

div.eventList div.eventName h2{
	display:inline;
    font-weight:normal;
}

div.eventList div.eventInstance{
	padding-left:15px;
	padding-bottom:10px;
    font-weight:normal;
}

div.eventList div.eventInstance h3{
	display:inline;
    font-weight:normal;
}

div.viewLink {
	padding-bottom:10px;
}

div.dateList{

}

div.dateList div.dateItem{
	padding-bottom:5px;
}

div.dateList div.dateItem h2{
	display:inline;
}

div.dateList div.dateItem div.eventInstance{
	padding-bottom:5px;
}

div.dateList div.dateItem div.eventInstance h3{
	display:inline;
}

div.dateList div.dateItem div.eventInstance a.eventName{

}

div.dateList div.dateItem div.eventInstance a.instanceName{

}

table.checkout{
	border-collapse:separate;
	border:1px solid #cccccc;	
}

table.checkout td{
	padding: 3px 3px 3px 3px;
	border-bottom:1px solid #cccccc;
}

div.confirmHeader{
	text-align:center;
}

div.completeHeader{
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
	border-color:black;
	width:60%;
	margin-left:20%;
	margin-top:20px;
	padding-top:4px;
}

div.confirmFooter, div.completeFooter{
	width:100%;
	padding-top:20px;
	text-align:left;
	font-size:0.9em;
}

div.confirmFooter div.footerLeft{
	width:75%;
	float:left;
	text:align:left;
}

div.socialMediaPanel{
	text-align:center;
	padding-top:20px;
	border-style:solid;
	border-width:1px;
	border-top-width:0px;
	border-color:black;
	width:60%;
	margin-left:20%;
	padding-bottom:6px;
}

div.socialMediaPanel h4{
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
}

div.confirm{
	padding-top:20px;
}

div.confirm div.address{
	width:33%;
	float:left;
}

div.confirm div.title{
	padding:3px;	
}

div.confirm div.body{
	padding:3px;
}

div.placeOrder{
	width:25%;
	float:left;
	text-align:right;
}

.instanceSoldOut{
	padding:20px;	
}

input.quantityField{
	width:30px;
	text-align:right;
}

table.cart td.rowLabel{
	text-align:right;
}

table.cart td.orderTotal{
	font-weight:bold;
}

input.donationField{
	width:50px;
	text-align:right;
}

div.breadcrumbs{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

div.breadcrumbHighlight{
	display:inline;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
}

div.breadcrumbDisabled{
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

/*** for the Ajax UI ***/
#details .notes{
	font-size:.9em;
}

.flashNotification {
	color:#a70000;
	background:#ffbfbf;
	border:1px solid #a70000;
}

#selectorBox{
	background:#fff;
	border:1px solid #999;
	color:black;
}

#selectorBox #sectionDetails{
	font-size:1.2em;
}
#selectorBox #sectionDetails .section{
	border-color:#fff;
	border-style:solid;
}
#selectorBox #sectionDetails .section.selected {
	border:1px solid red;
	background: #dff3fd;
}
#selectorBox #sectionDetails .sectionActive{
	border-color:red;
	border-style:solid;
	background:#dff3fd;
}

#selectorBox #legend div{
	font-size:11px;
}

#selectorBox #scrollBox {
	background:#f8f1e4;
}
#selectorBox #seatMap #seats .head{
	font-size:1.3em;
}
#selectorBox #seatMap #seats .label{
	font-size:17px;
}
#selectorBox #seatMap #seats .sectionLabel{
	font-size:12px;
}

#seatMap .seat:hover{
	border:1px solid red !important;
}

#selectorBox #cart #current{
	background:#F8F1E4;
	border:1px solid #a7a7a7;
}
#selectorBox #cart #current .ticket a{
	background:url(images/icon_delete.png) no-repeat;
}
#selectorBox #cart #current .ticketSelect{
	font-size:.9em;
}

#selectorBox #cart #other{
	background:#e3e3e2;
	border:1px solid #a7a7a7;
	padding:5px;
	color:#5d5d5d;
	line-height:2em;
}
#selectorBox #cart #total .amount{
	font-size:1.8em;
	font-weight:bold;
}

#selectorBox #cart h2{
	color:#ffffff;
	font-size:13pt;
	background:#cc9933;
	line-height:34px;
}
#selectorBox h2 .chosen {
	background:url(images/seat_chosen.png) no-repeat;
	border:1px solid #fff;
}

/** section group **/

.sectionGroup { border:3px solid transparent; }

.sectionGroup.selected { border:3px solid #FF0000; }


/** Styles used to create tabbed interface used by PublicProfile, PublicTicketOrderHistory and PublicDonationHistory page **/
div.tabContent {
    border: #B77C06 solid 3px;
    clear: left;
    padding: 1em;
}

ol#portalProfileTabs {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#portalProfileTabs a {
    background-color: #FFD584;
    color: #000000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
    font-weight: bold;
}

ol#portalProfileTabs a:hover {
    background-color: #CC9933;
}

ol#portalProfileTabs li {
    float: left;
    margin: 0 1px 0 0;
}

ol#portalProfileTabs li.current a {
    background-color: #B77C06;
    color: #FFFFFF;
}

ol#portalProfileTabs span {
    display: block;
    line-height: 2em;
    padding-right: 10px;
}


/** Table classes used on PublicTicketOrderHistory and PublicDonationHistory pages **/
table.orderHistory{
	width:100%;
	border: 0 none;
}

table.orderHistory th{
	border-bottom: 2px solid #cccccc;
	padding: 3px 3px 3px 3px;
	text-align:left;
}

table.orderHistory td{
	padding: 3px 3px 3px 3px;
	text-align:left;
}

table.orderHistory td.orderRow {
	padding-top: 5px;
	border-top: 1px solid #cccccc;
}

table.orderHistory td.orderRow.first {
	border-top: 0;
}

table.orderHistory td.itemRow.first {
	padding-top: 10px;
}

/** Table classes used on PublicTicketOrderDetails page **/
table.orderDetails{
	padding-top: 10px;
}

table.itemDetails{
	width:100%;
	border-top: 2px solid #cccccc;
	text-align: left;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
}


/** Controls the appears of the "Seat Selection Member Message" displayed on the GA, PYOS and Subscription selection pages **/
div.memberMsg{
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

/** Classes used on the PublicPendingRenewalList page **/
table.subDetails{
	width:100%;
	border-top: 2px solid #cccccc;
	text-align: left;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
}

table.subDetails thead,tbody {
	vertical-align: top;
}

div#subsButtons {
	text-align: center;
	padding-top: 5px;
}

div#subsSeparator {
	border-top: 2px solid #cccccc;
	margin: 5px 0px 5px 0px;
}

/** appearance of "This event is not yet configured for sale" message **/
H3.notConfiguredMsg {
  color:#FF0000;
}