

/*** RESET ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
} 
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
	td.nowrap, th.nowrap {
	white-space:nowrap !important;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

b, strong {font-weight: 600 !important;}
i, em {font-style: italic;}

/*** GLOBAL ***/
html {
	height: 100%;
	margin: 0px;
}
body {
	height: 100%;
	font-size: 62.5%;
	background-color: black;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	color: #666;
}

a:link,
a:visited,
a:active {
	color: #CC092F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


div.container_main a:link,
div.container_main a:visited,
div.container_main a:active {
	color: #CC092F;
	text-decoration: none;
}
div.container_main a:hover {
	text-decoration: underline;
}

/* merge justin.css part 1 */
p.pullquote 
{
    font-style: italic;
    font-size: 1.5em;
    font-weight: bold;
    color: #999999;
}
p.pullquote:before, p.pullquote:after {
	content: '"';
}

img.image_right 
{
    float: right;
    clear: none; 
    margin: 0px 0px 1em 1em;
}
img.image_left
{
    float: left;
    clear: none; 
    margin: 0px 1em 1em 0px;
}

/* end merge justin.css part 1 */


/*** GLOBAL TYPOGRAPHY ***/

H1 {
	font-family: arial, helvetica, sans-serif;
	color: #950001;
	font-size: 3em;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

H2 {
	font-family: arial, helvetica, sans-serif;
	color: #333;
	font-size: 1.6em;
	margin: 20px 0 5px 0;
	font-weight: bold;
	/* text-transform: capitalize; */
}

H3 {
	font-family: arial, helvetica, sans-serif;
	color: #333;
	font-size: 1.2em;
	margin:18px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}


H4 {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em;
	margin:15px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}

H5 {
	font-family: arial, helvetica, sans-serif;
	color: #666666;
	font-size: 1.1em;
	margin:15px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}


p, td {
	font-size: 1.2em;
}

p {
	color: #666666;
	line-height: 18px;
	margin: 3px 0 10px 0;
}

ul li, ol li{
color: #666666;
font-size: 1.2em;
line-height: 1.5em;
}

ul li li, ol li li{
line-height: 1.5em;
}

dl {
	font-size:1.2em;
	line-height:1.5em;
	}
	dl dt {
		font-weight:bold;
		margin:10px 0 5px 0;
		}

/*** HEADER ***/
div.container_header
{
	width: 939px;
	margin: 0px;	
}
	div.container_nav {
		margin:0 0 0 -41px;
		/* width:980px; *//*
		background: url("../images/common/nav_left_bg.jpg") no-repeat top left;*/
		padding-left:41px; 
		}
		
div.container_header {
	width: 939px;
	height: 103px;
	font-size: 1em;
	color: white;
	position:relative;
}
	div.container_header a {
		color:#fff;
	}

	div.container_header span.logo_primary {
	float: left;
	margin-top: 20px;
	margin-left: -8px;
	width: 215px;
	height: 59px;
	background: url("../images/logo_header_mtc.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}
	
	div.container_header span.logo_secondary {
	float: right;
	margin-top: 18px;
	/* z-index:1; */
	position:relative;
	clear: none;
	width: 52px;
	height: 51px;
	background: url("../images/logo_header_uofm.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}	
			
		div.container_header span.logo_primary a,
		div.container_header span.logo_secondary a {
		display: block;
		height: 100%;
		width: 100%;
		color:#fff;
		}

		/*google custom search*/
		form#mtc_cse {
			position:absolute; 
			top:17px; 
			right:68px;
			width:158px;
			margin:0;
			padding:0;
		}
		fieldset#fst_cse{}
		fieldset#fst_cse input.txt_search 
		{
			color: #666;
			padding: 2px 8px 2px 26px;
			border: 0px none;
			background-color: transparent;
			background: url("../images/bg_search.gif");
			background-position: top right;
			background-repeat: no-repeat;
			width:128px; /* ie6 needs width */
		}
		fieldset#fst_cse input.btn_search {display:none;}			
		

		
	/* Utility Nav */
	div.container_header ul.container_utility_nav {
	float: right;
	position: relative;
	right:154px;
	padding: 0px;
	margin: 22px 0 0 0;	
	list-style-type: none;
	font-size:.8em;
	text-align:left;
	}
		ul.container_utility_nav li {
		float: left;
		clear: none;
		padding: 0px 8px 0px 8px;
		border-right: 1px solid #888888;
		line-height: normal;
		color:#fff;
		}
		
		ul.container_utility_nav li.last {
		border-right: 0px none;
		}

		ul.container_utility_nav li.sendmail {
		background: url("../images/icons/icn_email.gif");
		background-repeat: no-repeat;
		background-position: 0px 1px;
		}
			ul.container_utility_nav li.sendmail {
			text-transform: uppercase;
			padding-left: 0px;
			}
			
			ul.container_utility_nav li.sendmail a {
			padding-left: 22px;
			display: block;
			}

	ul.utility_logged_in {
		position: absolute;
		top: 40px;
		right: 220px;
		width: 350px;
		text-align: right;
		font-size:.8em;	
	}	
		
		ul.utility_logged_in li{
			display: inline;
			padding: 0px 8px 0px 8px;
			border-right: 1px solid #888888;
			line-height: normal;
			color:#fff;
		}		
		
		ul.utility_logged_in li.last {
			border-right: 0px none;
		}		
			
/*** NAV ***/

ul.nav_primary {

	height: 31px;
	clear: both;
	background-color: black;
	background-image: url("../images/nav/nav_bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
	
}

	ul.nav_primary li {
		float: left;
		clear: none;
	}
	ul.nav_primary li a {
		display: block;
		height: 31px;
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	ul.nav_primary li a.on {
		background-position: left -31px;
		}
	ul.nav_primary li a:hover {
		background-position: left -31px;
		}
	
	ul.nav_primary li a.plays
	{
		width: 133px;
		background-image: url("../images/nav/nav_plays2.gif");	
	}
	ul.nav_primary li a.calendar
	{
		width: 93px;
		background-image: url("../images/nav/nav_calendar.gif");		
	}
	ul.nav_primary li a.planvisit
	{
		width: 129px;
		background-image: url("../images/nav/nav_planvisit.gif");		
	}
	ul.nav_primary li a.watch
	{
		width: 126px;
		background-image: url("../images/nav/nav_watch.gif");		
	}
	ul.nav_primary li a.education
	{
		width: 97px;
		background-image: url("../images/nav/nav_education2.gif");		
	}
	ul.nav_primary li a.support
	{
		width: 103px;
		background-image: url("../images/nav/nav_support2.gif");		
	}
	ul.nav_primary li a.sponsorship
	{
		width: 111px;
		background-image: url("../images/nav/nav_sponsorship.gif");		
	}
	ul.nav_primary li a.about
	{
		width: 96px;		
		background-image: url("../images/nav/nav_about2.gif");		
	}
	    div#home_wrapper ul.nav_primary li a.about {
	        position:relative;
		    z-index:300;
	        }

	/* primary nav adjustments for homepage */	
	div#home_wrapper ul.nav_primary {
		height:26px;
		}
		div#home_wrapper ul.nav_primary li a {
			height:26px;
			}
			


/* Secondary Navigation */
ul.nav_secondary {
	width: 939px;
	height: 33px;
	background-color: white;
	background-image: url("../images/bg_nav_secondary.gif");
	background-repeat: repeat-x;
	background-position: left top;
	font-size:.8em;
}
	ul.nav_secondary li {
	float: left;
	clear: none;	
	color: #CC092F;
	font-weight: bold;
	text-transform: uppercase;
	margin: .7em 0 0 0;
	padding: 0 18px 0 18px;
	border-right: 2px solid #d8d8d8;
	line-height: normal;	
	}
	ul.nav_secondary li.last {
	border-right: 0px none;
	}

		ul.nav_secondary a:link,
		ul.nav_secondary a:visited,
		ul.nav_secondary a:active {
			color: #CC092F;
			text-decoration: none;
		}
		ul.nav_secondary a:hover {
			text-decoration: underline;
		}
		
		ul.nav_secondary li.on a:link,
		ul.nav_secondary li.on a:visited,
		ul.nav_secondary li.on a:active,
		ul.nav_secondary li.on a:hover {
			color: #666666;
		}


/* Tertiary Navigation */
	ul#tertiNav {
		font-size:1.1em;
		font-weight:bold;
		margin-bottom:30px;
		}
		ul#tertiNav li {
			margin-bottom:9px;
			}
			ul#tertiNav li.in a {
				color:#666;
				}

/* Alternate Navigation  (_inc/template/alt_nav.ascx) */
div#Alt_Nav dt {margin-bottom: 2px;}
div#Alt_Nav dd {margin-bottom: 6px;}

/*** CONTENT CONTAINERS ***/
	
div.master_wrapper 
{
    margin: 0 auto 0 auto;
    width: 939px;
}
	
	div.container_main {
	width: 939px;
	margin: 0px;
	background: url("../images/bg_container_bottom.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: white;
	}
		

		div.container_main_inner {
		/* background: url("../images/bg_container_top.gif"); */ /* this image to be moved to production detail specific */
		background-position: top right;
		background-repeat: no-repeat;
		min-height: 695px;
		padding: 17px 0 65px 0;
		}
			
			
			div.container_main_inner div.col_secondary {
			float: left;
			clear: none;
			width: 234px;
			padding: 0px 0px 20px 20px;
			margin-right:45px;					
			}
			
				/* secondary column shared styles */
				div.container_main_inner div.col_secondary h3 {
					font-size:1.2em;
					margin:0;
					}
				div.container_main_inner div.col_secondary p {
					line-height:15px;
					}
				div.container_main_inner div.col_secondary td, div.container_main_inner div.col_secondary p {
					font-size:1.1em;
					}
				div.container_main_inner div.col_secondary ul li, div.container_main_inner div.col_secondary ol li, div.container_main_inner div.col_secondary dl {
					font-size:1.1em;
					}
				
			
			div.container_main_inner div.col_primary {
			float: right;
			clear: none;
			width: 620px;
			padding: 0px 20px 20px 0px;
			}
				div.container_main_inner div.col_primary p {
					font-size:12px;
					}
					/* don't know why this was here
					div.container_main_inner div.col_primary p p {
						font-size:12px;
						}
						*/
				div.container_main_inner div.col_primary p span {
					font-size:12px;
					}
	

	/* One Column Wrapper */
	div.one_col {
	width: 891px;
	padding: 0px 24px;
	}
		div.one_col p {
			margin-right:150px;
			}
		div#calendar_wrapper p {
			margin-right:auto;
			}
		ul.prodseasonlist p {
			margin-right:0px;
			}


/*** FOOTER ***/
	div.container_footer {
	margin: 25px 0 0 0px;
	width: 939px; 	
	background: url("../images/common/footer_bg.gif") repeat-x top left;
	}
		div.container_footer ul {
		list-style-type: none;		
		padding: 10px;
		}
			div.container_footer ul li {
			display: inline;
			padding: 0 .5em 0 .5em;
			font-size: 1em;
			color: #fff;
			}	

			div.container_footer ul li.first {
			border-right: 1px solid #666666;
			}
			div.container_footer ul li.last {
			padding-left: 2em;
			border-right: 0px none;
			color: #666666;
			}
				div.container_footer ul li a {
					color:#fff;
					}


	/*** UTILITY ***/
	div.clear {
	clear: both;
	height: 0px; 
	overflow: hidden;
	}
	.clearBoth {clear: both;}
	.floatRight {float: right;}
	.floatLeft {float: left;}
	.marginTopZero {margin-top: 0 !important;}
	.marginBottomZero {margin-bottom: 0 !important;}
	.marginLeftZero {margin-left: 0 !important;}
	.marginRightZero {margin-right: 0 !important;}
	.hide {
	left: -999999em;
	position: absolute;
	}
	.hr {
		height: 1px;
		border-bottom: 1px solid #e5e5e5;
	}
	a.backToTop {margin: 15px 0; display: block;}
	ul.list {
		list-style-image:url(../images/bullet_red.png);
		margin-left: 16px;
	}

/*** SHARED STYLES ***/

	
div.col_secondary div.callout {
	width:235px;
	}
	div.col_secondary ul.callout {
	padding: 0px 10px 0px 10px;
	border:1px solid #eaeaea;
	font-size:1em;
	}
		div.col_secondary ul.callout li {
			border-top:1px solid #eaeaea;
			padding:10px 0 5px 0;
			font-size:1.1em;
			}
		div.col_secondary ul.callout li.first {
			border-top:none;
			}
			
			div.col_secondary ul.callout li p {
				font-size:1em;
				margin-top:2px;
				}
		
		div.col_secondary ul.callout li ul li {			
			border:none;
			padding:3px 0;
			font-size:1em;
			}
		
		div.col_secondary ul.callout li ul li ul {
			font-size:1em;
			}

	div.one_col div.callout {	/* this callout for one column layout, used in checkout path */
		width:120px;
		float:right;
		margin-right:-10px;
		}
		div.one_col ul.callout {
		padding: 0px 10px 0px 10px;
		border:1px solid #eaeaea;
		font-size:1em;
		}
			div.one_col ul.callout li {
				border-top:1px solid #eaeaea;
				padding:10px 0 5px 0;
				font-size:1.1em;
				}
			div.one_col ul.callout li.first {
				border-top:none;
				}
				
				div.one_col ul.callout li p {
					font-size:1em;
					margin-top:2px;
					}
			
			div.one_col ul.callout li ul li {			
				border:none;
				padding:3px 0;
				font-size:1em;
				}
			
			div.one_col ul.callout li ul li ul {
				font-size:1em;
				}

    ul.callout li a.send_friend {
        margin-top:-10px;
        }
    ul.callout li a.send_friend img {
        padding-right:7px;
        vertical-align:baseline;
        }

    
    /* login callout */
    
    div.callout_login {
        width:235px;
        padding: 0px 10px 0px 10px;
	    border:1px solid #eaeaea;
	    font-size:1em;
	    margin-bottom:10px;
        }
        div.container_main_inner div.col_secondary div.callout_login h3 {
            margin:18px 0 5px;
            }
	

/*** INDIVIDUAL PAGES ***/



/* homepage */

div#homepage_content {
	width:1020px;
	margin:0px auto;	
	padding:0px;
	position:relative;

	}
	div#homepage_inner {
		float:left;
		padding-top:20px;
		margin-left:-45px;
		width:1020px;
		}
		
	div#homepage_content h3 {
		color:#fff;
		}
	div#homepage_content a {
		color:#CC092F;
		}
	
	div#homepage_content div.production_highlight {
		position:relative;
		width:479px;
		height:565px;
		float:left;
		}
	div#homepage_content div.production_highlight div.inner_info {
		width:400px; 
		position:absolute;
		left:70px;
		bottom:109px;
		float:left;
		}
		div#homepage_content div.production_highlight div.inner_info h1 {
			font-size:2.2em;
			color:#CC092F;
			}
		div#homepage_content div.production_highlight div.inner_info p {
			font-size:1.1em;
			color:#999;
			margin:0;
			}
		div#homepage_content div.production_highlight div.inner_info p.dates {
			color:#fff;
			font-size:1.3em;
			margin-top:3px;
			float:left;
			}
		div#homepage_content div.production_highlight div.inner_info img {
			margin-top:-5px;
			float:right;
			}
		
	div#homepage_content div.production_highlight div#transp_shim {
		background-color:#000;
		position:absolute;
		left:55px;
		bottom:105px;
		height:75px;
		width:422px;
		opacity:.8;
		filter: alpha(opacity=80);
		}
		
	div#homepage_content div#flashvideo {
		padding:2px 2px 85px 55px;
		background:transparent url("../images/common/home_primary_bg2.gif") no-repeat top left;
		float:left;
		position:relative;
		z-index:1;
		}
	
	
	div#homepage_content ul#season_links {
		list-style-type:none;
		float:left;
		position:relative;
		}
		div#homepage_content ul#season_links li {
			float:left;			
			}
		div#homepage_content ul#season_links li#top_left {
			top:36px;
			left:0px;
			position:absolute;
			}	
		div#homepage_content ul#season_links li#bottom_left {
			top:360px;
			left:0px;
			position:absolute;
			}		
		div#homepage_content ul#season_links li#top_right {			
			top:-10px;
			left:272px;
			width:269px;
			height:147px;
			position:absolute;
			}
			div#homepage_content ul#season_links li#top_right span.inner_link {		/* this inner div required for ie6 png filter to work with anchors */
				width:269px;
				height:147px;
				display:block;				
				}
			div#homepage_content ul#season_links li#top_right a span {
				position:absolute;
				left:-50001px;
				}
			div#homepage_content ul#season_links li#top_right a {
				display:block;
				width:269px;
				height:147px;
				z-index:1;
				position:relative;
				cursor:pointer;
			
				}
			
		div#homepage_content ul#season_links li#bottom_right {			
			top:137px;
			left:272px;
			position:absolute;
			}
		
	
	div#homepage_content ul.ticker_callout {
		position:relative;
		top:365px;
		right:40px;
		float:right;
		width:229px;
		}
		div#homepage_content ul.ticker_callout li {
			padding:7px 0 7px 20px;
			border-top:1px solid #1a1a1a;
			font-size:.9em;
			}
		div#homepage_content ul.ticker_callout li h3 {
			font-size:1.3em;
			margin:0 !important;
			}
		div#homepage_content ul.ticker_callout li p {
			margin:0;
			}
		
		div#homepage_content ul.ticker_callout li.first {
			border-top:none;
			}
			
		
		
		/* home hover */
		
		div#homepage_content div.home_hover {
			width:200px;		
			background:transparent url(../images/common/home_hover_arrow.gif) no-repeat right center;
			}
			div#homepage_content div.home_hover div.inner_hover {
				border:1px solid #fff;
				margin:8px;
				padding:10px;
				background-color:#000;
				}
			
			div#homepage_content div.home_hover h3 {
				color:#CC092F;
				font-size:1.4em;
				margin:0 0 6px 0;
				}
			div#homepage_content div.home_hover p {
				font-size:1.1em;
				line-height:1.3em;
				margin:6px 0;
				color:#fff;
				}
			div#homepage_content div.home_hover p.subtext {
				color:#999;
				}
			div#homepage_content div.home_hover a {
				cursor:pointer;
				}
		
			div#homepage_content div#div_pos2Flyout {
				position:absolute;
				right:485px;
				top:90px;
				z-index:1000;
				}	
			div#homepage_content div#div_pos3Flyout {
				position:absolute;
				right:470px;
				top:390px;
				z-index:1000;
				}
			div#homepage_content div#div_pos4Flyout {
				position:absolute;
				right:235px;
				top:140px;
				z-index:1000;			
				}
			
		

	/* performance detail */
	div.perf_detail_image_treatment {
		background-image: url("../images/bg_perf_detail_image.png");
		background-repeat: no-repeat;
		background-position: -3px -3px;
		}
		div.perf_detail_image_treatment img {
			margin: 2px 0 48px 2px;
			}
		
	/* search results page */
	fieldset#fst_searchagain{margin:1em 0;}
		fieldset#fst_searchagain label{}
		fieldset#fst_searchagain input.text{}
	ul.searchresults_list {
		list-style:none; 
		background-color: #f2f2f2;
		width:736px; 
		padding: 10px 15px;
		margin-bottom:2em;
	}
		ul.searchresults_list li {margin-bottom:0.5em; height:1%;}
			ul.searchresults_list li h3 {font-weight:normal; text-transform: none; color:#333; vertical-align:top; margin-top:0px !important; margin-bottom:0px;}
			ul.searchresults_list li a:link, 
			ul.searchresults_list li a:visited, 
			ul.searchresults_list li a:active {font-weight:bold;}
			ul.searchresults_list li p.synopsis {font-size:100%; margin-top:0;}	
			ul.searchresults_list li img { float:left; padding-right:15px; margin:0; }
			ul.searchresults_list li.first { border-bottom:2px solid #fff; padding-bottom:10px; }

	/* calendar Page*/
	div#calendar_wrapper {		
		font-size:.9em;
		}
		div#calendar_wrapper p.calendar_content_block
		{
		width: 500px;
		
		float: left; 
		clear: none;
		}
		
		div#calendar_wrapper div.perf_codes {
			
			width:355px;
			float:right;
			clear: none;
			border:1px solid #eaeaea;
			padding:0 10px 10px 10px;
			margin-top:-25px;
			}
			div#calendar_wrapper h2 {
				font-size:2.3em;
				float:left;
				}
			
			div#calendar_wrapper div.perf_codes h3 {
				margin-top:10px;
				}
			div#calendar_wrapper div.perf_codes ul {
				margin-top:10px;
				margin-bottom: 10px;
							
				}
			div#calendar_wrapper div.perf_codes ul li {
			
				float:left;
				width:175px;
				}
				div#calendar_wrapper div.perf_codes ul li span {
					color:#950001;
					padding-right:3px;
					}
		    div#calendar_wrapper div.perf_codes p.perf_codes_accessibility 
		    {
		        margin-bottom: 0px;
		    }
		
		div#calendar_wrapper div.calendar_controls {		
			float:right;
			padding-top:20px;
			}
			div#calendar_wrapper div.calendar_controls a.prev {
				background:url(../images/common/prev_arrow.gif) no-repeat center left;
				padding:5px 10px 5px 22px;
				border-right:1px solid #ccc;
				}
			div#calendar_wrapper div.calendar_controls a.next {
				background:url(../images/common/next_arrow.gif) no-repeat center right;
				padding:5px 22px 5px 10px;
				}
	
	table#calendar {
		}
		table#calendar tr th {
			padding:10px 14px;
			border-right:1px solid #e5e5e5;
			border-top:1px solid #e5e5e5;
			width:137px;
			background-color:#f7f7f7;
			font-size:1em;
			font-weight:bold;
			color:#333;
			text-transform:uppercase;
			}
			table#calendar tr th.first {
				border-left:1px solid #e5e5e5;
				}
		table#calendar tr td {
			border-top:1px solid #e5e5e5;
			border-right:1px solid #e5e5e5;
			border-bottom:1px solid #e5e5e5;
			padding:10px 14px;
			width:137px;
			}
			table#calendar tr td.first {
				border-left:1px solid #e5e5e5;
				}
			table#calendar tr td h3 {
				font-size:1.1em;
				line-height:1.2em;
				margin-bottom:0px;
				}
			table#calendar tr td span.date {
				color:#666;
				font-size:1.4em;
				font-weight:bold;
				}
			table#calendar tr td span.perf_code {
				color:#950001;
				}
			table#calendar tr td span.border {
				color:#666;
				}
			h4 div.categoryTitle
			{
			    background-color: #e4e4e4;
			    text-align: center;
			    padding: 5px 5px 13px 5px;
			    background-image: url("/_ui/images/bg_calendar_season_header.gif");
			    background-position: center bottom;
			    background-repeat: no-repeat;
			}
				
				
/*styles to support detail tip on calendar page*/
#detailtip{
	/*border:1px solid green;*/
	width: 437px;
	position:absolute; 
	left:-10000px;
	z-index:9;
	margin:0;
	padding: 0px; /* enough padding for arrow*/

}
	#detailtip div.dt_arrow{
		width:11px;
		height:11px;
		position:absolute;
		top:0; 
		left:0;
	}
			#detailtip.east div.dt_arrow{background: transparent url("../images/common/detailtip_arrow_east.png") no-repeat center center; }
			#detailtip.west div.dt_arrow{background: transparent url("../images/common/detailtip_arrow_west.png") no-repeat center center; }
			
		#detailtip div.dt_head {
			height:19px;
			background: transparent url("../images/common/detailtip_top.png") no-repeat left top;
		}
			#detailtip div.dt_head div.dt_close {
				position:absolute;
				right:17px;
				top: 20px;
			}
			#detailtip div.dt_head div.dt_close a {
				background: transparent url("../images/btn/x_gray.gif") no-repeat center center;
				text-indent: -999999em;
				display:block;
				width: 14px;
				height:14px;
			}
			
		#detailtip div.detailtip_content {
			background: transparent url("../images/common/detailtip_content.png") repeat-y left top;
			padding: 1px 30px 1px 20px;
		}
			#detailtip div.detailtip_content a.lnk_prodimage{
				display:block;
				float:left;
				padding-right:10px;
				margin: 0 0 2em 0;
			}
			#detailtip div.detailtip_content a.lnk_prodimage img{width: 178px; height: 124px;}
			#detailtip div.detailtip_content div.prodinfo{color:#333;}
			#detailtip div.detailtip_content h2{margin-top:0; text-transform:uppercase;}
			#detailtip div.detailtip_content a.lnk_buy{}
			#detailtip div.detailtip_content a.lnk_learnmore{}
			#detailtip div.detailtip_content p.synopsis{color:#666;}

		#detailtip div.dt_foot
		{
			height:19px;
			background: transparent url("../images/common/detailtip_bottom.png") no-repeat left top;
		}

a.detailtip_trigger{}

	/*sitemap*/
	ul.sitemapSectionList {
		list-style:none;
		margin:0;
		padding:0;
	}
		ul.sitemapSectionList li {
			font-size:1.6em;
		}
			ul.sitemapSectionList ul {
				margin-left: 20px;
				margin-bottom:5px;
			}
			ul.sitemapSectionList li ul li {
				font-size:0.9em;
			}
	/* subscriptions */
	
	h1.subscribe_home {
		background:url(../images/common/subs_header.jpg) no-repeat top left;
		display:block;
		width:620px;
		height:234px;
		}
		h1.subscribe_home a {
			display:block;
			width:620px;
			height:234px;
			}
		h1.subscribe_home a span {
			position:absolute;
			left:-5000px;
			}

	ul.subs_perfs 
	{
	    
	}
		ul.subs_perfs h2 {
			font-size:2.2em;
			margin: 8px 0 15px 0;
			text-transform:uppercase;
		}
		ul.subs_perfs h3 {
			margin-top:0px;
			font-size:2.2em;
			text-transform:uppercase;
			line-height:1em;
			}
		ul.subs_perfs li {
			float:left;
			margin-top:10px;
			padding-top:10px;
			font-size:11px;
			border-bottom: 1px solid #ddd;
			}
			ul.subs_perfs li.selected {
				background-color:#e5e5e5;
				}
			ul.subs_perfs li div.hr { /* to ensure ie displays horizontal rule between items */
				float:none;
				display:block;
				height:3px;
				width:620px;
			}
		ul.subs_perfs li div.subs_perfs_left_col {
			float:left;
			width:198px;
			height:140px;			
			}

			ul.subs_perfs li div.subs_perfs_right_col {				
				clear: none;
				float:right;
				width:390px;
				}
		
		div.minical_legend div.perf_codes {
			float: left;
			width:350px;
			border:1px solid #eaeaea;
			padding:0 10px 10px 10px;
			margin-top: 15px;
			padding-top: 15px;
			}
			
			div.minical_legend h2 {
				font-size:2.3em;
				float:left;
				}
			
			div.minical_legend div.perf_codes h3 {
				margin-top:10px;
				}
			div.minical_legend div.perf_codes ul {
				margin-top:10px;
				margin-bottom: 10px;
							
				}
			div.minical_legend div.perf_codes ul li {
			
				float:left;
				width:175px;
				}
				div.minical_legend div.perf_codes ul li span {
					color:#950001;
					padding-right:3px;
					}
		    div.minical_legend div.perf_codes p.perf_codes_accessibility 
		    {
		        margin-bottom: 0px;
		    }
		
		
		
		a.getacrobat:link, a.getacrobat:visited, a.getacrobat:hover {
			background:transparent url(../images/common/get_adobe_reader.gif) no-repeat scroll 0pt;
			border:0pt none;
			color:#AAAAAA !important;
			display:block;
			font-size:1px;
			height:33px;
			line-height:0pt;
			outline-color:invert;
			outline-style:none;
			outline-width:medium;
			text-decoration:none !important;
			vertical-align:bottom !important;
			width:112px;
			}
		
		/* generic subs tables */
		table tr th {
			font-weight:bold;
			}
		table tr td.oddColor {
			background-color:#f2f2f2;
			}
		
		
		
		table#subs_table tr th.row_header {
			border-bottom:1px solid #f2f2f2;
			}
			
		table#subs_table tr th.evenColor {
			background-color:#f2f2f2;
			}
			table#subs_table tr td {
				border-top:1px solid #f2f2f2;
				}
			table#subs_table tr td.no_border {
				border-top:none;
				}
		
	
		table#venue_table {
			border-top:1px solid #f2f2f2;
			border-bottom:1px solid #f2f2f2;
			margin:10px 0 20px 0;
			}
		table#price_type_list_table {
			border-top:1px solid #f2f2f2;
			}
			
		
		div.progress_indicator ul {
			float:left;
			margin-bottom:20px;
			}
			div.progress_indicator ul li {
				float:left;
				display:block;
				width:170px;
				font-size:1.1em;
				}
			div.progress_indicator ul li div {
				width:150px;
				margin-right:10px;
				padding:15px 0 10px 0;
				text-align:center;
				background-color:#ebebeb;
				height:20px;
				line-height:1.5em;
				color:#999;
				margin:8px;
				}
				div.progress_indicator ul li.last {
					margin-right:0px;
					}
				div.progress_indicator ul li div.first span {
					display:block;
					margin-right:0px;
					margin-top:-5px;
					line-height:1.3em;
					}
				div.progress_indicator ul li.here div {
					background-color:#ccc;
					color:#950001;
	
					}
				div.progress_indicator ul li.here {	
					font-weight:bold;
					background:url(../images/common/nav_on_state.gif) no-repeat bottom center;
					}
		
		div.order_progress_indicator ul {
			font-weight:bold;
			padding-bottom:5px;
			border-bottom:1px solid #f2f2f2;
			margin-bottom:10px;
			}
		
		
		div.columns {
			margin-top:10px;
		}
			div.columns p {
				margin-right:auto;
				}
				
			div.columns div.column1 {
				float:left;
				width:645px;
				margin-right:20px;
				}
			div.columns div.column2 {
				float:left;
				width:200px;
				border:1px solid #f2f2f2;
				padding:0 10px 10px 10px;
				}
	
	
		div.columns_three {
			margin-bottom:20px;
			}
			div.columns_three div.column1 {
				float:left;
				width:250px;
				margin-right:20px;
				}
			div.columns_three div.column2 {
				float:left;
				width:250px;
				}
			div.columns_three div.column3 {
				float:left;
				width:250px;
				}
	
		/* Mini Cart */
		div#MiniCart { padding: 7px; font-size:1em; }
		
		div#MiniCart p { margin-bottom:0px; }
		div#MiniCart .section { width: 99.9%; margin: 0; padding: 0.5em 0; border-bottom: 1px dotted #e5e5e5; } /* width: IE fix */
		div#MiniCart .section:last-item { border-bottom: 0; }
		div#MiniCart div.hr { border-top: 1px dotted #e5e5e5; }		
		div#MiniCart h2 { margin-top: 10px; 	}		
			div#MiniCart h2 span { color: #CC092F !important; }		
		div#MiniCart h3 { margin-top: 0;}
		div#MiniCart h4 { margin: 0 0 3px 0; font-size: 1.1em; color: #000; }
		
		div#MiniCart ul { list-style: none; margin: 0; padding: 0; width: 99.9%; } 
			div#MiniCart ul li { padding: 0.3em; }
			div#MiniCart ul li.alt { background: #EBEBEB; }
			
		div#MiniCart .section div.text { display: inline; float: left; width: 150px; }
		div#MiniCart .section div.button { display: inline; float: left; width: 25px; text-align: right; }
		
		div#MiniCart ul li div.text { display: inline; float: left; width: 145px !important; }
		div#MiniCart ul li div.button { display: inline; float: left; width: 25px; text-align: right; }

		div#MiniCart .just_added { font-weight: bold; margin:5px 0; font-size:1.2em; line-height:1.3em; border-top: 1px dotted #e5e5e5; }
		
		/* end Mini Cart */
		
		
		/* cart styles */
		
		div.sub_cart_ctl {
			margin:20px 0;
			}
			div.sub_cart_ctl h3 {
				font-size:1.4em;
				margin-top:0px;
			}
			
			div.sub_cart_ctl tr td.oddColor {
				background-color:#fff;
			}
			div.sub_cart_ctl tr td.evenColor {
				background-color:#F2F2F2;
			}
			
			div.sub_cart_ctl div.shaded {
				padding:10px;
				background-color:#f2f2f2;
				}
				div.sub_cart_ctl div.shaded h2 {
					margin-top:0px;
					}
			
			table#Cart_Table_Pkg_1 {
				width:891px;
				}
			
			
			ul.pref_info {
				
				}
				ul.pref_info li {
					padding:.5em 10px;
					}
		  div.ticketholder_info {
			padding-left:10px;
			}
		
		
		fieldset#form_donation p {
			font-size:12px;
			margin-right:0px;
			}
		
		
		div.requiredField {
			margin:10px 0;
			font-size:1.1em;
			line-height:1.5em;
			color:#F8292A;
			}
			div.requiredField p, div.one_col div.requiredField p {
			    color:#F8292A;
			    margin-right:0px;
			    }

/* Begin merge from alex.css */
/* ***************************/
/* ****************** Login ********************** */

fieldset#form_login {width: 325px;}

/* ****************** Register ********************** */

h1#Register {
	display: inline;
	margin-right: 10px;
}


/* ****************** Account Change ********************** */

fieldset#form_change li.specialOffers label {float: none;}

/* ****************** subscription root ********************** */

div#subscriptionRoot a.btn_continue {
	display: block;
	margin: 22px 0 0 0;
}

div#subscriptionRoot ul.list {
	margin-top: -10px;
}

/* ****************** Mtcathome ********************** */

img.mtcAtHome {
	float: left;
	margin: 3px 0 10px 15px;
}

/* index of mtcathome */

div#donationSmallPrint a,
a.donationTextLinks {
	color: #fa4526;
	font-weight: 600;
}

h1#capitalCampaignDonations {float: left;}

div#donationSmallPrint a:hover {text-decoration: underline;}

p#seeDonationTypes {
	margin-top: -13px;
}

#capitalCampaignIntro {
	padding: 0px 0px 29px 0pt;
	background: #FFFFFF none repeat scroll 0%;
	clear: both;
}

div.donationTypes {
	padding: 19px 0px 21px 0;
}

div.donationTypes p {
	line-height: 1.6em !important;
	margin: 0pt 0pt 12px;
}

div.donationTypes img.donateDescripImg {
	float: left;
	margin: 0 1.3em 0 0;
}

div#donationSmallPrint {margin-top: 15px;}

div#donationSmallPrint a {text-decoration: none;}

div#donationLearnMore a#learnMoreAboutMTC {
	display: block;
}

/* end of index of mtcathome */

/* seat donations page */

h1#seatDonationsTitle {
	float: left;
}

div#donationSubIntro {clear: both;}

div#seatDecision {padding: 11px 0pt 32px 22px;}

div#seatDecision img {margin: 0pt 20px;}

div#seatQty,
div#contributionAmount {
	float: left;
}

div#contributionAmount {margin-top: 3px;}

div#seatDonConWrap {
	padding: 36px 0pt 0 0px;
}

p#NBLegality,
span#makeDonationButton {
	margin-left: 18px;
}

div#seatDonConWrap h2 {
	margin-top: 0;
}

div#seatDonConWrap img {
	float: right;
}

ol#selectPersonalMessage {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
li#selectSeatMessRadio {
	font-weight: 600;
	margin: 0 0 11px 0;
}

li.seatMessText {
	margin: 8px 0pt 8px 20px;
}

li.seatMessText input {
	width: 20em;
}

li.seatMessText p {
	width: 27em;
	margin-left: 3.5em;
}

li.seatMessText span,
li.seatMessText p {
	font-size: .9em;
	font-style: italic;
}

li#wishAnonyRadio {
	font-weight: 600;
	margin: 0pt 0pt 13px;
}

div#seatDonConSub {
	width: 437px;
}

p#NBLegality {
	font-size: 1.1em;	
}

/* end of seat page */

/* quote donations page */

h1#quoteDonationsTitle {float: left;}

span.makeDonationInstruct {
	font-style: italic;
	font-size: 1.2em;	

	
	/* Changed for position fixed left column */
	display: block;
	margin:10px 0;
}

div.quoteMakeDonation {
/*	margin: 24px 0 0 10px; */
}

div.quoteMakeDonation p {
	font-size: 0.9em;
	line-height: 1.35em;
}
div.quoteSelectionItem {
	padding: 17px 5px 17px 0px;
	zoom: 1;
}

div.quoteSelectionItem a {
	text-decoration: none;
	color: #ff5c2d;
}

h2.quotePhrase {
	margin-top: 0;
}

div.quoteGraphicWrapper {
	float: right;	
}

div.quoteGraphicWrapper a {
	
}

div.quoteGraphicWrapper a:hover {
	text-decoration: underline;
}

div.quotePhrasePriceWrap {
	float: left;
	width: 290px;
}

div.quoteHiddenInput,
div.quotePrice {
	background:#F1F1F1 none repeat scroll 0%;
}

div.quotePrice {
	margin-top: 46px;
	text-align: center;
	width: 12em;
	padding: 1px 0 9px 0;
}

div.quotePrice p {
	margin-bottom: 1em;
}

div.quotePrice label {
	color: #ff5c2d;
}

div.quoteHiddenInput {
	clear: both;
	padding: 0 10px;
}

div.quoteHiddenInput h2 {
	color: #000;
	zoom: 1;
	padding-top: 13px;	
}

div.weAcknowWrap {
	display: block;	
	margin: 0 0 6px;
}

.weAcknowledgement {
	font-size:1.2em;
	zoom: 1;
}

.weAcknowledgeInput {
	float: left;
}

p.quoteReserval {
	clear: both;
	font-size: 0.9em;
	width: 26em;
}

div.quoteDonorNameEx {
	float: left;
	margin: 0pt 0pt 0pt 18px;
	font-size:1.1em;
}

div#quoteWrapper.donation_page div.quoteDonorNameEx {	/* quote donation page */
	float: left;
	margin: 10px 0;
	font-size:1.1em;
}

div.quoteDonorNameEx div {
	float: left;
	width: 139px;
} 

div.quoteDonorNameEx em {
	margin: 0 10px 0 0;
	float: left;
}

div.quoteDonorNameWrap,
p.quoteReserval {
	font-size:1em;
	margin-left: 21px;
}

/* end of quote donations page */

/* general campaign donations page */

h1#genCampDonTitle {float: left;}

span#minimumValue {
	margin: -48px 0pt 0pt 203px;
	position: absolute;	
	width: 506px;
	font-size:1.1em;
	line-height:1.3em;
}

img#generalDonGraphic {
	float: right;
	margin: 14px 46px 46px;
}

div#generalDonAmount .radiozone tr td {
	font-weight: 600;	
}

table.fancy th, table.fancy td {
	font-size:1.1em;
	padding:0.5em 0.75em;
}

div#generalDonAmount .radiozone tr td label {
	margin: 3px 0pt 0pt 5px;
}

div#generalDonRecogn {
	padding: 15px 0pt 47px 0px;
}

p.quoteRemainAnony {
	padding-bottom: 17px;
}

p.quoteRemainAnony label {
	font-weight: 600;	
}

/* end of general campaign donations page */
/* End merge from alex.css */
/* ***************************/


/* begin merge justin.css part 2 */

/* performance detail */


.container_prod_detail_col_secondary span.buy_tickets
{
    color:#950001;
    font-family:arial,helvetica,sans-serif;
    font-size:2em;
    font-weight:bold;
    margin-bottom:8px;
    text-transform:uppercase;
}
    
.container_prod_detail_col_secondary .production_detail_special_message 
{
    background-color:#f6f6f6;
    margin: 0.5em 0 0.5em 0;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
    font-weight: bold;
}    
    
    .container_prod_detail_col_secondary strong
    {
        font-weight: bold;
    }
    .container_prod_detail_col_secondary ul.callout
    {
        margin: 2em 0 2em 0;
    }
img.promo_08_season
{
    margin-top: 20px;
}

.prod_detail_secondary_nav ul.nav_secondary
{
    background-image: url("../images/bg_nav_secondary.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.container_prod_detail_primary
{
    background-image: url("../images/bg_container_top.gif");
    background-position: right top;
    background-repeat: no-repeat;
}

.container_image_perf_detail
{
    width: 422px;
    height: 493px;
    padding: 5px 32px 45px 5px;
    background-image: url("../images/bg_perf_detail_image.png");
    background-position: left top;
    background-repeat: no-repeat;
}
    
    .container_image_perf_detail div#transp_shim {
        margin: -25px 0 0 0;
        padding: 0px;
        background-color:#000000;
        height:25px;
        opacity:0.8;
        width:422px;
    }
    
    .container_image_perf_detail div.inner_info {
        width:422px;
        height: 25px;
    }
        .container_image_perf_detail div.inner_info p
        {                
            color: White;
            font-size: 1.0em;    
            padding: 4px 0 0 10px;
            margin: 0px;
        }
span.label_author 
{
    font-size: 1.1em;
    font-weight: bold;
}

ul.perf_detail_tabswitch
{
   
    width: 100%;
    padding: 5px 0 5px 0;
    margin: 15px 0 15px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    
      
}
    ul.perf_detail_tabswitch li
    {
     
        border-right:2px solid #D8D8D8;
        clear:none;
        color:#CC092F;
        float:left;
        font-weight:bold;
        line-height:normal;
       
        display: block;
        padding:0pt 15px;
        text-transform:uppercase;
       
    }
    ul.perf_detail_tabswitch li.last
    {
        border-right:0px none;
    }
    ul.perf_detail_tabswitch li.on a
    {
        color:#333333;
    }
/* production detail print icon */
div.print-page 
{
    float: right;
    clear: none;
    margin-bottom: 1.5em;
    width: 150px;
    text-align: left;
}
    div.print-page img
    {   
        margin-bottom: -0.4em;
        margin-right: 5px;
    }


/* production detail send to friend */

div.social_media a.fbShare span{
    vertical-align:middle;
    display:inline-block;
    height:20px;
}

span.send_friend_production {
    /* send to a friend production style when icon is finalized */    
    }


/*styles to support image gallery on production detail page*/

div#slide_details{}/*same as div.container_image_perf_detail, use for js targeting*/
	div#slide_details img.image_prod_detail {
		width:422px;
		height:493px;
	}
/* verticalscroller*/
div#verticalscroller_wrap.nojs{display:none;} /* nojs class gets removed via js*/

div#verticalscroller_wrap {
    background-image: url("/_ui/images/bg_perf_detail_photo_gallery.png");
    background-position: left top;
    background-repeat: no-repeat;
    width: 154px;
    height: 503px;
    float: right;
    clear: right;
}
	#verticalscroller_wrap a.photo_gallery_prev, #verticalscroller_wrap a.photo_gallery_next	{
		display:block;
		height: 17px;
		background-image: url("/_ui/images/btn/btn_prod_detail_gallery_up.gif");
		background-repeat: no-repeat;
		background-position: center -17px;
	}
	#verticalscroller_wrap a.photo_gallery_prev {
		margin: 10px auto 0 auto;	
	}
	#verticalscroller_wrap a.photo_gallery_next {
		margin: 0 auto 0 auto;
		background-image: url("/_ui/images/btn/btn_prod_detail_gallery_down.gif");
	}
	#verticalscroller_wrap a.disabled{
		background-position: center top;
		cursor: default;
	}

div#verticalscroller_frame{
	/* set explicit height on frame and set overlfow to hidden */
	height:420px;
	width:154px;
	position:relative;
	overflow:hidden;
}

	ul.perf_detail_photo_gallery {
		height: 100000px; /*keeps "slides" from wrapping*/
		margin:0;
		padding-left: 12px;
	}
	
	ul.perf_detail_photo_gallery li {
		display:block;
		width: 130px; /*a consistent width/height keeps things pretty*/
		height:84px;
		padding:0px; 
		margin:0;
		/*opacity: 0.7;*/
	}
	ul.perf_detail_photo_gallery li.selected {
		/*opacity: 1;*/
	}
		ul.perf_detail_photo_gallery li a {cursor:pointer;}
		ul.perf_detail_photo_gallery li img	{
			/*image should be 118 x 72*/
			height: 72px;
			width:118px;
			background-image: url("/_ui/images/bg_perf_detail_gallery_tn.png");
			padding: 6px;
		}



.prod_detail_btn_buy_tickets
{   display: block;
    margin: 15px 0 10px 0;
}

div.prod_detail_sponsor_block
{
    
    width: 290px;
    float: left;
    clear: none;
    margin-top: 2em;
    margin-right: 20px;
    padding: 10px 0 10px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 1.2em;
    font-weight: bold;
}
    div.prod_detail_sponsor_block div.category
    {
        font-weight: bold;
        font-size: 1.0em;
        margin-bottom: .5em;
    }
    
    ul.prod_detail_video_list 
    {
        margin-top: 0.5em;
        
    }
        ul.prod_detail_video_list li
        {
            font-size: 1.0em !important;
        }
           
            ul.prod_detail_video_list li img
            {
                margin-right: 0.5em;
                margin-bottom: -0.5em;
            }
            
       ul.prod_detail_audio_list 
    {
        margin-top: 0.3em;
        
    }
        ul.prod_detail_audio_list li
        {
            font-size: 1.0em !important;
        }
           
            ul.prod_detail_audio_list li img
            {   margin-right: 0.5em;
                margin-bottom: -0.5em;
            }
            
    
    /* performance detail promo code */
    
    div.container_main_inner div.col_secondary div.callout_promo {	/* this callout for one column layout, used in checkout path */
        padding: 0px 10px 10px 10px;
        border:1px solid #eaeaea;
        font-size:1em;
        margin-bottom:10px;
        width:235px;
        }
        div.container_main_inner div.col_secondary div.callout_promo h3 {
            margin:18px 0 5px 0;
            }
            
        div.container_main_inner div.col_secondary div.callout_promo fieldset label {
            float:none;
            display:block;
            text-align:left;
            width:auto;
            margin-bottom:10px;
            font-size:1.2em;
            line-height:1.3em;
            }
         div.container_main_inner div.col_secondary div.callout_promo fieldset input.enter {
            margin-top:-2px;
            }
        
        
        div.callout_promo fieldset p.promo_accept {
            color: #50a101;
            }
        div.callout_promo fieldset p.promo_error {
            color: #ff023e;
            }
        div.one_col div.callout_promo fieldset p.promo_error {
            margin-right:0px;
            }
            
/* tickets and plays index */

div.ticket_index_headline 
{
   
}
    div.ticket_index_headline h1
    {
        display: inline;
        float: left;
        clear: none;
        margin: 0 1em 0 0;
    }
    div.ticket_index_headline a
    {
        display: block;
        float: right;
        clear: none;
        margin: 0 0 0 0;
        font-size:1.1em;
    }
    div.ticket_index_headline ul.ticket_index_season_nav
    {
        display: inline;
        float: left;
        clear: none;
        margin: 0 1em 0 0;
    }    
    div.ticket_index_headline ul.ticket_index_season_nav li
    {
        font-size: 1.0em;
        clear: both;
    }
    div.ticket_index_headline ul.ticket_index_season_nav a
    {
        display: inline;
        float: left;
        clear: none;
        margin: 0 1em 0 0;
    }
    p.prodseasonintro
    {
        margin-top: 2em;
    }
    ul.prodseasonlist
    {
     
        width: 891px;
    }
        ul.prodseasonlist li
        {
            margin:2em 0 0 0;
            padding:0;
            float: right;
            clear: none;
           
        }
        ul.prodseasonlist li.li_prodseasonlist_alt
        {
            clear: both;
            float: left; 
            
        }
        ul.prodseasonlist div.tickets_index_image_box
        {
            width: 439px;
         
            position: relative;
            
        }
        
        
        ul.prodseasonlist a.tickets_index_image_link
        {               
            width: 439px;
            height: 245px;
            display: block;
            
            
        }
        ul.prodseasonlist div.prodinfo
        {   bottom: 0px;
            left: 0px;
            position: absolute;
            width: 439px;
       
            /* opacity: 0.8; */
         }
            ul.prodseasonlist div.prodinfo div.prodinfo_inner
            { background-image: url("/_ui/images/bg_tickets_index_prod_info.png");
            background-repeat: repeat;
            background-position: left top;
                padding: 10px;
            }
               ul.prodseasonlist div.prodinfo a.tickets_index_buy_tickets
               {                      
                   position: absolute;
                   bottom: 6px;
                   right: 7px;                   
               }
              
               ul.prodseasonlist div.prodinfo h2
               {   
				    font-size:1.6em;
                    margin-top: 0px;  
               }
               ul.prodseasonlist div.prodinfo div.dateinfo
               {   
                    color: White;
                    font-size: 1.1em;
               }
               
        ul.prodseasonlist p.tickets_index_synopsis
        {   
            margin-top: 1em;
            width: 439px;
        }
        
        
/* about media */

ul.ul_media_list h3
{
    margin-bottom: 0px; 
}


/* media photo gallery */
div.galleryNav
{
    margin-bottom: 1em;
}


/* news announcement detail */

ul.press_detail li.press_detail_content p
{
    font-size: 1.0em !important;
}

/* end merge justin.css part 2 */


        /* Reserve - Checkout Styles */
        
        
        div#reserve_checkout {
            position:relative;
            }
        
        
        div.one_col div.checkout_primary p {
            margin-right:0px;
            }

        div.checkout_primary {
            width:600px;
            float:left;
            margin-right:40px;
            }
            div.checkout_primary div.perf_info {
                width:320px;
                float:left;
                margin-right:40px;
                }
            div.checkout_primary div.perf_callout {
                width:220px;
                float:left;
                }
        div.checkout_secondary {
            width:250px;
            float:left;
            }
            
        
            div#reserve_checkout div.callout_promo {	/* this callout for one column layout, used in checkout path */
                padding: 0px 10px 10px 10px;
                border:1px solid #eaeaea;
                font-size:1em;
                width:235px;
                }
        
                div#reserve_checkout div.callout_promo fieldset label {
                    float:none;
                    display:block;
                    text-align:left;
                    width:auto;
                    margin-bottom:10px;
                    font-size:1.2em;
                    }
                 div#reserve_checkout div.callout_promo fieldset input.enter {
                    margin-top:-2px;
                    }
        
        p.change_date {
            float:right;
            }
        p.perf_info {
            float:left;
            }
        
        div#seatmap_view {
            float:left;
            border:1px solid #dedede;
            width:175px;
            padding:10px;
            }
             div#seatmap_view h3 {
                margin-top:0px;
                float:left;
                }
             div#seatmap_view a {
                float:right;
                }
        
        
        div#reserve_checkout ul.perf_detail_tabswitch
        {
            float:left;
            width: 100%;
            padding: 5px 0 5px 0;
            margin: 15px 0 0px 0 !important;
            border-top: 1px solid #dfdfdf;
            border-bottom: 1px solid #dfdfdf;
            line-height:1em;
            font-size:1.5em;
            clear:both;
              
        }
           div#reserve_checkout  ul.perf_detail_tabswitch li
            {
             
                border-right:2px solid #D8D8D8;
                clear:none;
                color:#CC092F;
                float:left;
                font-weight:bold;
                line-height:normal;               
                display: block;
                padding:0pt 18px 0 0;
                text-transform:uppercase;
            }
                div#reserve_checkout ul.perf_detail_tabswitch li.last
                {
                    border-right:0px none;
                    padding-left:18px;
                }
                div#reserve_checkout ul.perf_detail_tabswitch li.on
                {
                    color:#333333;
                }
                
                div#reserve_checkout div.headerbar {
                    font-size:1.8em;
                    color:#333;
                    padding:10px 0 0 0;
                    }
                table.selectseating {
	                margin: 20px 0 2.0em 0;
	                font-size:1.2em;
	                border-top:1px solid #E5E5E5;
                }
	                table.selectseating th {
		                padding: 5px;
		                text-align: left;
		                vertical-align: bottom;
		                font-weight: bold;
	                }
	                table.selectseating td {
		                padding: 5px;
		                vertical-align: top;
	                }
	                table.selectseating td.radiocol {
		                width: 15px;
	                }
	                    table.selectseating td.radiocol input {
		                    width: 15px;
		                    height: 15px;
	                    }
	                table.selectseating td.section {
		                width: 195px;
	                }
	                table.selectseating td.pricetype {
		                width: 85px;
	                }
	                
	                 fieldset table.selectseating label, fieldset table.selectquantity label {
	                    float:none;
	                    }

                table.selectquantity {
                    font-size:1.2em;
	                margin: 0 0 2.0em 0;
	                margin-left:0px;
                }
	                table.selectquantity td {
		                padding: 10px;
	                }

/* Send to a friend page*/
a.lnk_back	{
	background: transparent url("/_ui/images/btn/icon_arrow_left.gif") no-repeat left center;
	padding-left:20px;
	display:block;
}


div.msg_content	{
	padding:10px;
	background-color: #f2f2f2;
	margin-bottom:2em;
}

/* subs renewals household form page */
.household-ektron-copy { margin-bottom: 2em; }

    
    
    /* Gift Voucher Redemption */
    
    
 
    div#giftVoucherRedemptionControl_spinner 
		{
			position:absolute;
			z-index:3;
			/* width and height is set via js to cover signin_flyout*/
			background: #fff url("/_ui/images/common/waiting.gif") no-repeat 100px center;
		}

		div#giftVoucherRedemptionControl
		{
		    margin-top:10px;
			position: relative;
			width: 75%;
			/*display:none;*/			
		}
		
		div#giftVoucherRedemptionControl input.imgbutton {
		    margin-left:10px;
		    }
		    
		
		span.voucher_non_js div.voucher_details span {
		        font-size:.9em;    
		        display:block;
		        margin:0 10px 0 0;
		        line-height:1.5em;
		    }
		    
		div.voucher_details {
		    font-size:1.2em;
		    }
		    div.detailtip_content div.voucher_details span {
		        display:block;
		        margin:0 10px 0 0;
		        line-height:1.5em;
		    }
		    
		
		fieldset#form_giftvoucher_redemption input.redemption_input {
		    margin-left:86px;
		    }
		    
		    fieldset#form_giftvoucher_redemption p {
                font-size:12px;
                margin-right:0;
		        }

    /* Outsider Presenter Pop Up */
    
    div#presenter_messaging {
        background-color:#fff;
        }
        div#presenter_messaging ul {
            margin-bottom:20px;
            }
    
    /* presenter messaging in lightwindow */
    

    div.bb-wrapper {
        z-index:1;
        cursor: default;
        }
    div.bb-wrapper div#presenter_messaging {
        padding:20px;
        }
        div#presenter_messaging  a#closePopBox {
            float:right;
            }
        div.bb-wrapper div#presenter_messaging h2 {
            padding-top:0px;
            }
            
    div.bb-overlay {
        opacity:.50;
        filter: alpha(opacity=50);
        position:fixed;
        }

h2#additional {
	font-size:2.2em;
	color:#950001;
	text-transform:uppercase;
}

/* Watch & Listen Page */
div#video-container {
	min-height: 455px;
	margin-bottom: 30px;
	position: relative;
	width: 890px;
}
	div#video-container img.poster-youtube {
		background-color: #fff;
		height: 385px;
		left: 0;
		padding: 0 0 4px;
		position: absolute;
		top: 0;
		width: 640px;
	}
	li.production_detail_content_pane div#video-container {
		min-height: 320px;
		width: 620px;
	}
	li.production_detail_content_pane div#video-container img.poster-youtube {
		height: 240px;
		padding: 0 0 14px;
		width: 400px;
	}
	div#video-container div.ph {
		background: transparent url('/_ui/images/common/audio-lg.png') no-repeat 0 0;
		height: 390px;
		width: 640px;
	}
	div#video-container h2 {
		font-size: 2em;
		line-height: 20px;
	}
	div#video-container p {
		color: #666;
		font-size: 12px;
		line-height: 18px;
		margin: 3px 0 10px;
	}
	li.production_detail_content_pane div#video-container div.ph {
		background: transparent url('/_ui/images/common/audio-lg.png') no-repeat center 0;
		height: 390px;
		width: 480px;
	}
	li.production_detail_content_pane div#video-container h2 {
		font-size: 1.6em;
	}
		div#video-container h2 span.time {
			font-weight: normal;
			font-size: 11px;
			line-height: 16px;
    		vertical-align: bottom;
		}
	div#video-container div.no-js {
		background: #ccc;
		font-size: 2em;
		line-height: 1.2em;
		padding: 50px;
		width: 728px;
	}
	li.production_detail_content_pane div#video-container div.no-js {
		font-size: 2.6em;
		width: 540px;
	}
ul.production-listing { }
ul.watch-listing {
	width: 100%;
}
	ul.production-listing li {
		margin-bottom: 30px;
		overflow: hidden;
	}
	ul.watch-listing li {
		float: left;
		height: 220px;
		line-height: 1.3em;
		margin-bottom: 10px;
		overflow: hidden;
		width: 33%;
	}
		ul.production-listing li a,
		ul.watch-listing li a {
			display: block;
			height: 135px;
			margin-bottom: 10px;
			width: 240px;
		}
		ul.production-listing li a:hover,
		ul.watch-listing li a:hover {
			cursor: pointer;
		}
		ul.watch-listing li span.media-thumb {
			display: block;
			height: 100%;
			width: 100%;
		}
			ul.watch-listing li span.media-thumb img {
				height: 100%;
				width: 100%;
			}
		ul.watch-listing li h3 {
			margin: 0 0 5px;
			padding: 0;
			text-transform: none;
			width: 240px;
		}
		ul.production-listing li h3 {
			font-size: 14px;
			line-height: 18px;
			margin: 15px 0 0;
			padding: 0;
			text-transform: none;
		}
			ul.production-listing li h3 span.time,
			ul.watch-listing li h3 span.time {
				font-weight: normal;
				font-size: 11px;
	    		vertical-align: bottom;
			}	
		ul.watch-listing li div.desc {
			line-height: 1em;
			width: 240px;
		}
		ul.production-listing li p,
		ul.watch-listing li p {
			font-size: 12px;
			line-height: 1em;
			margin: 0;
			padding: 0;
		}
			ul.production-listing li p a,
			ul.watch-listing li p a {
				display: inline;
			}
