/**** Luxor LUX Style Sheet ****/
body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/LUX/background.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	background-color: #620032;
	color: #333;
}
h1 {
	font-size: 20px;
	font-style: italic;
	color:#333;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
}
h3 { font-size: 16px; }


/***********************************************
	Room Upgrade Styles
***********************************************/
.alignLeft{ text-align: left;}
.leftmargin{ width: 10px; }
.upGradeAmountCircle{
	/*-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px 60px 60px 60px;*/
	border: solid 1px #990000;
	background-color: #F8E392;
	width: 60px;

	color: #333333;
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
}
.upGradeAmount
{
	text-align: center !important;
	margin-top: 40px;
	font-size: 16px;
	font-weight: bold;
}
.reservationText{
	font-weight: bold;
	padding-bottom: 8px;
	text-align: left;
}
.reservationHeading{
	font-size: 20px;
	text-align:left;
}
.errorText{
	font-weight: bold;
	padding-bottom: 10px;
	color: Red;
}

hr{
	height: 1px;
	border-width: 0;
	color: #990000;
	background-color: #990000;
}

input.btnImage {
	color: #FFF;
	font-size: 13px;
	background: #9A2203;
	background: -webkit-gradient(linear, left top, left bottom, from(#9A2203), to(#9A2203));
	background: -moz-linear-gradient(top, #9A2203, #9A2203);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9A2203', endColorstr='#9A2203');
	border: 0px;
	padding: 4px 4px 4px 4px;
}
input.btnImage:hover {
	background: #772806;
	background: -webkit-gradient(linear, left top, left bottom, from(#772806), to(#772806));
	background: -moz-linear-gradient(top, #772806, #772806);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#772806', endColorstr='#772806');
	cursor: pointer;
}

/**************************************** 
	Guaranteed Room Features
****************************************/
.GuaranteedRoomFeaturesSection {
    border: 1px solid #990000;
    margin-top: 8px;
    padding: 5px;
}

div.grmQMContainer {
    text-align: right;
}

a.grmQMLink, a.grmQMLink:active, a.grmQMLink:visited, a.grmQMLink:link, a.grmQMLink:hover
{
    border:none;
}

img.grmQM
{
    border: none;
}

/******************************************************/

p {
	margin-top: 6px;
	margin-bottom: 9px;
	margin-left: 10px;
}
ul {
	margin-left: 15px
}
li {
}


div#logo
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:103px;
	z-index:1;
	/*border: solid;
	border: 1px 1px 1px 1px;
	border-color: #99FF00;*/
}


div#host
{
	Z-INDEX:0;
	WIDTH:100%;
	POSITION:absolute;
	TOP:20px;
    HEIGHT:30px
}
a:link{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:link.selected {
	color: #990000;
}
a:visited.selected {
	color: #990000;
}
a:active.selected {
	color: #990000;
}
.selected {
	color: #333333;
}
.label{
	font-size: 11px;	
}
.label a:link{
	font-style:normal;
}
.label a:hover{
	color: #D7AD68;
}
.finePrint{
	font-size: 10px;
	font-style: italic;
}
.warning{
	color:#D7AD68;
	font-size: 10px;
	font-weight: bold;
}
.copyright {
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	font-weight: bolder;
}
a.copyright:link { color: #CCC;} 
a.copyright:visited {color: #CCC;}  
a.copyright:hover {color: #FFF;} 
a.copyright:active {color: #FFF;}
}

.copyright2 {
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	font-weight: bolder;
}
a.copyright2:link { color: #CCC;} 
a.copyright2:visited {color: #CCC;}  
a.copyright2:hover {color: #FFF;} 
a.copyright2:active {color: #FFF;}
}

.cbl
{
	width: 100%
}

/* =================================== main cells of engine rigtht of main photo ==================================== */
.Module {
	margin-right: 7px;
	margin-bottom: 10px;

}
.Cell {
	font-size: 11px;
	text-align: left;
}

.Inside{
	background-color: #F3F3F3;
	border: 0px solid #990000;	
}
.OutSide {
	padding: 7px;
	padding-right:5px;
	background-color: #F3F3F3;
	border: 1px solid #990000;
	border-top: none;
	color: #333;
}
.Grid {
	border-top: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right:5px;
	width: 90px;
	color: #333;
}

.Subtotal {
	padding-top: 12px 2px 5px 5px;
	color: #333;
}

/* ==================================== Main photo cell =================================== */
.Internal {
	border: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	border-collapse:collapse;
}
.Internal td{
	vertical-align: top;
}
.Header {
	background-color: #F8E392;
	border: 1px solid #990000;
	border-bottom: none;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 5;
	height:23px;
	color: #333;
}
.roomHeader {
	background-color: #F8E392;
	border: 1px solid #990000;
	border-bottom: none;
	border-right:none;
	font-size: 12px;
	text-align:left;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 5;
	height:23px;
	color: #333333;
}
.dinHeader {
	background-color: #F8E392;
	border: 1px solid #990000;
	border-bottom: none;
	font-size: 12px;
	text-align:left;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 5;
	height:23px;
	color: #333333;
}
.Image {
	width:150px;
}
.TixImage
{
	width:130px;
}
.ImageSmall {
	width:130px;
}
.RoomImage
{
	width:130px;
}
.DinImage
{
	width:100px;
}
.Base {
	width: 390px;

}
.Room { 
	width:500px;
}
.Side {
	width: 180px;
}
.LeftSide {
	width:170px;
}
.Expanded {
	width:100%;
}
.Half {
	width: 330px;
	color: #333;
	text-decoration: none;
	font-weight: bolder;	
}
.Cinfo {
	width: 350px;
	color: #F3F3F3;
}
.Full {
	width: 650px;
}
.Desc
{ width:500px;
}
.Max {
	width:700px;
}
.Standard {
	padding-left: 10px;
	padding-right: 5px;
}
.Rate {
	background-color: #F8E392;
	border: 1px solid #990000;
	border-bottom: none;
	border-left:none;
	font-size: 12px;
	text-align:right;
	padding-right:10px;
	color: #333;
}
.Info {
	font-size: 11px;
	text-align: left;
}
.Inset {
	padding-left:30px;
}
/* ===================================== Tix Specific ================================= */
.showGrid
{
	margin-left:30px;
	border: 1px solid #984;
	width: 300px;
}
.showSold
{
	font-size: 11px;
	color:#900;
}

.showGrid a:link{
	font-weight:normal;
	font-size: 11px;
}
	
.showGrid a:visited {
	font-weight:normal;


}
.showGrid a:hover{
	font-weight:normal;
	color:#000;

}

.show 
{
	font-size: 11px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.showAlt
{
	font-size: 11px;
	text-align: left;
	background-color:#E6E0C6;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.showOver {
	background-color: #CABC84;
	cursor:pointer;
	font-size: 11px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

/* =========================  Begin Calendar========================= */
.Cal {
	background-color:#F3F3F3;
	border-collapse:collapse;
	width: 315px;
	color: #333333;
}
.CalHeader {
	font-size: 13px;
	text-align: center;
	border-collapse: collapse;
	font-weight: bold;
	background-color: #990000;
	color: #F3F3F3;
	padding-top: 2px;
	padding-bottom: 6px;
}
.CalBlock 
{
	border: 0px solid #666;
	border-top: none;
	border-bottom: none;
}
.Day {
	border: 1px solid #666;
	background-color: #F3F3F3;
	vertical-align: top;
}
.dayOver {
	border: 1px solid #666;
	background-color: #F8E392;
	vertical-align: top;
	color: #990000;
	cursor: pointer;
}
.DayMinLOS {
	BORDER-RIGHT: #333 1px solid; BORDER-TOP: #333 1px solid; VERTICAL-ALIGN: top; BORDER-LEFT: #333 1px solid; COLOR: #333; BORDER-BOTTOM: #333 1px solid; BACKGROUND-COLOR: #ABD8D1;
}
.dayMinLOSOver {
	BORDER-RIGHT: #333 1px solid; BORDER-TOP: #333 1px solid; VERTICAL-ALIGN: top; BORDER-LEFT: #333 1px solid; CURSOR: pointer; COLOR: #F3F3F3; BORDER-BOTTOM: #333 1px solid; BACKGROUND-COLOR: #323024;
}
.dText 
{
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
}
.rText
{
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 10px;
}
.Promo{
	background-color: #D6AE68;
	border: 1px solid #666;
	color: #000;
}
.promoOver {
	background-color: #fc0;
	vertical-align: top;
	cursor: pointer;
	color: #036;
}
.dTextPR 
{
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
}
.rTextPR
{
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 10px;
}

.Past {
	background-color: #F3F3F3;
	border: 1px solid #666;
	color: #999;
}
.dTextPD 
{
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
}
.rTextPD
{
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 10px;
}

.SoldOut {
	background-color: #F8E392;
	border: 1px solid #666;
	color: #333;
}
.dTextSO 
{
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
}
.rTextSO
{
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 10px;
}
.NoArrival{
	background-color: #333;
	border: 1px solid #666;
}
.dTextNA 
{
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
}
.rTextNA
{
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 10px;
}
.NotADay{
	background-color: #F3F3F3;
	border: 0px solid #666;
}
table#content {
	width:100%;
}
.stepImage
{/*Corrects Firefox display bug*/
	position: relative;
	margin-top: 102px;
	margin-bottom: 10px;
}

/* div tag holding the main content of the page */
.Panel { margin: 0 auto; padding-bottom:10px; text-align: center; /*background: url(/images/LUX/PanelBackground.gif); background-repeat: no-repeat; background-position: center 139px;*/}
#outerTable1{ padding: 0px 10px 0px 14px; text-align: center; background: url(/images/LUX/PanelBackground2.jpg); background-repeat: repeat-x; background-position: center 139px; }
.leftmargin { padding: 0px; margin: 0px; }
.Terms
{
	OVERFLOW: auto;
	position:relative;
	Margin-Right:5px; 
	Margin-Left:5px; 
	padding-right:5px;
	WIDTH: 330px; 
	HEIGHT: 80px;
	margin:0 auto;
}
table#header {
	width:100%;
}
td#right { vertical-align:top; padding: 0px; margin: 0px; }
td#center {
	vertical-align:top;
}
input.btn{
   	color:#000;
   	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
   	font-size:10px;
	font-weight: bold;
	border: 2px solid #F2BA00;
	background-color: #F2BA00;
	border-top-color: #F2BA00;
	border-left-color: #F2BA00;
	border-right-color: #F2BA00;
	border-bottom-color: #F2BA00;
  	cursor:pointer;
}







/**************************************************** TICKETING STYLES STARTS HERE ****************************************************/
/**************************************************************************************************************************************/
table {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
/** Tix_Step0.ascx **/
.tixContainer {
	width: 100% !important;
	background: #F3F3F3;
	border: 1px solid #990000;
	margin-bottom:3px !important;
	margin-right: 0px !important;
	font-size: 8pt;
	color: #333333;
	}	

.tixContainerShowDesc {
	background: #F3F3F3;
	border: 1px solid #990000;
	margin-bottom:3px;
	font-size: 8pt;
	color: #333333;
	}

.tixShowImageTN {
	width: 230px;
	display: table-cell;
	vertical-align: top;
    }

.tixShowImageTN img {
	width: 230px;
	height: 200px;
	}

.tixShowImage {
	width: 230px;
	display: table-cell;
	vertical-align: top;
    }

.tixShowImage img {
	width: 230px;
	height: 200px;
	}
	
.tixShowTitle, .tixTDTitle {
	padding: 5px 5px 5px 10px; 
	background: #F8E392; 
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	border: 1px solid #990000 !important;
	border-bottom: none;
	}

.tixTicketStartingAt {
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	}
	
.tixShowPrice {
	padding: 5px 10px 5px 5px; 
	background: #F3F3F3; 
	color: #333333;
	font-size: 11pt;
	font-weight: bold;
	}

.tixShowDesc {
	padding: 10px;
	background-color: #F3F3F3;
	}
	
input.tixActionBtn {
	background:#F3F3F3; border:none; padding:1px 0px; color:#000000; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #F2BA00; cursor:pointer; margin-right:3px;
	}

input.tixActionBtnOn {
	background:#F3F3F3; border:none; padding:1px 0px; color:#000000; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #F8E392; cursor:pointer; margin-right:3px;
	}

.tixDisplayShowsFor {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	}
	
.tixDateBlock {
	display: table-cell;
	width: 60px;
	background: #F3F3F3;
	border: 1px solid #990000;
	}

.tixDateBlock div.month {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	}

.tixDateBlock div.date {
	width: 100%;
	text-align: center;
	font-size: 17pt;
	color: #333333;
	}

.tixDateBlock div.dayOfWeek {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	}

.tixShowTime {
	width: 75px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 50px 0px 0px;
	color: #333333;
	}

.tixTheatre {
	font-size: 10pt;
	color: #333333;
	}
	
.tixActionNA {
	color: #ff1919; 
	text-transform: uppercase; 
	font-size: 8pt; 
	font-weight: bold;
	}
	
a.tixActionBtn:link {background:#d7ad68; display:block; float:right; padding:3px 20px; color:#000000; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #666666;}
a.tixActionBtn:visited {background:#d7ad68; display:block; float:right; padding:3px 20px; color:#000000; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #666666;}
a.tixActionBtn:hover {background:#000000; display:block; float:right; padding:3px 20px; color:#d7ad68; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #666666;}
a.tixActionBtn:active {background:#d7ad68; display:block; float:right; padding:3px 20px; color:#000000; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #666666;}

/** Tix_Step1.ascx **/ 
.tixContainerSelect {
	background: #F3F3F3;
	margin-bottom:3px;
	font-size: 8pt;
	color: #333333;
	padding: 10px;
	border: 1px solid #990000;
	border-top: none;
	}

.tixContainer .tixContainerSelect {border: none !important;}

.tixContainer .tixContainer .tixContainerSelect {border: none !important;}

.tixContainer .tixContainer {border: none !important;}

.tixContainerSelect td {
	font-size: 8pt;
	color: #333333;
	}


.tixContainerError li {
	font-size: 9pt;
	font-weight: bold;
	color: #d80000;
	}

input.captcha {
	background: #ffffff url(../../images/001/ticketing/shared/background_inputField.jpg) left top repeat-x; 
	width: 148px;
	border: 1px solid #595959;
	font-size: 8pt;
	color: #333333;
	}

/** Tix_Step4.ascx, Tix_Step5.ascx, Tix_Step6.ascx **/
.formTitle {
	font-size: 8pt !important;
	}

.note {
	font-size: 7pt;
	font-style: italic;
	}
	
input.formField {
	background: #ffffff url(../../images/001/ticketing/shared/background_inputField.jpg) left top repeat-x; 
	width: 148px;
	border: 1px solid #595959;
	font-size: 8pt;
	color: #333333;
	}

input.formFieldPhone {
	background: #ffffff url(../../images/001/ticketing/shared/background_inputField.jpg) left top repeat-x; 
	width: 75px;
	border: 1px solid #595959;
	font-size: 8pt;
	color: #333333;
	}

.capitalize {
	text-transform: capitalize;
	}

.error {
	color: #d80000 !important;
	}

.termsConditions {
	height: 150px;
	overflow: scroll;
	}

.confirmationNumber {
	background: #dddddd;
	font-weight: bold; 
	font-size: 11pt !important; 
	color: #333333 !important;
	}

tr.altRow1 {
	background: #757575;
	}

tr.altRow2 {
	background: #575757;
	}

a.confirmationEmailLink:link {font-weight:normal; color:#994C33; text-decoration:underline;}
a.confirmationEmailLink:visited {font-weight:normal; color:#994C33; text-decoration:underline;}
a.confirmationEmailLink:hover {font-weight:normal; color:#604C33; text-decoration:underline;}
a.confirmationEmailLinkp:active {font-weight:normal; color:#994C33; text-decoration:underline;}

/** Tix_timer.ascx **/
.timeLeft {
	color: #d80000;
	font-weight: bold;
	padding-top: 10px;
	}
	
/** Tix_itinerary.ascx **/
a.view-map:link {font-weight:normal; color:#b65506; text-decoration:none;}
a.view-map:visited {font-weight:normal; color:#b65506; text-decoration:none;}
a.view-map:hover {font-weight:normal; color:#4A4A4A; text-decoration:none;}
a.view-map:active {font-weight:normal; color:#b65506; text-decoration:none;}

/** Tix Footer **/
a.footerLink:link {font-weight:normal; color:#333333; text-decoration:underline;}
a.footerLink:visited {font-weight:normal; color:#333333; text-decoration:underline;}
a.footerLink:hover {font-weight:normal; color:#ffffff; text-decoration:underline;}
a.footerLink:active {font-weight:normal; color:#333333; text-decoration:underline;}

a.emailLink:link { color: #994C33;} 
a.emailLink:visited {color: #994C33;}  
a.emailLink:hover {color: #333333;} 
a.emailLink:active {color: #994C33;}

/**************************************
	Cross Property TR Hover Styles
**************************************/
.hlt td {
	background: #dadada;
	cursor: pointer;
}