
/* TICKET UTILITY CLASSES 			*/
.soldout {color: red; font-weight: bold; border: none !important;}

/* FULL TICKET PRICING TABLES        */
/* These define the basic style */
/* of the pricing tables			  */
.full_pricing_table {width: 100%}
.full_pricing_table .price {text-align: center;}
.full_pricing_table th, .full_pricing_table td {border-bottom: 1px solid #999;}
.full_pricing_table td {padding: 3px;}
.full_pricing_table td span {height: 100%; border-left-width: 20px; border-left-style: solid; padding: 2px 3px;}
.full_pricing_table tr.ballpark_level td { padding-left: 25px; font-weight: bold;}
.full_pricing_table th { padding-left: 8px;}
.full_pricing_table th.price { padding-left: 0;}
.full_pricing_table tbody tr:hover {background-color:#bbf; color: #fff;}
.full_pricing_table tbody tr.ballpark_level:hover {background-color:#ddd; color: #000;}


/* SEASON TICKET PRICING TABLES        */
/* These define the basic style */
/* of the pricing tables			  */
.pricing_table {width: 100%}
.pricing_table .price {text-align: center;}
.pricing_table th, .pricing_table td {border-bottom: 1px solid #999;}
.pricing_table td {padding: 3px;}
.pricing_table td span {height: 100%; border-left-width: 20px; border-left-style: solid; padding: 2px 3px;}
.pricing_table tr.ballpark_level td { padding-left: 23px; font-weight: bold;}
.pricing_table th { padding-left: 23px;}
.pricing_table th.price { padding-left: 0;}
.pricing_table tbody tr:hover {background-color:#bbf; color: #fff;}
.pricing_table tbody tr.ballpark_level:hover {background-color:#ddd; color: #000;}

/* These are the styles for the */
/* individual sections				  */
.ballpark_level {background-color: #ddd;}	
.presidents_seats {border-color: #F4D23C;}
.diamond_seats {border-color: #9ba29a;}
.dugout_box {border-color: #00508e;}
.infield_box {border-color: #ed5a25;}
.baseline_box {border-color: #a2dce9;}
.baseline_reserved {border-color: #efa02d;}
.lfrf_corner {border-color: #cea4cc;}
.lf_box {border-color: #f9b79e;}
.lfrf_reserved {border-color: #961e20;}
.cf_reserved {border-color: #fcee23;}
.cf_lounge {border-color: #b1d78c;}
.infield_club {border-color: #709e40;}
.first_third_base_club {border-color: #0066b3;}
.red_loft_seats {border-color: #ed2227;}
.lfrf_mezzanine {border-color: #66308e;}
.scoreboard_pavilion {border-color: #1d99d6;}
.lower_rf_terrace {border-color: #c6c8ca;}
.upper_rf_terrace {border-color: #0d6e3a;}
.infield_gallery {border-color: #00bac6;}
.outfield_gallery {border-color: #b6dec6;}
.upper_infield_gallery {border-color: #834c22;}
.upper_outfield_gallery {border-color: #bd9868;}
.home_plate_box {border-color: #ec008c;}
.grandstand {border-color: #e3c3a8;}
.gold {border-color: #BA9F67;}
.silver {border-color: #BCBDC0;}
.bronze {border-color: #771114;}
.red_level {border-color: #ED1C24;}
.yellow {border-color: #F7EE26;}
.light_blue {border-color: #57B7DF;}
.washington {border-color: #2f3091;}
.party {border-color: #EC008C;}
.jefferson {border-color: #036739;}
.unavailable {border-color: #a7a9ac;}
.lot_g {border-color: #cd0d40;}
.lot_t {border-color: #f47f24;}
.lot_hh {border-color: #34a046;}

/* INCLUDED GAMES TABLES        */
/* These are games that are a		*/
/* part of a plan or package		*/
.included_games {width:100%;}
.included_games th {background-color: #999; color: white;}
.included_games th, .included_games td {border-bottom: 1px solid #999; text-align: center; padding: 2px;}
.included_games tbody tr:hover {background-color:#bbf; color: #fff;}

/* HEADER SECTION				        */
/* The H3 sets the repeating BG */
/* the spans set the PNG text		*/

#mc h3 {background-color: #AB0003;;height:48px;margin-bottom:8px;}
#mc h3 span {display:block; text-decoration:none;position:relative; text-align: center; padding-top: 4px; margin: 0; font-family: trajan, times new roman; serif; font-weight: bold; font-size: 32px; font-style: italic; color: #fff; text-transform: uppercase;}
h6.subheader {color: #ab0003; font-size: 14px; 	margin-left: 3px; line-height: 23pt;}

/* PAGE-SPECIFIC SECTION        */
/* For pages with few styles	 	*/

/* Premium Seating */
.presidentsclub_bg { height: 100px; background-image: url(/was/images/ticketing/prem_seating_presidentsclub_bg.jpg); margin-bottom: 4px;}
.diamondclub_bg { height: 100px; background-image: url(/was/images/ticketing/prem_seating_pnc_diamondclub.jpg); margin-bottom: 4px;}

/* E-Saver */
.esavergamelist { display: inline; width: 360px; padding-left: 10px; float: left; }

/* STH of the Month HOF */
.sthotmimg { float: left; display: inline; width: 315px; margin: 5px 9px 5px 0;}
