body {
    font-family: arial,sans-serif;
    font-size: 12px;
}

#content {
    width: 490px;
    margin: 0 auto;
    border: 1px solid #637AAC;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: inherit;
}

h2 {
    margin: 0;
    padding-left: .5em;
    background-color: #637AAC;
    color: #FFFFFF;
}

table.input {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 30px;
}

table.upSellPrices {
    width: 95%;
}

table.upSellPrices td {
    padding: 0 2px;
}

.label {
    text-align: right;
}

.lighterShade {
    opacity: 0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

table.frameBackground {
    background-color: #637AAC;
    border: .13em solid  #637AAC;
}

div.frameBackground {
    background-color: #637AAC;
    border: .13em solid  #637AAC;
}

td.title_color {
    color: #FFFFFF;
}

input.ui-button {
    margin-right: .5em;
    margin-bottom: .5em;
    padding: 0.2em 1.5em;
    background: #637AAC;
    color: #FFFFFF;
}

input.ui-button-search {
    margin-right: .5em;
    margin-bottom: .5em;
    padding: 0.2em 1.5em;
    background: #637AAC;
    color: #FFFFFF;
}

/* modules */
div.info {
    clear: both;
    width: 490px;
    margin: .2em auto;
    background-color: #D8DEEA;
    border: .13em solid #D8DEEA;
}

div.large_info_holder {
    width: 800px;
    /*FOR IE\*/
    width: 801px;
    margin: 0 auto;
    background-color: #D8DEEA;
}
div.large_info_holder_secured {
    width: 800px;
    /*FOR IE\*/
    width: 801px;
    margin: 0 auto;
    background-color: #D8DEEA;
}

div.large_info {
    clear: both;
    width: 798px;
    margin: 0 auto;
    background-color: #D8DEEA;
    border: .13em solid #D8DEEA;
}
div.large_info_secured {
    clear: both;
    width: 798px;
    margin: 0 auto;
    background-color: #D8DEEA;
    border: .13em solid #D8DEEA;
}

div.medium_info {
    background-color: #D8DEEA;
    border: .13em solid #D8DEEA;
    float: left;
    width: 397px;
    /*FOR IE\*/
	* width: 395px;
}
div.medium_info_secured {
    background-color: #D8DEEA;
    border: .13em solid #D8DEEA;
    float: left;
    width: 397px;
    /*FOR IE\*/
	* width: 395px;
}

div.medium_info_left {
    height: 436px;
    /*FOR IE\*/
	* height: 442px;
}

div.medium_info_top {
    height: 150px;
    margin-top: 0.13em;
    margin-right: 0.13em;
    margin-bottom: 5px;
    margin-left: 0.13em;
    /*FOR IE\*/
	* margin-top: 0.13em;
	* margin-right: 0.13em;
	* margin-bottom: 8px;
	* margin-left: 0.13em;
}

p.optIn {
    margin: 45px 8px;
    text-align: center;
}

div.medium_info_bottom {
    height: 276px;
}

div.half {
    width:49%;
    float:left;
}

.border {
    margin: .13em;
    padding: .15em;
    border: .13em solid #637AAC;
}

.slideContent {
    width: 490px;
}

/* image slider */
div.imageSlider {
    float: left;
    height: 109px;
    display: block;
    overflow-y: scroll;
    padding-left: 1em;
    margin-right: .5em;
    margin-bottom: .2em;
}

div.details {
    clear: both;
    display: none;
}

/* enhance stay */
div.enhanceStay {
    margin-bottom: 2em;
    float: left;
    width: 49%
}

div.enhanceStayBig {
    min-height: 55px;
}

div.enhanceStaySmall {
    margin-top: 5px;
}

img.enhanceStayImage {
    margin-right: .5em;
    float: left;
}

div.enhanceStayImageReplace {
    width: 70px;
    height: 45px;
    margin-right: .5em;
    float: left;
}

div.enhanceStayImageReplaceBig {
    width: 140px;
    height: 90px;
    margin-right: .5em;
    float: left;
}

div.enhanceStayPrice {
    padding-top: 5px;
    clear: both;
}

/* helper divs */
.left {
    float: left;
}

div.clear {
    clear: both;
}

/* inputs */
.inputExtraLarge {
    width: 270px;
}

.inputLarge {
    width: 190px;
}

.inputMedium {
    width: 145px;
}

.inputSmall {
    width: 75px;
}

.inputExtraSmall {
    width: 22px;
}

.searchModule {
    margin: 4px;
    color: #FFFFFF;
}

div.searchModuleInput {
    float: left;
    margin: 1px;
}

div.searchModuleInput div {
    float: left;
}

.searchModule input {
    width: 130px;
    margin: 0;
}

.searchModule button {
    vertical-align: top;
}

.searchModule select {
    width: 40px;
}

select#roomCategory {
    width: auto;
}

textarea {
    width: 375px;
    /*FOR IE\*/
	* width: 370px;
}

textarea.small {
    height: 40px;
}

textarea.large {
    height: 60px;
}

.roomSelect {
    margin: 0.1em 0.5em 0.1em 0.1em;
}

.monthSelect {
    width: 40px;
}

.yearSelect {
    width: 54px;
}

/* links */
a {
    color: #1885FF;
    cursor: pointer;
    font-weight: bold;
    margin-right: 0.5em;
    text-decoration: underline;
}

.linkBox {
    margin: .5em;
}

/* TABs */
.tab {
    background: none repeat scroll 0 0 #637AAC;
}

.selectedTab {
    border: 2px solid #FFFFFF;
}

.selectableTab .tabLink {
    cursor: pointer;
}

.tabLink {
    color: #FFFFFF;
}

/* text formats */
.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.strike {
    text-decoration: line-through;
}

td.right {
    text-align: right;
}

p.center {
    text-align: center;
}

p.right {
    text-align: right;
}

.noWrap {
    white-space: nowrap;
}

/* messages */
.actionMessage {
    text-align: center;
    list-style-type: none;
}

.errorMessage {
    color: red;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

.error {
    border: 1px solid red;
}

.alertMessage {
    color: red;
    border-color: red;
}

.input_required {
    color: red;
}

.hidden {
    display: none;
}

/* disable resize */
textarea {
    resize: none
}

/* jquery theme */
.ui-widget-header {
    background: none repeat scroll 0 0 #637AAC;
    border-color: #637AAC;
    color: #FFFFFF;
}

a.moreInf, a.moreInfo {
    color: #1885FF;
    cursor: pointer;
    font-weight: bold;
    margin-right: 0.5em;
    text-decoration: underline;
}

a.morePrice {
    color: #1885FF;
    cursor: pointer;
    font-weight: bold;
    margin-right: 0.5em;
    text-decoration: underline;
}


/* New */
div.priceCalendarColumn {
	float: left;
    width: 570px;
}

#rateCalendar {
	width: 560px;
    margin: 4px;
    border: 1px solid #637AAC;
}

p.rateDetails {
    margin-left: 0.5em;
}

.roomImage {
    margin: 4px;
}

table.priceCalendar {
	margin: 15px;
	text-align: center;
}

td.price {
    width: 3.3em;
	height: 3.3em;
    color: white;
    cursor: pointer;
	border: 1px solid #D8DEEA;
	padding: 0;
}

td.price div {
    background-color: #326293;
}

table.priceTable {
    border-collapse: collapse;
}

table.priceTable td {
    padding: 0;
}

td.leftBorder {border-left: 1px solid #FFFFFF;}
td.rightBorder {border-right: 1px solid #FFFFFF;}
td.topBorder {border-top: 1px solid #FFFFFF;}
td.bottomBorder {border-bottom: 1px solid #FFFFFF;}

td.close {
    width: 3.3em;
	height: 3.3em;
    color: black;
    font-weight: bold;
}

td.price a {
    margin: 0;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

td.roomName a {
    margin: 0;
	text-decoration: none;
}

div.specialOfferColumn {
	float: right;
    width: 230px;
}

div.specialOffer_imageOnly {
    width: 220px;
    height: 180px;
    margin: 4px;
    border: 1px solid #637AAC;
}
div.specialOffer {
    width: 220px;
    margin: 4px;
    border: 1px solid #637AAC;
}

a.leftControl, a.rightControl {
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.debug {
    background-color: #FFFFFF;
    color: #000000;
    vertical-align: top;
}

/*override jquery-ui.css 3.7.1 class*/
.ui-tabs .ui-tabs-nav li {
    padding: 8px;
}



/* Group OBM */
/*===== hotel box ====*/
div.group-hotel-box {
    margin: 2px 2px 8px 2px;
    padding: 0px;
}

/*==== hotel table ====*/
table.group-hotel-table {
    width: 98%;
    margin: 5px 0px;
    padding: 5px;
}
table.group-hotel-table tr td {
    text-align: center;
    vertical-align: top;
    padding: 5px;
}

/*==== hotel image and brand image ====*/
div.group-hotel-image-box {
    width: 140px;
    min-height: 100px;
    margin: 0 auto;
}
div.group-hotel-image-div {
    width: 140px;
    height: 100px;
    font-style: italic;
    overflow: hidden;
}
img.group-hotel-image {
    width: 140px;
    height: 100px;
    margin: 0 auto;
}
img.group-hotel-brandimage {
    width: 70px;
    height: 50px;
    margin: 0 auto;
    margin-top: 10px;
}
span.group-hotel-distance {
    float: right;
    font-style: italic;
    margin-right: 10px;
}
span.group-hotel-stars {
    display: block;
    font-size: larger;
}

/*==== hotel description ====*/
div.group-hotel-description {
    text-align: center;
}
p.group-hotel-more-info {
    text-align: center;
    font-weight: bold;
}
div.group-hotel-facilities {
    text-align: center;
}
/*===== price box ====*/
div.group-price-box {
    min-width: 80px;
    min-height: 100px;
    margin: 0 auto;
    font-weight: bold;
}
p.group-price {
    margin: 0 auto;
    padding: 5px;
}
p.group-price-large {
    margin: 0 auto;
    padding: 5px;
    font-size: 120%;
}
p.group-price-no-availability {
    margin: 0 auto;
    padding: 5px;
    color: #1885FF;      /*override by OBM Configuration - Links */
}

/*===== buttons =====*/
a.ui-button {
    margin: 1 auto;
    padding: 0.2em 0.5em;
    background: #637AAC;        /*override by OBM Configuration - Frame/Button */
    color: #FFFFFF;             /*override by OBM Configuration - Title/Button text */
}

/*===== tabs =====*/
#group-large_info_holder .tabs {
    background: transparent;
    border: none;
}
#group-large_info_holder .tabs .ui-widget-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #637AAC;    /*override by OBM Configuration - Frame/Button */
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#group-large_info_holder .tabs .ui-state-default {
    /*background: transparent;*/
    border: none;
}
#group-large_info_holder .tabs .ui-state-active {
    /*background: transparent no-repeat bottom center;*/
    border: 2px solid #FFFFFF;     /*override by OBM Configuration - Title/Button text */
    position: relative;
    top: 0px;
}
#group-large_info_holder .tabs .ui-state-default a {
    color: #FFFFFF;                /*override by OBM Configuration - Title/Button text */
}
#group-large_info_holder .tabs .ui-state-active a {
    color: #FFFFFF;                /*override by OBM Configuration - Title/Button text */
}

/*==== hotel images tab (div and img) ====*/
div.group-hotel-image-small-div {
    padding: 8px 8px 0px 0px;
    float: left;
    font-style: italic;
    width: 110px;
    height: 80px;
    overflow: hidden;
}
img.group-hotel-image-small {
    width: 110px;
    height: 80px;
    cursor: pointer;
}

/*==== facilities, maps, policies tabs ===*/
div.group-label-value {
    clear: both;
    border-bottom: 1px solid #FFFFFF; /*override by OBM Configuration - font color */
    padding: 8px 0 4px 0;
}
div.group-label {
    float: left;
    width: 120px;
    font-weight: bold;
    text-align: left;
}
div.group-value {
    margin-left: 125px;
    text-align: left;
}
.alertNotification {
    font-weight: bold;
    color: #ff0000;
    padding-left: 5px;
}