/* -------------------------------------------------- */
/* http:// */
/* CSS Development by LinxSmart - http://www.linxsmart.com/ */

/* -------------------------------------------------- */
/* Even Out The Browsers */

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;
}

body {
	text-align:center;
	color:#DEDEDE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-image:url(../images/bodyBg.jpg);
	background-repeat:repeat-x;
	background-position:center 192px;
	background-color:#0C0C0C;
}

body#home {
	background-position:center 406px;
}

a {
	text-decoration:none;
	cursor:pointer;
}

img {
	padding:0px;
	margin:0px;
}

.newsPaperText{
	text-align:justify;
}


/* -------------------- bodyWrapper  ------------------------------ */

div#bodyWrapper {
	margin:0 auto;
	width:990px;
	text-align:left;
	position:relative;
}

/* -------------------- bodyWrapper->header  ------------------------------ */

div#bodyWrapper div#header {
	background:url(../images/logo.jpg) no-repeat bottom left;
	height:160px;
	position:relative;
	margin-bottom:30px;
}

div#bodyWrapper div#header a#home {
	display:block;
	width:145px;
	height:120px;
	position:absolute;
	top:40px;
	left:120px;
}

div#bodyWrapper div#header ul {
	position:absolute;
	width:408px;
	height:160px;
	top:0px;
	right:0px;
	background-image:url(../images/navOff.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px 153px;
}

/* selects */

div#bodyWrapper div#header ul#season  {
	background-image:url(../images/navSeason.jpg);
}

div#bodyWrapper div#header ul#boxOffice {
	background-image:url(../images/navBoxOffice.jpg);
}

a.calendarBtn{
background-image:url(../images/boxOfficeContentCalenderBtn.jpg);
width:184px;
height:353px;
position:absolute;
margin-left:20px;

}


div#bodyWrapper div#header ul#about {
	background-image:url(../images/navAbout.jpg);
}

div#bodyWrapper div#header ul#interact {
	background-image:url(../images/navInteract.jpg);
}

/* HOVER STATES NEED TO BE JAVASCRIPT DRIVEN */

div#bodyWrapper div#header ul.season  {
	background-image:url(../images/navSeason.jpg) !important;
}

div#bodyWrapper div#header ul.boxOffice {
	background-image:url(../images/navBoxOffice.jpg) !important;
}

div#bodyWrapper div#header ul.about {
	background-image:url(../images/navAbout.jpg) !important;
}

div#bodyWrapper div#header ul.interact {
	background-image:url(../images/navInteract.jpg) !important;
}

div#bodyWrapper div#header ul li {
	display:block;
	float:left;
	width:102px;
	height:160px;
}

div#bodyWrapper div#header ul li a {
	display:block;
	width:102px;
	height:160px;
}

/* -------------------- bodyWrapper->content  ------------------------------ */

div#bodyWrapper div.content {
	width:990px;
	overflow:hidden;
}

div#bodyWrapper div.content div#topFull {
	width:990px;
	height:217px;
	overflow:hidden;
	background-position:bottom center;
	background-repeat:no-repeat;
}

div#bodyWrapper div.content div#topFull img {
	width:990px;
	height:217px;
}



/* -------------------- bodyWrapper->content->left  ------------------------------ */

div#bodyWrapper div.content div.left {
	width:280px;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	display:inline;
}

div#bodyWrapper div.content div.left div#container {
	background:url(../images/middleSideBar.gif) repeat-y top left;
}

div#bodyWrapper div.content div.left ul {
	list-style:none;
	list-style-image:none;
	font-size:12px;
	padding-left:10px;


}

div#bodyWrapper div.content div.left ul li {
	margin:10px;
	line-height:12px;
}

div#bodyWrapper div.content div.left ul li a {
	padding-left:20px;
	color:#DEDEDE;
	display:block;
}

div#bodyWrapper div.content div.left ul li a:hover, div#bodyWrapper div.content div.left ul li a.selected {
	background:url(../images/redSideBarArrow.gif) no-repeat left center;
}

div#bodyWrapper div.content div.left a#brochureLink {
	display:block;
	width:280px;
	height:122px;
	background:url(../images/brochureImage.jpg) no-repeat top;
}

div#bodyWrapper div.content div.left a#brochureLink:hover {
background:url(../images/brochureImage.jpg) no-repeat bottom;

}


div#bodyWrapper div.content div.left a#calendarLink {
	display:block;
	width:280px;
	height:126px;
	background:url(../images/CalenderImage.jpg) bottom no-repeat;
}

div#bodyWrapper div.content div.left a#calendarLink:hover {
	background:url(../images/CalenderImage.jpg) top no-repeat;
}


div#bodyWrapper div.content div.left div#callBox {
	width:280px;
	height:118px;
	background:url(../images/callImageWithRoundedCorners.jpg) no-repeat -1px 0px;	
}

div#bodyWrapper div#home div.left div#callBox {
	width:280px;
	height:130px;
	background:url(../images/callImage.jpg) no-repeat -1px 0px;	
}

div#bodyWrapper div.content div.left a#boxOffice {
	width:280px;
	height:161px;
	background:url(../images/boxOfficeImage.jpg) no-repeat center left;
	display:block;
}

.contentImageLeft{
float:left;
padding-right:15px;
padding-bottom:15px;
}

.contentImageRight{
float:right;
padding-left:20px;
padding-bottom:15px;
padding-top:15px;
}

/* -------------------- bodyWrapper->content->right  ------------------------------ */

div#bodyWrapper div.content div.right {
	width:710px;
	float:right;
	background-position:top left;
	background-repeat:no-repeat;
	color:#373737;
	display:inline;
	background:url(../images/middleWhiteContent.gif) repeat-y top left;
	overflow:hidden;
}

div#bodyWrapper div.content div.right div#top {
	padding:64px 84px  0px 34px;
	background-image:url(../images/contentTop.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div#bodyWrapper div.content div.right div#middle {
	background-image:url(../images/middleWhiteContent.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:600px;
	padding:20px 70px 0px 30px;
}

div#bodyWrapper div.content div.right div#gradient {
	background:url(../images/gradentBg.jpg) no-repeat bottom left;
	height:95px;
	width:600px;
	padding:10px 70px 10px 30px;
}

div#bodyWrapper div.content div.right div#bottom {
	padding:0px 56px 71px 7px;
	background-image:url(../images/contentBottomWhite.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

div#bodyWrapper div.content div#rightGray {
	width:710px;
	float:right;
	background-position:top left;
	background-repeat:no-repeat;
	color:#373737;
	display:inline;
	background:url(../images/middleGrayContent.gif) repeat-y top left;
}

div#bodyWrapper div.content div#rightGray div#top {
	padding:64px 56px 0px 7px;
	background-image:url(../images/contentTop.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

div#bodyWrapper div.content div#rightGray div#middle {
	background-image:url(../images/middleGrayContent.gif);
	background-repeat:repeat-y;
	background-position:left;
	width:600px;
	padding:10px 70px 0px 30px;
}

div#bodyWrapper div.content div#rightGray div#bottom {
	padding:0px 56px 71px 7px;
	background-image:url(../images/contentBottomWhite.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

div#bodyWrapper div#home div#rightGray div#bottom {
	padding:0px 56px 71px 7px;
	background-image:url(../images/contentBottomGray.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

div#bodyWrapper div.content div.right h1 {
	font-size:21px;
	font-family:Palatino Linotype, "Times New Roman", Times, serif
	font-weight:lighter;
	padding:2 20px 0 0px;
}

div#bodyWrapper div.content div.right h1 em {
	font-size:21px;
	color:#A80307;
	font-style:normal;
}

div#bodyWrapper div.content div.right h2 {
	font-size:16px;
}

div#bodyWrapper div.content div.right h3 {
	font-size:14px;
	padding:0 16px 0 16px;
}

div#bodyWrapper div.content div.right em{
	color:#A80307;
	font-style:normal;
}

div#bodyWrapper div.content div.right em.italic {
font-style:italic;
color:#333333;
}

div#bodyWrapper div.content div.right p {
	margin:10px 0px;
	line-height:18px;
	
}

div#bodyWrapper div.content div.right a {
	color:#3D9ABB;
}

div#bodyWrapper div.content div.right ul {
	margin:10px 10px 5px 30px;
	list-style:none;
	list-style-image:none;
	list-style-image:url(../images/ArrowBullet.gif);
}

div#bodyWrapper div.content div.right ol {
	margin:10px 10px 10px 30px;
}

div#bodyWrapper div.content div.right li {
	line-height:18px;
	margin:0px;
}

div#bodyWrapper div.content div.right ul#links {
	margin:0px;
	list-style:none;
	list-style-image:none;
	width:100%;
	height:220px;
	background:#E6E4E3;
	
	
}

div#bodyWrapper div.content div.right ul#links li {
	width:180px;
	padding:10px;
	float:left;
	font-size:10px;
	line-height:13px;
	height:70px;
}

div#bodyWrapper div.content div.right ul#links li img {
	float:left;
	padding:0px 5px 5px 0px;
}

div#bodyWrapper div.content div.right li h3 {
	font-size:10px;
}

div#bodyWrapper div.content div.right ul#bigLinks {
	margin:0px;
}

div#bodyWrapper div.content div.right ul#bigLinks li {
	width:280px;
	padding:10px;
	float:left;
	font-size:10px;
}

div#bodyWrapper div.content div.right ul#bigLinks li img {
	float:left;
	padding:0px 10px 5px 0px;
}

div#bodyWrapper div.content div.right ul#centerLinks {
	list-style-image:url(../images/ArrowBullet.gif);
	text-align:center;
	margin:0px;
}

div#bodyWrapper div.content div.right ul#centerLinks li {
	display:inline;
	padding:15px;
	background:url(../images/ArrowBullet.gif) no-repeat left center;
	margin:0px;
}

/* ----------------------- bodyWrapper->[home specific] --------------------------- */

div#bodyWrapper div#home div#left div#upcoming {
	background-image:url(../images/homeTopSideBar.jpg);
	background-repeat:no-repeat;
	padding:65px 28px 117px 57px;
	width:195px;
}

div#bodyWrapper div.content div#left ul li span {
	color:#DAC0B1;
}

div#bodyWrapper div#home div.right div#top {
	background-image:url(../images/homeFeatured.jpg);
	background-position:bottom left;
	padding:60px 90px 30px 250px;
	height:167px;
	width:364px;
}

div#bodyWrapper div#home div.right div#top a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

div#bodyWrapper div.right img#newFor2009 {
	float:right;
	padding:0px 0px 10px 10px;
}

/* ----------------------- bodyWrapper->[box office specific] --------------------------- */

div#bodyWrapper div#boxOffice div.left div#boxOffice {
	background-image:url(../images/boxOfficeTopSideBar.jpg);
	background-repeat:no-repeat;
	padding:85px 28px 10px 57px;
	width:195px;
}

div#bodyWrapper div#boxOffice div.right div#top {
	background-image:url(../images/boxOfficeContentTop.jpg);
	height:85px;
}

div#bodyWrapper div#boxOffice div.right div#boxOfficeCalendar {
	background:url(../images/boxOfficeContentMiddleBg.jpg) no-repeat top left;
	padding:30px 70px 10px 220px;
	width:410px;
}

div#bodyWrapper div#boxOffice div.right div#boxOfficeTop {
	background:url(../images/boxOfficeChooseProgramTab.jpg) no-repeat top left;
	width:700px;
	height:39px;
}

div#bodyWrapper div#boxOffice div.right div#boxOfficePackages {
	background:url(../images/boxOfficeChooseProgramPricesBg.jpg) no-repeat top left;
	height:300px;
	width:220px;
	padding:30px 450px 0px 30px;
}

div#bodyWrapper div#boxOffice div.right div#boxOfficePackages span#pp {
	color:#4DAA1B;
	font-size:12px;
}

div#bodyWrapper div#boxOffice div.right div#boxOfficePackages span#ws {
	color:#833185;
	font-size:12px;
}

div#bodyWrapper div#boxOffice div.right div#boxOfficePackages span#fdp {
	color:#AB191C;
	font-size:12px;
}

div#bodyWrapper div#boxOffice div.right div#boxOfficePackages p {
	font-size:11px;
	line-height:13px;
}

/* ----------------------- bodyWrapper->[about specific] --------------------------- */

div#bodyWrapper div#about div.left div#about {
	background-image:url(../images/aboutTopSideBar.jpg);
	background-repeat:no-repeat;
	padding:85px 28px 10px 57px;
	width:195px;
}

div#bodyWrapper div#about div.right div#middle div#video {
	float:right;
	width:257px;
	height:178px;
	background:#1B1B1B;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
}

div#bodyWrapper div#about div.right div#knowThyself {
	background:url(../images/knowThyselfImage.jpg) no-repeat top left;
	padding:0px 80px 50px 245px;

	height:179px;
	width:365px;
}

div#bodyWrapper div#about div.right div#knowThyself #knowThyselfText{
position:absolute;
padding:0px 0px 0px 8px;
width:395px;
}


div#bodyWrapper div#about div.right div#CTPtour {
	background:url(../images/CTPtourImage.jpg) no-repeat top left;
	padding:0px 80px 50px 245px;

	height:211px;
	width:365px;
}

div#bodyWrapper div#about div.right  div#grayBg {
	background:url(../images/contentGrayScrollBg.jpg) repeat-y top left;
	padding:0px 80px 50px 20px;
	width:714px;
}

div#bodyWrapper div#about div.right div#grayBg #grayBgText{
width:600px;
padding:0 0 0 15px;

}

div#bodyWrapper div.right div#gallery {
	padding:10px 70px 10px 30px;
	width:600px;
	position:relative;
}

div#bodyWrapper div.right div#slideshowBump {
	float:right;
	width:375px;
	height:130px;
}

div#bodyWrapper div.right div#slideshowHolder {
	position:absolute;
	top:25px;
	right:45px;
	width:375px;
	height:116px;
	background:url(../images/galleryMiddleBg.jpg) repeat-x center;
}

div#bodyWrapper div.right div#slideshowHolder a#previous {
	position:absolute;
	top:0px;
	left:0px;
	width:21px;
	height:116px;
	background:url(../images/galleryPrevBtn.jpg) no-repeat top left;
}

div#bodyWrapper div.right div#slideshowHolder a#next {
	position:absolute;
	top:0px;
	right:0px;
	width:23px;
	height:116px;
	background:url(../images/gallerNextBtn.jpg) no-repeat top left;
}

div#bodyWrapper div.right div#slideshow {
	width:331px;
	height:116px;
	position:absolute;
	top:0px;
	left:21px;
	background:#595959;
	overflow:hidden;
}

div#bodyWrapper div.right div#slideshow div.slide {
	display:table-row;
}

div#bodyWrapper div.right div#slideshow div.slide a {
	display:table-cell;
	width:110px;
	height:116px;
	text-align:center;
	vertical-align:middle;
}

/* ----------------------- bodyWrapper->[season specific] --------------------------- */

div#bodyWrapper div#season div.left div#season {
	background-image:url(../images/seasonTopSideBar.jpg);
	background-repeat:no-repeat;
	padding:125px 28px 10px 57px;
	width:195px;
}

div#bodyWrapper div#season div.right div#castList {
	width:226px;
	float:left;
}

div#bodyWrapper div#season div.right div#castList p {
line-height:12px;
padding-left:15px;

}

div#bodyWrapper div#season div.right div#castList div#image {
	width:225px;
	height:225px;
}

div#bodyWrapper div#season div.right div#castList div#castListHeader {
	width:225px;
	height:33px;
	background:url(../images/playDetailCastListHeader.jpg) no-repeat top left;
}

div#bodyWrapper div#season div.right div#castList div#castListFooter {
	width:225px;
	height:22px;
	background:url(../images/playDetailCastListBottomBg.jpg) no-repeat center;
}

div#bodyWrapper div#season div.right div#castList div#cast {
	width:195px;
	min-height:351px;
	height:auto !important;
	height:351px;
	padding:15px;
	background:#E1DED9 url(../images/playDetailCastListTopBg.jpg) no-repeat top left;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
}

div#bodyWrapper div#season div.right div#playDetails {
	width:344px;
	float:right;
	padding:0px 15px;
}

div#bodyWrapper div#season div.right div#playDetails h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin-bottom:10px;
}

div#bodyWrapper div#season div.right div#playDetails div#playSchedule {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

div#bodyWrapper div#season div.right div#playDetails div#gallery {
	position:relative;
	width:383px;
	padding:0px;
	height:116px;
}

div#bodyWrapper div#season div.right div#playDetails div#gallery div#slideshowHolder {
	top:0px;
	right:0px;
}

div#bodyWrapper div#season div#video {
	background:#F8F7F5;
	padding:20px;
}

div#bodyWrapper div#season div#video div#videoHolder {
	float:left;
	margin:0px 30px 10px 0px;
}

/* -------------------- bodyWrapper->footer ------------------------------ */

div#bodyWrapper div#footer {
	width:990px;
	height:72px;
	background:url(../images/footerBg.jpg) no-repeat top center;
	}
	
	div#bodyWrapper div#footer p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding:15px 10px 0 55px;
	float:left;
	
	}
	
	div#bodyWrapper div#footer a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
	padding:0 2px 0 2px;
	}

/* ------------------------ popup -------------------------- */

div#popupVideo {
	width:425px;
	height:350px;
	background:#000000;
}

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* Style Table */

.styleTable{
border-collapse:collapse;
}

.styleTable td{
padding:3px 8px;
font-size:13px;
border:1px solid #d9d9d9;
}

.styleTable tr.title td{
background:#565451;
color:#FFF;
font-weight:bold;
padding:8px 8px;
}

/* -------------------------------------------------- */
/* Form Styles */

.styleForm .blockText{
float:left;
display:block;
width:270px;

}

.formTip{
font-size:12px;
display:block;
width:290px;
margin-left:115px;
margin-top:5px;
margin-bottom:10px;
}

.formTip a{
color:#676563;
}

.styleForm .rightTip{
font-size:11px;
}

.styleForm fieldset{
border:none;
padding:32px 0 12px 0px;
}

.styleForm .formLink{
display:block;
margin-left:100px;
margin-top:5px;
margin-bottom:10px;
font-size:11px;
color:#308ab9;
}

.styleForm label{
padding-right:10px;
display:block;
margin:5px;
}

.styleForm .txt{
margin:5px;
width:290px;
}

.styleForm ol{
list-style:none;
}

.styleForm ol li{
padding-bottom:7px;
font-size:12px;
clear:both;
}

.styleForm fieldset h5{
font-size:18px;
font-weight:normal;
color:#686868;
margin-bottom:15px;
}

.styleForm .moveBut{
margin-left:115px;
}

/* -------------------------------------------------- */
/* Live Edit */

.liveEditBut{
display:block;
width:80px;
background:#e7f3ce;
padding:3px 10px 5px 10px;
}

.liveEditBut a{
text-decoration:none;
font-weight:bold;
color:#006699;
font-size:13px;
}

.liveEditBut a:hover{
color:#9f0005;
}

.liveEditBut img{
margin-bottom:-3px;
}

.editMe{
border:1px dotted #69980a;
}

/* -------------------------------------------------- */
/* Hide Text */
.specialText{
	position:absolute;
	text-indent:-5000px;
}
/* Clearing Div */
.easyClear{
	clear:both;
}

/* -------------------------------------------------- */
/* Event Lists */
.messageHolder{
padding-top:10px;
}

#errorList{
	margin: 0px 10px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #dd3c10;
	background: #ffebe8 url(../images/errorImg.gif) no-repeat 10px center;
	clear:both;
	list-style:none;
	font-size:13px;
}

#successList{
	margin: 0px 10px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #82c242;
	background: #dafab9  url(../images/successImg.gif) no-repeat 10px center;
	clear:both;
	list-style:none;
	font-size:13px;
}

#successList li, #errorList li {
	list-style:none;
	list-style-image:none;
}

/* -------------------------------------------------- */
/* Standard Button Styles */

.buttons{
	font-size:13px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Tahoma", Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 0px; /* IE6 */
	margin-left:125px;
}
.buttons button[type]{
    padding:5px 10px 5px 5px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
    color:#82c242;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#dafab9;
    border:1px solid #8fc955;
    color:#82c242;
}
.buttons a.positive:active{
    background-color:#82c242;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* -------------------------------------------------- */
/* Query Log */

#queryLog{
width:800px;
margin:0px auto;
background:#eee;
padding:20px 30px 30px 30px;
font-size:13px;
color:#000;
}

.queryBar{
margin:5px 5px 10px 5px;
}