div.RoomTypeContainer{
  background-color    : #FFFFFF; 
  background-image    : url(/images/roomtypeBG.png);
  background-repeat   : repeat-x; 
  border              : 1px solid #CCCCCC; 
  clear               : left; 
  margin              : 3px; 
  overflow            : auto; 
}
div.RoomTypePhoto{
  background-color    : #CCCCCC; 
  border              : 1px solid #CCCCCC; 
  float               : left; 
  height              : 60px; 
  margin              : 1px; 
  overflow            : hidden;
  width               : 60px; 
}
div.RoomTypeMoreInformationPane{
  background-color    : #F0FFF0; 
  border              : 1px solid #CCCCCC; 
  display             : none; 
  margin              : 3px;
  overflow            : auto; 
}
div.RoomTypeMoreInformationElement{
  margin              : 3px;
}
td.RoomTypeCategoryTitle{
  border-bottom       : 1px solid #CCCCCC;
  padding             : 0px 5px; 
  text-align          : center; 
}
td.HelpText{
  border-bottom       : 0px;
  border-left         : 2px solid #666666;
  border-right        : 2px solid #666666;
  border-top          : 0px;
  background-color    : #CCFFCC; 
  display             : none; 
}
td.HelpText2{
  border-bottom       : 0px;
  border-left         : 2px solid #666666;
  border-right        : 2px solid #666666;
  border-top          : 0px;
  background-color    : #CCFFCC; 
  display             : none; 
}
div#ErrorMessagesPane{
  color               : #FF0000;
  display             : none;
  font-weight         : bold;
  margin-top          : 15px;
}
img.PaymentMethod{
  height              : 24px;
  width               : 32px;
}
legend{
  color               : #595959;
}
ul#ErrorMessagesList{
  color               : #FF0000;
  list-style-position : outside;
  list-style-type     : square;
  margin-top          : 0px;
}
.pageSubTitle{
  border-bottom       : 1px solid #666666;
  color               : #666666;
  font-size           : 1.1em;
  font-weight         : bold;
  margin              : 10px 0px 2px 0px;
}