/* colors:
	#fff = white
	#333 = dark gray (text color)
	#ab1901	= red (a,h2)
	#606b4b = dark green (h4)
	#9a8e84 = beige
	#EEEEDD = light gray (left column bg)
*/


body {
	margin: 0;
	padding: 0;
	text-align: center;
    font-family: Verdana, sans-serif;	
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background: #333 url(/image/layout/bg-tile.gif) repeat;
	}

#wrapper {
	position: relative;
	margin: 35px auto 10px auto;
	padding: 0;
	text-align: left;
	width: 950px;
    }
	
body#home #wrapper {
    background: #fff url(/image/layout/bg-wrapper-home.gif) repeat-y left top;
	}
#wrapper {
    background: #fff url(/image/layout/bg-wrapper.gif) repeat-y left top;
	}
body.no-sidebar #wrapper {
    background: #fff url(/image/layout/bg-wrapper-noside.gif) repeat-y left top;
	}

body.no-subnav #wrapper {
    background: #fff url(/image/layout/bg-wrapper-nosub.gif) repeat-y left top;
	}
body.main-only #wrapper {
    background: #fff url(/image/layout/bg-wrapper-mainonly.gif) repeat-y left top;
	}

body#home #sidenav,
body.no-sidebar #sidebar,
body.main-only #sidebar,
body.no-subnav #sidenav,
body.main-only #sidenav {
	display: none;
	}


/* 
-----------------------------------
LAYOUT
-----------------------------------
*/
#tools {
    width: 300px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 750px;
    }
	
img {
	border: none;
	}
#header #logo {
	float: left;
	margin: 0;
	}
	
#header #tools {
	float: right;
	width: 300px;
	}

#main {
	width: 950px;
	margin: 0;
	padding: 0;
	}

#main-column {
	float: left;
	width: 375px;
	margin: 15px 0 0 20px;
	padding: 0;
	}
	
body#home #main-column {
	float: left;
	width: 690px;
	margin: 0;
	padding: 3px 0 0 0;
	}
	
body.no-sidebar #main-column {
    float: left;
	width: 550px;
	margin: 15px 0 0 25px;
	padding: 0;
	}
	
body.no-subnav #main-column {
    float: left;
	width: 500px;
	margin: 15px 0 0 25px;
	padding: 0;
	}
	
body.main-only #main-column {
    float: left;
	width: 675px;
	margin: 15px 0 0 25px;
	padding: 0;
	}
	
body.showpage-buy #sidebar,
body.support-contribute #sidebar {
    margin-top: 35px;
    }
	
#nav-overlay {
   width: 350px;
   height: 17px;
   position: absolute;
   top: 203px;
   left: 0;
   margin: 0;
   padding: 0;
   background: url(/image/layout/nav-showtop.gif) no-repeat left top;
   }

body#home #nav-overlay{
    position: absolute;
    top: 220px;
    left: 0;
    width: 237px;
    height: 20px;
	background: url(/image/layout/nav-showtop-home.gif) no-repeat left top;    
    }

body.no-subnav #nav-overlay,
body.main-only #nav-overlay {
    position: absolute;
    top: 200px;
    left: 0;
    width: 237px;
    height: 20px;
	background: url(/image/layout/nav-showtop-home.gif) no-repeat left top;    
    }

body#shows #nav-overlay {
    background: url(/image/layout/nav-showtop-shows.gif) no-repeat left top;    
    }
body#shows.no-subnav #nav-overlay{
	background: url(/image/layout/nav-showtop-shows-nosubnav.gif) no-repeat left top;    
	}
	
body.no-photo #nav-overlay {
   position: absolute;
   top: 93px;
   left: 0;
    }

	
body#home #sidenav {
	width: 140px;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	background-color: #fff;
	}
	

	
#sidenav {
	width: 170px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#sidebar {
	float: right;
	width: 165px;
	padding: 10px 10px 0 0;
	}

div.homeBanner{
	display:none;
}
body#home div.homeBanner{
	display:block;
}
	
body#home #sidebar {
	float: right;
	width: 248px;
	padding: 10px 20px 10px 0;
	}
	
#google-map {
    width: 376px;
	height: 350px;
	margin: 10px 0;
	padding: 2px;
	border: 1px solid #ccc;
    }

#parking-map {
	margin: 10px 0;
	padding: 2px;
	border: 1px solid #ccc;
    }

div.list1 {
    width: 250px;
	float: left;
	}
div.list2 {
   width: 250px;
   float: right;
   }

div#buynow,
div#contributenow,
div#buygiftcert {
	position: absolute;
	top: 203px;
	left: 761px;
	width: 189px;
	height: 60px;
    }

#main-column div#buynow,
#main-column div#contributenow,
#main-column div#buygiftcert {
	position: absolute;
	top:122px;
	left:761px;
    }

div#buynow a,
div#contributenow a,
div#buygiftcert a {
	width: 189px;
	height: 60px;
	display: block;
    }
div#buynow a {
	background: url(/image/layout/button-bigbuy.gif) no-repeat 0px 0px;
    }
div#contributenow a {
	background: url(/image/layout/button-bigcontribute.gif) no-repeat 0px 0px;
    }
div#buygiftcert a {
	background: url(/image/layout/button-bigbuygiftcert.gif) no-repeat 0px 0px;
    }
div#buynow a:hover,
div#contributenow a:hover,
div#buygiftcert a:hover {
    background-position: 0px -60px;
	}
div#mission {
    width: 390px;
	margin: 0;
    padding: 100px 80px 50px 80px;
	background: url(/image/layout/bg-mission-top.gif) no-repeat left top;
	}
div#mission-bottom {
    width: 550px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(/image/layout/bg-mission-bottom.gif) no-repeat left top;
	}
.galaItems {
    width: 375px;
    margin: 0 0 20px 0;
	padding: 3px;
	border: 1px solid #ccc;
    }

.serverEnvironment{
	position:absolute;
	top:-25px; left:0;
	color: #666;
	font-family: Courier;
}


/* 
-----------------------------------
TEXT FORMATTING
-----------------------------------
*/   

h2, h3, h4, h5, h6 h8 {
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
	font-weight: normal;
	}

p, li, dt, dd, cite, td, th, div {
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
	}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 26px;
	margin: 0 0 .25em 0;
	color: #333;
	}

h2 {
	font-size: 18px;
	line-height: 21px;
	margin: .5em 0 .15em 0;
	color: #ab1901;
	}

h3 { 
	font-size: 16px;
	line-height: 18px;
	margin: 1.25em 0 .25em 0; 
	color: #333;
	}
	
h4 {
	font-size: 14px;
	line-height: 16px;
	margin: .1em 0;
	color: #606b4b;
	}
	 
h5 {
	font-size: 13px;
	line-height: 14px;
	margin: 0;
	color: #606b4b;
	font-weight: bold;
    }
	
h6 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #606b4b;
	font-weight: bold;
    }
	
h7 {
	font-size: 14px;
	line-height: 16px;
	margin: .1em 0;
	color: #606b4b;
	font-weight: bold;
	}
	
h8 {
	font-size: 12px;
	line-height: 14px;
	margin: .1em 0;
	color: #606b4b;
	}
	
p {
	margin: .25em 0 1.5em 0;
	line-height: 18px;
	}

ul {
    margin: .5em 0 1.5em 0;
    padding: 0 0 0 2.5em;
    }

li { 
	margin: 0;
	padding: 4px 0;
	line-height: 16px;
	}

dl {
	margin: 5px 0 15px 0;
	padding: 0;
	}
	
dt {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	}

dd {
    font-size: 12px;
	line-height: 16px;
	margin: 2px 0;
	padding: 0;
	}
	
ol {
    margin: 5px 0 15px 0;
	padding: 0;
	}
ol li {
    font-size: 11px;
	line-height: 16px;
    margin: 0 0 0 20px;
	padding: 3px 0 4px 0;
	}
	
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	color: #ab1901;
	background: url(/image/layout/icon-blockquote.gif) no-repeat left top;
	margin: 10px 0;
	padding: 0 10px 0 45px;
	 }
	 
#sidebar blockquote {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin: 5px 0;
	padding: 0;
	background: none;
	 }
	 
cite {
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	text-transform: uppercase;
	margin: 5px 0 10px 80px;
	display: block;
	}

small{
	line-height: normal;
	}
	
	/* 
-----------------------------------
LINKAGE
-----------------------------------
*/  

a:link    { color:  #ab1901; }
a:visited { color: #ab1901; }
a:hover   { color: #000; }

p a:link,
dd a:link,
li a:link {
	color: #ab1901;
	text-decoration: none;
	background: url(/image/layout/bg-anchor.gif) repeat-x left bottom;
    }
	
p a:visited,
dd a:visited,
li a:visited {
    color: #879637;
	text-decoration: none;
	background: url(/image/layout/bg-visited.gif) repeat-x left bottom;
	}
	
p a:hover,
dd a:hover,
li a:hover {
    color: #fff;
	text-decoration: none;
	background: #ab1901;
	}

h2 a, h3 a, h4 a, h5 a, h8 a { text-decoration: none; }

h2 a:link,
h2 a:visited {
    color: #ab1901;
	}
	
h2 a:hover {
    color: #fff;
	background: #ab1901;
	}

h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h8 a:link,
h8 a:visited { 
    color: #333;
	font-weight: normal;
	}
	
h3 a:hover,
h4 a:hover,
h8 a:hover { 
    color: #ab1901;
	text-decoration: none;
	background: url(/image/layout/bg-anchor.gif) repeat-x left bottom;
    }
	
div.listing h3 a:link,
div.listing h3 a:visited,
div.listing h4 a:link,
div.listing h4 a:visited,
div.listing h8 a:link,
div.listing h8 a:visited { 
    color: #333;
	font-weight: bold;
	}
	
div.listing h3 a:hover,
div.listing h4 a:hover,
div.listing h8 a:hover { 
    color: #ab1901;
	text-decoration: none;
	background: url(/image/layout/bg-anchor.gif) repeat-x left bottom;
    }
	
dt a:link, 
dt a:visited {
    font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
    }
	
dt a:hover {
    color: #ab1901;
	background: url(/image/layout/bg-anchor.gif) repeat-x left bottom;
	}
div#calendar {
	margin: 20px 0;
	width: 160px;
	background: url(/image/layout/bg-calendar-only.gif) repeat-y left top;	
	}
div#calendar ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
	}	
div#calendar ul li {
    margin: 0;
	padding: 0;
	line-height: 0;
	}
div#calendar ul li#calendar a {
    margin: 0;
	padding: 0;
	width: 160px;
	height: 70px;
	display: block;
	background: url(/image/layout/button-calendar-only.gif) no-repeat 0px 0px;
	}

div#seating {
	margin: 20px 0;
	width: 160px;
	background: url(/image/layout/bg-seating-only.gif) repeat-y left top;	
	}
div#seating ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
	}	
div#seating ul li {
    margin: 0;
	padding: 0;
	line-height: 0;
	}
div#seating ul li#seating a {
    margin: 0;
	padding: 0;
	width: 160px;
	height: 93px;
	display: block;
	background: url(/image/layout/button-seating-only.gif) no-repeat 0px 0px;
	}
div.checkoutRightLinks{
	float:right;
	width:160px;
}
div.checkoutRightLinks div.err{
	width:auto;
	line-height: 120%;
}
a.checkoutGiftCertButton{
    margin: 2em 0;
	padding: 0;
	width: 160px;
	height: 93px;
	display: block;
	background: url(/image/layout/button-giftcert.gif) no-repeat 0px 0px;
	}	
a.checkoutGiftCertButton:hover{
	background-position: 0px -93px;	
}
	
div#calseat {
	margin: 20px 0;
	width: 160px;
	background: url(/image/layout/bg-calseat.gif) repeat-y left top;	
	}
div#calseat ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
	}
div#calseat ul li {
    margin: 0;
	padding: 0;
	line-height: 0;
	}
div#calseat ul li#calendar a {
    margin: 0;
	padding: 0;
	width: 160px;
	height: 62px;
	display: block;
	background: url(/image/layout/button-calendar.gif) no-repeat 0px 0px;
	}
div#calseat ul li#seating a {
    margin: 0;
	padding: 0;
	width: 160px;
	height: 89px;
	display: block;
	background: url(/image/layout/button-seating.gif) no-repeat 0px 0px;
	}
div#calendar ul li#calendar a:hover {
    background-position: 0px -70px
	}
div#seating ul li#seating a:hover {
    background-position: 0px -93px
	}
div#calseat ul li#calendar a:hover {
    background-position: 0px -62px
	}
div#calseat ul li#seating a:hover {
    background-position: 0px -89px
	}
		
	
/* 
-----------------------------------
BUTTONS
-----------------------------------
*/
p.buttons { margin: 0 0 25px 0; }
a span {display: none; }
p a.buy, 
p a.learn,
p a.subscribe,
p a.renew,
p a.reserve,
p a.buygiftcert,
p a.redeemgiftcert,
p a.addgiftcert,
dd a.buy, 
dd a.learn,
dd a.subscribe,
dd a.renew,
dd a.reserve {
	display: block;
	width: 87px;
	height: 24px;
	float: left;
	margin: 0 10px 0 0;
    }

p a.buygiftcert, p a.redeemgiftcert, p a.addgiftcert{
	width: 155px;
	margin: 0 0 0px 0;
}

p a.buy:link,
p a.buy:visited,
dd a.buy:link,
dd a.buy:visited { background: url(/image/layout/button-buy.gif) no-repeat 0px 0px; }

p a.learn:link,
p a.learn:visited,
dd a.learn:link,
dd a.learn:visited { background: url(/image/layout/button-learn.gif) no-repeat 0px 0px; }

p a.subscribe:link,
p a.subscribe:visited,
dd a.subscribe:link,
dd a.subscribe:visited { background: url(/image/layout/button-subscribe.gif) no-repeat 0px 0px; }

p a.renew:link,
p a.renew:visited,
dd a.renew:link,
dd a.renew:visited { background: url(/image/layout/button-renew.gif) no-repeat 0px 0px; }

p a.reserve:link,
p a.reserve:visited,
dd a.reserve:link,
dd a.reserve:visited { background: url(/image/layout/button-reserve.gif) no-repeat 0px 0px; }

p a.buygiftcert:link,
p a.buygiftcert:visited,
dd a.buygiftcert:link,
dd a.buygiftcert:visited { background: url(/image/layout/button-buygiftcert.gif) no-repeat 0px 0px; }

p a.addgiftcert:link,
p a.addgiftcert:visited,
dd a.addgiftcert:link,
dd a.addgiftcert:visited { background: url(/image/layout/button-addgiftcert.gif) no-repeat 0px 0px; }


p a.redeemgiftcert:link,
p a.redeemgiftcert:visited,
dd a.redeemgiftcert:link,
dd a.redeemgiftcert:visited { background: url(/image/layout/button-redeem.gif) no-repeat 0px 0px; }



p a.buy:hover,
p a.learn:hover,
p a.subscribe:hover,
p a.renew:hover,
p a.reserve:hover,
p a.buygiftcert:hover,
p a.addgiftcert:hover,
p a.redeemgiftcert:hover,
dd a.buy:hover,
dd a.learn:hover,
dd a.subscribe:hover,
dd a.renew:hover,
dd a.reserve:hover,
dd a.buygiftcert:hover,
dd a.addgiftcert:hover,
dd a.redeemgiftcert:hover{
    background-position: 0px -24px;
	}

/* 
-----------------------------------
TOOLS NAV
-----------------------------------
*/
li span { display: none; }

#tools {
	margin: 0;
	padding: 0;
	position:absolute;
	width: 940px;
	height: 23px;
	left: 0px;
	top: -23px;	
}
	
#tools ul {
    margin: 0;
	padding: 0;
	list-style: none;
	float:right;
	}
	
#tools li {
    margin: 0;
	padding: 0;
	float:  left;
	}
	
li#tab-blog a,
li#tab-blog a:link,
li#tab-blog a:visited {
	width: 51px;
	height: 23px;
	display: block;
	background: url(/image/layout/tab-blog.gif) no-repeat 0px 0px;
	float: left;
    }
	
li#tab-calendar a,
li#tab-calendar a:link,
li#tab-calendar a:visited {
	width: 76px;
	height: 23px;
	display: block;
	background: url(/image/layout/tab-calendar.gif) no-repeat 0px 0px;
	float: left;
    }
	
li#tab-contact a,
li#tab-contact a:link,
li#tab-contact a:visited {
	width: 76px;
	height: 23px;
	display: block;
	background: url(/image/layout/tab-contact.gif) no-repeat 0px 0px;
	float: left;
    }
	
li#tab-seating a,
li#tab-seating a:link,
li#tab-seating a:visited {
    margin-left: 1px;
	width: 100px;
	height: 23px;
	display: block;
	background: url(/image/layout/tab-seating.gif) no-repeat 0px 0px;
	float: left;
    }
	
li#tab-signin a,
li#tab-signin a:link,
li#tab-signin a:visited {
    margin-left: 1px;
	width: 70px;
	height: 23px;
	display: block;
	background: url(/image/layout/tab-signin.gif) no-repeat 0px 0px;
	float: left;
    }
	
li#tab-blog a:hover,
li#tab-calendar a:hover,
li#tab-contact a:hover,
li#tab-seating a:hover,
li#tab-signin a:hover {
    background-position: 0px -23px;
	}
li#tab-cart a,
li#tab-cart a:link,
li#tab-cart a:visited {
    margin-left: 1px;
	width: 100px;
	height: 23px;
	display: block;
	background: url(/image/layout/tab-shoppingcart.gif) no-repeat 0px 0px;
	float: left;
    }

li#tab-signout a,
li#tab-signout a:link,
li#tab-signout a:visited {
    margin-left: 1px;
	width: 70px;
	height: 23px;
	display: block;
	background: url(/image/layout/tab-signout.gif) no-repeat 0px 0px;
	float: left;
    }
	
li#tab-blog a:hover,
li#tab-calendar a:hover,
li#tab-contact a:hover,
li#tab-seating a:hover,
li#tab-signin a:hover,
li#tab-signout a:hover,
li#tab-cart a:hover{
    background-position: 0px -23px;
	}

li#username{
	font-size: 11px;
	float:left;
	text-align:right;
	margin-top: 3px;
	margin-right: 10px;
	color:#EEEEDD;
}
#username a:link, #username a:visited, #username a:hover{
	color:#EEEEDD;
}

/* 
-----------------------------------
TOP NAV
-----------------------------------
*/
#topnav{
	float: left;
	width: 175px;
	}
	
body#home #topnav{ width: 237px; }
body#shows #topnav{ width: 175px; }
body.no-subnav #topnav,
body.main-only #topnav,
body#shows.no-subnav #topnav{ width: 237px; }

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	}
	
body#home #topnav ul{
	margin: 20px 0 0 0;
	}

body.no-subnav #topnav ul,
body.main-only #topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#topnav li { 
	display: block; 
	padding: 0; 
	font: normal 12px Tahoma, sans-serif;
	}
	
#topnav li a { 
	display: block; 
	text-decoration: none; 
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #d1d1c2;
	}
	
body#home #topnav li a,
body.no-subnav #topnav li a,
body.main-only #topnav li a { 
	display: block; 
	text-decoration: none; 
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #d1d1c2;
	}
	
#topnav li#nav-shows  {
	background: url(/image/layout/nav-showbottom.gif) no-repeat left bottom;
	}
	
#topnav li#nav-shows a {
    padding: 0 0 15px 15px;
    border-bottom: none;
    }
	
body#shows #topnav li#nav-shows  {
	background: url(/image/layout/nav-showbottom-shows.gif) no-repeat left bottom;
	width: 180px; /* cover up the shadow */
	}
	
body#shows.no-subnav #topnav li#nav-shows{
	background: url(/image/layout/nav-showbottom-shows-nosubnav.gif) no-repeat left bottom;
	width:100%;
	}
	
body#shows #topnav li#nav-shows a {
    padding: 0 0 15px 15px;
    }
	
body#home #topnav li#nav-shows,
body.no-subnav #topnav li#nav-shows,
body.main-only #topnav li#nav-shows  {
    width: 237px;
	background: url(/image/layout/nav-showbottom-home.gif) no-repeat left bottom;
	}
	
body#home #topnav li#nav-shows a {
    padding: 0 0px 20px 15px;
    border-bottom: none;
    }
	
#topnav li a:link,
#topnav li a:visited { color: #252525; background: none; }

#topnav li a:hover { 
	color: #ab1901; 
	text-decoration: none;
	background: #ffe;
	}

body#subscriptions #topnav li#nav-subscriptions a,
body#accessibility #topnav li#nav-accessibility a,
body#season #topnav li#nav-season a,
body#planyourvisit #topnav li#nav-planyourvisit a,
body#about #topnav li#nav-about a,
body#education #topnav li#nav-education a,
body#support #topnav li#nav-support a,
body#press #topnav li#nav-press a,
body#contact #topnav li#nav-contact a,
body#direct-connect #topnav li#nav-direct-connect a {
    color: #fff;
    width: 165px;
    background: #899C78 url(/image/layout/nav-here.gif) no-repeat left top;
	border-bottom: 1px solid #899C78;
	}
body#subscriptions #topnav li#nav-subscriptions a:link,
body#subscriptions #topnav li#nav-subscriptions a:visited,
body#accessibility #topnav li#nav-accessibility a:link,
body#accessibility #topnav li#nav-accessibility a:visited,
body#season #topnav li#nav-season a:link,
body#season #topnav li#nav-season a:visited,
body#planyourvisit #topnav li#nav-planyourvisit a:link,
body#planyourvisit #topnav li#nav-planyourvisit a:visited,
body#about #topnav li#nav-about a:link,
body#about #topnav li#nav-about a:visited,
body#education #topnav li#nav-education a:link,
body#education #topnav li#nav-education a:visited,
body#support #topnav li#nav-support a:link,
body#support #topnav li#nav-support a:visited,
body#press #topnav li#nav-press a:link,
body#press #topnav li#nav-press a:visited,
body#contact #topnav li#nav-contact a:link,
body#contact #topnav li#nav-contact a:visited,
body#direct-connect #topnav li#nav-direct-connect a:link,
body#direct-connect #topnav li#nav-direct-connect a:visited {
    color: #fff;
	}


body#subscriptions #topnav li#nav-subscriptions a:hover,
body#accessibility #topnav li#nav-accessibility a:hover,
body#season #topnav li#nav-season a:hover,
body#planyourvisit #topnav li#nav-planyourvisit a:hover,
body#about #topnav li#nav-about a:hover,
body#education #topnav li#nav-education a:hover,
body#support #topnav li#nav-support a:hover,
body#press #topnav li#nav-press a:hover,
body#contact #topnav li#nav-contact a:hover,
body#direct-connect #topnav li#nav-direct-connect a:hover {
    color: #fff;
	text-decoration: underline;
	}

#topnav li#nav-shows a:link,
#topnav li#nav-shows a:visited {
    color: #fff;
	}
#topnav li#nav-shows a:hover {
    color: #f05940;
	background: transparent;
    }
body#home #topnav li#nav-shows a:hover {
    color: #f05940;
	background: transparent;
    }
body#shows #topnav li#nav-shows a:hover {
    color: #362f2d;
	background: transparent;
    }

body#home #topnav li#nav-home {
    display: none; 
	}
	
/* --------------------------------- */
/* SIDENAV */
/* --------------------------------- */


#sidenav ul {
	float: left;
	margin: 0;
	padding: 0;
   	list-style: none;
	width: 155px;
	}

#sidenav ul li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 155px;
	}

#sidenav ul li a {
	display: block;
	float: left;
	text-decoration: none; 
	width: 155px;
	margin: 0; 
	padding: 8px 5px 8px 10px;
	}

#sidenav ul li a:link, 
#sidenav ul li a:visited      { color: #eed; text-decoration: none; background: none;} 

#sidenav ul li a:hover,
#sidenav ul li a:link.here, 
#sidenav ul li a:visited.here,
#sidenav ul li a:hover.here { 
	color: #362f2d;
	text-decoration: none;
	background: url(/image/layout/nav-bullet.gif) no-repeat 2% 50%;
     }

#sidenav ul li ul {
	float: left;
	list-style: none;	
	padding: 0 0 10px 0;
	margin: 0;
	width: 145px;
	}

#sidenav ul li ul li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-bottom: none;
	margin: 0;
	padding: 0;
	width: 145px;
	}

#sidenav ul li ul li a {
	display: block;
	float: left;
	text-decoration: none; 
	border-bottom: none; 
	margin: 0; 
	width: 145px; 
	padding: 3px 5px 3px 20px;
	}
	
#sidenav ul li ul li a:link, 
#sidenav ul li ul li a:visited      { color: #eed; text-decoration: none; background: none; }

#sidenav ul li ul li a:hover,
#sidenav ul li ul li a:link.here, 
#sidenav ul li ul li a:visited.here, 
#sidenav ul li ul li a:hover.here { 
    color: #362f2d;
	background: url(/image/layout/nav-bullet.gif) no-repeat 4% 50%;
	border: none;
    }

/* 
-----------------------------------
LISTINGS
-----------------------------------
*/
div.listing {
    margin: 10px 0 20px 0;
	}
	
div.listing h2, div.listing h3, div.listing h4 {
    margin: 0 0 5px 90px;
	}

div.listing p {
    font-size: 11px;
	line-height: 14px;
	margin: 0 0 8px 90px;
    }
	
div.listing img {
    float: left;
	border: 1px solid #ccc;
	padding: 2px;
	}
	
div.listing2 {
    margin: 5px 0 30px 0;
	}
	
div.listing2 h2, div.listing2 h3, div.listing2 h4 {
    margin: 0 0 5px 0;
	}

div.listing2 p {
    font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 20px;
    }
	
div.listing2 img {
    float: left;
	border: 1px solid #ccc;
	padding: 2px;
	margin:10px;
	}
	
div.listing h2 { font-size: 18px; }
div.listing h3 { font-size: 12px; color: #777; }
div.listing h3 { font-size: 16px; }

div.listing h4 { font-size: 11px; color: #777; }
div.listing h4 a { font-size: 13px; }

div.listing2 h2 { font-size: 18px; }
div.listing2 h3 { font-size: 12px; color: #777; }
div.listing2 h3 { font-size: 16px; }

div.listing2 h4 { font-size: 11px; color: #777; }
div.listing2 h4 a { font-size: 13px; }

div.galleries img {
	border: 1px solid #ccc;
	padding: 2px;
	}
div.galleries p {
    font-size: 11px;
	line-height: 14px;
	margin: 0;
    }
/*
-----------------------------------
LOGIN PAGE
-----------------------------------
*/
label.loginRadio{
	display:block;	
}
label.loginRadio b{
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: .5em 0 .15em 0;
	color: #ab1901;	
}
div.loginFormDiv{
	display:none;
	margin: 10px 25px;	
}
/* 
-----------------------------------
FOOTER
-----------------------------------
*/
#footer {
    margin: 15px 0 0 0;
	padding: 0;
	width: 950px;
	position: relative;
	background: #6f6359 url(/image/layout/bg-footer-top.gif) no-repeat left top;
	clear: both;
	}
	
#footer ul {
	list-style: none;
	padding: 0;
	}
	
#footer ul.left {
    width: 350px;
    margin: 20px 0 10px 15px;
	padding:0;
	float: left;
    }
	
#footer ul.right {
    width: 500px;
    margin: 20px 15px 10px 0;
	padding:0;
	float: right;
	text-align: right;
	color: #d3d3c4; 
	font-size: 10px; 
	line-height: 12px;
    }
	
body#home #footer ul {
	list-style: none;
	padding: 0;
	}
	
body#home #footer ul.left {
    width: 350px;
    margin: 20px 0 10px 15px;
	padding:0;
	float: left;
    }
	
body#home #footer ul.right {
    width: 500px;
    margin: 20px 15px 10px 0;
	padding:0;
	float: right;
	text-align: right;
    }
	
#footer a:link,
#footer a:visited {color: #d3d3c4; text-decoration: none; background: none; }
#footer a:hover { color: #fff; text-decoration: underline; background: none; }

#footer a.thispage { color: #968d7a; }
#footer a.thispage:link,
#footer a.thispage:visited { color: #433a29; }
#footer a.thispage:hover { color: #fff;  }

#footer li { color: #d3d3c4; font-size: 10px; margin: 0; padding: 1px 0; line-height: 12px;}
#footer li a { display: block; }

#footer li a:link,
#footer li a:visited {color: #d3d3c4; text-decoration: none; background: none; }
#footer li a:hover { color: #fff; text-decoration: underline; background: none; }

#footer li a.thispage { color: #968d7a; }
#footer li a.thispage:link,
#footer li a.thispage:visited { color: #433a29; }
#footer li a.thispage:hover { color: #fff;  }

#footer h3 {
    font-family: "Lucida Grande", Tahoma, sans-serif;
    font-size: 12px;
	color: #bdd694;
	margin: 0;
	padding: 0;
    }
	
#emailform {
    width: 225px;
	margin: 15px 5px 0 0;
	padding: 0;
	float:left;
	}
	
#footer-clear {
    margin: 0;
	padding: 0;
    height: 12px;
	width: 950px;
	background: #6f6359 url(/image/layout/bg-footer-bottom.gif) no-repeat left top;
	clear: both;
    }

/* 
-----------------------------------
SPECIAL TYPE
-----------------------------------
*/
body#home h1 {
  font-size: 20px;
  }

body.showpage h1,
body.showpage-buy h1 {
    font-size: 30px;
	margin: 0 0 .5em 0;
	}

h2.slideshow {
    font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
    }
h3 span {
    font-size: 14px;
	color: #666;
	}
p.preheader {
    font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	color: #666;
	}
p.preheader2 {
    font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	color: #666;
	}

p.caption {
    font-size: 10px;
	line-height: 12px;
	color: #666;
    }
	
.social {
    font-size: 9px;
	line-height: 10px;
	color: #000;
	text-align: center;
    }
	
.note {
	font-style: italic;
	color: #666;
	}
	
.note2 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	line-height: 13px;
	color: #666;
	}

.gala {
	font-size: 13px;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
	color: #000;
	border-bottom: solid #666 thin;
	display: block
	}
	
.gala2 {
	font-size: 11px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	margin: 15px 0 5px 0;
	color: #000;
	border-bottom: solid #666 thin;
	display: block
	}
.galalist {
	font-size: 12px;
	line-height: 14px;
	margin: 15px 0 5px 0;
	display: block
	}
	
.galainvite1 {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
.galainvite2 {
	font-size: 14px;
	line-height: 18px;
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
	color: #ab1901;
	}
	
.galainvite3 {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ab1901;
	}
	
.galainvite4 {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	border-top: solid #000 thin;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ab1901;
	}

.galainvite5 {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ab1901;
	margin: 15px 0 5px 0;
	border-bottom: solid #ab1901 thin;
	display: block
	}

.galainvite6 {
	font-size: 11px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
	
.asterisk {
	background: url(/image/layout/icon-redstar.gif) no-repeat 5px center;
	padding: 0 0 0 18px;
    }

.wheelchair {
	background: url(/image/layout/icon-chair.gif) no-repeat left center;
	padding: 0 0 0 18px;
    }

.asterisk-wheelchair {
	background: url(/image/layout/icon-star-chair.gif) no-repeat left center;
	padding: 0 0 0 18px;
    }

p.asterisk {
	background: url(/image/layout/icon-redstar.gif) no-repeat 0px 3px;
	padding: 0 0 0 12px;
   }

p.wheelchair {
	background: url(/image/layout/icon-chair.gif) no-repeat 0px 3px;
	padding: 0 0 0 12px;
    }
	
p.fineprint {
    font-size: 10px;
	line-height: 12px;
	margin: 5px 0 15px 0;
	}
	                                                                                 
p.mission {
    font-size: 16px;
	line-height: 26px;
	}
	
p.tagline { 
    font-size: 13px;
	font-style: italic;
	margin-bottom: 5px;
	}
	
p.epigraph {
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #596641;
   }
p.banner-date {
    font-size: 11px;
	margin: 2px 0 0 2px;
	padding: 0;
	float: left;
	}
p.banner-links {
    font-size: 11px;
	margin: 2px 2px 0 0;
	padding: 0;
	float: right;
	}
   
div#sidebar ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
div#sidebar li {
    margin: 0;
	padding: 3px 0;
	}
	
dt span {
     font-size: 14px;
	 color: #fff;
	 background: #333;
	 padding: 2px;
	 }
	 
ul.pressrelease {
    list-style: none;
    margin: 0;
    padding: 0;
    }
	
ul.pressrelease li {
    margin:0;
	padding: 3px 0 3px 15px;
	background: url(/image/layout/icon-pressrelease.gif) no-repeat left center;	
	}
	
div#sidebar ul li.article {
    padding: 3px 0 3px 15px;
	background: url(/image/layout/icon-article.gif) no-repeat left center;	
    }
	
dl.parking dt {
	margin: 15px 0 0 0;
	}
div#mission h1 {
	text-align: center;
    }
sup {
	font-size: 8px;
	}
.names h2 {
     text-align: center;
	 }
.names ul {
    margin: 20px 0;
	padding: 0;
	list-style: none;
	}
.names ul li {
     margin: 0;
	 padding: 4px 0;	  
	 font-size: 14px;
	 text-align: center;
	 }
td.names {
	vertical-align: top;
}
/* 
-----------------------------------
IMAGES
-----------------------------------
*/
img { margin: 0; display: block; }

.float-left {
    margin: 2px 10px 2px 0;
	float: left;
	}
	
.float-right {
    margin: 2px 0 2px 10px;
	float: right;
	}

.homeBanner {
    width: 675px;
    margin: 10px 0 20px 15px;
	padding: 3px;
	border: 1px solid #ccc;
    }
	
.waitBanner {
    width: 150px;
    margin: 3px;
	padding: 3px;
	border: 1px solid #ccc;
}
	
.homeTicker {
    width: 675px;
    margin: 0;
	padding: 0;
    }
	
img.slideshow {
    margin: 15px 0 0 8px;
	}
	
img.asl-right,
div.listing img.asl-right {
	border: none;
	margin: 0;
	padding: 0 8px;
	float: right;
	width: 36px;
	height: 31px;
	}
img.asl-left {
	border: none;
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	}

/* 
-----------------------------------
FORMS
-----------------------------------
*/

form {
	margin: 0;
	padding: 0;
	}
	
.email-signup {
    width: 200px;
	font-size: 11px;
	border: 1px solid #222;
	background: #d3d3c4;
	margin: 0;
	vertical-align: middle;
    }
	
.email-signup:focus {
    background: #fff;
    }
	
.email-submit {
	margin: 0;
	padding: 0;
	vertical-align: middle;
    }
	
table.form-table {
	margin: 0 0 15px 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: none;
	}
body.no-subnav table.form-table, body.main-only table.form-table{
	width:98%;
}
table.form-table th, 
table.form-table td {
	margin: 0;
	padding: 3px 8px;
	}
	
table.form-table th {
	padding-top: 12px;
	text-align: right;
	vertical-align: top;
	color:  #ab1901;
	}
.directions {
    width: 250px;
	margin: 0;
	padding: 0;
	}

h1 span, h2 span {
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
    font-size: 13px;
	color: #666;
	}

/* 
-----------------------------------
TABLES
-----------------------------------
*/
table.timeline {
    margin: 10px 0;
	border-top: 1px solid #888;
	background-color: #FFF;
	}
table.timeline td,
table.timeline th {
    border-bottom: 1px solid #888;
	}
table.timeline td {
	text-align: left;
	vertical-align: top;
    }
table.timeline th {
	text-align: left;
	vertical-align: top;
    }
table.timeline th p {
	color: #ab1901;
	font-size: 18px;
	font-weight: normal;
	}
table.timeline th p span {
     font-size: 14px;
	 color: #666;
	 display: block;
	 }
table.shows {
    margin: 5px 0 20px 0;
	}
table.shows td,
table.shows th {
    padding: 5px 0;
	font-size: 11px;
	}
table.shows th {
    text-align: left;
	vertical-align: top;
	}
table.shows th {
	font-size: 11px;
	color: #ab1901;
	padding-top: 10px;
	}
	
table.shows	td.date {
	
	}
table.shows td.time,
table.shows td.price{
    text-align: right;
	}
table.shows td.line{
	border-bottom: 1px solid #888;	
}
h1 span, h2 span {
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
    font-size: 13px;
	color: #666;
	}
table.shows h3 {
    font-size: 14px;
    margin: 0;
    }
table.shows th.first {
    border: none;
	}
table.shows tr.altrow {
    background: #F8F8EF;
	}

table.shows tr.perfRowOver{
	background: #C8C3AC;
	cursor: hand;
	cursor: pointer;
}
table.shows tr.perfRowOver td{
	color: White;
}
table.shows tr.at td{
	font-weight: bold;
}

table.data {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	}
table.data th {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 6px 12px;
	text-align: left;
	}
table.data th.corner {
	border: none;
	}
table.data td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 6px 12px;
	}


/* 
-----------------------------------
Added by HADW
-----------------------------------
*/
a.calLink:link,
a.calLink:hover,
a.calLink:visited{
	font-size: 12px;
	margin-right: .2em;
	text-decoration:none;
}
a.calLink:hover{
	text-decoration:underline;
}

a.calLink_disabled{
	font-size: 12px;
	margin-right: .2em;
	text-decoration:none;
	color: #D1D1C2;
}

select#dateSelect{
	font-size: 10px;
}
table.calendar{
	width: 100%;
	background: #EEEEDD;
	border-collapse: collapse;
}
table.calendar td, table.calendar th{
	width: 14%;
	padding: 0px;
}
table.calendar th{
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	background: #FFFFFF;
}
table.calendar td{
	background: #FFFFFF;
	color: #000000;
	height: 100px;
	vertical-align:top;
	border-left: none;
	border: 1px solid #D1D1C2;
}
.sub td.calDayBox{
	height: 50px;	
}
table.calendar td.otherMonth{
	background: #EEEEDD;
	border: 1px solid #D1D1C2;
}
table.calendar td dl{
	margin:0px;
}
table.calendar td.otherMonth dt{
	color: #999999;
}
table.calendar td dt{
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	margin: 3px 2px 8px 3px;
}
table.calendar td dd{
	
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: #666666;
	margin: 3px 2px 8px 3px;
}
table.calendar td dd a{
	display:block;
	color: #999999;
	margin-bottom: 1em;
}
table.calendar td dd a:link, table.calendar td dd a:visited{
	color: #AB1901;
	background: none;
	text-decoration: none;
	font-size: 9px;
}
table.calendar td dd a:hover{
	color: #AB1901;
	text-decoration: underline;
}
table.calendar a.ext:link, table.calendar a.ext:visited{
	font-weight: bold;
	color: #899C78;
}
div.showTimesList{
	float:left;
	width: 175px;
}
div.showTimesList table td, div.showTimesList table th{
	padding: 0px 5px;
}
#sidebar div.showTimesList{
	font-size: 10px;	
}
.showTimesList span{
	font-weight:bold;
}
.showTimesList span a{
	font-weight: normal;
}
.showTimesList span.soldOut{
	font-weight: normal;
	color: #999999;
}
.listing{ clear:both; }
.listing img{ width:70px; height:70px; }
	
input, select, textarea{
	font-family: Verdana, sans-serif;	
	font-size: 11px;	
}
input.txtlg{
	width: 150px;
}
input.txtmed{
	width: 110px;
}
input.txtsm{
	width: 75px;
}
input.button, input.buttonWide{ font-size: 11px; color: #586980; height: 24px; border: none; }
input.button{ width: 100px; background: url( /image/button.png ) no-repeat 0 0px; }
input.buttonWide{ width: 150px; background: url( /image/button-wide.png ) no-repeat 0 0px; }
input.button:hover, input.buttonWide:hover{
	color: #ab1901;
	background-position: 0 -24px;
}
input.buttonClicked{
	padding: 0px 5px;
	background: #FFFFFF;
	color: #666;
	font-size: 10px;
	border-style:none;
}
div.next{
	margin: 15px 0px;
	text-align:right;
}
div.err, span.err{
	width:300px;
	display:block;
	color: #900;
	background:#F6E1CD; 
	padding: 8px;
	margin: 5px 0px 2px 0px;
	font-size: 10px;
	padding:2ex 2ex 2ex 2ex; 
	border: 1px solid #900;	
	text-align:left;
}

.err a { color: #366; }
.err a:hover { color: #000; }

.msg{ /* friendlier than err */
	width:auto;
	display:block;
	background:#EEEEDD; 
	padding: 8px;
	margin: 5px 0px 2px 0px;
	font-size: 10px;
	padding:2ex 2ex 2ex 2ex; 
	border: 1px solid #ccc;	
}
.msg a, .msg a:visited{ color:  #ab1901; }
.msg a:hover{   color: #fff; text-decoration: none; background: #ab1901;}


span.req{
	color: #AB1901;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position:relative; top: -3px; left: -3px;
}

div.otherAddressRadio{
	margin-left: 20px;
	text-indent: -20px;	
}


div.cartCountdown{
	display:block;
	color: #900;
	background:#F6E1CD; 
	padding: 8px;
	margin: 5px 15px 5px 0px;
	
	padding:2ex 2ex 2ex 2ex; 
	width: 255px;
	border: 1px solid #900;	
}
table.seatSelection{ width: 500px; margin-bottom: 2em; }
table.seatSelection .price{ text-align:right; width: 6em; }
table.seatSelection tr.bestAvailable td{ border-bottom: 1px solid #CCCCCC; }
table.seatSelection tr.soldOut td{ color: #CCCCCC; }
table.seatSelection tr.hover td{ background: #C8C3AC; cursor:pointer; }
table.seatSelection tfoot td, 
table.seatSelection tfoot th{ border-top: 1px solid #CCCCCC; padding-top: 5px; }


table.orderSummary{ width: 499px; border-collapse: collapse; }
table.orderSummary td, 
table.orderSummary th{ padding: 4px; text-align:left; vertical-align:top; }
table.orderSummary td.empty{ padding: 0px 4px; }
table.orderSummary td.price, table.orderSummary th.price{ text-align:right; }
table.orderSummary tbody tr.lineItem, table.orderSummary tbody tr.lineItem td{ border-top: 1px solid #CCCCCC; }
tr.ticketSummaryTotals td{ border-top: 1px solid #CCCCCC; }
div.checkoutButton{ float:right; margin-top: 0px; text-align:right; }


p a.noVisit{
	font-weight: bold;
}

p a.noVisit:visited,
dd a.noVisit:visited {
    color: #ab1901;
	text-decoration: none;
	background: url(/image/layout/bg-anchor.gif) repeat-x left bottom;
	}
	
p a.noVisit:hover,
dd a.noVisit:hover {
    color: #fff;
	text-decoration: none;
	background: #ab1901;
	}
	
div#buyFlowNumbers{
	position:absolute;
	height: 29px;
}
body.sub #buyFlowNumbers{
	top: 110px;
	left: 350px;
	width: 600px;
	background: #FFFFFF url( /image/layout/bg-buyFlowSteps_600.gif ) no-repeat;	
}
.main-only #buyFlowNumbers{
	top: 110px;
	left: 237px;
	width:713px;
	background: #FFFFFF url( /image/layout/bg-buyFlowSteps_713.gif ) no-repeat;	
}
div#buyFlowNumberSpacer{
	height: 34px;	
}
div#buyFlowNumbers ol{
	padding-left: 20px;
}
div#buyFlowNumbers ol li{
	list-style-type:none;
	float:left;
	margin-left: 0px;
	margin-right: 24px;
	color: #ffffff;
}
div#buyFlowNumbers ol li.at{
	color: #eeee00;
	/* color: #AB1901;*/
}
div#buyFlowNumbers ol li.done{
	color: #C8BEB5;
}

iframe#smartCart{
	position:absolute; 
	visibility:hidden; 
	height: 1px; width:1px;	
}
/* 
-----------------------------------
CAPTCHA
-----------------------------------
*/   
div.Captcha{
	margin-top: 2em;
	padding: 10px 0;
	width: 370px;
}
img.CaptchaImg{
	border: 1px solid #ccc;
	float:right;
	margin-left: 10px;
	margin-right: 10px;
}
div.CaptchaIntro{
}
div.CaptchaMiddle{
	font-weight: bold;
	margin-bottom: 5px;
}
div.CaptchaFooter{
	clear:both;
	font-size: 9px;
}
div.CaptchaError{
	color: #900;
	background:#F6E1CD; 
	padding: 8px;
	margin: 5px 0px 2px 0px;
	font-size: 10px;
	padding:2ex 2ex 2ex 2ex; 
	border: 1px solid #900;	
}

/* 
-----------------------------------
SUBSCRIPTIONS
-----------------------------------
*/ 
.small{	font-size:10px; }
.plandetail{ margin-left:26px; }
.center{ text-align:center; }

table.pricer{ width:550px; }
	table.pricer td{
		width:1%; text-align:center;
		padding:10px 0px;
		background-color:#EEEEDD;
		border-top:1px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	table.pricer td.first{ border-left:1px solid #ccc; }
	table.pricer td.at{ background-color:#AB1901; color:#fff; }

div.subs-col{ float:left; width:250px; margin-right:25px; font-size:9px; }
	div.subs-col .wideinput{ width:225px; }
	div.subs-col .Captcha{ width:225px; margin:0px; padding:5px 0px 0px 0px; border:0px; }
	div.subs-col .CaptchaMiddle{ font-weight:normal; font-size:10px;  }
	div.subs-col .CaptchaResponse{ width:130px; }
	div.subs-col .CaptchaImg{ width:130px; margin:0px 0px 10px 10px; }
	div.subs-col .err{ width: auto; }
	div.subs-col select{ margin-top:3px; }

	
div.prodInfo{
	display:none;
	margin:0px 0px 0px 22px;
	font-size:11px;
}

table.subs{ margin-bottom:25px; }

table.subs th, table.subs td{ padding:0px 0px 1px 5px; vertical-align:top; }
	table.subs th.left, table.subs td.left{ text-align:left; }
	table.subs td.right{ text-align:right; }

table.subsSeries{}
	table.subsSeries td{ text-align:center; }
	table.subsSeries td.last, table.subsSeats td.last{ border-left:1px solid #ccc; }
	
tr.disabled td{ color: #999; }

td.best{ border-bottom:1px solid #ccc; }
p.seats{ margin:7px 0px; }

p#subtotalText{ background-color:#ffffff; float:left; }

table.renewLogin th, table.renewLogin td{ vertical-align:top; text-align:left; }

.renewNotice{
    width:662px; padding:1em 0; margin:1em 0; 
    background-image:url('/image/layout/icons/bg_attention.gif'); 
    background-repeat:no-repeat; 
    background-position:15px 15px;    
}
.renewNotice h2, .renewNotice p{
    margin:0 10px 0px 100px;
}

.clear{ clear:both; }

.subsTable{ width:100%; margin:1em 0; background-color:#eee; }
    .subsTable td{ padding:5px; vertical-align:top; text-align:left; }
    .subsTable th{ padding:5px; text-align:right; font-weight:normal; vertical-align:top; }
    .subsTable h3{ font-size:13px; font-weight:bold; margin-top:0px; }
    .subsTableRenewed td, .subsTableRenewed th{ color:#ccc; }
    .modalHolder{ display:none; }
    .modal{ background-color:#fff; }
    .cancelSaveHolder{ padding:15px; width:90%; }
    .cancelSaveLeft{ float:left; display:inline; }
    .cancelSaveRight{ float:right; display:inline; text-align:right; }
    .seatsChangeHolder{ display:none; padding-bottom:5px; }
    .seatsChangeLeft{ float:left; width:45%; padding-right:10px; margin-left:15px; border-right:1px solid #ccc; }
    .seatsChangeRight{ float:right; width:45%; }
    .indent{ margin-left:18px; }
    .checkIndent{ width:85%; padding-right:10px; float:right; }
    .utilLink{ width:20%; float:right; white-space:nowrap; text-align:right; }
    .renewSubTotalSubmit{ text-align:right;  }
	.renewSubTotalSubmit .err{ width: 280px; }
    
.renewalModal{ padding:0 10px; }
    .renewalModal h3, .renewalModal p{ text-align:left; }
    .renewalModal table.subs{ margin:0; }
    .renewalModal table.subs td{ vertical-align:top; text-align:left; }
    .renewalModal table.subs td.center{ text-align:center; }
    .renewalModal .subsSeats{ margin:0; }
    .renewalModal .subsAddRemoveSeats{ margin:0; width:90%; }
    .renewalModal .subsAddRemoveSeats td{ padding-top:5px; padding-bottom:5px; }
    .renewalModal .err{ width:90%; }
    



/* 
-----------------------------------
HOMEPAGE FEATURES
-----------------------------------
*/ 
#feature-container {position:relative; width:675px; height:120px; margin: 20px;}
.feature-boxA {position:absolute; top:0; left:0; width: 220px; height: 120px; margin: 0px 0px 5px 0px; overflow:hidden; background-image:url(/image/layout/fading1.png); background-repeat:repeat-x;}
.feature-box1 {position:relative; width: 180px; height: 25px; float:left; text-align:left; padding: 5px 0px 0px 11px; font-family: Tahoma, Geneva, sans-serif; font-size: 12px; color:#ab1901; font-weight:bold;}
.feature-box2 {position:relative; width: 25px; height: 25px; text-align:center; float:right;}
.feature-text {position:relative; width: 205px; margin: 0px 0px 0px 12px; float:left; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; line-height:1.25em; color:#333; clear:both;}
.feature-box2 img{margin:5px 0 0 7px;}
.feature-text img{padding-right:4px;}
.feature-boxB {position:absolute; top:0; left:230px; width: 220px; height: 120px; margin: 0px 0px 5px 0px; overflow:hidden; background-image:url(/image/layout/fading1.png); background-repeat:repeat-x;}
.feature-boxC {position:absolute; top:0; left:460px; width: 220px; height: 120px; margin: 0px 0px 5px 0px; overflow:hidden; background-image:url(/image/layout/fading1.png); background-repeat:repeat-x;}

.icons {
	width:36px; float:right; display:inline; padding:5px;
}

/* 
-----------------------------------
VIDEO LIGHTBOX
-----------------------------------
*/ 
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(/include/videobox/css/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/include/videobox/css/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/include/videobox/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/include/videobox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* 
-----------------------------------
AJAX QUEUE
-----------------------------------
*/ 
#queue {
	display:none;
	background-color:#EED;
	padding:4px;
	font-weight:bold;
}