/******************** /Lib/Styles/dw.css (0) *********************/
/******************** /Lib/Styles/fgo.css (594) *********************/
/******************** /lib/styles/colors.css (796) *********************/
/******************** /Lib/Styles/calendar.css (818) *********************/
/******************** /Lib/Styles/cart.css (925) *********************/


/******************** /Lib/Styles/dw.css *********************/


/* -------------------------------------------------------------------------------------------------- */
/* beige #999999, red #633 */
/* -------------------------------------------------------------------------------------------------- */

body
{
    font: normal 9pt arial, helvetica, sans-serif;
}


div.wrapper { width: 100% }

table.content 
{
    background: #000 url(../Images/background.jpg) no-repeat;
    width: 950px;
}

table.content-placeholder { width:750px; }
table.content-placeholder td 
{
    padding: 0; margin: 0; 
    background: #fff; 
}

table.content-placeholder th 
{
    padding: 0.2em; 
    background: #999999 
}

table.content-placeholder input,
table.content-placeholder select
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

table.content-placeholder input { padding-left: 4px; }

table.content-production-links td { background: #000; }

div.heading 
{
    color: #000; 
    font-weight: bold;
    margin: 1em; 
    padding: 0.75em;
}

.tab-left { margin-left: 2em; margin-bottom:2em; }

.steps-image { margin-top: 1em }

a:link, a:active, a:visited { color: #c00; text-decoration: none; }
a:hover { text-decoration: underline }

/*************************************************************************************************/

.progress-tracker  
{
    margin: 0; 
    padding: 1em;     
    color: #666; 
    font-weight:bold;  
}

.progress-tracker li 
{
    background: url(../Images/arrow.gif) no-repeat; 
    color: #000; 
    font-weight:bold; 
    padding-left: 1.5em; 
    list-style: none 
}

/* -------------------------------------------------------------------------------------------------- */

.customer-tracking ul { margin: 0; padding: 1em }
.customer-tracking li 
{
    display: inline; 
    color: #fff;
    font: bold 8pt Arial, Helvetica, Sans-serif;    
    padding: 0.3em 1em 0.3em 1em;
}


/* -------------------------------------------------------------------------------------------------- */

.button 
{
    background: #c00;
    color: #fff !important;
    border-bottom: solid 1px #000; 
    border-right: solid 1px #000; 
    border-top: solid 1px #777;
    border-left: solid 1px #777;
    font: bold 8pt arial, helvetica, sans-serif;
    cursor: pointer;
    height: 32px;
}

input[type=button],
input[type=submit]
{
    background: #c00;
    color: #fff;
    border-bottom: solid 1px #000; 
    border-right: solid 1px #000; 
    border-top: solid 1px #777;
    border-left: solid 1px #777;
    font: bold 8pt arial, helvetica, sans-serif;
    cursor: pointer;
}

ul.pkg_perf_list
{
	margin-left: 12px; 
	list-style-type: none;
	font-size: smaller;
}

.input  
{
    font: normal 10pt Arial, Helvetica, Sans-serif !important;
    color: #333;
    width: 175px;
    padding: 0.2em;
    border: solid 1px;
    border-bottom-color: #ccc; 
    border-right-color: #ccc;
    border-top-color: #f1f1f1;
    border-left-color: #f1f1f1;
    background: #eee; }

#msg
{
    padding: 1em; 
    background: #f1f1f1; 
    color: #666; 
    margin: 1em 6em 1em 6em; 
    display: none; 
    font-weight: bold;
    text-align: center; 
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #edebeb;
    border-left: solid 1px #edebeb
}

table.ticket-price-grid td 
{
    padding: 1px 6px; 
    border: solid 1px #f1f1f1;
    font-size: 9pt;
}
table.ticket-price-grid th { background: none; text-align: left; }

#rules 
{
    position: absolute;
    display:none;
    background: #000; 
    color: #fff; 
    padding: 1em; font: bold 8pt arial, helvetica, sans-serif;     
    margin: 0; top:0; left: 0; width: 300px; z-index: 2000px; 
    border-right: solid 1px #666; border-bottom: solid 1px #666;
    filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;}


#rules a:link,
#rules a:active,
#rules a:visited 
{
    color: #ccc; 
    margin: 0; 
}

#rules a:hover { color: #f1f1f1 }


#reserveTicket_holder
{
	position: absolute;
	left: 250px;
	top: 150px;
	z-index: 3000;
	display: none;
}

#reserveTicket_bkgrnd
{
	position: absolute;
	z-index: 99;
}
#reserveTicket_form
{
	z-index: 100;
	position: absolute;
	background-color: #fff;
	padding: 24px 6px 6px 6px;
	filter:alpha(opacity=98);
	-moz-opacity:.98;
	opacity:.98;
}

#reserveTicket_shadow
{
	z-index: 90;
	position: absolute;
	background-color: #000;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;	
}


#reserveTicket_label
{
	position: absolute;
	font-weight: bold;
	color: #fff;
	font-size: 9pt;
	z-index: 99;
}

#reserveTicket_results
{
	font-size: 9pt;
	font-family: Arial;
}

.soldout 
{
	font-size: smaller;
	font-weight: bold;
	color: #c00;
	margin-left: 6px;
	letter-spacing: -1px;
}


#veil
{
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 800px;
	background-color: #fff;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	z-index: 1999;
	display: none;
}

.reserveTicket_cancel  
{
    background:#000; padding: 0.3em 2em 0.3em 2em;
    color:#fff; 
    text-transform:uppercase;
    font: bold 10pt Arial, Helvetica, Sans-serif;
    margin: 2em 1em
}
a:hover.reserveTicket_cancel  
{
    background: #999999;
    text-decoration: none; }



.required { color: #000; font-weight: bold}

#user-order-status  
{
    background: #d8d2c9;
    padding:0.4em 2em; 
    color: #000;
    font: normal 10px Arial, Helvetica, Sans-serif;
    display: none;
}

#user-order-status img { float: left; padding-right: 0.4em;}
#timeremaining { color: #000; }

.heading { color: #000 }
.error { background: #c00; color:#fff; font-weight: bold }

a:link.more-info-button,
a:active.more-info-button,
a:visited.more-info-button  
{
    padding-top:2px; 
    font: bold 8pt Arial, Helvetica, Sans-serif;
    text-decoration: none; }    
    
#webcontent  
{
    width: 200px;
    background: #f1f1f1; 
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #edebeb;
    border-left: solid 1px #edebeb;
    position: absolute;
    z-index: 4000;
    display: none;
    font: bold 8pt Arial, Helvetica, Sans-serif;
    padding: 1em;
    color: #333;
}    

a:link#btn_purchase_submit,
a:active#btn_purchase_submit,
a:visited#btn_purchase_submit
{
    padding:0.3em 1em 0.3em 1em;
    font: bold 10pt Arial, Helvetica, Sans-serif;
    background: #999999; text-transform:uppercase;
    text-decoration: none; 
}

a:hover#btn_purchase_submit  
{
    font: bold 10pt Arial, Helvetica, Sans-serif;
    background: #c00;
    text-decoration: none; 
}

table.address { width: 100% }
table.address td  
{
    background: #f7f5f2; 
    padding: 0.75em; }
    
.edit-address-placeholder { display: none }    

.address-input  
{
    padding: 0.1em;
    font: normal 9pt Arial, Helvetica, Sans-serif;
    border: solid 1px #fff; }
    
a:link.edit-address-links,
a:active.edit-address-links,
a:visited.edit-address-links
{ 
    font-weight: bold;
    color: #000; 
    text-decoration: underline; 
    padding: 0.2em 1em 0.2em 1em }    

a:hover.edit-address-links    
{ text-decoration: none; }

.note-modal-panel_main { background: #fff; }

.performance-grid a:link,
.performance-grid a:active,
.performance-grid a:visited
{
    font-weight:bold;
   color: #000; }
   
table.performance-grid th { color: #fff; }
table.performance-grid td { border: solid 1px #666; }   

table#zone_table
{ 
	width: 100%;
	background-color: #fff;
}

table#zone_table th,
table#zone_table td
{
	border-bottom: 1px solid #eee;
	padding-right: 8px;
	font-size: 8pt;
}

/* 2009-10 new master page templates */

table#navtable td
{
	font-size: 10px;
	color: #777;
	padding-right: 18px;
}

/* CKP 08/20/2012 FGO changed styles...see fgo.css
table#navtable td a
{
	color: #633;
	text-decoration: none;
}

table#navtable td a:hover
{
	color: #000;
	text-decoration: underline;
}
*/
table#navtable td a#specials_hilight
{
	background-color: #c00;
	color: #fff;
	padding: 1px 4px;
	text-decoration: none;
}

table#navtable td a#specials_hilight:hover
{
	text-decoration: underline;
}


/* SYOS related items */

table#tbl_perfselect td
{
	padding: 2px 8px;
}

table#tbl_perfselect td span.action
{
	background-color: #F6863C !important;
	color: #fff !important;
	padding: 1px 6px;
}

table#tbl_perfselect td span.action:hover
{
	background-color: #c00 !important;
	text-decoration: underline;
}

div#insholder p
{
	margin: 6px 0px !important;
}

div#performanceSummary h3
{
	font-size: 12pt !important;
	font-weight: bold !important;
}
div#performanceSummary p
{
	margin: 6px 0 !important;
}

table#tbl_pricing_grid,
table#tbl_quantity_selector
{
	width: 100%;
	border-left: 1px solid #666;
	margin-top: 12px;
}

table#tbl_pricing_grid th.header,
table#tbl_quantity_selector th.header
{
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
table#tbl_pricing_grid th,
table#tbl_pricing_grid td,
table#tbl_quantity_selector td,
table#tbl_quantity_selector th
{
	padding: 1px 6px;
	text-align: left;
	font-size: 13px;
}

table#tbl_pricing_grid td.price
{
	text-align: right !important;
}

div#select_ticket_details input.purchase
{
	margin-top: 12px;
	float: right;
	padding: 2px 12px;
	border: 0px;
	height: 32px;
	font-weight: bold;
}

div#select_ticket_details input.purchase_active
{
	margin-top: 12px;
	float: right;
	padding: 2px 12px;
	border: 0px;
	height: 32px;
	font-weight: bold;
	color: #fff;
	background-color: #c00;
}

p#p_status
{
	margin: 12px 0px !important;
	color: #c00 !important;
	font-weight: bold;
	font-style: italic !important;
}

div#syos_label_text div#performance_summary h3 { color: #fff; }


span.action { color: #e22; cursor: pointer; font-weight: bold; }

span.action:hover { text-decoration: underline; }

.red { font-weight: bold; color: #c00; }

#opera_clique_holder table {  width: 500px; }
#opera_clique_holder table th { text-align: left; padding: 0.3em; }
#opera_clique_holder table td { padding: 0.3em; }

#opera_clique_holder input[type=text],
#opera_clique_holder input[type=password] { width: 200px; }
table#tbl_opera_clique { }

.performance_grid td { white-space: nowrap !important;}

#signup_msg 
{ 
    margin-top: 0.5em;
    color: #e22; 
    font-weight: bold; 
    display: none; 
    text-align: center; 
    padding: 0.3em;
    border: solid 1px #e22;
    display:none; 
}

div.fd
{
	background-color: #fff;
	border: 1px solid #666;
}

div.fdl
{
	background-color: #666;
	color: #fff;
	height: 20px;
	cursor: move;
}

span.ftitle
{
	margin-top:1px;
	margin-left: 6pt;
	font-weight: bold;
}

div.fdl span.action.close
{
	float:right;
	margin-right: 6px;
	margin-top: 2px;
}

div.fdf
{
	padding: 8px;
}

span.action.closelink
{
	float: right;
	font-size:smaller;
}

#ErrMsg_label
{
	background-color: #c00;
}

div.closelinkHolder { margin-top: 10px; }



/******************** /Lib/Styles/fgo.css *********************/

/* -- sent by lucie s on 2008-03-18 ----------------------------------------------- */

/* -- 2007 Stylesheet ------------------------------------------------------------- 

.pitch {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 font-style: italic;
 font-weight: bold;
 color:  #ee2222;
 line-height: 120%
 }
 
.mkt  {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-style: italic;
 font-weight: bold;
 color:  #ee2222;
 line-height: 100%
 }
 
.perfdesc {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-style: normal;
 font-weight: normal;
 color: #ee2222
 }
 
.review {
 font-family: "Times New Roman", Times, serif;
 font-size: 100%;
 font-style: normal;
 font-weight: normal
 }
*/

/* -- 2008 Stylesheet ------------------------------------------------------------- */

span.basePrice
{
	color: #c00;
	text-decoration: line-through;
}


.pitch {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
 font-style: italic;
 font-weight: bold;
 color:  #000;
 line-height: 120%
 }
 
.mkt  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: italic;
    font-weight: bold;
    color:  #000;
    line-height: 100%
}
.mkt2  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: italic;
    font-weight: bold;
    color:  #000;
    line-height: 100%
}

.perfdesc 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    color:  #000
}

.perf-ital 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    color:  #000
}

.review 
{
    font-family: "Times New Roman", Times, serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal
}
.credit 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-style: italic;
    font-weight: normal
}

/* CKP 08/20/2012 The following CSS was sent by FGO to add for 2012-2013 Season but they also are wanting to get away from season references */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #cccccc;
}
a:link {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #cc0000;
}

.operanames {
	margin-top: 4px;
}

.whitebody {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	margin: 4px;
}
h1 {
	font-size: 14px;
	color: #000000;
}
h2 {
	font-size: 18px;
	color: #cc0000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}
h3 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-size: 24px;
	color: #cc0000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 6px;
}
h5 {
	font-size: 22px;
	color: #cc0000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
d1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 6px;
}
.whiteheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: 9px;
}
.boximage {
	float: left;
	margin-right: 9px;
}
.tablerowheight {
	line-height: 6px;
}



/******************** /lib/styles/colors.css *********************/



#reserveTicket_label
{
	background-color: #000;
}

.perfvenue47,
.perfvenue15 
{ background-color:  #eeffcc !important; }

.perfvenue60 { background-color:  #cceeff !important; }


td.calendarday60 { background-color: #cceeff !important; }
td.calendarday47, 

td.calendarday15, 
td.calendarday50
{ background-color: #eeffcc !important; }




/******************** /Lib/Styles/calendar.css *********************/

th.cal_dayname { width: 14%; }
table.calendar { width: 100%; background-color: #fff; }

td.calendarday60,
td.calendarday15,
td.calendarday18,
td.calendarday47,
td.calendarday48,
td.calendarday50,
td.calendarday
{
	line-height: 10pt;
	padding: 3px 1px 1px 3px;
	vertical-align: top;
	font-size: 8pt;
	width: 13%;
	font-family: Arial;
	min-height: 50px;
}


td.calendarday60 .buy, 
td.calendarday60 .buy:visited, 
td.calendarday15 .buy, 
td.calendarday15 .buy:visited ,
td.calendarday18 .buy, 
td.calendarday18 .buy:visited ,
td.calendarday47 .buy, 
td.calendarday47 .buy:visited ,
td.calendarday48 .buy, 
td.calendarday48 .buy:visited, 
td.calendarday50 .buy, 
td.calendarday50 .buy:visited, 
td.calendarday .buy, 
td.calendarday .buy:visited 

{
	margin-left: 6px;
	background-color: #aa0000;
	padding: 0px 6px;
	color: White;
	font-size: 9px;
	text-decoration: none;
}

td.calendarday60 a, 
td.calendarday60 a:visited, 
td.calendarday15 a, 
td.calendarday15 a:visited, 
td.calendarday18 a, 
td.calendarday18 a:visited, 
td.calendarday47 a, 
td.calendarday47 a:visited, 
td.calendarday48 a, 
td.calendarday48 a:visited, 
td.calendarday50 a, 
td.calendarday50 a:visited, 
td.calendarday a, 
td.calendarday a:visited 
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

td.calendarday60 .buy:hover,
td.calendarday15 .buy:hover,
td.calendarday18 .buy:hover,
td.calendarday47 .buy:hover,
td.calendarday48 .buy:hover,
td.calendarday50 .buy:hover,
td.calendarday .buy:hover
{
	background-color: #ee0000;
	text-decoration: none;
}
td.calendarday60 span.action:hover,
td.calendarday15 span.action:hover,
td.calendarday18 span.action:hover,
td.calendarday47 span.action:hover,
td.calendarday48 span.action:hover,
td.calendarday50 span.action:hover,
td.calendarday span.action:hover
{
	text-decoration: underline;
	color: #fff;
}

th.side { width: 4%; background-color: #fff !important;}
select.monthMenu 
{
    font: bold 16pt Arial, Helvetica, Sans-serif !important;
	text-align: center;
	border-top: 0px solid white;
	border-left: 0px solid white;
	margin-top: 12px;
	margin-bottom: 12px;
}

td.empty { height: 45px; }
span.timesmaller { font-size: smaller; margin-left: 12px; }

th.dayhead { color: #fff; background-color: #000; }
th.monthname { background-color: #fff !important; }




/******************** /Lib/Styles/cart.css *********************/


span.remove_address { display: none; }

.slide-down-dialog
{
	display: none;
	position: absolute;
	z-index: 100;
	border: 1px solid #666;
	padding: 12px;
	background-color: #fff !important;
}

.slide-down-dialog p, 
.slide-down-dialog input,
.slide-down-dialog select,
.slide-down-dialog th,
.slide-down-dialog td,
.slide-down-dialog
{
	font-size: 9pt;
} 

.slide-down-dialog th
{
	background-color: #666;
}


.disclaimer { font-size: 7pt; color: #ccc; }
.validation { font-size: 10px; color: #f20; display: none; }

span.action { color: #c00; cursor: pointer; }
span.action:hover { color: #f22; text-decoration: underline }

div.cart-panel-holder
{
	width: 800px;
	padding: 0;
	margin-top: 8px;
}
div.cart-panel
{
	border: 1px solid #000;
	background-color: #fff;
}

div.cart-panel div.cart-panel-label
{
	background-color: #666; 
	font-weight: bold;
	color: #fff;
	padding: 2px 8px;
	font-size: 9pt;
}

div.cart-panel div.cart-panel-content
{
	font-size: 9pt;
	padding: 2px 6px;
}



/* 	background-color: #fcf4e3; */

table.dialog { width: 100%; }
table.dialog th { text-align: left; color: #fff; }
table.dialog th, table.dialog td { padding: 1px 2px 1px 6px !important; }

 
#currentItemsInCart { padding: 0; }
#currentItemsInCart table.cart { width: 100%; border-left: #000 1px solid; margin-top: 8px; margin-bottom: 12px; width: 800px; background-color: #fff; }
#currentItemsInCart table.cart tr.header th, 
#currentItemsInCart table.cart td.summary 
{ 
	text-align: left; 
	color: #fff; 
	font-size: 12px; 
	background-color: #666;
	font-weight: bold;
	padding: 2px 8px;
}


#currentItemsInCart table.cart td.summary:first-child { text-align: right; }

#currentItemsInCart table.cart td 
{ 
	font-size: 9pt; 
	border-bottom: #C0C0C0 1px solid; 
	border-right: #C0C0C0 1px solid;
	padding: 1px 3px 1px 6px;
	vertical-align: top;
}

#currentItemsInCart table.cart tr.alternate_pkg td
{
	color: #666;
	background-color: #f7f7ff;
}
#currentItemsInCart table.cart tr.alternate_pkg td i.alternatepkglabel
{
	font-size: smaller;
}


#currentItemsInCart table.cart td.pricing { text-align: right; }

.cart_label { font-size: 9pt; font-style: italic; margin-bottom: 2px; }

#contribution_panel
{
	position: absolute;
	z-index: 150;
	border: 1px solid #000;
	background-color: #fff;
}

#contribution_form
{
	padding: 12px;
}
#contribution_label
{
	color: #fff;
	background-color: #666;
	padding: 2px 6px;
}

.pnl-proceed { padding-right: 1.75em; }
table.simple { width: 100%; } 
table.simple td { vertical-align: top; }

div#new_address_holder table.simple th { text-align: left; color: #fff; padding-left: 6px; width: 120px; }
#content_placeholder td p { padding-left: 1.75em; }


#tbl_quantity_selector, #tbl_pricing_grid
{
	width: 300px;
	border-left: 1px solid #000;
	margin: 4px 0 0 0;
}

#tbl_quantity_selector th.header,
#tbl_pricing_grid th.header
{
	background-color: #000;
	color: #fff;
	text-align: left;
	padding: 2px 6px;
	font-size: 13px;
}

#tbl_quantity_selector th.label,
#tbl_pricing_grid th.label
{
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 0px 6px;
	font-size: 9pt;
	font-weight: normal;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#tbl_quantity_selector td,
#tbl_pricing_grid td
{
	padding: 0px 6px;
	font-size: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#tbl_quantity_selector td.price,
#tbl_pricing_grid td.price
{
	text-align: right !important;	
}


#performanceSummary h3.performance { font-size: 10pt; margin: 0; }
#performanceSummary p { padding: 0px !important; margin: 2px 0px !important;}

#btn_purchase_submit 
{ 
	background-color: #000;
	padding: 2px 18px;
	color: #fff;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 8px;
}

#contribution_panel
{
	background-color: #fff;
	border: 1px solid #000;
}

#contribution_label
{
	font-weight: bold;
	color: #fff;
	background-color: #666;
}

#cvv { 
    z-index: 3000;
	background-color: #f1f1f1;
	position: absolute;
	padding: 1em;
	width: 300px;
	font: normal 10px Arial, Helvetica, Sans-serif;
	display: none 
}

td.remove_col span.action,
td.editing span.action,
a:link.editseats,
a:active.editseats,
a:visited.editseats
{
    background:#c00;
    color: #fff;
    font-size:7pt;
    padding: 0.2em 0.3em; 
    width: 50px;
    display:block; text-align:center; border-bottom: solid 1px #fff;
}
a:hover.editseats { text-decoration: none; background: #f00; }

a:link.addseats,
a:active.addseats,
a:visited.addseats
{	width: 150;
	border: solid 1px #ffffff;
	background-color:#c00;
	color:#ffffff;
	padding:5px 5px 5px 5px; 
    font: bold 8pt Arial, Helvetica, Sans-serif;
	
    
    /*width: 200px;
    color: #663333;
    font: bold 9pt Arial, Helvetica, Sans-serif;
    padding: 0.2em 0.3em; 
    border-bottom: solid 1px #fff;*/
}

a:hover.addseats
{
    text-decoration: none; 
}

#note-modal-panel_main
{
    background:#fff; 
    padding: 1em;
    border: 1px solid #666;
}
.x a {
    position: absolute;
    top: 100px; 
    background: #000;
    right: 30px;
    display: block;
    font: bold 8pt Arial, Helvetica, Sans-serif;  
    color: #fff; padding: 0.2em 0.3em; 
    float: right; }

.x a:hover { text-decoration:none; background:#b55353; }

input [type=button][disabled]
{
	background-color: #999;
}


