@charset "UTF-8";

/* this imports the non-validating code for rounded corners */
@import "corners.css";


* {
	margin: 0;
	padding: 0;
	outline: none;
	border:none;
}
html, body {
	height: 100%;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 62.5%;
	text-align:center;
	background: #000;
	color:#fff;
}
body#shop {
	background: #000 url(../images/backgrounds/shop_bg.jpg) top center no-repeat;
	background-attachment:fixed;
}



/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	width:100%;
	overflow: hidden;
}
.filler {
	display:none;
}





/*/////////////////////////////////// GENERIC LINKS ///////////////////////////////////*/
a {
	color:#da9d00;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#ffd76f;
	text-decoration:none;
	outline:none;
}
a:active {
	color:#838383;
	text-decoration:none;
	outline:none;
}




a.more {
	color:#da9d00;
	background-image:url(../images/icons/arrow.gif);
	background-repeat:no-repeat;
	background-position: right -30px;
	padding-right:10px;
}
a.more:hover {
	color:#ffd76f;
	background-position: right 0;
}
a.more:active {
	color:#838383;
	background-position: right -60px;
}





a.back {
	color:#da9d00;
	background-image:url(../images/icons/back-arrow.gif);
	background-repeat:no-repeat;
	background-position: left -30px;
	padding-left:10px;
}
a.back:hover {
	color:#ffd76f;
	background-position: left 0;
}
a.back:active {
	color:#838383;
	background-position: left -60px;
}




/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:none;
} 
.PixLeft {
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
.PixRight {
	margin-left:15px;
	margin-bottom:10px;
	float:right;
}




/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 1;
	clear:both;
	width:100%;
	text-align:center;
	margin: 0 auto -187px; /* the bottom margin is the negative value of the footer's height */
}
#wrapper #skip {
	display:none;
	margin:534px auto 50px auto;
}
.push {
	height: 187px; /* .push must be the same height as .footer and negative margin on #wrapper */
}
#header {
	background: url(../images/backgrounds/bg_header.jpg) top center no-repeat;
	min-width:910px;
	width: 100%;
	height: 152px;
	clear: both;
	text-align:center;
}
.container {
	width: 832px;
	padding: 0;
	margin: 0 auto;
}




/*/////////////////////////////////// FLASH BACKGROUND ///////////////////////////////////*/
#flashBG {
	/*background: #000 url(../images/backgrounds/video_bg_alt.jpg) top center no-repeat;*/
	height: 100%;
	position: fixed;
	top: 0;
	left:0;
	margin:0;
	width: 100%;
	text-align:left;
	z-index: 0;
}





/*/////////////////////////////////// SITE HEADER ///////////////////////////////////*/
#header #siteTitle {
	width:370px;
	height:105px;
	margin:0 auto;
}
#header #siteTitle h1 {
	width:370px;
	height:89px;
	margin:0;
	display:block;
	padding:16px 0 0 0;
	text-align:center;
}
#header #siteTitle h1 a {
	width:370px;
	height:89px;
	font-size:1em;
	display:block;
}



#header #booking {
	float:left;
	text-align:left;
}

#header #theatre {
	float:right;
	text-align:right;
}

#header .topBox {
	height:73px;
	width:230px;
	padding:20px 0 0 0;
	margin:0;
}


#header div h3 {
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-0.05em;
	margin-bottom:17px;
	line-height:100%;
	text-transform:uppercase;
}
#header div.selCont h3 {
	font-size:2em;
	margin:0 0 0 4px;
	padding-top:0;
	color:#000;
}
#header div h4 {
	font-size:1.2em;
	font-weight:normal;
	line-height:100%;
	text-transform:uppercase;
}
#header div p {
	font-size:1.1em;
	line-height:120%;
}




#header .map {
	float:right;
	margin-right:-23px;
	width:17px;
	display:block;
	height:17px;
}
#header .map a {
	width:17px;
	display:block;
	height:17px;
	background:url(../images/buttons/map.gif) top left no-repeat;
	text-indent:-99999px;
	font-size:0.1em;
	text-decoration:none;
}
#header .map a:hover {
	background-position:bottom left;
}





/*/////////////////////////////////// CONTENT ///////////////////////////////////*/
#content {
	margin:50px auto;
	height:500px;
	width:910px;
	background:url(../images/backgrounds/bg_content.png) top right no-repeat;
}




#content h2 {
	color:#fff;
	margin-bottom:0;
	margin-top:-6px;
	line-height:100%;
	font-size:2.8em;
	letter-spacing:0;
	text-transform:uppercase;
	font-weight:normal;
}
#content h3 {
	color:#da9d00;
	margin-bottom:1em;
	line-height:100%;
	font-size:1.9em;
	text-transform:uppercase;
	font-weight:normal;
}
#content h4 {
	color:#fff;
	margin-bottom:1.2em;
	font-size:1.5em;
	font-weight:bold;
}
#content h5 {
	color:#fff;
	font-size:1.7em;
	font-weight:normal;
	margin-bottom:10px;
	line-height:140% !important;
}
#wrapper h6 {
	color:#da9d00;
	font-size:1.25em;
	font-weight:bold;
}
#content p {
	font-size:1.25em;
	margin-bottom:1.5em;
	line-height:135%;
}
#content div.topPad {
	padding-top:20px;
}



/* for registration form */
#msgArea {
	margin:30px 0 20px 0;
	width:345px;
	clear:both;
	height:50px;
}
body#register #content td {
	font-size:1.25em;
	line-height:115%;
}
#content form input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
#content form input.txtField {
	background:#000;
	color:#fff;
	border:1px solid #687080;
	padding:2px;
	margin-bottom:9px;
	font-size:1em;
	width:220px;
}
#content form select.txtField {
	background:#000;
	color:#fff;
	border:1px solid #687080;
	padding:2px;
	margin-bottom:9px;
	font-size:1em;
	width:225px;
}
#content form input.txtFieldSmall {
	background:#000;
	color:#fff;
	border:1px solid #687080;
	padding:2px;
	font-size:1em;
	margin-bottom:9px;
	width:50px;
	float:right;
}
#content form input.checkBox {
	width:16px;
	height:16px;
	margin-bottom:9px;
}
#content input.GoButton {
	border: none;
	background:transparent url(../images/icons/go-arrow.gif) right 1px no-repeat;
	margin: 10px 0 0 0;
	font-size:1.4em;
	color:#da9d00;
	font-weight:normal;
	text-transform:uppercase;
	line-height:100%;
	text-align:center; 
	padding: 3px 15px 3px 7px;
}
#content input.GoButton:hover {
	background:#da9d00 url(../images/icons/go-arrow.gif) right -29px no-repeat;
	cursor:pointer;
	color:#fff;
}





/* form errors */
#content form .errormessage select.txtField,
#content form .errormessage input.txtField,
#content form .errormessage input.txtFieldSmall {
	border:1px solid red;
	color:red;
}
#content div.general-error {
	border:1px solid #912c1f;
	padding:7px 7px 7px 28px;
	font-size:1.25em;
	text-align:left;
	color:#912c1f;
	background:#fbe3e4 url(../images/icons/error.gif) 7px 7px no-repeat;

	/* see corners.css */

}




/* ordered list */
#content ol {
	margin-bottom:1.5em;
	list-style:upper-alpha;
	padding-left:4em;
	width:75%;
}
#content ol li {
	font-size:1.25em;
	
	margin-bottom:.5em;
	line-height:135%;
}




/* unordered list */
#content .scroll-pane ul {
	margin-bottom:1.5em;
	list-style:disc;
	padding-left:4em;
	width:85%;
}
#content .scroll-pane ul li {
	font-size:1.25em;
	margin-bottom:.5em;
	line-height:135%;
}
#content .scroll-pane ul ul {
	padding-left:15px;
	width:100%;
	margin-bottom:0.5em;
}
#content .scroll-pane ul li li {
	font-size:1em;
	margin-bottom:0.2em;
	line-height:120%;
}



div.Row {
	clear:both;
	margin:0;
}
#content div.Row p {
	margin:0;
}
div.Row div.Box {
	float:left;
	width:350px;
	margin:0 30px 0 0;
	padding:0;
}
div.Row img {
	margin-right:15px;
	float:left;
	border:1px solid #999;
}
body#home div.Box {
	width:236px;
}





/* image must be set in page or via cms as div background image */
#content #MainImage {
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:0;
	text-align:left;
	margin:68px 35px 0 0;
	float:right;
	
	/* see corners.css */

}




/* for google maps API */
#MainImage h3 {
	font-size:1.4em;
	color:#000;
	font-weight:bold;
	margin:0 0 .25em 0;
}
#MainImage p {
	margin:0;
	color:#666;
	font-size:1.15em;
	line-height:120%;
}
#mapTip h4 {
	font-size:1.3em;
	margin:0;
	min-width:110px;
	width:auto;
	white-space:nowrap;
	padding:2px;
	border:1px solid black;
	background-color:white;
	text-align:center;
	color:black
}




/* set the images size based on text column width */
body.txtHalf #content #MainImage {
	width:365px;
	height:400px;
}
body.txtMid #content #MainImage {
	width:200px;
	height:250px;
}
body.txtFull #content #MainImage {
	display:none;
}




div.titleBlock {
	height:70px;
	text-align:left;
	margin:0;
	float:left;
}
body#home div.titleBlock {
	display:none;
}
body#news div.titleBlock {
	border-bottom: 1px solid #4d5050;
	height:60px;
	margin-bottom:10px;
}
body#news div.titleBlock p {
	margin: 0;
}




body.txtHalf div.titleBlock {
	width:365px;
}
body.txtFull div.titleBlock {
	width:770px;
}
body.txtMid div.titleBlock {
	width:540px;
}




div.titleBlock h3 {
	margin:0;
}



/*/////////////////////////////////// SOCIAL MEDIA CONTROL BAR ///////////////////////////////////*/
#controlStrip {
	width:27px;
	height:118px;
	float:right;
	margin:10px 8px 0 0;
}
body#home #controlStrip {
	display:none;
}
#controlStrip ul {
	list-style:none;	
}
#controlStrip ul li {
	margin-bottom:5px;
}
#controlStrip ul li a {
	height:26px;
	display:block;
	width:27px;
	background-image:url(../images/buttons/social_media.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}



/* the top band */
div#at20mc div#at15s div#at15s_inner div#at15s_head {
	font-weight:normal;
	background:#666;
	color:#fff;
}
/* the close 'X' */
div#at20mc div#at15s div#at15s_inner div#at15s_head a#at15sptx {
	color:#333;
}
div#at20mc div#at15s div#at15s_inner div#at15s_head a#at15sptx:hover {
	color:#000;
	text-decoration:none;
}
/* the top band heading typeface */
div#at20mc div#at15s div#at15s_inner div#at15s_head span#at15ptc {
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform:uppercase;*/	
}
/* the bottom band */
div#at20mc div#at15s div#at15s_inner div#at16pf {
	padding-bottom:2px;
	background-color:#666;
	
}
/* the bottom band links */
div#at20mc div#at15s div#at15s_inner div#at16pf a {
	color:#333;
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;*/
}
div#at20mc div#at15s div#at15s_inner div#at16pf a:hover {
	color:#000;
	text-decoration:none;
	/*font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;*/
}





/* hack ADDTHIS so we can show our own images */
#controlStrip ul li a span.at300bs {
	background:none;
}




/* new icons for ADDTHIS */
#controlStrip a#share {
	background-position: 0 0;	
}
#controlStrip a#email {
	background-position: -27px 0;	
}
#controlStrip a#add {
	background-position: -54px 0;	
}
#controlStrip a#print {
	background-position: -81px 0;	
}




/* new icon hovericons for ADDTHIS  */
#controlStrip a#share:hover {
	background-position: 0 -26px;	
}
#controlStrip a#email:hover {
	background-position: -27px -26px;	
}
#controlStrip a#add:hover {
	background-position: -54px -26px;	
}
#controlStrip a#print:hover {
	background-position: -81px -26px;	
}





/*/////////////////////////////////// TWO COLUMN LISTS ///////////////////////////////////*/
#content ul.galleryMenu {
	list-style:none;
	margin:5px 0 0 145px;
	padding:0;
	height:57px;
	clear:both;
	width:481px;
}
#content ul.galleryMenu li {
	padding:0;
	margin:0 26px 0 0 ;
	text-align:center;
	width:auto;
	float:left;
	display:block;
	/*width:75px;*/
	font-size:0.9em;
	line-height:80%;
	/*height:70px;*/
}
#content ul.galleryMenu li.Last {
	margin:0;
}
#content ul.galleryMenu li a img {
	border:1px solid #fff;
	display:block;
	width:75px;
	height:55px;
}
#content ul.galleryMenu li a:hover img {
	border:1px solid #da9d00;
}
#content ul.galleryMenu li a:active img {
	border:1px solid #838383;
}





/*/////////////////////////////////// TWO COLUMN LISTS ///////////////////////////////////*/
#content .noscroll {
	width: 770px !important;
}

#content ul.twoColList {
	border-top: 1px solid #4d5050;
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#content ul.twoColList li {
	border-bottom: 1px solid #4d5050;
	float:left;
	margin:0;
	padding:0;
	font-size:1.25em;
	width:100%;
}
#content ul.twoColList li a {
	display:block;
	float:left;
	width:98%;
	padding:5px 1%;
	background:none;
	text-decoration:none;
	color:#fff;
}
#content ul.twoColList li a:visited {
	color:#ccc;
}
#content ul.twoColList li.noLink {
	display:block;
	float:left;
	width:98%;
	padding:5px 1%;
	color:#fff;
/*	color:#f9e8c0;*/
	background:none;
	text-decoration:none;
}
#content ul.twoColList li a:hover {
	text-decoration:none;
	background:#fff;
	color:#000;
}
#content ul.twoColList li span.ListRight {
	text-align:right;
	float:right;
	margin-left:20px;
	color:#da9d00;
	font-weight:normal;
}
#content ul.twoColList li a:hover span.ListRight {
	color:#000;
}


#content ul.twoColList ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
#content ul.twoColList ul li {
	border:none;
	margin:0;
	padding:0;
	font-size:1em;
}
#content ul.twoColList li.noLink h6 {
	padding:0 0 3px 0;
	color:#FFF;
	font-weight:normal;
}




/* homepage specific styles ONLY */
body#home #content {
	/*margin:225px auto 50px auto;*/
	/*height:325px;*/
	/*display:none;*/
	text-align:left;
	/*background:url(../images/backgrounds/bg_content-home.png) top right no-repeat;*/
	background:none;
}
body#home div.titleBlock {
	height:80px;
	text-align:center;
	clear:both;
}
body#home #content h4 {
	margin-bottom:.5em;
	padding-bottom:.5em;
	font-size:1.2em;
	line-height:110%;
	font-weight:normal;
	border-bottom:1px solid #fff;
	text-transform:uppercase;
}
body#home #content h5 {
	text-transform:uppercase;
	color:#da9d00;
	margin-bottom:.5em;
	line-height:105% !important;
}
body#home #content p {

}
body#home #content a img {
	border:none;
}
body#home #content a.video {
	border:1px solid #fff;
	width:218px;
	height:88px;
	margin-bottom:-10px;
	display:block;
	background:url(../images/photos/video/home_video.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}
body#home #content a.video:hover {
	border:1px solid #da9d00;
}
body#home #content a.video:active {
	border:1px solid #838383;
}



body#home #content a.proButton {
	border:1px solid #fff;
	width:234px;
	height:129px;
	margin-bottom:8px;
	display:block;
}
body#home #content a.proButton:hover {
	border:1px solid #da9d00;
}
body#home #content a.proButton:active {
	border:1px solid #838383;
}





/*/////////////////////////////////// SHOP ///////////////////////////////////*/
body.scale #content {
	margin:50px auto 0 auto;
	background-color:orange;
	min-height:470px;
	height:auto;
	background:url(../images/backgrounds/bg_content_scale.png) top right no-repeat;
}
body.scale #bottom {
	height:30px;
	clear:both;
	margin:0 auto 50px auto;
	width:910px;
	background: url(../images/backgrounds/bg_content.png) bottom right no-repeat;
}
#colOne {
	text-align:left;
	width:465px;
	padding:0;
}
#colOne .pagination {
	background:#000;
	width:445px;
	text-align:left;
	padding:6px 10px 7px 10px;
	font-size:1.1em;
	
	/* see corners.css */

}
.inactive {
	color:#666;
}
#colTwo {
	background:#000;
	width:255px;
	/*min-height:350px;*/
	height:auto;
	float:right;
	text-align:left;
	padding:10px 10px 20px 10px;
	
	/* see corners.css */

}
#colTwo h5.cart {
	background: url(../images/shop/h5-cart.gif) 0 2px no-repeat;
	padding-left:35px;
	height:30px;
}
#colTwo h6, #colOne h6 {
	font-weight:normal;
}
#colTwo h6.secure {
	background: url(../images/shop/padlock.gif) 0 0 no-repeat;
	padding: 3px 0 0 30px;
	height:21px;
	margin:25px 0 0 0;
}
#colTwo p.secure {
	padding: 0 20px 0 30px;
}

#colTwo a.remove {
	margin-right:2px;
}
#colOne a.remove img, #colTwo a.remove img {
	border:none;
	margin:0 2px 0 0;
	float:inherit;
}

body.scale #colOne table.summaryTable td, body.scale #colTwo td {
	padding:5px 0;
	font-size:1.25em;
	vertical-align:top;
}
#content form input.qty {
	width:22px;
	margin:0 3px 0 11px;
	text-align:center;
	float:inherit;
}
body#shop #content div.Row {
	clear:none;
	margin:0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom:1px dotted #687080;
}
body#shop #content div#colOne div.Row td {
	font-size:1.25em;
	line-height:115%;
}
input.ProceedButton {
	width:215px;
	height:30px;
	background-image:url(../images/shop/proceed-to-checkout.gif);
	background-color:transparent;
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:0;
	display:block;
	margin: 0 auto;
	text-align:left;
	padding:0;
}
input.ProceedButton:hover {
	background-position: bottom left;
	cursor:pointer;
}
input.ContinueButton {
	width:215px;
	height:30px;
	background-image:url(../images/shop/continue-shopping.gif);
	background-color:transparent;
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	font-size:0;
	display:block;
	margin: 0 auto;
	text-align:left;
	padding:0;
}
input.ContinueButton:hover {
	background-position: bottom left;
	cursor:pointer;
}




#content div.options {
	width:125px;
	float:right;
	margin-left:10px;
}
body#shop #content div.Row a.tmb {
	width:107px;
	height:107px;
	border:1px solid #687080;
	background: url(../images/shop/more-info.gif) center 90px no-repeat;
	display:block;
	float:left;
	padding:0;
	margin-right:10px;
}
body#shop #content div.Row a.tmb:hover {
	background-position: center 73px;
}
body#shop #content div.Row a.tmb img {
	border:none;
	width:107px;
	height:90px;
}
#content div.options form select.optList {
	background:#000;
	color:#fff;
	border:1px solid #687080;
	padding:2px;
	margin:0;
	font-size:1.25em;
	width:125px;
}
#content div.opt1, #content div.opt2, #content div.opt3 {
	height:29px;
}
#content div.opt3 h6 {
	line-height:100%;
	font-size:150%;
	margin:5px 0 0 0;
	letter-spacing:-0.01em;
	text-align:center;
}
#content div.Row p {
	margin-bottom:.8em;
}
#content div.Row p.info {
	margin:0;
	font-size:150%;
}
#content div.options input.AddBasket {
	border: none;
	background:transparent url(../images/shop/add-to-basket.gif) top left no-repeat;
	margin: 0;
	width:125px;
	height:21px;
	outline:none;
	text-indent:-9999px;
	font-size:0em;
}
#content div.options input.AddBasket:hover {
	background-position:bottom left;
	cursor:pointer;
}
body#shop #content #colOne div.Detail {
	margin:0 !important;
	padding:0 !important;
	border:0;
}
#content #colOne div.Detail img {
	margin:0 0 1.5em 0;
}
#content #colOne div.Detail h5 {
	color:#da9d00;
}
#content #colOne div.Detail div.options {
	margin-left:25px;
}
body#shop #content div#colOne div.Row td.ruleCell {
	font-size:0;
	background:#000;
	padding:0;
	margin:10px 0;
	height:1px;
	line-height:0;
}






div.titleBlock h3 {
	float:left;
	width:300px;
}
body#cast div.titleBlock h3 {
	float:left;
	width:300px;
}
body.xtra div.titleBlock h3 {
	width:600px;
}
body#about #content div.xtra strong, body#tickets #content div.xtra strong, body#about #content div.xtra .yellow {
	font-size:135%;
	line-height:110%;
	font-weight:normal;
}
body#shop div.titleBlock h3 {
	width:550px;
}





/*/////////////////////////////////// GENERAL USEFUL STYLES ///////////////////////////////////*/
#content .indent {
	text-align:left;
	float:right;
	width:50%
}
body#tickets #content .indent {
	width:70%;
}
#content .Center {
	text-align:center;
}
#content .Credit {
	font-size:.8em;
	line-height:120%;
}
#content .Right {
	text-align:right;
	float:right;
	font-weight:normal;
	text-transform:none;
}
div.titleBlock div.Right {
	font-size:2em;
	margin-top:-4px;
	position:relative;
}
body#shop div.titleBlock div.Right {
	font-size:1.4em;
	margin-top:1px;
}

#content .bold {
	font-weight:bold;
}
#content .Last, #booking .Last {
	border:none;
	margin:0;
	padding:0;
}
body#shop #content div.Last {
	border:none;
	padding:0;
	margin-bottom:15px;
}
#content .white {
	color:#fff;
}
#content .yellow {
	color:#da9d00 !important;
}
#content .date {
	font-size:75%;
	line-height:140%;
}
#content .Note {
	font-size:.8em;
	font-style:italic;
	margin:0;
	line-height:125%;
}
#content .small {
	font-size:1em;
}
#content .Big {
	font-size:1.8em;
}
body#shop #content div#colOne div.Row td.Big {
	font-size:1.7em;
}
#content .space {
	height:20px;
}
#content .hspace {
	padding: 0 6px;
}
#content .hilite {
	margin-left:15px;
	padding:2px 5px;
	font-size:75%;
	text-transform:uppercase;
	background:#c00;
	line-height:100%;
	color:#fff;
}



/*/////////////////////////////////// FOOTER ///////////////////////////////////*/
#footer {
	position: relative;
	z-index: 1;
	margin:0;
	min-width:910px;
	width:100%;
	clear:both;
	text-align:center;
	color:#999;
	font-size:0.9em;
	line-height:150%;
	background:url(../images/backgrounds/bg_footer.png);
	height: 187px; /* .push must be the same height as .footer and negative bottom margin on #wrapper */
}
/* Sticky Footer by Ryan Fait - http://ryanfait.com */




#footer a {
	color:#999;
}
#footer a:hover {
	color:#ccc;
}

#footer div#legalStuff {
	clear:both;
}
#footer p#Copyright {
	margin:0;
	padding:0;
}
#footer ul#footerLinks {
	margin:0 0 1px 0;
	padding:0;
	list-style-type:none;
}
#footer ul#footerLinks li {
	border-right:1px solid #999;
	margin:0 3px 0 0;
	padding:0 6px 0 0;
	display:inline;
}
#footer ul#footerLinks li.Last {
	border:none;
	margin:0;
	padding:0;
}




body#register #wrapper #content .holder #pane2 form table tbody {
	border:none !important;
}
body#home #wrapper #content .holder {
	margin-top:0 !important;
}



html.js input.chooseProductionSubmit { display: none; }