BODY
{
width:100%; 
background:#ffffff url('../images/site_bkg.gif') no-repeat scroll center top;
}
IMG
{
	border:none;
}
h1{
text-align:left;
color:#b00700;
font-size:12px;
font-weight:bold;
padding-bottom:24px;
}

/* HTML Elements */

h2 { /* Page Headings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 6px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-decoration: none !important;
}

h4 { /* Showcase Heading */
	color: #D4B817;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
}

h5 { /* Feature Shows RED Uppercase Text */
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0;
	text-transform: uppercase;
}

h6 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFC91C;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


p {
	font: normal 11px Tahoma, Arial;
	line-height: 16px;
} 

a { color:#d60821; }
a:link {	color:#d60821; }
a:hover { color:#996600; }
a:active { }
a:visited { }

tr {
	vertical-align: top;
}

td {
	vertical-align: top;
}


input, select {

	line-height: 18px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}

select {
	padding: 0px;
	margin: 0px;
}
textarea	{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
/* Layout */

#wrapper {
	margin: 0 auto;
	width: 874px;
	text-align: left;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.header {
	width: 950px;
	height: auto;
}

.header1 {
	width: 253px;
	height: auto;
}
.header .bottom_bar {
	line-height: 5px;
	border-top: 2px solid #6A0704;
	background-color: #FFF;
	max-height: 5px;
	min-height: 5px;
	height: 5px;
	margin-bottom: 1px;
}

.header_logo {
	position: absolute;
	top: 35px;
	left: 21px;
}

.title	
{
	font-size: 14px;
	font-weight: bold;
	color: #DD1A02;
	text-transform: uppercase;
}
.title2	
{
	padding-bottom: 10px;
	border-bottom: 1px solid #777777;
	margin-bottom: 10px;
}
.title3	
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.title4
{
	font-weight: bold;
	color: #F6D015;
}
.subtitle	
{
	font-weight: bold;
	color: #6B0000;	
}
/* User Menu */

#user_menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	z-index: 30;
	position: absolute;
	top: 8px;
	right: 17px;
	text-transform: uppercase;
}

#user_menu a {
	color: white;
	text-decoration: none !important;
}

#user_menu a:link {
	color: white;
	text-decoration:none;
}

#user_menu a:hover {
	color: #FFCC00;  /*orange */
/*	color: #6A0B11; /* dark red */
}

#user_menu a:active {
	color: #5E0000;
}
/* End User Menu */


/* Section Menu */
#section_menu {
	position: absolute;
	top: 112px;
	right: 10px;
	text-align: right;
}
/* End Section Menu */


/* Footer */


/* Layout */

#SiteCredit {
	font-size: 10px;
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
}

/* End Layout */


/* User Menu */

#user_menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: white;
	z-index: 30;
	position: absolute;
	top: 8px;
	right: 17px;
	text-transform: uppercase;
}

#user_menu a {
	color: white;
	text-decoration: none !important;
}

#user_menu a:link {
	color: white;
	text-decoration:none;
}

#user_menu a:hover {
	color: #FFCC00;  /*orange */
/*	color: #6A0B11; /* dark red */
}

#user_menu a:active {
	color: #5E0000;
}

/* End User Menu */

/* Body */

.border2 .bodyWhite {
	/*background: url(../imgs/border2/Border2_BodyWhite.gif) repeat-y top left White;*/
	color: #000000;
	padding: 1px 20px;
	text-align: left;
}

.border3 .bodyWhite {
	/*background:url(../imgs/border3/Border3_BodyWhite.gif) repeat-y;*/
	color: black;
}

.border3 .separator {
	/*background: url(../imgs/border3/Border3_Separator.gif) repeat-y;*/
	height: 6px;
	line-height: 6px;
}
/* End Body */


/* Clear Fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End Clear Fix */

#body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
}

#body_home {
	background: #FFF;
}


#showcase_col_left {

	float:left;
	width: 489px;
	z-index:100;
	padding-left: 9px;
}
#showcase_col_right {
	float:left;
	width:357px;
	padding-left: 5px;
	margin-top: 0px !important;
	padding-top: 0px !important;
}
#showcase_img_holder {
	width: 480px;
	height: 190px;
	margin-top:10px;
	margin-bottom:11px;
}

.showcase_selected_img {

	clear: none;
}

#showcase_col_right {
	float:left;
	width:357px;
	padding-left: 5px;
	margin-top: 0px !important;
	padding-top: 0px !important;
}
#showcase_msg_box {
	float: right;
}

#showcase_selected_summary {
	width: 358px;
	min-width: 210px;
	max-width: 210px;
	height: 190px;
	min-height: 191px;
	max-height: 191px;
	overflow: hidden;
}

.FeatureShows {
	table-layout: fixed;
}

.FeatureShows tr {
	border: 1px solid black;
}

.FeatureShowItem {
	padding-bottom: 8px;
	border-bottom: 2px solid black;
}

.FeatureShowItem h3 {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none !important;
}

.FeatureShowItem h4 {
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none !important;
}


/* Search Performances */
#search_performances {
	clear: both;
	vertical-align:top;
	border: 1px solid #333333;
	/*background: url(../imgs/bg_searchfade.gif) repeat-x top left;*/
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	height: 95px;
}


#search_performances div {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	line-height: 11px;
	color:#CCCCCC;
	padding-top: 2px;
	float: left;
}

#search_performances #txtSearchKeyword {
	
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}

#search_performances .keywordsearch, #search_performances .citysearch {
	width: 140px;
	min-width: 140px;
}

#search_performances td .or {
	vertical-align: middle;
	padding-right: 3px;
	color: #F6D014;
}

.div_or	{
	text-align: left;
	color: #3A0000;
	font-weight: bold;
	padding: 5px 0 5px 0;
}
#search_performances .div_or, #search_performances div .div_or{
	text-align: left;
	color: #F6D014;
	font-weight: bold;
	padding: 7px 5px 0px 5px;
	height: 25px;
}
/* End Search Performances */

/* curtain */
.curtain {
}

.curtain .left {
	background: url(../imgs/curtain_left_middle.gif) repeat-y;
}

.curtain .left2 {
	background:url(../imgs/curtain_left_middle2.gif) repeat-y top left;
}

.curtain .right {
	background: url(../imgs/curtain_right_middle.gif) repeat-y;
}

.curtain .right2 {
	background: url(../imgs/curtain_right_middle2.gif) repeat-y;
}

.curtainLeft {
	background: url(../imgs/curtain_left_middle.gif) repeat-y;
}

.curtainRight {
	background: url(../imgs/curtain_right_middle.gif) repeat-y;
}

.curtainLeftTop	{
	background: url(../imgs/curtains/bg_curtain_left_top.jpg) no-repeat;
	width: 29px;
	height: 40px;
}
.curtainRightTop	{
	background: url(../imgs/curtains/bg_curtain_right_top.jpg) no-repeat;
	width: 29px;
	height: 40px;
}
.curtainLeft2 {
	background: url(../imgs/curtains/bg_curtain_left_middle.jpg) repeat-y;
}
.curtainRight2 {
	background: url(../imgs/curtains/bg_curtain_right_middle.jpg) repeat-y;
}


/* End curtain */


/* Border 2 */
.border2 {
	width: 582px;
}

.border2 .header {
	width: 100%;
}

.border2 .subheader {
	background: url(../imgs/border2/Border2_BodyRed.gif) repeat-y top ; 
	text-align: center
}

.border2 .subheader h2 {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: uppercase;
}

.border2 .divider {
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../imgs/border2/Border2_BodyRed.gif) repeat-y top ;
	height: 3px;
}

.border2 .body {
	background: url(../imgs/border2/Border2_BodyGreyWhite.gif) repeat-y top White;
	color: #000000
}
.border2 .body a {	
	color: #5E0000;
	font-weight: bold;
}
.border2 .body a:Link {	
	color: #5E0000;
	font-weight: bold;
}
.border2 .body a:Hover {	
	color: #CC0000;
	font-weight: bold;
}


.border2 .bodyWhite {
	background: url(../imgs/border2/Border2_BodyWhite.gif) repeat-y top left White;
	color: #000000;
	padding: 1px 20px;
	text-align: left;
}

.border2 .bodyWhite a {	
	color: #5E0000;
	font-weight: bold;
}
.border2 .bodyWhite a:Link {	
	color: #5E0000;
	font-weight: bold;
}
.border2 .bodyWhite a:Hover {	
	color: #990000;
	font-weight: bold;
}

.border2 .body h4 {
	display: inline;
	color: #660000;
	text-transform: uppercase;
	font-size: 11px;
}

.border2 .body h5 {
	display: inline;
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
}

.border2 .body .2column {
	margin: 10px;
	padding: 10px;
}

/* End Border2 */


/* Stay & See */

#StaySeeTop
{
	background: url('../imgs/staysee/bg_staysee_top.jpg') no-repeat;
	width: 950px;
	height: 50px;
}
#DinnerShowTop
{
	background: url('../imgs/dinnershow/bg_dinnershow_top.jpg') no-repeat;
	width: 950px;
	height: 50px;
}
#PackageTop	{
	background: url('../imgs/packages/bg_package_top.jpg') no-repeat;
	width: 950px;
	height: 50px;
}
.SectionMiddle
{
	background: url('../imgs/bg_section_middle.jpg') repeat-y;
	width: 950px;
}
#StaySeeMiddleContainer
{
	background: #ffffff url('../imgs/staysee/bg_staysee_briefcase.jpg') top no-repeat;
	margin-left: 24px;
	width: 902px;
}
#DinnerShowMiddleContainer
{
	background: #ffffff url('../imgs/dinnershow/bg_dinnershow_menu.jpg') top no-repeat;
	margin-left: 24px;
	width: 902px;
}
#PackageMiddleContainer
{
	background: #ffffff url('../imgs/packages/bg_package_diamond.jpg') top no-repeat;
	margin-left: 24px;
	width: 902px;
}
#SectionContent	
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	padding: 5px;
	margin: 0px;
}
#SectionContent	a	
{
	color: #6B0000;
	text-decoration: underline;
}
#SectionContent	a:hover
{
	text-decoration: none;
}
#Divider	
{
	background: url('../imgs/bg_section_divider.jpg') no-repeat;
	width: 950px;
	height: 9px;
	line-height: 9px;
	max-height: 9px;
}
.SectionMiddle .marquee {
	background: url(../imgs/border1/background.gif) repeat center;
	width: 902px;
	margin-left: 24px;
}
.SectionMiddle .message
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 10px 0;
	border-bottom: 2px solid #000000;
}
#SectionBottom
{
	background: url('../imgs/bg_section_bottom.jpg') no-repeat;
	width: 950px;
	height: 12px;
}
/* End Stay & See */

/* Marquee */
.marquee {
	background: url(../imgs/border1/background.gif) repeat center;
}

/* End Marquee */

.location	
{
	font-family: Arial;
}
.location a
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Hotel Listing */
.hotel_listing {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	display: block;
}

.hotel_listing .address {
	clear: both;
	display: block;
}

.hotel_listing .location_map {
	clear: both;
	display: block;
}

.hotel_listing .location_map a {
	color: #FFCC33;
	text-decoration: underline;
}
.hotel_listing .location_map a:link {
	color: #FFCC33;
	text-decoration: underline;
}
.hotel_listing .location_map a:hover {
	color: #996600;
	text-decoration: underline;
}
.hotel_listing .location_map a:active {
	color: #FFCC33;
	text-decoration: underline;
}
.hotel_listing .location_map a:visited {
	color: #FFCC33;
	text-decoration: underline;
}

.hotel_listing h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-decoration: none !important;
}

.hotel_listing .image {
	text-align: center;
	padding: 10px;
}

.hotel_listing .description {
	display: block;
	clear: both;
	padding-bottom: 10px;
}

/* End Hotel Listing */


/* Showbiz Register Page */
#subscribe {
background:url("../imgs/bg_subscribe.gif") no-repeat scroll 0 0 transparent;
height:34px;
width:950px;
}
ul.arrow	{
	list-style-image: url(../imgs/li_arrow_black.gif);
	padding: 10px 0 10px 0;
	margin-left: 15px;
}

/* END of Showbiz Register Page */

/* Subscribe */

#SubscribeTop
{
	background: url('../imgs/border2/Border2_HeaderSubscribe.gif') no-repeat;
	width: 950px;
	height: 50px;
}

#SubscribeMiddleContainer
{
	margin-left: 30px;
	width: 902px;
}

#TicketingMiddleContainer
{
	margin-left: 22px;
	margin-right: 22px;
	/*width: 902px;*/
}


/* Ticketing step */

.step_one	{
	background: url('../imgs/bg_step_two1.gif') no-repeat;
	width: 949px;
	height: 43px;
}
.step_two	{
	background: url('../imgs/bg_step_two.gif') no-repeat;
	width: 949px;
	height: 43px;
}
.step_three	{
	background: url('../imgs/bg_step_three.gif') no-repeat;
	width: 949px;
	height: 43px;
}


#moreshows{
width:528px; height:232px; background:url(../imgs/mgs.gif) left top no-repeat; float:left; margin-right:12px;
}
#moreshows .fLinks{
width:142px; height:30px; overflow: hidden; margin-right:18px; padding-top:2px;border-bottom:#666666 2px solid; padding-bottom:4px; color:#de0b00; font-size:11px;text-align:center; font-weight:bold; float:left
}
.fLinks a{
color:#de0b00;
text-decoration:none;
}
.fLinks a:link, .fLinks a:visited, .fLinks a:active {
color:#de0b00;
text-decoration:none;
}
.fLinks a:hover{
color:f00c00;
text-decoration: underline;
}


.ListingBody h3{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none !important;
}

.ListingBody h3 strong {
	color: #FFCC00;
	text-decoration: none !important;
}
/* Spacing */
.space2 { line-height: 2px; height: 2px; min-height: 2px; max-height: 2px; }
.space5 { line-height: 5px; height: 5px; min-height: 5px; max-height: 5px; }
.space8 { line-height: 8px; height: 8px; min-height: 8px; max-height: 8px; }
.space9 { line-height: 9px; height: 9px; min-height: 9px; max-height: 9px; }
.space10 { line-height: 10px; height: 10px; min-height: 10px; max-height: 10px; }
.space15 { line-height: 15px; height: 15px; min-height: 15px; max-height: 15px; }
.space20 { line-height: 20px; height: 20px; min-height: 20px; max-height: 20px; }
.space30 { line-height: 30px; height: 30px; min-height: 30px; max-height: 30px; }
.space50 { line-height: 50px; height: 50px; min-height: 50px; max-height: 50px; }
/* End Spacing */



/* ItemListing */
.ItemListing {
	color:#fff;
}
.ItemListing .Item {
	padding-bottom: 5px;
}

.PerformanceHeading {
	color: #FFCC00;
}

.clickable 
{
	cursor: pointer;
}
.error{
color:#FF0000;
text-align:left;
}

.emailclass
{
	color: #CC0000;
}

div.pageHeading{
text-align:left;
color:#b00700;
font-size:14px;
font-weight:bold;
padding-bottom:12px;
}


/* Border 1 */
.border1 .header {
	BACKGROUND-IMAGE: url(../imgs/border1/border_top_tile.gif); 
	VERTICAL-ALIGN: middle; 
	BACKGROUND-REPEAT: repeat-x; 
	TEXT-ALIGN: center;
/*	width: 100%;	*/
}
.border1 .header1 {
	BACKGROUND-IMAGE: url(../imgs/border1/border_top_tile.gif); 
	VERTICAL-ALIGN: middle; 
	BACKGROUND-REPEAT: repeat-x; 
	TEXT-ALIGN: center;
/*	width: 100%;	*/
}

.border1 .left {
	background:url(../imgs/border1/border_left.gif) repeat-y top left;
}

.border1 .right {
	background:url(../imgs/border1/border_right.gif) repeat-y top right;
}

.border1 .body {
	background: url(../imgs/border1/background.gif) repeat center;
}



/* curtain */
.curtain {
}

.curtain .left {
	background: url(../imgs/curtain_left_middle.gif) repeat-y;
}

.curtain .left2 {
	background:url(../imgs/curtain_left_middle2.gif) repeat-y top left;
}

.curtain .right {
	background: url(../imgs/curtain_right_middle.gif) repeat-y;
}

.curtain .right2 {
	background: url(../imgs/curtain_right_middle2.gif) repeat-y;
}

.curtainLeft {
	background: url(../imgs/curtain_left_middle.gif) repeat-y;
}

.curtainRight {
	background: url(../imgs/curtain_right_middle.gif) repeat-y;
}

.hide
{
	display:none;
}
.show
{
	display:block;
}
.ellipsis
{
    text-overflow:ellipsis;
    overflow:hidden;
}

.ellipsisnowrap
{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

.mainBox
{
width:874px; overflow:hidden;
}
