/**** Excalibur EXC Style Sheet ****/
body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/EXC/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 900px;
	background-color: #294081;
	color: #F3F3F3;
}
h1 {
	font-size: 20px;
	font-style: italic;
	color:#F3F3F3;
}
h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
}
h3 { font-size: 16px; }

/***********************************************
	Room Upgrade Styles
***********************************************/
.upGradeAmountCircle{
	/*-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px 60px 60px 60px; */
	border: solid 1px #6F7B9D;
	background-color: #213367;
	color: #F3F3DE;
	margin: 0px 20px 0px 0px;
	padding: 18px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	width: 120px;
	height: 80px;
}
.upGradeAmount{
	text-align: center !important;
	/*margin-top: 40px;
	padding-top: 40px;*/
}
.reservationText{
	font-weight: bold;
	padding-bottom: 8px;
}
.reservationHeading{
	font-size: 20px;
	text-align: left;
	height: 30px;
}
.upgradeAmount{
	font-size: 20px;
	text-align: left;
}
.errorText{
	font-weight: bold;
	padding-bottom: 10px;
	color: Red;
}

hr{
	height: 1px;
	border-width: 0;
	color: #ECDA18;
	background-color: #ECDA18;
}

.width30p{ width: 30%; }
.width70p{ width: 70%; }
.alignLeft{ text-align: left; }
.alignCenter{ text-align: center; }
.alignRight{ text-align: right; }

input.btnImage {
	color: #000;
	font-size: 13px;
	background: #F1C604;
	background: -webkit-gradient(linear, left top, left bottom, from(#F1C604), to(#F1C604));
	background: -moz-linear-gradient(top, #F1C604, #F1C604);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1C604', endColorstr='#F1C604');
	border: 0px;
	padding: 4px 4px 4px 4px;
}
input.btnImage:hover {
	background: #F0B108;
	background: -webkit-gradient(linear, left top, left bottom, from(#F0B108), to(#F0B108));
	background: -moz-linear-gradient(top, #F0B108, #F0B108);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0B108', endColorstr='#F0B108');
	cursor: pointer;
}

/**************************************** 
	Guaranteed Room Features
****************************************/
.GuaranteedRoomFeaturesSection {
    border: 1px solid #ECDA18;
    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
{
	z-index: 1;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px; 
	height: 103px;
}

div#host
{
	Z-INDEX: 0;
	WIDTH: 100%;
	position: absolute;
	TOP: 20px;
    HEIGHT: 30px;
	
}
/*div#host
{
	Z-INDEX:1;
	WIDTH:100%;
	POSITION:absolute;
	TOP:20px;
    HEIGHT:30px
}*/
a:link{
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F3F3F3;
	text-decoration: underline;
	font-weight: bold;
}
a:link.selected {
	color: #F3F3F3;
}
a:visited.selected {
	color: #F3F3F3;
}
a:active.selected {
	color: #F3F3F3;
}
.selected {
	color: #F7E111;
}
.label{
	font-size: 11px;
	font-weight: bold;
}
.label a:link{
	font-style:normal;
}
.label a:hover{
	color: #D7AD68;
}
.finePrint{
	font-size: 10px;
	font-style: italic;
}
.warning{
	color: text-decoration: underline;;
	font-size: 10px;
	font-weight: bold;
}
.copyright {
	font-size: 9px;
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bolder;
}
a.copyright:link { color: #F3F3F3;} 
a.copyright:visited {color: #F3F3F3;}  
a.copyright:hover {color: #F3F3F3; text-decoration: underline;} 
a.copyright:active {color: #F3F3F3;}
}

.copyright2 {
	font-size: 9px;
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bolder;
}
a.copyright2:link { color: #F3F3F3;} 
a.copyright2:visited {color: #F3F3F3;}  
a.copyright2:hover {color: #F3F3F3; text-decoration: underline;} 
a.copyright2:active {color: #F3F3F3;}
}

.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;
}

.OutSide {
	padding: 7px;
	padding-right:5px;
	background-color: #213367;
	border: 1px solid #6F7B9D;

	color: #F3F3F3;
}
.Grid {
	border-top: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;
	padding-right:5px;
	width: 90px;
}
/* ==================================== 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: #213367;
	border: 1px solid #6F7B9D;
	border-bottom: none;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 0;
	height:23px;
	color: #F3F3F3;
}
.roomHeader {
	background-color: #213367;
	border: 1px solid #6F7B9D;
	border-bottom: none;
	border-right:none;
	font-size: 12px;
	text-align:left;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 5;
	height:23px;
	color: #F3F3F3;
}
.dinHeader {
	background-color: #213367;
	border: 1px solid #6F7B9D;
	border-bottom: none;
	font-size: 12px;
	text-align:left;
	vertical-align:middle;
	padding-left: 10px;
	padding-top: 5;
	height:23px;
	color: #F3F3F3;
}
.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;
}
.Cinfo {
	width: 350px;
}
.Full {
	width: 650px;
}
.Desc
{ width:500px;
}
.Max {
	width:700px;
}
.Standard {
	padding-left: 10px;
	padding-right: 5px;
}
.Rate {
	background-color: #213367;
	border: 1px solid #6F7B9D;
	border-bottom: none;
	border-left:none;
	font-size: 12px;
	text-align:right;
	padding-right:10px;
	color: #F3F3F3;
}
.Info {
	font-size: 11px;
	text-align: left;
}
.Inset {
	padding-left:30px;
}
.bgFooter {
	background-image: url(/images/EXC/footer/yellow-divider.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 2px;}
/* ===================================== 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:#666;
	border-collapse:collapse;
	width: 315px;
	color: #333333;
}
.CalHeader {
	font-size: 13px;
	text-align: center;
	border-collapse: collapse;
	font-weight: bold;
	background-color: #303030;
	color: #CCC;
}
.CalBlock 
{
	border: 1px solid #666;
	border-bottom: none;
}
.Day {
	border: 1px solid #666;
	background-color: #E9E9E9;
	vertical-align: top;
}
.dayOver {
	background-color: #666;
	vertical-align: top;
	color: #F3F3F3;
	cursor: pointer;
}
.DayMinLOS {
	BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; VERTICAL-ALIGN: top; BORDER-LEFT: #666 1px solid; COLOR: #333; BORDER-BOTTOM: #666 1px solid; BACKGROUND-COLOR: #FFFFCC;
}
.dayMinLOSOver {
	BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; VERTICAL-ALIGN: top; BORDER-LEFT: #666 1px solid; CURSOR: pointer; COLOR: #333; BORDER-BOTTOM: #666 1px solid; BACKGROUND-COLOR: #E9E9E9;
}
.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: #7D010C;
	border: 1px solid #666;
	color: #F1EFE0;
}
.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;
}
.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: #083e88;
	border: 1px solid #666;
}
.dTextSO 
{
	font-size: 11px;
	text-align: left;
	padding-left: 3px;
	color: #fff;
}
.rTextSO
{
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 10px;
	color: #fff;
}
.NoArrival{
	background-color: #A5D1E7;
	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: 1px solid #666;
}
table#content {
	width:100%;
}
.stepImage
{/*Corrects Firefox display bug*/
	position: relative;
	margin-top: 70px;
}
.Panel {
	text-align: center;
}
.Terms
{
	OVERFLOW: auto;
	position:relative;
	Margin-Right:5px; 
	Margin-Left:5px; 
	padding-right:5px;
	WIDTH: 330px; 
	HEIGHT: 80px;
	margin:0 auto;
	color: #F3F3F3;
}
table#header {
	width:100%;
}
td#right {
	vertical-align:top;
}
td#center {
	vertical-align:top;
}
input.btn{
   	color:#333333;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
   	font-size:10px;
	font-weight: bold;
	border: 1px solid #F7E111;
	background-color: #F7E111;
	border-top-color: #F7E111;
	border-left-color: #F7E111;
	border-right-color: #F7E111;
	border-bottom-color: #F7E111;
  	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: #213367;
	border: 1px solid #6F7B9D;
	margin-bottom:3px !important;
	margin-right: 0px !important;
	font-size: 8pt;
	color: #F3F3F3;
	}	

.tixContainerShowDesc {
	background: #213367;
	border: 1px solid #6F7B9D;
	margin-bottom:3px;
	font-size: 8pt;
	color: #F3F3F3;
	}

.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: #213367; 
	color: #F3F3F3;
	font-size: 11pt;
	font-weight: bold; 
	border-bottom: 1px solid #6F7B9D !important;
	/* border: none !important; */
	}

.tixTicketStartingAt {
	font-size: 8pt;
	font-weight: normal;
	color: #F3F3F3;
	}
	
.tixShowPrice {
	padding: 5px 10px 5px 5px; 
	background: #213367; 
	border-bottom: 1px solid #6F7B9D !important;
	color: #F3F3F3;
	font-size: 11pt;
	font-weight: bold;
	}

.tixShowDesc {
	padding: 10px;
	}
		
input.tixActionBtn {
	background:#F7E111;
	border:none;
	padding:1px 0px;
	color:#333333;
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
	border:1px solid #F7E111;
	cursor:pointer;
	margin-right:3px;
	}

input.tixActionBtnOn {
	background:#213367;
	border:none;
	padding:1px 0px;
	color:#F3F3F3;
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
	border:1px solid #6F7B9D;
	cursor:pointer;
	margin-right:3px;
	}

.tixDisplayShowsFor {
	font-size: 8pt;
	font-weight: bold;
	color: #F3F3F3;
	}
	
.tixDateBlock {
	display: table-cell;
	width: 60px;
	background: #213367;
	border: 1px solid #6F7B9D;
	}

.tixDateBlock div.month {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	color: #F3F3F3;
	}

.tixDateBlock div.date {
	width: 100%;
	text-align: center;
	font-size: 17pt;
	color: #F3F3F3;
	}

.tixDateBlock div.dayOfWeek {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	color: #F3F3F3;
	}

.tixShowTime {
	width: 75px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 50px 0px 0px;
	color: #F3F3F3;
	}

.tixTheatre {
	font-size: 10pt;
	color: #F3F3F3;
	}
	
.tixActionNA {
	color: #ff1919; 
	text-transform: uppercase; 
	font-size: 8pt; 
	font-weight: bold;
	}
	
a.tixActionBtn:link {background:#F7E111; display:block; float:right; padding:3px 20px; color:#333333; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #F7E111; text-decoration: none;}
a.tixActionBtn:visited {background:#F7E111; display:block; float:right; padding:3px 20px; color:#333333; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #F7E111; text-decoration: none;}
a.tixActionBtn:hover {background:#213367; display:block; float:right; padding:3px 20px; color:#F3F3F3; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #6F7B9D; text-decoration: none;}
a.tixActionBtn:active {background:#F7E111; display:block; float:right; padding:3px 20px; color:#333333; text-transform:uppercase; font-size:8pt; font-weight:bold; border:1px solid #F7E111; text-decoration: none;}

/** Tix_Step1.ascx **/ 
.tixContainerSelect {
	background: #213367;
	margin-bottom:3px;
	font-size: 8pt;
	color: #F3F3F3;
	padding: 10px;
	border: 1px solid #6F7B9D;
	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: #F3F3F3;
	}


.tixContainerError li {
	font-size: 9pt;
	font-weight: bold;
	color: #d80000;
	}

input.captcha {
	background: #ffffff url(/images/EXC/ticketing/shared/background_inputField.jpg) left top repeat-x; 
	width: 148px;
	border: 1px solid #666666;
	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/EXC/ticketing/shared/background_inputField.jpg) left top repeat-x; 
	width: 148px;
	border: 1px solid #666666;
	font-size: 8pt;
	color: #333333;
	}

input.formFieldPhone {
	background: #ffffff url(/images/EXC/ticketing/shared/background_inputField.jpg) left top repeat-x; 
	width: 75px;
	border: 1px solid #666666;
	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: #213367;
	}

tr.altRow2 {
	background: #213367;
	}

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:#994C33; text-decoration:underline;}
a.footerLink:visited {font-weight:normal; color:#994C33; text-decoration:underline;}
a.footerLink:hover {font-weight:normal; color:#604C33; text-decoration:underline;}
a.footerLink:active {font-weight:normal; color:#994C33; 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: #666666;
	cursor: pointer;
}