/******************************************************************************************************************



#mainNights {
	/*position:relative;*/
/*	width:40px; 
	float:left;
	margin: 0px 0px 0px 0px;
}

/*#mainGuests, #detailsGuests {
	 /*position:relative;*/
/*	 width:40px;
	 float:left;
}

/*******************************
Input & button container
********************************/
/*#nightsContainer, #guestsContainer {
	margin: 0px 0px 0px 0px;
	border: 1px solid #7d7d7d;
}

/*******************************
Input layout
********************************/
/*.inputBoxEntry{
	background-color:#a6a6a6;
	border-left:solid 1px #212121;
	border-top:solid 1px #212121;
	border-right:solid 1px #212121;
	border-bottom:none;
	height:11px;
	color:#212121;
	font-size:9px;
	float:left;
	text-align:left;
}

/*******************************
Select Button
********************************/
/*.selectBtn {
	width:14px;
	height:14px;
	float:left;
}

/*******************************
 Reserve Night & Guest Container
********************************/
/*#popupTime, #selectnbGuest, #popupGuestsRoom, #selectNightsRoom, #selectNbRooms, #popupServiceCategory, #popupService {  */
#selectnbGuest, #selectnbGuest2 {
	background-color:#a6a6a6;
	font-size:10px;
	position:absolute;	 
	display:none;
	border:1px solid #000000;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:3px;
	padding-top:3px;
	z-index:1;
	width: 20px;
}


#selectnbGuest a, #selectnbGuest2 a
{
	display:block;
}

/*******************************
Input layout
********************************/
.nightsEntry{
	background-color:#a6a6a6;
	border-left:solid 1px #212121;
	border-top:solid 1px #212121;
	border-right:solid 1px #212121;
	border-bottom:none;
	height:12px;
	width:22px;
	color:#212121;
	font-size:10px;
	float:left;
	text-align:center;
}
.promoColBox .nightsEntry{
	background-color:#eaeaea;	
}

/*******************************
Select Button
********************************/
.selectBtn {
	width:14px;
	height:14px;
	float:left;
}

.selectContainer {
	 margin:0px;
	 width: auto;
	 border: 1px solid #7d7d7d;
}

/*******************************
Container for table
********************************/

#selectNights {
	height:16px;
	position:relative; 
	left:-115px;
	top:37px;
	display:none;
	margin: 0px; 
}
	
/*******************************
Table options
********************************/
.nselect td {
	padding: 0px 2px 1px 2px;
	background-color:CFCFCF;
}

.selectChoice{
	font-size:11px;
}

.selectChoice:link {
	color:#333333;
	text-decoration:none;
}

 .selectChoice:visited {
	color:#333333;
	text-decoration:none;
}

.selectChoice:hover {
	color:#767676;
	text-decoration:none;
}

.calendarEntry {
	background-color:#a6a6a6;
	border-left:solid 1px #212121;
	border-top:solid 1px #212121;
	border-right:solid 1px #212121;
	border-bottom:none;
	height:12px;
	width:69px;
	float:left;
	color:#212121;
	font-size:9px;
	font-family:Arial, Verdana, Serif, Sans-Serif;
	letter-spacing:0px;
	text-align:center;
	text-transform:lowercase;
}
/*******************************
Language Footer Nav
********************************/
.menu {padding:0; margin:0; list-style: none; width:135px; height:16px; font:10px Arial, Helvetica, sans-serif; z-index:100;border:1px solid #7D7D7D; }
/* IE5.5 faulty box model */
* html .menu {width:130px; w\idth:130px; padding:0; list-style: none;}
.menu ul, .menu ul li {padding:0; margin:0; list-style-type:none;}
.menu ul ul {width:130px;}
.menu li {float:left;width:130px;position:relative;}
.menu a, .menu a:visited { display:block; font-size:10px; text-align:center;text-decoration:none; color:#333; width:125px; height:14px; border:1px solid #212121; background:#A6A6A6 url(/images/language/btnDown.gif) top right no-repeat; padding: 0px 8px 0px 0px; line-height:13px;}
/* IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:125px; w\idth:120px;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:15px;left:0; width:100px;border-top:1px solid #212121;}
/* IE5.5 */
* html .menu ul ul {top:30px;t\op:14px;}
.menu ul ul ul{left:130px; top:-1px; width:100px;}
.menu ul ul ul.left {left:-149px;}
/* style the table so that it takes no part in the layout - required for IE */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
.menu ul ul a, .menu ul ul a:visited {background:#A6A6A6; color:#333; height:auto; line-height:1em; padding:5px 5px; width:123px;border-width:0px 1px 1px 1px;}

/* hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:123px;w\idth:118px;}
.menu a:hover, .menu ul ul a:hover{color:#767676; background:#CCC;}
.menu :hover > a, .menu ul ul :hover > a {color:#767676;background:#CCC;}
.menu ul li:hover ul {visibility:visible; }
.menu ul a:hover ul{visibility:visible; }

body
{
	background-color: #000000;
	min-width: 760px;
	margin: 0px 2px 0px 0px;
}

body, th, td, p, select, textarea, input
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

#mainnav
{
	margin: 0px 0px 10px 0px;
}

p
{
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
	padding-left: 10px;
}

div.hr
{
	padding-top: -10px;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(/images/HRseperator.gif);
}

div.hr hr, div.hrLarge hr
{
	display: none;
}
.print
{
	margin-top: 7px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
}
.leftCol p {
	line-height: 1.4em;
}

.contactfrm input, .contactfrm select, .contactfrm textarea {
	margin-top: 2px;
	} 

/**************************************************************
	Site Map Layout
***************************************************************/

.siteMapCols
{
	width: 344px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}


#SiteMap ul li ul li .hr, #PageNotFound ul li ul li .hr
{
	display: none;
}


#SiteMap .hr, #PageNotFound .hr
{
	margin: 10px 0px 10px 0px;
}

#SiteMap ul li ul li ul li, #PageNotFound ul li ul li ul li
{
	margin-left: -13px;
}

#SiteMap ul, #PageNotFound ul
{
	padding-top: 0px;
}
#SiteMap ul li ul, #PageNotFound ul li ul
{
	padding-top: 20px;
}
#SiteMap ul li, #PageNotFound ul li
{
	font-weight: bold;
}

#SiteMap ul li ul li, #PageNotFound ul li ul li
{
	font-weight: normal;
	background-image: none;
	background-repeat: no-repeat;
}

#SiteMap ul li ul li span, #PageNotFound ul li ul li span
{
	font-weight: bold;
	background-image: url(/images/bulletDark.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: -10px;
	padding-left: 10px;
	margin-bottom: -14px;
	display: block;
}

.SiteMapHr
{
	margin-left: 20;
}

/**************************************************************
	Links
***************************************************************/
a, a:active, a:link, a:visited
{
	color: #555555;
}
.GreyBoxInner a, .GreyBoxInner a:active, .GreyBoxInner a:link, .GreyBoxInner a:visited
{
	color: #ffffff;
}
a:hover
{
	text-decoration: none;
	color: #000000;
}
.GreyBoxInner a:hover
{
	text-decoration: none;
	color: #ffffff;
}
a img
{
	border: 0px;
}
/***************
	Pagination
****************/
.pagingSelected
{
	font-weight: bold;
}


/**************************************************************
	btn Float Style
***************************************************************/
.btnFloatLeft
{
	float: left;
}

.btnFloatRight
{
	float: right;
}
a.btnFloat
{
	margin-left: -4px;
}

.footerSpaceFloat
{
	padding: 0px 4px 0px 4px;
}

/**************************************************************
	Shell Table Cell Styles
***************************************************************/
.MainHeader{
	background-image: url(/images/header/bgHeader.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.MainHrRule{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/bgGreyLineHub.gif);
	height: 2px;
}

.MainFooter{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/footer/bgHubPageGradientBottom.jpg);
	height: 461px;
	vertical-align: top;
}

.ContentHeaderPhoto{
	background-repeat: no-repeat;
	background-position: center top;
	height: 117px;
	vertical-align: top;
}
.ContentFooter{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/footer/bgPageGradientBottom2.jpg);
	height: 300px;
	vertical-align: top;
}

/**************************************************************
	Small Navigation Content
***************************************************************/
#contentNav
{
	padding: 6px 0px 10px 10px;
	height: 19px;
	font-size: 11px;
	letter-spacing: 0.05em;
}

#contentNav, #contentNav a, #contentNav a:hover, #contentNav a:active, #contentNav a:visited
{
	color: #706f6f;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
#contentNav a:hover
{
	color: #000000;
}
#contentNav span.Selected
{
	color: #000000;
}

/**************************************************************
	List
***************************************************************/
ul, ul
{
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
}

li, LI
{
	margin-bottom: 5px;
	padding-left: 13px;
	line-height: 15px;
	background-position: left 5px;
	background-repeat: no-repeat;
	background-image: url(/Images/shared/bulletDark.gif);
}
ol li, OL LI
{
	padding-left: 0px;
	background-image: none;
}

.rightCol li, .rightCol LI
{
	text-align: top;
	line-height: normal;
}


/**************************************************************
	Grey Boxes Right Side Pods
***************************************************************/

.PodBoxOuterLarge
{
	width: 206px;
	border: 4px solid #d9d9d9;
	padding: 0px;
	margin-top: 25px;
	background-image: url(/images/shared/bgGreyBoxLarge.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.PodBoxInnerLarge
{
	font-size: 10px;
	width: 200px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 10px 6px 10px 6px;
	color: #717171;
}

.PodBoxInner P
{
	color: #ffffff;
}

.PodBoxInner ul, .PodBoxOuterLarge ul
{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.PodBoxInner li, .PodBoxInnerLarge li
{
	background-image: url(/images/shared/arrowDark.gif);
}


/**************************************************************
	Grey Boxes In Content
***************************************************************/

.GreyBoxOuter
{
	width: 214px;
	/*padding: 4px 6px 4px 4px;*/
	background-color: #373737;
}

.GreyBoxInner
{
	width: 200px;
	border: 1px solid #7b7b7b;
	padding: 10px 6px 10px 6px;
	background-image: url(/images/bgGreyBox.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #f5f5f5;
}
.GreyBoxOuterLarge
{
	width: 213px;
	border: 4px solid #d9d9d9;
	padding: 0px;
	margin-top: 25px;
	background-image: url(/images/shared/bgGreyBoxLarge.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.GreyBoxInnerLarge
{
	font-size: 10px;
	width: 207px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 10px 6px 10px 6px;
	color: #717171;
}

.GreyBoxInner P
{
	color: #ffffff;
}

.GreyBoxInner ul, .GreyBoxOuterLarge ul
{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.GreyBoxInner li, .GreyBoxInnerLarge li
{
	background-image: url(/images/shared/arrowDark.gif);
}

/**************************************************************
	Titles
***************************************************************/
h2, h3
{
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: none;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

}
.rightCol, .rightCol h2, .rightCol h3
{
	marging-right: 6px;
	padding-right: 6px;
	font-size: 10px;
}
.rightCol h2 {
	margin-bottom:2px;
}

.leftCol p
{
	line-height: 1.4em;
}

h3
{
	margin-bottom: 10px;
}


.searchColumn
{
	text-align: right;
	padding-right: 0px;
	padding-bottom:6px;
}

.searchButton
{
	margin-left: 0px;
	padding-bottom:2px;
}

.searchForm, .emailForm
{
	background-image: url(/images/header/bgSearchForm.gif);
	background-repeat: no-repeat;
	background-color: #353535;
	color: #999;
	width: 124px;
	height: 16px;
	font-size: 10px;
	border: 0px ;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 5px;
}

.emailForm
{
	background-image: url(/images/bgSearchFormLight.jpg);
	color: #000;
	margin: 0px 8px 10px 1px;
	padding: 2px 0px 0px 5px;
	height: 14px;
}



.footertext {
	font-size: 9px;
	color: #97a3ac;
	text-decoration: underline;
}
a.footertext:link { color: #97a3ac; text-decoration: underline;} 
a.footertext:visited {color: #97a3ac; text-decoration: underline;}  
a.footertext:hover {color: #FFFFFF; text-decoration: underline;} 
a.footertext:active {color: #FFFFFF; text-decoration: underline;}

.footerlogotext {
	font-size: 9px;
	color: #667782;
	text-decoration: underline;
}
a.footerlogotext:link { color: #667782; text-decoration: underline;} 
a.footerlogotext:visited {color: #667782; text-decoration: underline;}  
a.footerlogotext:hover {color: #97a3ac; text-decoration: underline;} 
a.footerlogotext:active {color: #97a3ac; text-decoration: underline;}


.footerSpaceFloat
{
	padding: 0px 4px 0px 4px;
}

.copyright {
	font-size: 7px;
	color: #97a3ac;
	text-decoration: none;
	font-weight: bolder;
}
a.copyright:link { color: #97a3ac;} 
a.copyright:visited {color: #97a3ac;}  
a.copyright:hover {color: #FFFFFF;} 
a.copyright:active {color: #FFFFFF;}

/**************************************************************
	No Flash Elements
***************************************************************/

.NoFlashSplashPhoto{
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#homeNoFlash
{
	display: none;
	height: 430px;
	width: 100%;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	overflow:hidden;
}

.NoFlashTitle
{ 
	background-color: Black; 
	padding: 0px 5px 0px 5px; 
	margin-bottom: 5px;
}
.NoFlashText
{
	color: White;
	font-size: 10px;
	background-color: Black;
	padding: 0px 5px 10px 5px;
	margin-bottom: 5px;
}

/**************************************************************
	Press Room Styles
***************************************************************/
.boxText
{
	color: White;
	font-size: 10px;
}

.PressReleaseDetail {
	font-size: 14px;
	}

.hrRules
{
	padding-left: 10px;
	padding-bottom: 5px;
}

/**************************************************************
	Flash Install Widget
***************************************************************/
.ctaInstallFlashContainer {
	position:relative;
	left:249px;
	top:345px;
	width: 241px; 
	height: 61px;
	border: 4px solid #251a11;
	background-color: #252525;
}

.ctaInstallFlash {
	width: 241px;
	height: 61px;
	position: relative;
	border: 1px solid #695e52;
	background-image: url(/Images/spacer.gif);
	z-index: 100;
}

.ctaInstallFlash[class] {
	background-image: url(/Images/spacer.gif);
}

.btnInstallFlash {
	position: absolute;
	left: 138px;
	top: 38px;
	z-index:200;
}
/**************************************************************
	Print Specific Styles
***************************************************************/
.PrintHeader
{
	display: none;
}

h1
{
	display: none;
}

.PrintFooter
{
	display: none;
}

/**********************************************************
	Toggles 
**********************************************************/

.ToggleH2
{
	cursor: pointer;
	padding-right: 14px;
	display: inline;
	background-image: url(/images/shared/btnToggleUp.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.ToggleContainer
{
	margin-bottom: 10px;
	margin-top: 10px;
}
.ToggleContainer P
{
	margin-top: 2px;
}
.ToggleContent
{
	display: none;
}

/*********************************************************
 Dining menu layout
**********************************************************/
.diningMenu ul
{
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.diningMenu ul li
{
	background-image: url(/images/shared/bulletDark.gif);
}


.diningMenu ul li ul li
{
	padding-left: 10px;
	background-image: url(/images/shared/bulletDark.gif);
}


/**************************************************************
	Flash Content ON/OFF Switch
***************************************************************/
#galleryNoFlash
{
	display: none;
}

#hubNoFlash
{
	display: none;
}


#flashContent
{
	/* div that contain the flash in Hub Page */
	display: block;
}
/**************************************************************
	Entertainment Schedule Page
***************************************************************/
.entheader
{
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #777;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
/**************************************************************
	Special Offers Page
***************************************************************/
.header
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #F1F1F1;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-top: 6px;
	margin-bottom: 3px;
}
.text
{
	color: #F1F1F1;
}
.disclaimer
{
	color: #F1F1F1;
	font-size: 9px;
}
.daynumber
{
	color: #333;
	font-size: 9px;
	padding: 2px;
	margin: 2px;
}
.pricenumber
{
	font-weight: bold;
	text-align: right;
	line-height: 10px;
}
.DText {
	padding-left: 3px;
	padding-top: 3px;
	font-size: 9px;
	color: #333;
	text-align: left;
}
.RText {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding-top: 12px;
	padding-right: 3px;
	text-align: right;
}
