








    /* including: /common/js/lib/yahoo/reset/reset-min.css */
    /*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

    /* including: /corporate/css/global/global.css */
    body {
    color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

a:link {
    color: #0072CA;
    text-decoration: underline;
}

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

form, select {
    margin: 0;
    padding: 0;
}

input, select, textarea {
    background: #FFFFFF;
    color: #333333;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.calendar {
    padding: 0;
}

ul {
    padding-left: 25px;
}

* html ul {
    padding-left: 0;
}

.clear {
    clear: both;
}

.clearDiv {
    clear: both;
    content: ".";
    display: block;
    font-size: 1px;
    height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.buttonForm {
    background: #328ECD url(/corporate/images/corp_btn_arrow.gif) no-repeat 90%;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
    font-family: arial, verdana, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    height: 20px;
    margin: 0;
    padding: 2px 15px 5px 5px;
    text-transform: capitalize;
}
/* FIX FOR IE POSITIONG BUG OF NEW CORPRATE BUTTON ARROW */
/* AFFECTS ONLY IE/PC BROWSERS - JF */
.buttonForm {
    _background-position : 90%;
}
.buttonLink { background-color: #EB7613; padding: 1px; margin: 0; display: table; border-collapse: separate; }
#searchResultPage .buttonLink { background-color: transparent; }
.buttonLink a, .buttonLink a:visited {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    cursor:pointer;
    cursor:hand;
    display: block;
    padding: 0 16px 2px 6px;
    border: 1px solid #ffffff;
    text-decoration: none;
    text-transform: capitalize;
    background: url(/corporate/images/corp_btn_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    vertical-align: middle;
}

.buttonLinkLeft { background-color: #EB7613; padding: 1px; margin: 0; display: table; border-collapse: separate; }
.buttonLinkLeft a, .buttonLinkLeft a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    cursor:pointer;
    cursor:hand;
    display: block;
    padding: 0 2px 2px 16px;
    border: 1px solid #ffffff;
    text-decoration: none;
    background: url(/stregis/images/st_btn_arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
}

/* sliding door button */
.actionLink,
.actionButton{
    background: url(/corporate/images/corp_btn_left.gif) left center no-repeat #328ECD;
    padding:1px 0 1px 4px;
}
/*used if for sliding door*/
.actionLink a,
.actionLink a:link,
.actionLink a:active,
.actionLink a:visited,
.actionLink a:hover,
.actionButton button {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    margin-left: 1px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    padding: 1px 18px 1px 8px;
    background: url(/corporate/images/corp_btn_right.gif) right center no-repeat #328ECD;
}

.actionButton button {
    overflow:visible;
}

.actionLink.left,
.actionButton.left {
    float: left;
}

.actionLink.right,
.actionButton.right {
    float: right;
}

*html actionLink,
*html actionButton,
*html actionLink a,
*html actionButton button {
    padding-bottom: 2px;
}
/* end sliding door button */

/* sliding door reverse */
.actionLinkReverse,
.actionButtonReverse{
    background: url(/corporate/images/corp_btn_left.gif) right center no-repeat #328ECD;
    padding: 2px 10px 5px 5px;
}

.actionLinkReverse a,
.actionLinkReverse a:link,
.actionLinkReverse a:active,
.actionLinkReverse a:visited,
.actionLinkReverse a:hover,
.actionButtonReverse button {
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    height: 20px;
    color: #ffffff;
    border:1px solid #FFFFFF;
    text-decoration: none;
    padding: 2px 10px 5px 5px;
    background: url(/corporate/images/corp_btn_right.gif) right center no-repeat #328ECD;
}

.actionLinkReverse.left,
.actionButtonReverse.left {
    float: left;
}

.actionLinkReverse.right,
.actionButtonReverse.right {
    float: right;
}

*html actionLinkReverse,
*html actionButtonReverse,
*html actionLinkReverse a,
*html actionButtonReverse button {
    padding-bottom: 2px;
}
/* end sliding door reverse */

#headerContainer {
    margin: 5px 0 2px 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #00BFFF;
    width: 825px;
}

a.copy:link {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #004286;
    text-decoration : underline;
}
a.red:link {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF0000;
    text-decoration : underline;
}
a.copy:visited {
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #004286;
    text-decoration : underline;
}

#topNavitems.alternate {
    padding-top: 5px;
}

/* ####################################################################################################
.alternate #langSwitchForm {
    float: right;
}
*/

/* #################################################################################################### */
.alternate #header_navcontainer ul {
    text-align: right;
    list-style: none;
    padding: 3px 0 0 0;
    margin: 0 0 0 0;
    /*border:1px solid blue;*/

}

.alternate #header_navcontainer a {
    font-weight: 600;
    color: #3399cc;
    text-decoration: none;
}
.alternate #header_navcontainer li {
    padding-right: 10px;
    display: inline;
}
#skinBanner {
    clear: both;
    padding: 2px 0 0 0;
}

#footerContainer {
    border-width: 22px 0 0 0;
    border-color: #3398CC;
    border-style: solid;
}

#headerContainer #topNavitems {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-collapse: collapse;
}

#headerContainer #logoContainer {
    padding: 20px 0 0 24px;
    margin: 0 0 0 0;
}

/** ########################################################################################################**/
#headerContainer #headerLanguage {
    float: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: right;
    display:inline;
    /*border:1px solid green;*/
}

#headerContainer #topNavitems #header_navcontainer ul#header {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
}
#headerContainer #topNavitems #topNavLeft {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 186px;
    vertical-align: bottom;
}
#headerContainer #topNavitems #topNavRight {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: right;
    vertical-align: bottom;
}

/* ####################################################################################################*/
#header_navcontainer	{
    /*clear: both;*/
    /*border:1px solid red;*/
    width:650px;
    float:right;
}

#headerContainer #topNavitems #header_navcontainer #header li {
    float: left;
    height: 37px;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#headerContainer #topNavitems #header_navcontainer #header li a {
    display: block;
    margin: 0;
    font-size: 9px;
    font-family: "Univers", arial;
    font-weight: bold;
    color: #258BBE;
    text-decoration: none;
    text-align: left;
    padding: 5px 5px 0 5px;
    line-height: 11px;
    text-transform: uppercase;
}

#headerContainer #topNavitems #header_navcontainer #header li.locked a {
    color: #01477D;
}

#headerContainer #topNavitems #header_navcontainer #header li.locked {
    background-color: #D6EDF8;
}
#footerContainer #legalNav {
    padding: 7px 0 0 44px;
}
/***** --- END HEADER DEFINITIONS --- ******/

.topError, .error {
    xmargin: 0 0 0 0;
    color: #DD0000;
}




#headerContainer #headerLanguage #langSwitch {
    display:inline;
    margin-right:3px;
    padding:0;
}

#headerContainer #headerLanguage #langSwitch #langSwitchform {
    display:inline;
    height:20px;
    margin:0;
    padding:0;
}

#languageSelector {
    position:relative;
    width:68px;
    display:inline;
    float:right;
    z-index:5;
    text-transform:capitalize;
    font-weight:bolder;
    font-family: arial,verdana,sans-serif;
}

#languageSelector .dhtmlSelectTrigger{
    cursor: pointer;
    cursor:hand;
    display:block;
    background:url(/corporate/images/languageArrow.gif) no-repeat right center;
    padding:2px 14px 2px 0;
    width:55px;
    float:right;
    color:#4D4D4D;

}

#languageSelector #languages {
    display:none;
}

#languageSelector.show #languages {
    display:block;
}

#languageSelector ul {
    background-color:#FFFFFF;
    display:none;
    min-height:106px;
    list-style-type:none;
    margin:0;
    padding:0;
    width:68px;
}

#languageSelector ul li {
    margin:0;
    padding:0 0 1px 0;
    display:inline;
}

#languageSelector.show ul {
    border:1px solid #BABABA;
    display:inline;
    left:0;
    padding:5px 0 0 0;
    position:absolute;
    text-align:left;
    text-transform:capitalize;
    top:15px;
}

#languageSelector a {
    color:#4D4D4D;
    display:block;
    padding:0 0 0 7px;
    text-transform:capitalize;
    text-decoration:none;
    font-weight:normal;
}

#languageSelector a:hover {
    color:#FFFFFF;
    background-color:#FE9901;
    text-decoration:none;
    font-weight:normal;
}
/***** --- END GLOBAL DEFINITIONS --- ******/

    /* including: /common/css/global/global_footer.css */
    #globalFooterContainer	{
	margin:auto;
    font-size:10px;
    font-family:arial;
    line-height: 14px;
    z-index:1000;
}

#globalFooterContainer #globalFooterBrandNavigatorContainer {
	padding:0;
	z-index:1000;
}

#globalFooterContainer #globalFooterLegal	{
    color: #CCCCCB;
}

#globalFooterContainer #brandNavigatorContainer	{
	display:inline;	
	margin:0px;
	position:relative;
}

#globalFooterContainer #brandNavigatorContainer a{
    white-space:nowrap;
}

#globalFooterContainer #otherStarwoodBandsContainer	{	
	margin-left:0px;
	padding:0px;
	z-index:1000;
    position:relative;
}
#globalFooterContainer #otherStarwoodBandsContainer #brandNavBrandList a:active,
#globalFooterContainer #otherStarwoodBandsContainer #brandNavBrandList a:visited,
#globalFooterContainer #otherStarwoodBandsContainer #brandNavBrandList a:link,
#globalFooterContainer #otherStarwoodBandsContainer #brandNavBrandList a:hover{
    white-space:normal;
}

#globalFooterContainer #globalFooterBrandBar {
	margin-top:35px;        
}

#globalFooterContainer #globalFooterBrandBar table {
	width:100%;
    height:90px;
	margin:0;
	padding:0;
}

#globalFooterContainer #globalFooterBrandBar table td{
    vertical-align:top;
}

#globalFooterContainer #globalFooterBrandBar table #navigationLinkContainer {
    width:298px;
}

#globalFooterContainer #globalFooterBrandBar table #globalFooterLogoContainer {
    width:446px;
    background-position: -125px 0;
}

#globalFooterContainer #globalFooterBrandBar td.firstCell    {
    width:124px;
}

#globalFooterContainer #globalFooterBrandBar td a#logoPos1    {
    height:90px;
    width:100%;
    background-position:-9px 0;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos2    {
    width:59px;
    background-position:-198px 0;
    margin-left:3px;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos3    {
    width:38px;
    background-position:-286px 0;
    margin-left:29px;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos4    {
    width:109px;
    background-position:-352px 0;
    margin-left:28px;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos5    {
    width:46px;
    background-position:-486px 0;
    margin-left:25px;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos6    {
    width:70px;
    background-position:-551px 0;
    margin-left:19px;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos7    {
    width:36px;
    background-position:-247px -45px;
    margin-left:52px;
    margin-top:5px;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos8    {
    width:47px;
    background-position:-338px -45px;
    margin-left:55px;
    margin-top:5px;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos9    {
    width:55px;
    background-position:-428px -45px;
    margin-left:43px;
    margin-top:5px;
}
#globalFooterContainer #globalFooterBrandBar td a#logoPos10    {
    width:26px;
    background-position:-538px -45px;
    margin-left:55px;
    margin-top:5px;
}
#globalFooterContainer #globalFooterBrandBar #brandBarDivider{
    height:2px;
    line-height:2px;
    font-size:2px;
    width:446px;
    background-position: -125px -38px;
    float:left;
    margin-top:8px;
}
#globalFooterContainer #globalFooterBrandBar #brandBarDividerTail    {
    width:2px;
    background-position:-641px 0;
    padding-right:20px;
}
#globalFooterContainer #globalFooterBrandBar td.spacerCell	div{
    height:2px;
    line-height:2px;
    font-size:2px;
    margin-top:38px;
    background-position:-125px -38px;
}

#globalFooterContainer #globalFooterBrandBar a#logoPos1,
#globalFooterContainer #globalFooterBrandBar a#logoPos2,
#globalFooterContainer #globalFooterBrandBar a#logoPos3,
#globalFooterContainer #globalFooterBrandBar a#logoPos4,
#globalFooterContainer #globalFooterBrandBar a#logoPos5,
#globalFooterContainer #globalFooterBrandBar a#logoPos6,
#globalFooterContainer #globalFooterBrandBar a#logoPos7,
#globalFooterContainer #globalFooterBrandBar a#logoPos8,
#globalFooterContainer #globalFooterBrandBar a#logoPos9,
#globalFooterContainer #globalFooterBrandBar a#logoPos10    {
    display:block;
    height:30px;
    float:left;
}

#globalFooterContainer #globalFooterBrandBar img	{
	border:0px;
	margin:0px;
	padding:0px;
}

#brandNavBrandList	{
    display:block;
    color: #666666;
    position:absolute;
    top:-195px;
    left:-10px;
    visibility: hidden;
    font-size: 11px;
    text-align: left;
    margin:0px;
    z-index:1000;
}

*html #brandNavBrandList	{
	left:0px;
	top:-195px;
}

#brandNavigatorContainer #brandNavIframeShim	{
    position:absolute;
	width:141px;
	height:170px;
	top:-151px;
	left:-10px;
	border:none;
	display:none;
	z-index:200;
}


* html #brandNavigatorContainer #brandNavIframeShim	{
	position:absolute;
	width:142px;
	height:187px;
	top:-166px;
	left:0px;
	border:none;
	display:none;
	z-index:200;
}

#brandNavigatorContainer #footerCopyright{
    margin-top:16px;
}

#brandNavigatorContainer #footerCopyright p{
    margin:0;
    padding:0;
}

.popdiv{
    overflow:auto;
    height:620px;
    width: 535px;
}



    /* including: /Static/CSS/Corporate/styles_all.css */
    a:link, a:active, a:hover { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; line-height : 14px; text-decoration : underline; color : #3399cc; }
a:visited { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; line-height : 14px; text-decoration : underline; color : #999999; }

a.legal:active, a.legal:hover, a.legal:link, a.legal:visited { font-family : Arial,Verdana,Helvetica,sans-serif; font-weight : normal; font-size : 9px; text-decoration : none; color : #666666; }
td.legal { font-family : Arial,Verdana,Helvetica,sans-serif; font-weight : normal; font-size : 9px; text-decoration : none; color : #666666;}

td{	font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; color : #333333; line-height:16px; }
p{ font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; color : #333333; line-height:16px; }

span.link{ font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; line-height : 14px; text-decoration : underline; color : #3399cc; }
span.vlink{ font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; line-height : 14px; text-decoration : underline; color : #999999; }

td.head { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 16px; font-weight : bold; line-height : 30px; color : #101c79; }
div.head { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 16px; font-weight : bold; line-height : 30px; color : #101c79; }
p.head { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 16px; font-weight : bold; line-height : 30px; color : #101c79; }
span.head { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 16px; font-weight : bold; line-height : 30px; color : #101c79; }

td.subhead { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; font-weight : bold; line-height : 28px; color : #101c79; }
td.subhead1 { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; font-weight : bold; line-height : 28px; color : #101c79; }
td.subhead2 {	font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; font-weight : bold; color : #333333; line-height:16px; }
div.subhead { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; font-weight : bold; line-height : 28px; color : #101c79; }
p.subhead { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; font-weight : bold; color : #101c79; }
span.subhead { font-family : Arial,Verdana,Helvetica,sans-serif; font-size : 11px; font-weight : bold; color : #101c79; }

.bgcolor1 { background-color: #258BBE; }
.bgcolor2 { background-color: #3399CC; }
.bgcolor3 { background-color: #2462A1; }
.bgcolor4 { background-color: #5BADD6; }

/*  BEGIN CLASS FOR TEXT IN SEARCH AREA OF HOMEPAGE */
.searchColor { font-family:Arial,Verdana,Helvetica,sans-serif; font-size:11px; font-weight:normal; color:#ffffff;}
a.searchColor:link, a.searchColor:active, a.searchColor:hover, a.searchColor:visited { text-decoration:none; color:#ffffff; }
/*  END CLASS FOR TEXT IN SEARCH AREA OF HOMEPAGE */

/*Begin Left-hand navigation styles */
	.leftNavOff { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 11px; font-weight : normal;  color : #101C79; text-decoration : none; }
	.leftNavOff a:link, leftNavOff a:visited, leftNavOff a:active {font-weight : normal;  color : #101C79; text-decoration : none;}
	
	.leftNavOn { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 11px; font-weight : normal; color : #FFFFFF; text-decoration : none; background-color: #3399CC;  }
	.leftNavOn a:link, leftNavOn a:visited, leftNavOn a:active {font-weight : normal; color : #FFFFFF; text-decoration : none; background-color: #3399CC;}
/*End Left-hand navigation styles */

.bgcolorVertical1 { background-color: #cccccc; }
.bgcolorVertical2 { background-color: #cccccc; }

td.color3 {	font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 11px; font-weight : bold; color : #000000; background-color: #CCCCCC; }
.findRoomBgColor {background-color: #BBDDEE;}
.textColorOrange {color:#CC5610;}
.formSelectDropDown {background:#ffffff; color:#414141; font-family:verdana,arial,helvetica,sans-serif; font-size:11px;}
.formInputText {background:#ffffff; color:#414141; font-family:verdana,arial,helvetica,sans-serif; font-size:11px;}

td.error { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 11px; line-height : 14px; color : #990000; }
p.error { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 11px; line-height : 14px; color : #990000; }
span.error { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 11px; line-height : 14px; color : #990000; }        
div.error { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 11px; line-height : 14px; color : #990000; }

/* BEGIN SEARCH QUICK HITS CLASS CALLS */
td .sqhRateTextNoAvailHead {color : #990000; line-height:13px; font-weight:bold;}
td .sqhRateTextNoAvail {color : #990000; line-height:13px; font-weight:normal; font-size : 10px;}

td .sqhRateTextEnterDates {color : #990000; line-height:13px; font-weight:bold;}

td .sqhRateTextRateDisplay {line-height:13px; font-weight:bold;}

td .sqhRateTextNoBook {line-height:13px; font-weight:bold;}
/* END SEARCH QUICK HITS CLASS CALLS */

/* BEGIN DRE styles */
td.dreGridHeadBG { background-color: #CED8E1; }
td.dreGridRateBG { background-color: #E5F0FA; }
td.dreGridTotalBG { background-color: #D3E5F6; }
span.rateStrikeout { text-decoration: line-through; }
a.dreGridFree:link, a.dreGridFree:active, a.dreGridFree:hover { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 10px; font-weight : bold; line-height : 14px; text-decoration : underline; color : #FB6704; }
a.dreGridFree:visited { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 10px; font-weight : bold; line-height : 14px; text-decoration : underline; color : #FB6704; }
span.dreGridTotal { font-family : Verdana,Helvetica,Arial,sans-serif; font-size : 10px; font-weight : bold; line-height : 14px; color: #FB6704; }
/* END DRE styles */

/* BEGIN WATSON CLASS CALLS */
.searchFormTop {background-color:#F9FAFB; layer-background-color:#F9FAFB;}
.searchFormBot {background-color:#BFDFEF; layer-background-color:#BFDFEF;}
.searchFormPref {background-color:#EFF2F6; layer-background-color:#EFF2F6;}
.searchFormErrorText {color:#ff0000;}
.searchFormText {color:#004286;}
.searchFormText a:link, .searchFormText a:hover, .searchFormText a:visited {color:#004286; text-decoration: none; font-weight:normal;}
.searchFormTextAlt { color:#4D4D4D;}

.searchFormTextHome { color:#004286;}
.searchFormTextHome a:link,  .searchFormTextHome a:hover, .searchFormTextHome a:visited {color:#004286; text-decoration: none; font-weight:normal;}

.searchFormLine {background-color:#E5F2F9;}

.redText {color:#CF4341;}

select {font-family:verdana,arial,helvetica,sans-serif; font-size:10px;}
select.stateProvince {width:150px; color:#4D4D4D;}
select.country {width:150px; color:#4D4D4D;}
select.hotelType {width:135px; color:#4D4D4D;}

input {font-family:verdana,arial,helvetica,sans-serif; font-size:10px;}
input.checkBox {padding-left:0px; background-color:#BFDFEF; color:#4D4D4D;}
input.checkBoxHome {padding-left:0px; background-color:#BFDFEF; color:#4D4D4D;}
input.checkBoxLeftNav {padding-left:0px; background-color:#BFDFEF; color:#4D4D4D;}
input.checkboxAlt {padding-left:0px; background-color:#ffffff; color:#4D4D4D;}
input.zipCode {width:66px; color:#4D4D4D;}
input.address {width:150px; color:#4D4D4D;}
input.city {width:65px; color:#4D4D4D;}
input.dates {width:81px; color:#4D4D4D;}

td.frrInnerBorder {background-color : #FFFFFF; font-size : 1px;}
td.frrBgColor {background-color:#90C7E4;}
.advancedSearchBGColor {color:#004286; background-color:#BBDDEE;}

.searchResultHeader{background-color:#D3E8F3;}
.searchResultHeaderRgt {background-color:#BBDDEE;}
.searchResultRateDisplay{font-size:11px;}
table.searchResultsRateTable{
	background-color:#FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.watBorder {background-color: #E2E7F0;}
.watTableBorder {
	border-top: 1px solid #E2E7F0;
	border-bottom: 1px solid #E2E7F0;
	border-left: 1px solid #E2E7F0;
	border-right: 1px solid #E2E7F0;
}

.watRateRulesHdrBG {
	background-color: #EFF2F6;
}
.watRateRulesBG {
	background-color: #F5F7FA;
}
.watRateRulesHdrBGCellRight {
	border-left: 1px solid #E2E7F0;
	padding-left: 8px;
}
.watRateRulesBGTotalCost {
	background-color:#F9FBFD;
	border-left: 1px solid #E2E7F0;
	padding-left: 8px;
}
.watRateRulesReviewHdrBG {
	background-color: #9AA1C3;
	font-weight: bold;
	color: #FFFFFF;
}
.watRateRulesTextArea {
	background-color: #FFFFFF;
	width: 518px;
	height: 150px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #827668;
}

.watRateListHdrBG {
	padding : 4px 4px 4px 4px;
	background-color: #BBDDEE;
}
.watRateListRateBG {
	background-color: #F5F7FA;
	border-top: 1px solid #E2E7F0;
}
.watRateListRateBGAlt {
	background-color: #F9FBFD;
	border-top: 1px solid #E2E7F0;
}

.watReviewRateBG {
	background-color: #E4EBF8;
}
a.watBold:link, a.watBold:active, a.watBold:hover, a.watBold:visited { font-weight : bold; }

/* END WATSON CLASS CALLS */

/* BEGIN SITE_FORM_CONTENT HEADER DEFINITIONS */
#headContentArea {
vertical-align: top;
}
#headContentArea h2 {
font-size:15px;
padding: 0px 15px 0px 30px;
}
#headContentArea p {
padding: 0px 15px 0px 30px;
}
/* BEGIN SITE_FORM_CONTENT HEADER DEFINITIONS */
/* BEGIN SPG REBUILD REQUIREMENTS FOR LOGIN PAGE DEFINITIONS */
#mainContentArea {
margin: 0px 15px 15px 30px; width: 518px;
}

#mainContentArea h1{
color:#333333;
font-size:16px;
padding:10px 0px 0px 0px;
}

#mainContentArea h2{
color:#101c79;
font-size:11px;
padding:10px 0px 0px 0px;
xborder-bottom: 1px solid;
}

.topError {
color: #990000;
}
/* END SPG REBUILD REQUIREMENTS FOR LOGIN PAGE DEFINITIONS */
/* LANGUAGE DROP DOWN ESSENTIALS - GB */
    #langSwitch form{
        margin:0px 4px 0px 0px;
        padding:0px 0px 0px 0px;
    }
    #corpLangBar{
    	background-color: #3398CC;
    	margin:0px 0px 0px 0px;
        padding:3px 0px 3px 0px;
        text-align: right;
        display:block;
    }
	#langIndicator{
    	font-size: 7pt;
    }
/* END LANGUAGE ESSENTIAL */
/* Ask Us button on corp contact us page*/
.borderButton{
    background-color:#E44725;
    border:1px solid white;
    padding:2px 4px 2px 4px;
    color:white;
    font-weight:bold;
    font-family:arial;
    font-size:10pt;
}
.borderButtonContainer{
    border:1px solid #E44725;
    float:left;
    display:table;
    cursor:pointer;
    margin-right:10px;
	margin-left:30px;
	margin-top:4px;
}

.borderbutton{
    background-color:#E44725;
    border:1px solid white;
    padding:2px 4px 2px 4px;
    color:white;
    font-weight:bold;
    font-family:arial;
    font-size:10pt;
}
.borderbuttoncontainer{
    border:1px solid #E44725;
    float:left;
    display:table;
    cursor:pointer;
    margin-right:10px;
	margin-left:30px;
	margin-top:4px;
}

/** homepage brand nav definitions **/
	#brandNavContainer { padding:0px 0px 8px 10px; }
	#brandNavContainer div { padding:10px 10px 12px 10px; margin:0px; float:left; }
    #brandNavContainer div.minPadding { padding-right:5px; padding-left:5px; }
    #brandNavContainer div a { padding:0px 0px 0px 0px; margin:0px; }
/*	#brandNavContainer div a:hover { background: url(/en_US/Media/Graphics/Corporate/Navigation/Hotel_Nav/std_home_nav_arrow.gif) no-repeat; background-position: 15px 4px; }
	*html #brandNavContainer div a:hover { background-position: 15px 0px; } */
/** end homepage brand nav definitions **/

/** brand bar definitions **/
	#brandBarContainer { clear: both; margin: 10px 0px 0px 18px; }
	#brandBarContainer #starBar { position: relative; left:-20px; }	
	#brandBarContainer #starBar .corpImg { float: right; vertical-align: bottom; position:relative; right:-20px;}
	#brandBarContainer #starBar .spgImg { vertical-align: bottom; }
	#brandBarContainer #hotelBar { clear: both; display: block; border-color: #8C8C8C; border-style: solid; border-width: 1px 0px 0px 0px; margin: 5px 0px 0px 10px; padding: 12px 0px 0px 0px; }
	#brandBarContainer #hotelBar a { display: block; float: left; margin: 0px 27px 0px 0px; padding: 0px; }
	#brandBarContainer #hotelBar a.last { display: block; float: left; margin: 0px 0px 0px 0px; padding: 0px; }
	#brandBarContainer #hotelBar img { vertical-align: top; }
/** end brand bar definitions **/

.reservationAlt td, .reservationWhite td { padding:0px 5px 0px 5px; }
.reservationAlt { background-color:#EBF5FA; }
.reservationWhite { background-color:#D7ECF6; }


    /* including: /Static/CSS/Common/starForm.css */
    form.starForm {
	padding: 0px 0px;
	margin: 0px 0px;
}

.starForm label {
	xfont-size: .9em;
	margin: 5px 0px 1px 0px;
	color: #3D4343;
}

.starForm .error {
	color: #cc3333;
	font-weight: 600;
}

.starForm hr {
	margin: 5px 30px 5px 0px;
	color: #DAE2ED;
}
.starForm p {
	xfont-size: 1em;
	margin: 3px 0px 3px 0px;
}

td .starForm input, td .starForm select {
	xwidth: 100%;
}

.starForm .radio, .starform .checkbox {
	height: 13px;
	width: 11px;
	margin: 0px 0px 0px 0px;
}

table td.inner {
	padding-left: 12px;
}

.starform .twoColTable {

}

.starForm .twoColTable .leftCell {
	text-align:right;
	width:185px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 0px;
	background-color: transparent;
	vertical-align: middle;
}
.starForm .twoColTable .rightCell {
	text-align: left;
	margin: 3px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	background-color: transparent;
	vertical-align: middle;
}

.dataBlock .content {
	margin: 0px 0px 0px 0px;
	background-color:#EFF3FB;
}

.dataBlock .content .twoColTable {
	width:100%;
	text-align:center;
}

.topError {
	margin: 3px 0px 3px 0px;
	color: #cc3333;
}

    /* including: /corporate/css/local/components/content/globalFooterCorporate.css */
    /*global Footer*/

#globalFooterContainer{    
    margin: 5px 0 0 5px;    
}

#globalFooterContainer #globalFooterBrandBar table #navigationLinkContainer {    
    font-size:10px;
    width:156px;
    font-family:arial;    
}

#globalFooterContainer #brandNavigatorContainer a {
    white-space:normal;
}

#globalFooterContainer #globalFooterBrandNavigatorContainer a:link,
#globalFooterContainer #globalFooterBrandNavigatorContainer a:visited,	
#globalFooterContainer #globalFooterBrandNavigatorContainer a:active		{
	color:#555555;
	text-decoration:none;
	font-weight:normal;
}

#globalFooterContainer #globalFooterBrandNavigatorContainer a:hover	{
	color:#555555;
	text-decoration:underline;
	font-weight:normal;
}

#globalFooterContainer #globalFooterBrandNavigatorContainer a#otherStarwoodBrandsLink:link,
#globalFooterContainer #globalFooterBrandNavigatorContainer a#otherStarwoodBrandsLink:visited,	
#globalFooterContainer #globalFooterBrandNavigatorContainer a#otherStarwoodBrandsLink:hover,	
#globalFooterContainer #globalFooterBrandNavigatorContainer a#otherStarwoodBrandsLink:active		{
	color:#0088CC;
	text-decoration:underline;
	font-weight:normal;
}

#globalFooterContainer #globalFooterBrandNavigatorContainer #brandNavigatorContainer #otherStarwoodBandsContainer #brandNavBrandList	{
	background-color: #5BADD6;
	border: 1px solid #FFFFFF;
	padding:8px 0px 8px 0px;
	width:142px;
}



#globalFooterContainer #globalFooterBrandNavigatorContainer #brandNavigatorContainer #otherStarwoodBandsContainer #brandNavBrandList a:active,
#globalFooterContainer #globalFooterBrandNavigatorContainer #brandNavigatorContainer #otherStarwoodBandsContainer #brandNavBrandList a:visited,
#globalFooterContainer #globalFooterBrandNavigatorContainer #brandNavigatorContainer #otherStarwoodBandsContainer #brandNavBrandList a:link	{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	padding:0px 10px 0px 10px;
	margin:0px 0px 1px 0px;
	display:block;
	font-weight:normal;
}

#globalFooterContainer #globalFooterBrandNavigatorContainer #brandNavigatorContainer #otherStarwoodBandsContainer #brandNavBrandList a:hover	{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#0088CC;
	padding:0px 10px 0px 10px;
	margin:0px 0px 1px 0px;
	display:block;
	font-weight:normal;
}


#globalFooterContainer #globalFooterBrandNavigatorContainer #brandNavigatorContainer #brandNavBrandList hr	{
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#BDDEEF;
	margin:3px 10px 3px 10px;
}


#globalFooterContainer #globalFooterLegal a:link,
#globalFooterContainer #globalFooterLegal a:visited,	
#globalFooterContainer #globalFooterLegal a:active		{
	color:#7F7F7F;
	text-decoration:none;
	font-weight:normal;
}

#globalFooterContainer #globalFooterLegal a:hover	{
		text-decoration:underline;
		color:#7F7F7F;
		font-weight:normal;
}

#globalFooterContainer #globalFooterLegal #pipeSpan	{
	display:none;
}

#globalFooterContainer #globalFooterBrandBar table	{
	border-color:#C5C5C5;
}

#globalFooterContainer #globalFooterBrandBar table td.horizontalSeperator {
    background-color:#C5C5C5;
}


#globalFooterContainer #globalFooterBrandBar a#logoPos1,
#globalFooterContainer #globalFooterBrandBar a#logoPos2,
#globalFooterContainer #globalFooterBrandBar a#logoPos3,
#globalFooterContainer #globalFooterBrandBar a#logoPos4,
#globalFooterContainer #globalFooterBrandBar a#logoPos5,
#globalFooterContainer #globalFooterBrandBar a#logoPos6,
#globalFooterContainer #globalFooterBrandBar a#logoPos7,
#globalFooterContainer #globalFooterBrandBar a#logoPos8,
#globalFooterContainer #globalFooterBrandBar a#logoPos9,
#globalFooterContainer #globalFooterBrandBar a#logoPos10,
#globalFooterContainer #globalFooterBrandBar td.spacerCell div,
#globalFooterContainer #globalFooterBrandBar #brandBarDivider,
#globalFooterContainer #globalFooterBrandBar #brandBarDividerTail {
    background-image:url("/common/images/logos/brandBars/corp_brandbar.gif");
    background-repeat:no-repeat;               
}

/*end global Footer*/
/*popup*/
.popdiv
{
background: #ffffff;
position: relative;
top: 10px;
font-family: verdana, arial, sans-serif; font-size: 10px;
border: 1px solid #C6CBDD;
}

.popdiv table td	{
padding:3px;	
font-family:arial;
font-size:11px;
}

.bracketdiv
{
width: 560px;
height: 685px;
background: #90c7e4;
position: absolute;
font-family: verdana, arial, sans-serif; font-size: 10px;
}


.popdiv a, .popdiv a:link, .popdiv a:active, .popdiv a:hover, .popdiv a:visited {  
	color : #0072CA; 
}



    /* including: /common/css/local/components/toolTip.css */
    .toolTipTrigger{
  cursor:pointer;
  cursor:hand;
  margin:0 2px;
}
.toolTipTrigger img{
  position:relative;
  top:4px;
  left:0;
}
h1 .toolTipTrigger img{
  top:1px;
}
.standardToolTipImage{
  display:inline;
}
.toolTipImage{
  vertical-align:text-bottom;
  width:14px;
  height:14px;
}
.toolTip{
  text-align:left;
  z-index:50;
  cursor:auto;
  width:350px;
  position:absolute;
  top:0;
  left:0;
  display:none;
}
.toolTipShowing{
  display:block;
}
.toolTip .toolTipClose{
  cursor:pointer;
  cursor:hand;
  float:right;
  padding:3px 5px 0 3px;
}
.toolTip h4{
  padding:5px 8px;
}
.toolTip h5{
  margin:8px 8px 0 8px;
}
.toolTip p{
  margin:0 8px 8px 8px;
}

    /* including: /common/js/lib/starwood/calendar/twoMonthCalendar.css */
    .divClear {
	clear: both;
  margin:0;
  padding:0;
}
.calendarHolderIframe {
	position: absolute;
  top: 0;
	left: 0;
	border: 0;
	display: none;
}
* html .calendarHolderIframe {
  width: 454px;
  height: 311px;
} 

.calendarHolder {
	z-index: 2;
  margin: 1px 0 0 1px;
  position: absolute;
	width: 448px;
	display: none;
	text-align: left;
	font-size: 11px;
  border: 4px solid white;
  background-color: #FFFFFF;  
  font-family: Arial, sans-serif;
}

/* border on bottom and right look slightly wider in ie6, fix: */


*html .calendarHolder {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.calendarToolTip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 115px;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 99999;
  border: 1px solid #000000;
  padding: 3px;
  white-space: nowrap;
}
* html .calendarToolTip {
  width: 115px;
}
.calendarOuterContainer{
	margin: 10px 25px 2px 25px;
	width: 398px;
}
.calendarInnerContainer{
	width: 398px;
}
.calendarDiv .calendarTable {
  clear: left;
}
.reset {
	text-align: left;
  padding: 2px 0 0 25px;
  text-transform: uppercase;
}
.reset .resetButton, .closeButton {
  font-size: 10px;
}

.reset .resetButton a {
	white-space: nowrap;
}
.closeButton {
	text-transform:uppercase;
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
  float: right;
}
.closeButton a {
  padding-right: 15px;
}
.closeButton img {
	padding-left: 5px;
	vertical-align: middle;
}

.calendarError{
	font-size: 11px;
	margin-left: 25px;
  min-height: 13px;
  visibility: hidden;
  color: #FF0000;
  font-weight: bold;
}

* html .calendarError {
  height: 13px;
}
.month {
	height: 19px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
  padding-top: 3px;
}



* html .calendarHeader {
  width: 194px;
}
.calendarHeader a img {
	vertical-align: middle;
}
.calendarHeader a, .calendarHeader a:active, .calendarHeader a:link, .calendarHeader a:visited, .calendarHeader a:hover {
	text-decoration: none;
}
.calendarNavigationPrevious, .calendarNavigationNext {
  cursor: pointer;
  cursor: hand;
}
.calendarHeader .calendarNavigationPrevious {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.calendarHeader .calendarNavigationNext {
	float: right;
  margin-right: 10px;
  margin-top: 6px;
}

* html .calendarHeader #previous, * html .calendarHeader #next {
	padding-top: 3px;
}
/*
.calendarInstructions .calendarInstructionsLabel{
	font-weight: bold;
}
*/
.calendarStandard {
	font-size: 11px;
	display: inline;
}


.calendarDiv {
	width: 194px;
  height: 170px;
  float: left;
	background-color: #FFFFFF;
}

* html .calendarDiv {
  width: 188px;
  height: 170px;
}


/*
.lengthOfStayError{
	display: inline;
}
*/

.spacerDiv{
	float: left;
	width: 10px;
	height: 10px;
}
.calendarTableInner{
	font-size: 11px;
	text-align: center;
	padding: 6px;
}
/*** day definitions ***/
.calendarHolder .daysoftheweek {
	width: 25px;
	height: 15px;
	padding-top: 3px;
	padding-left: 1px;
	text-align: center;
	float: left;
	overflow: hidden;

  font-size: 11px;
}
.calendarHolder .day {
	text-align: center;
	width: 25px;
	height: 15px;
    padding: 3px 0 0 1px;
    float: left;
  margin-bottom:1px;
  line-height:normal;
  font-size: 11px;
}
/*.day a {
  color: #000000;  
}*/
.emptyDay {
	width: 24px;
	height: 15px;
	padding: 1px;
	float: left;
	cursor: default;
	text-align: center;
  text-decoration: line-through;
}

.pastDay, .invalidDay {
	cursor: default;
	text-decoration: line-through;
  background-position: 187px 0;
}
.available {
  background-position: 160px 0;
}
.selectedCheckIn {
  background-position: 133px 0;
}
.validCheckOut {
  background-position: 106px 0;
}
.selectedCheckOut {
  background-position: 79px 0;
}
.selectedInterval {
  background-position: 52px 0;
}
.unselected   {
  background-position: 25px 0;
}
/** important to define hovers after all other definition for css override **/
.hoverCheckOut {
  background-position: 79px 0;
}
.hoverCheckIn {
  background-position: 133px 0;
}

.calendarHolder .calendarTableInner a, .calendarHolder .calendarTableInner a:link, .calendarHolder .calendarTableInner a:active, .calendarHolder .calendarTableInner a:visited, .calendarHolder .calendarTableInner a:hover {
  color: #000;
}
.calendarHolder .calendarTableInner .pastDay,
.calendarHolder .calendarTableInner .unselected a,
.calendarHolder .calendarTableInner .unselected a:link,
.calendarHolder .calendarTableInner .unselected a:visited,
.calendarHolder .calendarTableInner .unselected a:active,
.calendarHolder .calendarTableInner .invalidDay {
  color: #bbbbbb;
}
.calendarHolder .calendarTableInner .unselected a:hover,
.calendarHolder .selectedCheckIn a,
.calendarHolder .selectedCheckIn a:active,
.calendarHolder .selectedCheckIn a:hover,
.calendarHolder .selectedCheckIn a:visited,
.calendarHolder .selectedCheckIn a:link,
.calendarHolder .selectedCheckOut a,
.calendarHolder .selectedCheckOut a:active,
.calendarHolder .selectedCheckOut a:hover,
.calendarHolder .selectedCheckOut a:visited,
.calendarHolder .selectedCheckOut a:link,
.calendarHolder .hoverCheckIn a,
.calendarHolder .hoverCheckIn a:active,
.calendarHolder .hoverCheckIn a:hover,
.calendarHolder .hoverCheckIn a:visited,
.calendarHolder .hoverCheckIn a:link,
.calendarHolder .hoverCheckOut a,
.calendarHolder .hoverCheckOut a:active,
.calendarHolder .hoverCheckOut a:hover,
.calendarHolder .hoverCheckOut a:visited,
.calendarHolder .hoverCheckOut a:link {
  color: #FFFFFF;
  font-weight: bold;
}
/*** controls  ***/


/*.menuHolder {

}*/
/*
.menuHolder .reset {
	text-align: center;
}
.menuHolder .reset .resetButton {
	width: 110px;
	margin: 0 auto;
	padding: 2px;
}

.menuHolder .reset .resetButton a {
	display: block;
	font-size: 10px;
	padding: 3px;
	white-space: nowrap;
}

.resetButton a, .resetButton a:active, .resetButton a:link, .resetButton a:visited, .resetButton a:hover {
	text-decoration: none;
}
*/

.menuHolder .continueButton {
	display: inline;
	text-transform: uppercase;
	padding: 4px 0 4px 7px;
	margin: 0 10px 0 0;
}

.menuHolder .continueButton a, .menuHolder .continueButton a:visited, .menuHolder .continueButton a:active, .menuHolder .continueButton a:hover, .menuHolder .continueButton a:link {
	text-decoration: none;
  display: inline;  
  text-align: center;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
	padding: 0 15px 4px 0;
	margin: 0 0 0 0;
}

* html .menuHolder .continueButton a, * html .menuHolder .continueButton a:visited {
	padding: 0 16px 0 0;
}
.menuHolder .travelDateHolder {
	xmargin: 3px 5px 0 5px;
	padding: 5px 5px 0 5px;
	height: 88px;
}
.menuHolder .travelDateHolder ol li {
	padding: 5px 0 5px 10px;
  list-style-position: inside;
}
.instructions {
  padding: 0;
  margin: 0;
}
/**
	classes for brand specific colors/backgrounds
**/
/* main calendar holder */
.calendarHolder {
}

/* close link
   .closeButton a - background (close box image)
   .closeButton a, .closeButton a:active, .closeButton a:link, .closeButton a:visited, .closeButton a:hover - link color
*/
.closeButton a {
}
.closeButton a, .closeButton a:active, .closeButton a:link, .closeButton a:visited, .closeButton a:hover {
}

/* day states background image */
.pastDay, .available, .selectedCheckIn, .selectedCheckOut, .selectedInterval, .unselected, .hoverCheckOut, .hoverCheckIn {
}
.available a, .available a:link, .available a:visited {
}
/* instructions and controls */
.menuHolder .travelDateHolder {
}
.menuHolder .travelDateHolder #resetCheckIn, .menuHolder .travelDateHolder #resetCheckOut {
}

.menuHolder .travelDateHolder ol {
	font-size: 13px;
}
div.menuHolder div.travelDateHolder ol.instructions .checkInInstructions.active,
div.menuHolder div.travelDateHolder ol.instructions .checkOutInstructions.active,
div.menuHolder div.travelDateHolder ol.instructions .submitInstructions.active{
  font-size: 16px;
}
.menuHolder .travelDateHolder ol .checkInInstructions .resetDateLink,
.menuHolder .travelDateHolder ol .checkOutInstructions .resetDateLink {
    font-size: 11px;
    margin-left: 8px;
    text-transform: capitalize;
}
div.menuHolder div.travelDateHolder ol.instructions .submitInstructions .buttonLink,
div.menuHolder div.travelDateHolder ol.instructions .submitInstructions .buttonLink a {
  font-size: 11px !important;
}

    /* including: /corporate/css/global/components/twoMonthCalendar.css */
    
/* main calendar holder */

.calendarHolderIframe {
  border: 1px solid #a5a5a5;
}
* html .calendarHolderIframe {
  width: 454px;
  height: 311px;
}
.calendarHolder {
	background-color: #bfdfef;
}
.calendarHolder {
  font-family: Arial, Helvetica, sans-serif;
  border: 4px solid #BFDFEF;
}
/** can't seem to figure out why **/
* html .calendarHolder {
  border-right-width: 4px;
  border: 4px solid #BFDFEF;
}
.calendarToolTip {
  font-family: Arial, Helvetica, sans-serif;
}
/* close link */
.closeButton a {
  background: url(/corporate/images/calendar/closebox.gif) no-repeat right;
}

.closeButton a, .closeButton a:active, .closeButton a:link, .closeButton a:visited, .closeButton a:hover {
	color: #0057ad;
}

/* next and previous button */
.calendarNavigationPrevious {
  background: url(/corporate/images/calendar/leftArrow.gif) no-repeat left;
  width: 5px;
  height: 10px;
}
.calendarNavigationNext {
  background: url(/corporate/images/calendar/rightArrow.gif) no-repeat right;
  width: 5px;
  height: 10px;
}
/* month header color */
.calendarHeader {
	background-color: #439ac5;
}

/* day states */
.pastDay, .available, .selectedCheckIn, .selectedCheckOut, .selectedInterval, .unselected, .hoverCheckOut, .hoverCheckIn, .invalidDay {
  background-image: url(/corporate/images/calendar/corp_calendar_cells.gif);
}
.available a, .available a:link, .available a:visited {
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
}
/* reset button */

/* instructions and controls */

.menuHolder .travelDateHolder {
	background: url(/corporate/images/calendar/calendarcontrolbackground.gif) left top repeat-x;
	color: #4d4d4d;
	font-weight: bold;
  line-height:normal;
}

.menuHolder .travelDateHolder .resetDateLink {
	font-size: 10px;
  color: #4d4d4d;
	text-transform:capitalize;
}

.menuHolder .travelDateHolder ol li.active {
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 5px 0 5px 10px;
	border: 1px solid #95c4dc;
}

.menuHolder .travelDateHolder ol .checkInInstructionsActive {
	color: #eb5e00;
}

.menuHolder .travelDateHolder ol .checkOutInstructionsActive {
	color: #428f18;
}
.menuHolder .travelDateHolder ol .submitInstructionsActive {
	color: #2462a1;
}

.menuHolder .travelDateHolder ol #submitInstructions * {
  display: inline;
}
.menuHolder .buttonLink {
  margin-left: 10px;
}
.menuHolder .continueButton {
  padding: 2px 0 2px 7px;
  background-color: #1579b6;
}
.menuHolder .buttonLink a, .menuHolder .buttonLink a:link, .menuHolder .buttonLink a:visited, .menuHolder .buttonLink a:active, .menuHolder .buttonLink a:hover {
  border: none;
}
.calendarToolTip {
  border: 1px solid #dbd7c8;
  font-weight: bold;
}
.checkInToolTip {
  color: #eb5e00;
}
.checkOutToolTip {
  color: #428f18;
}

    /* including: /corporate/css/global/components/toolTip.css */
    .toolTip{
    border:1px solid #d8cfc2;
    background:#ffffff;
}
.toolTip h2{
   padding:5px 8px;
   background-color: #BFDFEF;
   font-weight:bold;
   border-bottom: 1px solid #d8cfc2;
}
#searchFields .toolTipTrigger .standardToolTipImage a{
    text-decoration: none;
}
#searchFields .hotelDirectoryUrl {
    padding-top: 4px;
}

.toolTip .toolTipClose{
    padding-right: 18px;
    color: #0088CC;
    text-decoration: underline;
    background: transparent url('/corporate/images/tooltipClosebox.gif') no-repeat 95% 80%;
}

