﻿/* Default Styles by ASP.NET */
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    margin: 0;
    padding: 0;
}
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset 
{
    margin: 10px 0;
    padding: 10px;
    border: 0px ;
    border-top: 3px solid #cac2ba;
    font-family: Arial;
    font-size:16px;
    color:#878079;  
    background-color:#edecea;  
    margin-bottom:20px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}


fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] , input[type="password"] , fieldset select 
{
    font-family:Georgia;
    font-size:16px;
    color:#aba298;
}
input[type="text"], input[type="password"] 
{
/*  background: transparent url(images/inputbox.png) no-repeat;*/
  background: url(images/inputbox.png) no-repeat;
  border:0px;
  width: 320px;
  height:30px;
  padding: 8px 5px 0px 5px;
}

fieldset select 
{
    width: 205px;
    line-height:34px;
    height:34px;
}

.selectinput
{
/*  background: transparent url(images/inputbox.png) no-repeat;  */
  background: url(images/inputbox.png) no-repeat;  
  height:32px;
  padding: 6px 5px 0px 5px;
  
}
fieldset select 
{
  height:25px;
  border:0px;
  width:318px;
}

fieldset #createAccount, fieldset #updateProfile, .changePWD
{
    width:224px;
    height:43px;
    border:0;
    /*text-indent:-9999px;*/
}
fieldset #createAccount
{
/*    background: transparent url(images/createacnt.png) no-repeat;  */
    background: url(images/createacnt.png) no-repeat;  
}
fieldset #updateProfile
{
/*    background: transparent url(images/updprof.png) no-repeat;  */
    background: url(images/updprof.png) no-repeat;  
}
.changePWD
{
    display:inline-block;
/*    background: transparent url(images/changepwd.png) no-repeat;  */
    background: url(images/changepwd.png) no-repeat;  
}

fieldset table td
{
    padding-right:20px;
}
fieldset table td:first-child
{
    text-align:right;
}
fieldset table tr
{
    height:60px;
}


/* TABLE
----------------------------------------------------------*/

.reportContainer 
{
    padding:9px;
    background-color:#edecea;
    text-align:center;
    margin-bottom:20px;
}
.reports
{
    text-align:left;
}
.reports th
{
    background: url(images/cr-hd-02.png) repeat-x;
    height:64px;
    font:14px normal;
    color:#ffffff;
    border:0;
}

.reports .tableHeadLeft
{
    background: url(images/cr-hd-01.png) no-repeat;
    width:3px;
}
.reports .tableHeadRight
{
    background: url(images/cr-hd-03.png) no-repeat;
    width:3px;
}
.reports tr
{
    height:36px;
}
.reports tr.evenRow  
{
  background-color: #ffffff;  
}
.reports td
{
    color:#101010;
    font-size:13px;
    padding:0 3px;
}

.reports tr.evenRow  td.tableBodyLeft, 
.reports tr.evenRow  td.tableBodyRight, 
.reports tr.oddRow  td.tableBodyLeft, 
.reports tr.oddRow  td.tableBodyRight, 
.reports .summaryRow .tableFooterLeft, 
.reports .summaryRow .tableFooterRight
{
  padding:0 0;
  width:3px;
}
.reports tr.evenRow  td.tableBodyLeft
{
  background: url(images/cr-bd-01.png) no-repeat;  
  padding:0 0;
}
.reports tr.evenRow  td.tableBodyRight
{
  background: url(images/cr-bd-02.png) no-repeat;  
  padding:0;
}
.reports .summaryRow 
{
    background: url(images/cr-ft-02.png) repeat-x;  
    height:45px;
}
.reports .summaryRow .tableFooterLeft
{
    background: url(images/cr-ft-01.png) no-repeat;  
    padding:0;
}
.reports .summaryRow .tableFooterRight
{
    background: url(images/cr-ft-03.png) no-repeat;  
    padding:0;
}
.reports .summaryRow td
{
    font-size:16px;
    font-weight:bold;
    color: #ffffff;
}

.reports .summaryRow .summaryTotal
{
    font-size:28px;
}

.reports .summaryRow .divider
{
    border-left:#b8b8b8 1px solid;
    border-right:#888888 1px solid;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: #ca9d58;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    display:none;
}

.input-validation-error
{
}

.validation-summary-errors
{
    color:#ca9d58;
}

#memberRegn 
{
    border-top: 7px solid #ca9d58;
    padding:12px 0 40px 0;
    
}
/* End of default Styles by ASP.NET */


  /*  Hilton Styles Start Here */

body {
  padding: 0;
  margin: 0;
  text-align: center;
}
img {
  border-style: none;
}
#mainWrapper {
    width:860px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
    font-family: Arial;
}
.sidebar{
    width: 28px;
    height:600px;
    float:left;
}
#leftSpacing {
    background-image: url(images/sidebarleft.png);
}
#rightSpacing {
    background-image: url(images/sidebarright.png);
}
#mainContent {
    width:804px;
    float:left;
    margin-bottom:30px;
}
#header {
    height: 135px;
    background: url(images/curve.png) no-repeat bottom left;
    padding: 16px 30px 0px 30px;
}
#logo {
    float:left;
}
#headerRight {
    float:right;
    text-align: right;
    width: 509px;
}
#menuBar {
    clear:both;
    height: 25px;
}

ul#menuList{
    list-style: none;
    margin:0px;
    padding:0px;
}
ul#menuList li {
    display: inline;
}
ul#menuList li a {
		display: block;
		float: left;
		height: 25px;
		background-image: url(images/navbar.png) ;
		background-repeat:no-repeat;
        text-indent: -9999px;
}
a {
        outline: none;
        -moz-outline-style: none;
}

ul#menuList li a.menu-01 { width:63px; background-position: 0 0;	}
ul#menuList li a.menu-02 { width:66px; background-position: -63px 0;	}
ul#menuList li a.menu-03 { width: 99px; background-position: -129px 0;	}
ul#menuList li a.menu-04 { width:138px; background-position: -228px 0;	}
ul#menuList li a.menu-05 { width:143px; background-position: -366px 0;	}

ul#menuList li a.menu-01:hover,  #page-01 ul#menuList li a.menu-01 { background-position:   0px  -25px;	}
ul#menuList li a.menu-02:hover,  #page-02 ul#menuList li a.menu-02 { background-position: -63px  -25px;	}
ul#menuList li a.menu-03:hover,  #page-03 ul#menuList li a.menu-03 { background-position: -129px -25px;	}
ul#menuList li a.menu-03:hover,  #page-04 ul#menuList li a.menu-03 { background-position: -129px -25px;	}
ul#menuList li a.menu-03:hover,  #page-05 ul#menuList li a.menu-03 { background-position: -129px -25px;	}
ul#menuList li a.menu-04:hover,  #page-06 ul#menuList li a.menu-04 { background-position: -228px -25px;	}
ul#menuList li a.menu-05:hover,  #page-07 ul#menuList li a.menu-05 { background-position: -366px -25px;	}

#bannerBar {
  margin:0;
  padding:0;
}

#loginBox {
    float:left;
    background: url(images/loginbox.png) no-repeat;
    font-size: 12px;
    line-height: 18px;
    color: #e1ddd7;
    width:186px;
    height:265px;
    padding: 50px 13px 0px 13px;
}
#loginBox p {
    margin:0px;
}
#loginBox .loginInput {
  height: 23px;
  width:170px;
  font-size: 18px;
  border: none;
  background: transparent;
  padding: 0 2px 0 3px;
}
#loginBox .label  {
  font-size: 18px;
  font-family: Georgia;
  color: #d4c9aa;
}
#loginBox #usernameLabel {
    margin-top:25px;
}
#loginBox #passwordlabel {
    margin-top:5px;
}
#rememberLabel {
  display: block;
  float:left;
  margin:18px 0 0 0;
}
#loginBox .button {
    color: #343434;
    background: #d4c9aa;
    border:none;
    font-size:14px;
    font-weight:bold;
    padding: 5px;
    width:62px;
    float: left;
    margin:15px 0 0 6px;
}
#loginBox #newHere {
    line-height:58px;
}
a#register {
  font-size: 18px;
  font-family: Georgia;
  color: #d4c9aa;
  text-decoration: none;
}
a#register:hover {
  text-decoration: underline;
}

#bannerImgbox {
  width:589px;
  height:315px;
  float:left;
}
#bannerImage {
  background: url(images/bannerhome.jpg) no-repeat;
}

#contentBar {
  clear:both;
  margin-top: 20px;
  float:left;
  margin-bottom:50px;
}

#contentLeft {
  width: 180px;
/*  margin-right:30px;*/
  padding-right:30px;
  float: left;
  /*margin-left:25px;*/
  padding-left:25px;
  height:10px;
}
#contentRight {
  width: 180px;
  float: left;
  margin-left:25px;
  margin-left:30px;
}
.contentMid {
  /*width: 344px;*/
  width: 344px;
  padding-right:25px;
  float: left;
}
.contentMid #homebg{
  background: url(images/bodybghome.png) no-repeat;
}

#contentMidFull {
  width: 554px;
  padding-right:0px;
}

#quickMenu {
  height:131px;
  border-top: solid 7px #ca9d58;
  background-color: #eae7e4;
  padding: 16px 0 0 7px;
}

#quickMenu p {
  color: #212122;
  font-size: 11px;
  line-height: 15px;
  margin:0 0 20px 20px;
  padding:0;
}

#timeZone {
  margin-top: 20px;
  color: #666666;
  font-size:11px;
}
#timeZone p {
  margin:0;
  line-height: 15px;
}
.subHead {
    font-size: 15px;
    padding-bottom: 5px;

}
.headCountry {
    font-weight: bold;
    padding-top: 5px;
}

.borderBottom {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.contentMid h2 {
    font-size:24px;
    color: #ca9d58;
    font-weight: normal;
}

.boldContent {
  font-weight: bold;
  color: #666666;
  font-size: 17px;
  line-height: 24px;
}

.normalContent, .generalText p, .generalText a, .generalText a:link, .generalText a:active, .generalText a:visited
 {
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.generalText
{
    margin-bottom:70px;
}

{
    
}
.highLighted {
    color: #ca9d58;
}

.contentMid h2 {
  margin:0;
}

.contentMid .button{
    background: #d4c9aa url(images/btnarrow.png) no-repeat 95px center;
    width: 115px;
    height: 25px;
    padding: 5px 20px 5px 10px ;
    font-size:13px;
    text-decoration: none;
    color: #FFFFFF;
}
.contentMid a.button:hover{
    text-decoration: underline;
}
#contentRight {
  width: 180px;
  float: left;
  padding-right: 15px;
  height: 170px;
}
.featuredImg {
  width: 180px;
  margin:0;
  padding:0;
}
#featuredHotel {
  float:left;
  background-color: #d4c9aa;
  width: 180px;
  margin: 0;
 padding:0 ;
}
#featuredHotel #h5, #featuredHotel #h6 {
    margin:0;
    padding-top:10px;
    display:block;
  }
#contentRight a{
    text-decoration: none;
    cursor: pointer;
  }
#featuredHotel #h5  {
    font-size: 13px;
    color: #ffffff;
    padding:10px 10px 5px 10px;
}
#featuredHotel #h6  {
    font-weight: normal;
    color: #212122;
    font-size: 15px;
    padding:0px 10px 10px 10px;
}

a#featuredHotel  {
    text-decoration: none;
  }
a#featuredHotel:hover {
    text-decoration: underline;
    color:#ffffff;
  }
  
.botSpacer {
    clear:both;
    margin-bottom: 50px;
}
.contentList {
  color:#333333;
  font-size: 13px;
  list-style: none;
}
.contentList li {
  line-height: 20px;
  background: url(images/bulletarrow.png) no-repeat left 7px ;
  padding-left:15px;
}
.rightAlign{
  text-align:right;
}
#subNav {
	margin:0;
	padding:0 0 30px 0;
}
#subNavMenu {
	list-style:none;
	font-size:14px;
	color:#212122;
	line-height:20px;
	padding:0;
	margin:0;
}
#subNavMenu li{
	background:url(images/subnavarw.png) no-repeat 7px 5px;
	padding-left:25px;
	padding-bottom:5px;
}
#subNavMenu li a{
	text-decoration:none;
	color:#212122;
}
#subNavMenu li a:hover{
	text-decoration:underline;
}

#subNavItem01,#subNavItem02  {
		border-bottom: #d4c9aa solid 1px;
	}
#page-03 #subNavMenu  #subNavItem01,
#page-04 #subNavMenu  #subNavItem02,
#page-05 #subNavMenu  #subNavItem03,
#page-06 #subNavMenu  #subNavItem03
{
	background-color: #f2efe5;
}

.highLightBold {
	font-size: 13px;
	font-weight:bold;
    color: #ca9d58;
}
#italicGrey
{
	color: #999999;
	font-size: 13px;
	font-style:italic;
	background-image:none;
}
.contentMid h3{
    font-size:20px;
    color: #ca9d58;
    font-weight: normal;
}
.partnerIcon {
	margin:0 15px 15px 0;
}
.hotelbuttonWrapper {
	width: 240px;
	padding: 0 30px 30px 0;
	display:block;
	float:left;
}
.hotelButton {
/*	width: 240px;
	margin: 0 30px 30px 0;*/
	display:block;
	float:left;
	text-decoration:none;
}


.hotelButton .h4 
{
    display:block;
	margin:0;
    line-height:22px;
	background: #d4c9aa url(images/hotelarrow-nrm.png) no-repeat 220px 8px;
    font-size:13px;
	padding: 3px 0 5px 6px; 
}
.hotelButton:hover  span.h4 
{
    display:block;
	background: #ca9d58 url(images/hotelarrow-ovr.png) no-repeat 220px 8px;
}


.headNorm {
	font-weight:normal;
}

.headBlack {
	color: #212122;
}
.headWhite {
	color: #ffffff;
}
.facilityLegend {
	border-bottom: #ca9d58 solid 1px;
	border-top: #ca9d58 solid 1px;
	height: 50px;
	margin-bottom: 25px;
}
.legendTitle {
	margin:5px 0px 0 0px;
	font-size:11px;
	color:#333333;
}

.legendIcon {
		background: url(images/hotelicons.png)  no-repeat right bottom;
		width: 35px;
		height:40px;
		margin-top:10px;
}

.legendIcon01 {	background-position: 0px 10px; }
.legendIcon02 {	background-position: -37px 10px; }
.legendIcon03 {	background-position: -74px 10px; }
.legendIcon04 {	background-position: -74px 10px; }
.legendIcon05 {	background-position: -110px 10px; }
.legendIcon06 {	background-position: -182px 10px; }
.legendIcon07 {	background-position: -146px 10px; }

.headBold {
	font-weight:bold;
}



#hotelHeading {
	background-color:#ca9d58;
	padding:8px 0 8px 10px;
	margin-bottom:25px;
	height:17px;
}
#hotelHeadLeft{
	width: 400px;
	float:left;
}
.hotelStars {
	float:left;
	text-align:right;	
	width:140px;
}


#hotelImageBig {
	float:left;
	width:461px;
	height:269px;
	margin-right:13px;
}
#hotelImageButton {
	float:left;
	width:80px;
}

#hotelImageButton a{
}
#hotelImageButton a img{
	margin-bottom:11px;
}
.clear {
	clear:both;
}

.currentHotelLegend {
	margin: 0 0 20px 0;
}
.currentHotelLegend div {
	float:left;
}
#headSummaryLeft h3{
	margin:0;
	padding:0;
}

#headSummaryLeft {
	margin:25px 0 0px 0;
	width: 300px;
	float:left;
	height:25px;
}
#headSummaryRight {
	margin:25px 0 0px 0;
	float:right;
	height:25px;
}

#headSummaryRight a {	
	text-decoration:none;
	font-size:14px;
	color:#212122;
}
#headSummaryRight a:hover {	
	text-decoration:underline;
}	
#hotelDescText, #hotelAddressLeft {
	color: #666666;
	font-size:14px;
	line-height:20px;
	padding-bottom:15px;
}
#hotelDescText {
	border-bottom: #ca9d58 solid 1px;
}
#hotelAddressLeft {
	width:260px;
	float:left;
}
#hotelAddressRight {
	width:290px;
	float:right;
	color:#333333;
}
#hotelAddressLeft h3 {
	margin:0 0 15px 0;
}
#telephoneHigh {
	background-color:#ca9d58;
	height:50px;
	padding:10px;
	color: #212122;
	font-size:16px;
	margin-bottom:10px;
}

#telephoneHigh span{
	color: #ffffff;
	font-size:30px;
	font-weight:bold;
}

#hotelAddressRight p{
	color:#333333;
	font-size:13px;
	line-height:16px;
	
}
#hotelAddressRight p a{
	text-decoration:none;
	color:#ca9d58;
	font-weight:bold;
}
#hotelAddressRight p a:hover{
	text-decoration:underline;
}



#loggedBox {
    width:212px;
    float:left;
    background: url(images/loggedinbox.png) no-repeat;
    height:315px;
    font-size: 12px;
    line-height: 18px;
    color: #e1ddd7;
}
#loggedBox p#loggedinTop {
  padding: 60px 11px 0px 12px;
  margin: 0;
}
#loggedBox p {
  padding: 16px 11px 0px 12px;
  margin: 0;
  line-height: 18px;
  
}
#loggedBox #userName {
    line-height:30px;
}
#loggedBox .label  {
  font-size: 18px;
  font-family: Georgia;
  color: #d4c9aa;
  padding:0 0 0 0px;
  margin-top:12px;
}

#royaleTotal {
  padding: 30px 11px 0px 15px;
  font-size: 56px;
  font-weight:bold;
  color:#cfc383;
  letter-spacing:7px;
  text-align:right;
  font-family: Times, serif;
}
#loggedBox #royaleUnit {
   padding: 0px 11px 0px 12px;
   margin-top:25px;
}
.memberMenu .pipeDivider{
	color:#cfc383;
}
.memberMenu a {
	text-decoration:none;
	color:#b3b3b3;
	
}
.memberMenu a:hover {
	text-decoration:underline;
}
#featuredHotelRight {
/*    background-color: #d4c9aa; */
/*    float:left; 
    margin:0 0 0 25px; */
    float:right;
/*    width:180px;
    padding:0;*/
    width:180px;
    padding:0 20px 0 0 ;
    }
#featuredHotelInner    {
    background-color: #d4c9aa; 
}
#footer {
    clear: both; 
    padding: 10px 0 10px 0;
    color: #4d4d4d;
    font-size:13px;
    border-top:#9f9e9e 2px solid;
/*    margin-top:20px;*/
    margin-top:180px;
    margin-bottom:10px;
}
#footerLeft
{
    text-align:left;
    width:50%;
    float:left;
}
#footerLeft a, #footerLeft a:link, #footerLeft a:active, #footerLeft a:visited
{
    font-size:11px;
    text-decoration:none;
    color: #4d4d4d;
}
#footerLeft a:hover
{
    text-decoration:underline;
}
#footerRight
{
    text-align:right;
    width:50%;
    float:left;
}

/* General Styles */

.pagination 
{
    text-align:right;
    margin:10px 0;  
    height:50px;  
}
.pagination a , .pagination a:link , .pagination a:visited , .pagination a:active
{
    text-decoration:none;
    color: #101010;
    font-size:13px;
    font-weight:bold;
    height:19px;
}

.pagination .PreviousPage 
{
    background: url(images/cr-prevpage.png) left;
    width:111px;
    display:inline-block;
    text-align:right;
    float:left;
}

.pagination .NextPage 
{
    background: url(images/cr-nextpage.png) right;
    width:91px;
    display:inline-block;
    text-align:left;
    float:right;
}

.pagination a:hover
{
    text-decoration:underline;
}




#Grid {
    clear:both;
    float:left;
    width:804px;
}


/*  JQuery Slide Show CSS */
#slideshow {
        position:relative;
        height:315px;
        
        width:592px;
    }

    #slideshow DIV {
        position:absolute;
        top:0;
        left:0;
        z-index:8;
        opacity:0.0;
        height: 315px;
        background-color: #FFF;
        
        width:592px;
    }

    #slideshow DIV.active {
        z-index:10;
        opacity:1.0;
    }

    #slideshow DIV.last-active {
        z-index:9;
    }

    #slideshow DIV IMG {
        height: 315px;
        display: block;
        border: 0;
        margin-bottom: 10px;
        
        width:592px;
    }
/*  JQuery Slide Show CSS */    

.specialOfferItem {
    padding: 10px 20px 20px 20px;
    border-bottom:#ca9d58 1px solid;
    margin-bottom:20px;
}

.specialOfferItem h2 {
    font-size:24px;
    color: #ca9d58;
    font-weight: normal;
}

.specialOfferItem p {
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}

.specialOfferItem b {
    color: #ca9d58;
}
.specialOfferItem ol {
  color:#333333;
  font-size: 13px;
}
.specialOfferItem ul {
  color:#333333;
  font-size: 13px;
  list-style: none;
}
.specialOfferItem ul li {
  line-height: 20px;
  background: url(images/bulletarrow.png) no-repeat left 7px ;
  padding-left:15px;
}

.specialOfferItem img {
    float:left;
    margin-right: 20px;
}
.specialOfferItem a, .specialOfferItem a:hover, .specialOfferItem a:link, .specialOfferItem a:visited, .specialOfferItem a:active  {
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}

#registerNowArea {
    height: 85px;
    width: 310px;
    background: url(images/register-area.png) no-repeat;
    color: #5f6063;
    font-size:14px;
    font-family:Georgia;
    padding-top:15px;
    padding-left:15px;
    vertical-align:middle;
}
#registerNowArea span {
    display:block;
    width: 150px;
    float:left;
}

#registerNow {
    margin-left:10px;
    float:left;
    display:block;
    height: 70px;
    width: 136px;
    background: url(images/register-n.png) no-repeat;
    text-indent: -9999px;
}
#registerNow:hover {
    background: url(images/register-o.png) no-repeat;
}
