/**
 ** these are all overridden styles for the Unlimited Reservation Services
 **/
 
#loginstatus,
#loginbutton {
  float: right;   
}

 
#topHeaderBox, #bread, #footerBoxArea, #footerBoxArea a, .bottomText, .bottomSmallText {
  background: #CBC5BE;     
}

.footerBoxContent {
  padding: 8px 0px 0px 0px; 
}

.contentArea {
    background: #E0DFB1 url(/template_images/unlimited/bg.gif) repeat-y;
}

.leftColumn {
  background: #F6F5EF; 
}

/* AS: #topHeaderBox {
  padding: 8px 0px 8px 0px;
} */



.subNavigation ul li {
   border-bottom: 2px solid #CBC5BE;
   
}

div.letsWrite h1, 
.page_subtitle,
.page_sub_subtitle,
.reservationForm h1,
#menu a.highlight:link, 
#menu a.highlight:visited
{
  color: #4F3B30; 
}


/** front page **/
div.HotelBox {
 color: #4F3B30; 
 font-size: 10px;
}

div.HotelBox a {
  /* AF: RT-13788
  text-decoration: none;
  font-weight: bold;
  color: #4F3B30;
  */
}

div.HotelBox .HotelImage,
div.HotelBox .HotelInfo,
div.HotelBox .HotelExtra {
  float: left;
}

div.HotelBox .HotelExtra {
  width: 100px;
  padding-right: 2px;
  float: right;
}

div.HotelBox .HotelImage {
  width: 125px; 
}

div.HotelBox .HotelInfo {
  padding-left: 8px;
  width: 200px; 
}

/* rates and reservations */
/* register and profile */
div.selectRoomForm label,
div.reservationForm label.field_labels,
#label_Adults, 
#label_Children,
.blueCurrencyText,
.UserResInfo .res_label,
.loginBoxContent .field_row label,
#personalInfoBox label,
#loginBox label, 
#personalInfoBoxExtra label,
#paymentBox label,
div.LoginContent div.field_row label,
div.profileContent div.field_row label, 
div.profileContent div.field_row .label, 
div.profileContent div.field_row_left div.label, 
div.profileContent div.field_row_right div.label,
div.profileContent div.field_row_both .label, 
.confNumber span, .confDetails span,
#paymentBox label, #paymentBoxLoggedIn label,
.conf_msg,
.conf_text,
div.user_label,
.Message,
div.requestForm h1,
div.mainContentArea h1
{
 color:  #4F3B30;
}

/**
 ** LINKS
 **/
.subNavigation ul li a.fixed,
.subNavigation ul li a.selected 
 {
    color: #4F3B30;
 }
 

