/*

  ==== OFFICIAL COLORS FOR HOJOS.COM, SPEC'D IN THE STYLEGUIDE ( PLEASE USE THESE!!! ) ====

    PRIMARY....
    blue      / r:0 g:82  b:156 / #00529C
    orange      / r:255 g:114 b:0   / #FF7200

    SECONDARY...
    white     / r:255 g:255 b:255 / #FFFFFF
    light grey    / r:204 g:204 b:204 / #CCCCCC
    medium grey   / r:102 g:102 b:102 / #666666
    black     / r:0 g:0   b:0   / #000000

    ACCENT...
    peach     / r:237 g:215 b:168 / #EDD7A8
    light peach   / r:254 g:238 b:204 / #FEEECC

*/

/*  default font size stylesheet */
@import url(small.css);

body, td, div, ul, select, input {
  font-family: arial;
  margin: 0;
  padding: 0;
}
input, select {
  font-weight:normal;
}
body  { background-color:#FFF; }

p
{
margin-bottom:10px
}
.skipNav {
  display: none;
}
#utilityTable {
  border-top: 0;
  background-color: #FFF;
}
.utilityNav {
  color: #00529C;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  border-right: 4px solid #FFF;
}
td#bottom {
  border-bottom-style: none;
}
.utilityNav a {
  color: #333333;
  text-decoration: none;
}
.utilityNavOn {
  color: #E17200;
}
td.utilityNav {
  padding: 1 0 1 10;
  border-left: 1px solid #FFF;
}
#mainNav {
  border-bottom: 1px solid #FFF;
}
.fontSz {
  color: #FFFFFF;
  font-weight: bold;
  background: url('../images/navigation/nav_font_sz_bg.gif') repeat-x;
}
.optional {
  color: #00529C;
  padding: 4px 0;
}
.bigBold {
  font-weight: bold;
  color: #333;
}
.normal {
  color: #333;
  font-weight: normal;
}
.boldRed {
    color: #FF7200;
    font-weight: bold;
  padding: 5 10 12 10;
}
.boldRed2 {
    color: #FF7200;
    font-weight: bold;
}
.red {
  color: #FF7200;
}
td.footer {
  color: #666666;
}
td.footer a {
  color: #666666;
}
.promoTxtHead {
  color: #FFFFFF;
  font-weight: bold;
  padding: 10 10 0 10;
  margin: 0;
}
.promoTxt {
  color: #FFFFFF;
  padding: 5 10 12 10;
  margin: 0;
  line-height: 1.2em;
}
.hpPromoLg .promoTxt {
  color: #666;
}
.hpPromoMd .promoTxt {
  color: #666;
}
.hpPromoLg .promoTxtHead {
  color: #666;
}
.hpPromoMd .promoTxtHead {
  color: #666;
}
.widgetTxt {
  color: #000;
  margin: 0;
  line-height: 1.2em;
}
a.widgetTxt {
  color: #00529C;
}
td.widgetBot a.widgetTxt {
  color: #00529C;
}
td.widgetTop {
  padding: 6 0 6 12;
  background-color: #EDD7A8;
  border-left: 0;
  border-right: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
}
.widgetTopHdr {
  padding: 7 0 8 12;
  background-color: #EDD7A8;
  border-top: 1px #FFF solid;
  border-left: 0;
  border-right: 1px #FFFFFF solid;
  color: #FF7200;
  font-weight: bold;
  margin: 0;
}
.pupCalendar {
  padding: 6 0 100 12;
  background-color: #EDD7A8;
  border-top: 1px #FFF solid;
  border-left: 0;
  border-right: 1px #FFFFFF solid;
  color: #FF7200;
  font-weight: bold;
  margin: 0;
}

td.widgetLeft {
  padding: 6 0 6 12;
  background-color: #FEEECC;
  border-left: 0;
  border-right: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
  vertical-align: top;
}

td.widgetTop p.widgetTxt {
  color: #00529C;
}
td.widgetMid {
  padding: 6 0 6 12;
  background-color: #FEEECC;
  border-left: 0;
  border-right: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
}
td.widgetMid2 {
  padding: 6 0 6 12;
  background-color: #EDD7A8;
  border-left: 0;
  border-right: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
}
td.widgetMid2 a.widgetTxt {
  color: #00529C;
}
td.widgetBot {
  padding: 6 0 6 12;
  background-color: #FEEECC;
  border-left: 0;
  border-right: 1px #FFFFFF solid;
}
td.widgetBotHdr {
  padding: 6 0 0 12;
  background-color: #FEEECC;
  border-left: 0;
  border-right: 1px #FFFFFF solid;
  color: #FF7200;
  font-weight: bold;
  margin: 0;
}
.widgetPad, .widgetPad td {
  padding-bottom: 4px;
}
td.widgetTop .widgetTxt, td.widgetBot .widgetTxt {
  color: #333333;
}

/* ================ BUTTONS =============== */
input.compareD {
  background:url(../images/search/arrow_down.gif) 4px 50% no-repeat;
}
input.compareU {
  background:url(../images/search/arrow_up.gif) 4px 50% no-repeat;
}
input.compareD, input.compareU {
  text-align:right;
}
div.search,
div.checkBtn,
div.submitResv,
div.return,
div.reserve,
div.updateResults,
div.makeRes,
div.backToResults,
div.reserveBtn,
input.buttontext,
input.compareD,
input.compareU {
  border-style:solid;
  border-width:2px 3px;
  border-color:#FF7200;
  background-color:#FF7200;
  text-align:center;
}
input.buttontext,
input.compareD,
input.compareU {
  border-color:#FF7200;
  background-color:#FF7200;
}
input.searchButtontext
{
	border-style:solid;
  border-width:2px 3px;
  border-color:#FF7200;
  background-color:#FF7200;
  text-align:center;
   color:#FFF;
  font-weight:bold;
  white-space:pre;
  text-decoration:none;
  cursor:pointer;
  cursor:hand;
}
a.buttontext,
input.buttontext,
input.compareD,
input.compareU {
  color:#FFF;
  font-weight:bold;
  white-space:pre;
  text-decoration:none;
  cursor:pointer;
  cursor:hand;
}
a.buttontext {
  float:left;
  color:#FFF;
}

/*  Define button widths */
div.backToResults { width:12em; }
div.checkBtn    { width:14em; margin: 0 0 0 15px; }
div.compareD,
div.compareU    { width:6.5em; }
div.loginBtn    { width:3.5em; }
div.makeRes     { width:11em; }
div.reserve     { width:18em; }
div.reserveBtn    { width:5.5em; }
div.return      { width:11em; }
div.search      { width:5em; }
div.submitResv    { width:10.5em; }

/* ================ END BUTTONS =============== */

input.widget, select.widget {
  border-top: #333366 2px solid;
  border-left: #777DAC 1px solid;
  border-bottom: #777DAC 1px solid;
  border-right: #777DAC 1px solid;
  color: #666666;
}

.hpPromoLg {
  background-color: #FFF;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  height: 78px;
  /* background: url('images/hp_promo_lg_bg.gif'); */
}
.hpPromoMd {
  background-color: #FFF;
  border-right: 0;
  border-bottom: 0;
  height: 78px;
  /* background: url('images/hp_promo_md_bg.gif'); */
}
.loginTbl {
  height: 207px;
  background:#FFF url(../images/homecontent/bg_triprewards.gif) repeat-x; border-top: 0;
  border-left: 0;
  border-right: 0;
}
.loginTxt {
  color: #666;
  line-height: 1.2em;
  padding: 0 0 0 10;
}
a.enroll {
  color: #333366;
}

/* HOT DEALS STYLES ADDED */
.hotdealsHeaderTxt {
    color: #00529C;
    font-weight: bold;
      padding: 0 0 2 12;
}
.hotdealsSubHeadTxt {
    color: #333;
      padding: 2 0 10 12;
}
/* NO STAY STYLES ADDED */
/* ailyin bugzilla 888 */
td.photoHotelMainCap {
  /* background: url('images/photo_hotel_main_cap_bg.gif'); */
  background-color: #00529C;
  border-top: 2px #FFFFFF solid;
  border-left: 4px #FFFFFF solid;
  height: 33px;
  width: 342px;
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 16px;
}
/* ailyin bugzilla 888 */
table.photosHotelTn {
  width: 337px;
  border-right: hidden;
}
/* ailyin bugzilla 888 */
/* ailyin bugzilla 888 APR-05-2006*/
tr.photosHotelTnHl {
  background-color: rgb(240, 240, 240);
}
/* ailyin bugzilla 888 APR-05-2006*/
/* ailyin bugzilla 888 */
table.photosHotelTn td {
  border-bottom: 1px solid #C1C1C1;
  border-collapse: collapse;
  padding: 5 15 5 15;
  color: #333366;
  text-align: center;
}
td.photosHotelTnRt {
  border-right: 1px solid #C1C1C1;
}
td.photosHotelTnRtLt {
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
img.photosHotelTn {
  border-color: #999999;
}
img.photosHotelTn:hover {
  border-color: #CD2042;
}
/* ailyin bugzilla 888 */
/* ailyin bugzilla 888 MAR-22-2006 */
.head1Ns {
    color: rgb(0, 82, 156);
    background-color: #FEEECC;
    border-top: 4px solid #00529C;
    margin-left: 5px;
    padding: 5 15 5 15;
    font-weight: bold;
}
/* ailyin bugzilla 888 MAR-22-2006 */

.head1NsRight {
    color: #ffffff;
    background-color: #FF7200;
    border-top: 2px solid #FFFFFF;
    height: 33px;
    padding: 5 15 5 15;
    font-weight: bold;
    margin-left: 0;
}
/* ailyin bugzilla 888 */
table.features {
  width: 326px;
}
table.features td {
  color: #333333;
}
.features b {
  color: #00529C;
}
.featuresSmall {
  color: #333;
}
.packageNs {
  font-weight: bold;
  color: #C2941E;
}
.dividerVert {
  background-color: #C1C1C1;
}
.titleNsHotel {
  color: #FF7200;
  font-weight: bold;
  padding-left: 16px;
}
.infoNsHotel {
  font: bold 10pt Arial;
  color: #FF7200;
  padding-left: 16px;
}
.addressNsHotel {
  color: #333333;
  font-weight: bold;
  padding-left: 16px;
}
/* ailyin bugzilla 888 MAR-22-2006 */
.phoneWebNs {
  color: #000000;
  padding-left: 16px;
}
a.phoneWebNs {
  color: #000000;
}
/* ailyin bugzilla 888 MAR-22-2006 */
.phoneWebNs b {
  color: #FF7200;
}
a.emailPrintMap {
  color: #00529C;
}

#bannerTbl td#first {
  padding-left: 30px;
  padding-top: 0px;
  padding-bottom: 15px;
}
#bannerTbl td#emailCol {
  padding-top: 19px;
}

/* HEADER STYLES ADDED */
.banHeadBg {
  background-color: #FEEECC;
  border-right: #FEEECC;
  border-bottom: 4px #FFFFFF solid;;
  border-left: 4px #FEEECC solid;
  /* background: url('images/check_avail_ban_head_bg.gif'); */
}

.banHeadBg2 {
  background-color: #FEEECC;
  border-right: 4px #FFFFFF solid;
  border-left: 4px #FFFFFF solid;
  /* background: url('images/check_avail_ban_head_bg.gif'); */
}

.banHead2 {
  padding-bottom: 5px;
  padding-top: 20px;
  color: #FF7200;
  font-weight: bold;
}

.banHead1 {
  padding-top: 25px;
  padding-left: 30px;
  padding-bottom: 13px;
  color: #FF7200;
  font-weight: bold;
  font-size:1em;
}
.banHead {
  padding: 25 15 32 30;
  color: #FF7200;
  font-weight: bold;
}
.banCityHead {
  padding-top: 20px;
  color: #333;
  font-weight: bold;
}
.banHeadSpacer, .banHead {
  width: 550px;
}


/* CHECK AVAILABILITY STYLES ADDED */
.addressChAvHotel {
  color: #333;
  font-weight: bold;
  padding-left: 30px;
}
.phoneWebChAv {
  color: #333333;
  padding-left: 30px;
}
.phoneWebChAv b {
  color: #FF7200;
}
a.phoneWebChAv {
  color: #333366;
  padding-left: 15px;
}
.ChAvTxt {
  color: #666;
}
.head1Check {
    color: #00529C;
    background-color: #F5F7F1;
    border-top: 4px solid #00529C;
  border-bottom: 4px solid #FFF;
    padding: 5 15 5 18;
    font-weight: bold;
}


/* RECEIPT STYLES ADDED */
.receiptDetailHeader {
    color: #C2941E;
    background-color: #FBF7EF;
    border-top: 2px solid #C2941E;
    margin-left: 10px;
    padding: 5 15 5 12px;
    font-weight: bold;
}
.receiptDirectionsHeader {
    color: #333333;
    background-color: #E9EBF0;
    border-top: 2px solid #333366;
    margin-left: 5px;
    padding: 5 15 5 5;
    font-weight: bold;
}
.addressRecHotel {
  color: #333;
  font-weight: bold;
}
.phoneWebRec {
  color: #333333;
}
.phoneWebRec b {
  color: #CD2042;
}
a.phoneWebRec {
  color: #333366;
}
td.padding {
  padding-left: 15px;
}
span.thanks {
  padding: 0px;
  width: 250px;
}
p.resConf {
  margin: 0 0 3 0;
  font-weight: bold;
  color: #000000;
}
.confNumHead {
  margin: 20 0 0 0;
  font-weight: bold;
  color: #CD2042;
}
.confNum {
  font-weight: bold;
  color: #666666;
}
.head1Rec {
  padding: 10 15 5 15;
  color: #C2941E;
  background: url('../images/head1_rec_bg.gif');
  font-weight: bold;
}
.head2Rec {
  padding: 10 15 5 15;
  color: #00529C;
  background: url('../images/head2_rec_bg.gif');
  font-weight: bold;
}
td.guestInfo {
  padding-top: 5px;
  padding-left: 22px;
}
td.guestInfo table td {
  color: #000000;
}

td.roomInfo table {
  padding-top: 5px;
  margin-left: 15px;
}
td.roomInfo table td {
  padding: 2px 2px 2px 0;
}
a.receiptLinksFooter {
    color: #333366;
    background-color: #EFEFEF;
    margin-left: 5px;
    padding: 5 15 5 5;
    font-weight: bold;
    font-size: .8em;
}
a.linkTxt {
    color: #000;
    background-color: #FFF;
    margin-left: 5px;
    font-size: .7em;
}

/* SUBPAGE STYLES ADDED */
.subpageHeaderTxt {
    color: #00529C;
    font-weight: bold;
    padding: 0 0 10 11;
}
.subpageSubHeadTxt {
    color: #000000;
    padding: 2 3 10 20;
}
.promosTxt, .promosIntroTxt {
  color: #000000;
    padding: 2 3 10 11;
}
.errorTxt{
	color: #000000;
    	padding: 5 3 10 11;
    	font-family : arial;
	font-size : 0.8em;
        background-color: #FFFFEB;
  	border: 1px solid #00AECE;
  	border-color:#FFE532;
}

.introTxt {
    color: #00529C;
    background-color: #EDD7A80;
    padding-top: 5px;
  border-bottom: 1px solid #EDD7A8;
    font-weight: bold;
  display: block;
  text-decoration : none;
}
a.subpageLink:link, a.subpageLink:visited, a.subpageLink:hover, a.subpageLink:active  {
    color: #00529C;
    padding: 5 3 5 16;
}
a.subpageLink1:link, a.subpageLink1:visited, a.subpageLink1:hover, a.subpageLink1:active  {
    color: #00529C;
    padding: 5 3 5 16;
  font-weight: bold;
}
a.mapNameLink:link, a.mapNameLink:visited, a.mapNameLink:hover, a.mapNameLink:active  {
    color: #00529C;
    padding: 2 2 5 8;
}
.mapNameNoLink {
  color: #666666;
  font-weight: normal;
        padding: 2 2 5 8;
}

/*ADVANCED SEARCH STYLES ADDED */
a.introTxt {
    color: #00529C;
    background-color: #EDD7A8;
    padding: 2 3 5 16;
    font-weight: bold;
}
.advsearchHeader {
    color: #00529C;
    background-color: #EDD7A8;
    border-top: 4px solid #00529C;
  margin-bottom: 8px;
    margin-left: 5px;
    padding: 5 15 5 15;
    font-weight: bold;
}
.bodyTxt {
    color: #000000;
  padding: 0 0 0 15;
}
a.bodyTxt {
    color: #333366;
}
.promoSubHeader {
    color: #00529C;
    padding: 0 0 2 11;
}
.divider {
  background-color: #B3B3B3;
  line-height: 1px;
}
.divider1 {
  background-color: #C4CAAF;
  line-height: 1px;
}
.dividerGray {
  background-color: #CCC;
  line-height: 4px;
  width: 776px;
  margin: 10px 0 10px 4px;
}

/*RESERVATION DETAIL STYLES ADDED*/
.bodyBold {
    color: #000;
    background-color: #FFF;
    padding: 0 5 10 15;
    font-weight: bold;
}
.bodyBoldNew {
    color: #000;
    background-color: #FFF;
    padding: 0 5 10 0;
    font-weight: bold;
}
.smRed {
    color: #CD2042;
    font-weight: bold;
  padding: 0 0 5 15;
}
.smBody {
    color: #000;
    background-color: #FFF;
    padding: 0 0 5 5;
}
/* ailyin bugzilla 888 */
.smBodyBGColor {
    color: #000000;
    background-color: #F5F5F5;
    padding: 0 0 5 5;
}
/* ailyin bugzilla 888 */
.smBodyBGColor2 {
  color: #000;
    background-color: #FEEECC;
    padding: 0 0 5 5;
}
.smBodyBGColor3 {
  color: #000;
    background-color: #FBF7EF;
    padding: 0 0 5 5;
}
.smInfo {
    color: #00529C;
    font-weight: bold;
    padding: 0 0 5 5;
}
/* ailyin bugzilla 888 */
.info {
    color: rgb(255, 114, 0);
    font-weight: bold;
    font-size: .8em;
}
/* ailyin bugzilla 888 */
.tripTbl {
  background-color: #F8F7EF;;
}
.tripRewards {
    color: #666;
    background-color: #F8F7EF;
    border-top: 3px solid #C2941E;
    font-weight: bold;
    padding: 4px 5px 15px 15px;
}
.resDetailHeader {
    color: #00529C;
    background-color: #EDD7A8;
    border-top: 3px solid #00529C;
  padding: 5 15 5 7px;
  margin-left: 8px;
    font-weight: bold;
}
.smBodySubHead {
    color: #C2941E;
    background-color: #F8F7EF;
    padding: 0 0 10 0;
}
.smTripRewards {
    color: #666;
    background-color: #F8F7EF;
    font-weight: bold;
    padding: 1px;
}
.smTripRewards a {
  font-weight: normal;
    color: #666;
    background-color: #F8F7EF;
    margin-right: 5px;
}
.smLoginBGColor {
    color: #000;
    background-color: #F8F7EF;
    padding: 0 0 5 5;
}
/*changed for Adjust Auto Enroll,@author: cognizant*/
.acctInfo {
      margin-left: 0px;
}
/*End of change for Adjust Auto Enroll,@author: cognizant*/
.acctInfo td {
    color: #666;
    background-color: #FFF;
    font-weight: bold;
    padding: 3px;
}
.acctInfo td.confirmation {
  font-weight: normal;
  color: #000;
}

a.privacy {
    color: #666;
    padding: 0 0 0 5;
}
/*PAGE HEADER STYLES*/
.pageHeader {
    font-size: 1em;
    color: #CD2042;
    background-color: #E9EBF0;
    font-weight: bold;
    margin-right: 5px;
    padding: 0 0 0 10;
}
a.pageHeaderSmall {
    font-size: .7em;
    color: #333366;
    background-color: #E9EBF0;
    margin-right: 5px;
    padding: 0 0 0 3;
}

/*  Added 031105 */
.dkGray {
  background-color: #EDD7A8;
}
.dkGray1 {
  background-color: #EDD7A8;
}
.footerGray {
  background-color: #EFEFEF;
}
.iconBed {
  display: block;
  margin-right: 10px;
  vertical-align: top;
}
.footBuffer {
  line-height: 55px;
}
table.footerTbl {
  margin: 0 4px;
}

.resDetailAlign {
  margin-top: 7px;
}
.checkTxt {
 color: #333;
 padding-left: 15px;
 line-height: 1.2em;
}
.subHeadCheck {
    color: #00529C;
    padding: 5 0 5 18;
    font-weight: bold;
}


/*  Hotel Details */
.finePrint {
  color: #000;
}
.finePrintGray {
  color: #999;
}
a.bodyLink:link, a.bodyLink:visited, a.bodyLink:hover, a.bodyLink:active {
  text-decoration: underline;
  color: #333366;
}

.universalListingHeader {
    color: #EDD7A8;
    padding: 5 15 5 0;
    font-weight: bold;
}
/* ailyin bugzilla 888 */
.universalHeader {
    background-color: #F0F0F0;
    border-top: 2px solid #FF7200;
    padding: 5 15 5 15;
}
.universalHeader b {
  color: #000000;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
.universalHeader p {
  padding-bottom: 12px;
  margin: 0;
}
/* ailyin bugzilla 888 */
b.universalColor {
  color: #C2941E;
}

#mainImg {
  padding-left: 4px;
}

/*  SEARCH RESULTS */


.searchLeftNavDark, .searchLeftNavLt  {
  padding: 10px 8px 7px 22px;
  margin: 0 4px;
  width: 208px;
}

/*  simplified box model hack */
* html .searchLeftNavDark, * html .searchLeftNavLt  {
  width: 246px;
  w\idth: 238px;
}

.searchLeftNavDark {
  background-color: #EDD7A8;
}

.searchLeftNavLt {
  background-color: #FEEECC;
}


.directions {
     color: #000;
     background-color: #FFF;
     padding: 0 0 5 0;
}

.leftColMargin {
  margin-left: 20px;
}

.checkboxList input {
  padding-bottom: 4px;
}

.radio {
     color: #000;
}

.formTblRight {
  margin-left: 7px; /* Change for TED 7753 */
  margin-bottom: 10px;
}

.formLeft {
  margin-bottom: 10px;
  padding: 0 8px 2px 0;
  vertical-align: top;
}

.formLeft input.inptCheckbox, .formLeft input.inptRadio {
  clear: both;
  float: left;
  margin-right: 5px;
}


h3.formHeader{
  color: #333366;
  font-weight: bold;
  text-align: left;
  padding-bottom: 7px;
  margin: 0;
}
h3.formHeadertop{
  color: #333366;
  font-weight: bold;
  text-align: left;
  padding-bottom: 7px;
  margin: 0;
}
.bottomBorder {
  border-bottom: 1px solid #FFF;
}

ul.formIndent {
  padding-left: 30px; /* to match checkbox indent */
  margin: 0;
  list-style-type: none;
  list-style-image: none;
}

.formLeft div, ul.formIndent li {
  padding-bottom: 2px;
}
.formTblRight td {
  padding: 0 8px 2px 0;
  vertical-align: top;
}
input.inptCheckbox {
  margin: 0 6px 0 0;
}
 .featureBorder {
  border-left: 1px solid #CCC;
  padding-left: 9px;
 }
 #threeColumn, .padding15 {
  padding-left: 15px;
 }
 .infoNoBold {
  font-weight: normal;
  color: #00529C;
  padding: 10px 8px 25px 8px;
 }
 .paymentMethod {
  margin-left: 3px;
 }

 .clear {
  clear: both;
  line-height: 1px;
 }

.groupheader {
	color: #00529C;
	font-weight: bold;
	font-family : arial;
	font-size : 0.8em;
	font-weight : 700;
	margin: 0px 0 0 0;
	text-align : left;
	padding: 15 0 5 0;
	}
.groupBorderheader {
	color: white;
	background-color: #00529C;
	font-weight: bold;
	font-family : arial;
	font-size : 0.8em;
	font-weight : 700;
	margin: 0px 0 0 0;
	text-align : left;
	padding: 5 0 5 2;
	}
.thinBorderHeader {
    color: #00529C;
    background-color: #FEEECC;
    border-top: 1px solid #00529C;
  margin: 0px 0 0 0;
    padding: 3 15 7 15;
    font-weight: bold;
}

.thinBorderHeaderLink {
    color: #00529C;
  text-decoration: none;
}


.compareRule {
  background: #00529C url(../images/misc_red_rule.gif) top left no-repeat;
  line-height: 3px;
  margin: 0;
  padding: 0;
}
.resultsBox {
  position: relative;
  margin:0;
  padding: 0;
  border: 1px solid #ccc;
  width: 193px;
}
.resultsBox .inptCheckbox {
  position: absolute;
  top: 15px;
  left: 6px;
}
.resultsBoxTop {
  background-color: #FEEECC;
  padding: 15px 0;
  text-align: center;
}
/*Change for Check Box*/
.resultsBoxTop1 {
  background-color: #FEEECC;
  padding: 0px 0;
  text-align: center;
}
 
.resultsBoxBottom {
  border-top: 1px solid #ccc;
  padding: 12px 0;
  width: 191px;
  text-align: center;
}
.resultsPad {
  padding: 15px 0 0 20px;
}

.checkmarkPad {
  padding: 0 0 10px 20px;
}
/*  Change for Alt-Sell 2009 */
.milesToDestination {
   padding: 10px 0 3px 0;
   text-align: right;
}

/*  SEARCH RESULTS */
a.newSearch:link, a.newSearch:visited, a.newSearch:hover, a.newSearch:active {
  font-weight: normal;
  color: #333366;
  text-decoration: underline;
}

/*  COMPARE */

.compareTbl {
  margin: 4px 0 0 4px;
  width: 772px;
}
.compareTbl tr th table.nested tr th, .compareTbl tr th table.nested tr td {
  padding: 0;
  margin: 0;
  background-color: #FFF;
  border: none;
  text-align: center;
}
.compareTbl td {
  text-align: center;
  clear: both;
}
.compareTbl th {
  text-align: left;
  clear: both;
}
.compareTbl tr.merged th {
  border-top: 4px solid #00529C;
  background-color: #FEEECC;
  padding-left: 22px;
}
.compareTbl tr.border td {
  border: 0;
  padding: 0;
  background-color: #00529C;
  line-height: 4px;
}
.compareTbl tr.border td.first {
  border-right: 1px solid #00529C;
  background-color: #FFF;
  padding: 0;
  line-height: 4px;
}
.compareTbl td, .compareTbl th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  width: 25%;
  padding: 8px;
}
.compareTbl td.first, .compareTbl th.first {
  padding-left: 22px;
  border-top: none;
  text-align: left;
}
.compareTbl tr.buttonPad td {
  padding: 0 32px;
  text-align: center;
}
.compareTbl tr.shaded {
  background-color: #FEEECC;
}
.compareTbl td.spacer {
  border: none;
  padding: 0;
  line-height: 10px;
}
.compareTbl td.spacerBorder {
  border-bottom: 1px solid #CCC;
  padding: 0;
  line-height: 10px;
}
.compareTbl tr.brandIcon td, .compareTbl tr.brandIcon th {
  vertical-align: top;
}
.compareTbl tr.clear th.first, .compareTbl tr.clear td.first {
  border: 0;
  padding: 10px 0 0 22px;
  margin: 0;
  text-align: left;
}
.compareTbl tr.clear th, .compareTbl tr.clear td {
  border: 0;
  padding: 10px 0 0 0;
  margin: 0;
  text-align: left;
}
ul
{
padding-left: 20px;
list-style-type : square;
}
 .padding111
 {
 padding-top:10px;
 padding-bottom:10px
 }
 .promosTxt1 {
  text-align: right;
  background:#FFF;
  padding: 2 3 10 11;
}
.imgli
{
margin-right:10px
}

a
{
color:#00529C;
}
table.features td.hotel_info_yes { color:#FF7200; font-weight:bold; }

.reg  {
  margin-top:20px;
  margin-left:8px;
  margin-bottom:15px;
}
.regional_image {
  margin-right:10px;
  margin-bottom:5px;
}


/* Start: creating new URLs content  */

.list-style {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}


.err-unorder {
list-style-type: disc;
list-style:'list-style-image' 'list-style-position' 'list-style-type';
display: list-item;
text-indent: 2px;
list-style-position:outside;
margin-left:4;
padding-left:1em;
}

.text-style{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-indent: 20px;
}

.err-unorder-none {
list-style-type: none;
list-style:'list-style-image' 'list-style-position' 'list-style-type';
list-style-position:inside;
display: list-item;
}

.text-format-b {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
/* font-size: 13px; */
}

.text-format{
font-family: Arial, Verdana, Helvetica, sans-serif;
/* font-size: 13px; */
}

.legal-copy{
font-family: Arial, Verdana, Helvetica, sans-serif;
/* font-size: 11px; */

}


/* End: creating new URLs content  */

img.subpageHeaderGraphic {
  margin:20px 0 10px 11px;
}

img.emailOfferPhoto {
  float:left;
  margin:0 25px 5px 11px;
}
/* ailyin bugzilla 888 */
.bedAndRateHotelDetails td, .bedAndRateHotelDetails b {
    color: #00529C;
}
/* ailyin bugzilla 888 */
/* ailyin 888 bugzilla*/
.roomInfoWithStay td
{
padding-left: 16px;
padding-right: 16px;
}

.roomInfoWithStayNoPadding td
{
padding-left: 0px;
padding-right: 0px;
}
/* ailyin 888 bugzilla */
/* ailyin bugzilla 888 */
a.changeDates {
    color: #000000;
}
/* ailyin bugzilla 888 */
/* ailyin bugzilla 888 MAR-22-2006 */
a.emailPrintMapForHotelDetails {
    color: rgb(0, 0, 0);
}
/* ailyin bugzilla 888 MAR-22-2006 */

.rightBorder      { border-right:0 solid white; }

/* new styles for subnav spacing only */
.subnav					{ width:237px; margin-left:2px; border-width:0; padding:0; border-spacing:0px; background-color:#FFF;}
.subnav td				{ padding:3px 3px 5px 14px; border-bottom:1px solid #D5D7E2;}
td.subsublink			{ padding-left:25px; background:#FFF url(../images/navigation/nav-arr.gif) no-repeat 13px 6px; }
/* compensating for extra padding in the style sheets */
.subnav td a:link,
.subnav td a:visited,
.subnav td a:hover,
.subnav td a:active		{ padding:0; }

/* specific to sitemap */
.sitemap_level1			{ font-weight:bold; margin:25px 0 0; width:300px; }
.sitemap_level2			{ margin:5px 0 10px 15px; padding:0; }
.sitemap_level2 li		{ font-weight:normal; margin-bottom:5px; }
.sitemap_level3			{ margin:0 0 5px 10px; padding:0; list-style-type:none; }
.sitemap_level3 li		{ margin-bottom:5px;  }
.sitemap_columns		{ width:320px; float:left; margin-right:40px; }

table.maplinks td		{ padding:5px 0px 5px 20px; }
.route_error			{ color:#F00; }


table.emailTable
{
    width: 570px;
    margin: 5px 5px 5px 5px;
}

td.emailMessage
{
    color: #000000;
    font-size: 12px;
}

/* Change for TED 7753 */
.populerdesti {
     width:10px;
     height:10px;
     font-size:11px;

 }
 
 .advTlbTop{
 font-size: 12px;
 color: #736F6E;
 font-weight : bold;
 }
 
 /* End of change for TED 7753 */
 .footerCity {
 	BACKGROUND-COLOR: #FEEECC;
 	COLOR: #FF7200;
}

/*Change for Alt-Sell 2009 */
.alt_sell_brand_header{
	background-color: #00529C;
	height:34px;
	padding: 0 0 0 5;
	color: #FFFFFF;
	font-size: 11pt;
	font-family: Arial;
	text-decoration: none;	
}
.alt_sell_amenity_match_header{
	background-color: #BBCCEE;
	height:34px;
	padding: 0 0 0 5;
	color: #000000;
	font-size: 11pt;
	font-family: Arial;
	text-decoration: none;
}
.alt_sell_all_some{
	color: #000000;
	font-size: 12pt;
	font-family: Arial;
}
.unavailamenity{
	background-color: #FFE6E6;
	color: #333333;
	font-size: 10pt;
	font-family: Arial;
	font-weight : bold;
}
.availamenity{
	background-color: #DDF5D0;
	color: #333333;
	font-size: 10pt;
	font-family: Arial;
	font-weight : bold;
}
.exstamenity{
	color: #333333;
	font-size: 11pt;	
	font-family: Arial;
}
.refine_search{
	padding: 0 0 15 0;
}

/*Alt-Sell denail message*/
.msNoPriPropUpperTextAltSell{
	font-size: 11pt;
	font-family: Arial;
	color: #FF2626;
	font-weight: bold;
	padding: 10 0 0 5;
}
.msNoPriPropLowerTextAltSell{
	font-size: 11pt;
	font-family: Arial;
	padding: 0 10 0 0;	
}
.msNoPriPropLinkText{
	font-size: 11pt;
	font-family: Arial;
	color: #000000;	
}

.msNoPriPropTop {
	border-top: 1px solid #ffcc00;
	padding: 10 0 0 5;
	background-color: #FBFCE9;
}
.msNoPriPropBottom {
	border-bottom: 1px solid #ffcc00;
	padding: 10 0 0 5;
	background-color: #FBFCE9;
}
.msNoPriPropLeft {
	border-left: 1px solid #ffcc00;
	padding: 10 0 0 5;
	background-color: #FBFCE9;
}
.msNoPriPropRight {
	border-right: 1px solid #ffcc00;
	padding: 10 0 0 5;
	background-color: #FBFCE9;
}
.roomListHyperLink {
  color: #00529C;  
}
.lowerHeadNew {
	background-color: #FEEECC;
	color: #333333;
	width: 529px;
	height: 35px
	font-weight: bold;
	bold;padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align:middle;	
}
input.buttontextz{
  
  font-weight: bold;
  font-size: 11px;
  white-space: pre;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

input.buttontextz{
  border: 2px solid #FF7200;
  border-width: 2px 3px;
  background-color: #FF7200;
  background-width: 400px
  text-align: center;
  color: #ffffff;
}

/*Alt-Sell denail message*/

/*End Change for Alt-Sell 2009 */

/* Adjust Auto Enroll Optin, @author: Cognizant */
.wrOptinWidgetHeader {
	background-color: #0077D4;
}
.wrOptinWidgetHeader a{
	font-family: Arial;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.wrOptinWidgetHeader a:hover{
	font-family: Arial;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
.wrOptinWidgetBody {
	color: #666766;
  background-color: #FFF2D5;
  padding: 1px;
	font-size: 12px;	
}
.wrOptinWidgetBodyTextHead {
	color: #666766;
  background-color: #FFF2D5;
  font-weight: bold;
	font-size: 12px;	
}
.wrOptinWidget  a{
	font-family: Arial;
	font-weight: normal;
	color: #0077D4;
	font-size: 10px;
	
}
.wrOptinWidget  a:hover{
	font-family: Arial;
	font-weight: normal;
	color: #3399FF;
	font-size: 10px;	
}
.wrEnrollment label{
	color: #666766;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}
td.wrEnrollment {
	background-color: #F8D672;
}
.wrWelcomeText {
	color: #CC6600;
	background-color: #FFF2D5;
	font-family: Arial;
	font-weight: bold;
}
.wrWelcomeTextSub {
	color: #666766;
	background-color: #FFF2D5;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}
.wrSubmitButton {
	color: #FFFFFF;
	background-color: #0077D4;	
	white-space:pre;
  text-decoration:none;
  cursor:pointer;
  cursor:hand;
	border :none;
	font-weight: bold;
	height: 25px;
}
.wrOptinWidgetNewMemberCard {
	background: url(../images/navigation/wr_newMemberCard.jpg) no-repeat;
	height: 167px;
	width: 248px;
}
.wrCardTextName {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
}
.wrCardTextWR {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-family: Arial;
}
.wrWelcomeText2 {
	color: #CC6600;
	background-color: #FFF2D5;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
}
.wrWelcomeTextPromo {
	color: #666766;
	background-color: #FFF2D5;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}
.wrWidgetPartition {
	color: #666766;
	border-right-style: dotted;	
	border-right-color:#666766;
	border-right-width: 1px;
}
.wrLearnMoreLink {
	color: #0077D4;
	font-size: 12px;
	font-family: Arial;
}
.wrWelcomeTextPromo2 {
	color: #666766;
	background-color: #FFF2D5;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}
.wrWelcomeTextPromo3 {
	color: #666766;
	background-color: #FFF2D5;
	font-family: Arial;
	font-size: 12px;
}
.wrPromoHeader {
	color: #CC6600;
	font-size: 19px;
	font-family: Arial;
	font-weight: bold;
}
.wrPromoSubHeader {
	color: #666766;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
.wrPromoSubHeader a{
	color: #0077D4;
}
.wrPromoBulletedHeader {
	color: #EBAB00;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
.paymentDetailsTopHead {
	color: #FFFFFF;
	background-color: #00529C;
	height : 25px;
	font-size : 15px;
	font-family : Arial;
	font-weight :bold;
}
.reservationTotalBox {
	background-color: #FAF8CC;
	color: #666766;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}
.reservationTotalBoxAmount {
	color: #cc6600;
	font-size: 15px;
	background-color: #FAF8CC;
	font-family: Arial;
	font-weight: bold;
}
.resDetailHeaderInfo{
  color: #666766;
  background-color: #EDD7A8;
  font-weight: bold;
  font-size:10px;
}
.resDetailHeaderInfoMain{
  color: #00529C;
  font-weight: bold;
  font-size:0.8em;
}
 .infoNoBoldSpecialReq {
  font-weight: normal;
  color: #666766;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
 }
 .resvRightGutterTop{
  color: #666766;
  background-color: #EDD7A8;
  border-top: 3px solid #00529C;
  margin-right: 8px;
  font-weight: bold;
	font-size:10px;
}
.resDetailHeaderFirst{
  color: #666766;
  background-color: #E5F7F9;
  font-weight: bold;
	font-size:10px;
}
.smBodyTotalAmountTotal {
	color: #EA7705;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
}
.smBodyTotalAmount {
	color: #000000;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
}
.comboBookReqPage2 {
	width: 105px;
}
.comboBookReqPage {
	width: 215px;
}
.textBookReqPage {
	width: 215px;
}
.altSellLinkColour{
	color: #FF7200;
	font-weight: bold;
	font-size: 13pt;
}
/*End of change in adjust auto enroll,@author: cognizant*/
/*Change made for Muliti-MediaLinks ERF*/
.phoneWebNs1{
 padding-left:1px;
 color:#000000;
}
/*end Change made for Muliti-MediaLinks ERF*/
/* start of auto enroll*/
div#popupOuter {
 background-color:#FFFFFF;
 border:1px solid black;
 font-family:"arial","verdana","helvetica",sans-serif;
 height:auto;
 left:120px;
 opacity:0.99;
 position:absolute;
 top:515px;
 visibility:hidden;
 width:710px;
 z-index:10000;
}
iframe#outerIframe {

 height:auto;
 left:120px;
 position:absolute;
 top:515px;
 visibility:hidden;
 width:710px;
}


td.close{
	line-height:18px;
}
td.close table.closeTable{
	float:right;
	margin-right:5px;
	color:#d1d1d1;
	text-transform:uppercase;
	font:bold 10px Arial, Helvetica, sans-serif;
	height:18px;
}
td.close table.closeTable td{
	vertical-align:middle;
}
td.close table.closeTable td a{
	vertical-align:middle;
	color:#d1d1d1;
	text-transform:uppercase;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
td.close table.closeTable td a:hover{
	vertical-align:middle;
	color:#d1d1d1;
	text-transform:uppercase;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
td#logo{
	text-align:right;
	padding-right:45px;
}
td.mainHeading{/* changed by Ananya as on 21.04.10 */
	color:#CC6600;
	font:normal 20px Arial, Helvetica, sans-serif;
}
table.innerTable{
	margin:12px 40px 0px 40px;
	width:629px;
}
table.innerTable span.txtBlueHdr{/* changed by Ananya as on 21.04.10 */
	color:#0077D4;
	font:normal 20px Arial, Helvetica, sans-serif;
}
table.innerTable td.join4Free{
	background-image:url(../images/specialoffers/join4Free.gif);
	background-position:left middle;
	background-repeat:no-repeat;
	width:103px;
	height:31px;
	text-align:center;
}
table.innerTable td.join4Free a{
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
table.innerTable td.join4Free a image{
	border:0;
}
table.innerTable td.join4Free a:hover{
	color:#fff;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
td.txtGrey12{ /* changed by Ananya as on 21.04.10 */
	color:#666766;
	font:normal 12px Arial, Helvetica, sans-serif;
}
td.blueTxt12{/* changed by Ananya as on 21.04.10 */
	color:#0077D4;
	font:normal 12px Arial, Helvetica, sans-serif;
}
td.txtGrey10Rght{ /* changed by Ananya as on 21.04.10 */
	color:#cccccc;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-align:right;
}
table.innerTable2{
	margin:0px 10px 0px 30px;
	width:589px;
}
table.tableInfo{
	margin-right:10px;
	float:right;
}
td.borderDotted{
	border-top:1px dotted #c2c2c2;
	font-size:9px;
}
td.proudMemTxt{
	color:#929292;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align:center;
}
td.footerLogosTop{
	height:48px;
}
td.footerLogosTop ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
td.footerLogosTop ul li{
	float:left;
	line-height:48px;
	vertical-align:middle;
}
td.footerLogosTop ul li.HSpace{
	width:32px;
	float:left;
}
td.footerLogosTop ul li a img{
	border:0;
}
td.footerLogosBot{
	height:40px;
}
td.footerLogosBot ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin:auto;
}
td.footerLogosBot ul li{
	float:left;
	line-height:40px;
	vertical-align:middle;
}
td.footerLogosBot ul li.HSpace{
	width:34px;
	float:left;
}
td.footerLogosBot ul li.HSpace1st{
	width:75px;
	float:left;
}
td.footerLogosBot ul li a img{
	border:0;
}


td.beachChairTop{
	height:248px;
	background-image:url(../images/specialoffers/beachChairsTop.gif);
	background-repeat:no-repeat;
	width:226px;
}
table.learnMoreTable{
	height:31px;
	padding:0;
	margin:0;
}
/* end of auto enroll*/

/* start of Wyn Rew Home Page Login */

.loginSection{
	width:172px;
	height:202px;
	background-color:#ededed;
}
table.outer{
	width:162px;
	background-color:#ededed;
	margin:0px 5px 0px 5px;
}
.join4Free{
	background-color:#0077d4;
	width:84px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	line-height:20px;
}
.join4Free a{
	color:#fff;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.join4Free a:hover{
	color:#fff;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.dottedLine{
	background:left top repeat-x url(../images/homecontent/dots.gif);
	height:1px;
}
.linkTxt{
	color:#0077d4;
	font:normal 10px Arial, Helvetica, sans-serif;
}
.linkTxt a{
	color:#0077d4;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.linkTxt a:hover{
	color:#3399ff;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.loginTxt{
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666766;
}
.loginButton{
	background-image:url(../images/homecontent/loginButton.gif);
	background-repeat:no-repeat;
	border:0px;
	width:22px;
	height:22px;
}
.join4Free{
	background-color:#0077d4;
	width:84px;
	height:20px;
	text-align:center;
	vertical-align:middle;
	line-height:20px;
}
.join4Free a{
	color:#fff;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.join4Free a:hover{
	color:#fff;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.linkTxt{
	color:#0077d4;
	font:normal 10px Arial, Helvetica, sans-serif;
}
.linkTxt a{
	color:#0077d4;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.linkTxt a:hover{
	color:#3399ff;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.linkTxt1{
                color:#0077d4;
                font:normal 11px Arial, Helvetica, sans-serif;
}
.linkTxt1 a{
                color:#0077d4;
                font:normal 11px Arial, Helvetica, sans-serif;
                text-decoration:underline;
}
.linkTxt1 a:hover{
                color:#3399ff;
                font:normal 11px Arial, Helvetica, sans-serif;
                text-decoration:underline;
}


td.txtboldfrnit{ 
       font-family:Ariel;
       font-size:13px;
       font-weight:bold;
       color:#CC6600;
}

td.txtboldhowrwd{ 
       font-family:Ariel;
       font-size:13px;
       font-weight:bold;
       color:#333333;
}

div#popupOuter1 {
 background-color:#FFFFFF;
 border:1px solid black;
 font-family:"arial","verdana","helvetica",sans-serif;
 height:auto;
 left:120px;
 opacity:0.99;
 position:absolute;
 top:515px;
 visibility:hidden;
 width:710px;
 z-index:10000;
}

/* end Wyn Rew Home Page Login */