.row {
	width: 1024px;
}

table {
	background: none !important;
	border: 0px !important;
	border-collapse: collapse;
	margin-bottom: 0;
}

table tr {
	background: none !important;
}

table td {
	background: none !important;
}

ul, ol, li {
	list-style-position: inside !important;
}

.no-padding {
	padding: 0px;
}

h1 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #009cb6;
	border-bottom: 2.5px solid #009cb6;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	text-transform: uppercase;
	color: #009cb6;
	border-bottom: 2.5px solid #009cb6;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
  }

h3 {
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	color: #009cb6;
	margin-bottom: 1px;
	margin-top: 24px;
}

select {
	margin: 10px 0;
	padding: 5px;
}

#content {
	padding: 20px 40px 20px 40px;
	background: #fff;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px #dddddd;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#content a {
	color: #009cb6;
	text-decoration: none;
}
#content a:hover {
	color: #006778;
	text-decoration: underline;
}

#form_link {width:100% !important; white-space: nowrap !important; font-size: 1em !important; }


input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #ffffff;
	background: #009cb6;
	box-shadow: 0 3px 0 #253b63;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #006778;
	box-shadow: 0 3px 0 #2c4676;
	cursor: pointer;
}


#content a.landingLinks {
	display: block;
	border-radius:2px;
	background: #009cb6;
	padding: 25px 15px;
	margin-left:10px;
	margin-right:10px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#content a.landingLinks:hover {
	color: #ffffff;
	background: #006778;
	text-decoration:none !important;
	letter-spacing: 1px;
	transition-duration: .4s;
	transform:scale(1.02);
}

.landingSection {
	margin-bottom: 20px;
}

.contactSection {
	padding-top: 20px;
}

.contactSection h2 {
	font-size: 16px;
}

Input#arrivalDate.date.required.hasDatepicker {background-color: #fff;}
Input#departureDate.date.required.hasDatepicker {background-color: #fff;}

/* MCI USA Styles */
div#content #amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

div#content #amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
table#amenitytable tbody tr:nth-child(2n) {
	background: none;
}
table#amenitytable tbody tr#grayRow {
	background: #f9f9f9 !important;
}
div#content table td.amenity {
	background: #009cb6 !important;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
div#content table td.amenity a.amenity {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
div#content table td.amenity a.amenity:hover {
	text-decoration: none;
	color: #ffffff;
}
.amenitysmall {
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.amenityhotel {
	text-align: left !important;
}

.descriptiontable {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
td.amenitymaplink {
	text-align: right;
}
.descriptiontable tbody tr td {
	padding: 0px !important;
}

#map {
	max-width:750px;
	height:550px;
	margin-left: auto;
	margin-right: auto;
}

.mapkey {
	max-width:750px;
	width: 100%;
	text-align: left;
}

/*@! remove 'click here to download a printable version of this map' on areamap page @!*/
#main-container #content table.maptable tbody tr td p{display: none !important;}

table.maptable tbody tr:nth-child(4) td {
  padding-left:50px;
}

.call {
	font-weight: bold;
	color: #023473; /*#0135a4*/
}
legend {
	color: #00305e; /*#0135a4*/
	font-size: 1.2em
}
.wj--required {
	color: red;
}
#wj_profile_container, #wj_hotel_info, #wj_payment_info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#wj_hou_info {
	width: 100%;
}
#wj_ecc_Text {
	text-align: center
}
.wj_confRes_buttons {
	text-align: center;
}
.print-only {
	display: none;
}

/*ABOVE IS THE CSS FOR MAP, AMENITYTABLE*/




/*___@! MEDIA QUERIES @!__*/
@media only screen and (max-width: 902px) {

  table.maptable tbody tr:nth-child(4) td {
    padding:10px !important;
  }

}

@media only screen and (max-width:800px) {
	.maptable tbody tr td {
			max-width: 600px;
		}
}

@media only screen and (max-width:484px) {
  .descriptiontable tbody tr td {

    font-size:.6em;
  }
}

@media only screen and (max-width:590px) {

  .descriptiontable tbody tr td {

    font-size:.9em;
  }
}

@media only screen and (max-width:815px) {
  div#content {
    padding:0;
  }
}



#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}
#wj_main_errormsgs ul li {
	color: red;
}

#manageModifications input[type="button"], #cancelReservation input[type="button"], .wj_confRes_buttons input[type="button"], #confirmCancelReservation input[type="button"], div#content div form input[type="button"] {
	margin-bottom: 10px;
}
#login input[type="button"], #modSearchHotel input[type="button"] {
	margin-top: 10px;
}

p.smaller {
	font-size: 14px;
	margin-bottom: 0px;
	text-transform:none !important;
	font-family: 'Helvetica Neue', helvetica, arial, sans-serif;

}
p.smaller.padTop {
	margin-top: 30px;
}

/* GBR */
.left fieldset {
	line-height: 1.5em;
}
.left fieldset label {
	line-height: 1em;
}
table.formcols td, table.formcols span, table.formcols td.left fieldset {
	font-size: 14px;
}
table.formcols fieldset {
	width: 500px !important;
}
table.formcols input.password, table.formcols input.phone {
	width: 250px !important;
}
table#blockPattern tr.blockPatternDates td {
	text-align: center;
}
table#blockPattern, tr.blockPatternInputs input, select#hotelsAvail, select#hotelsSelected {
	width: 100% !important;
}
table.formcols label, #requestedSuites ol li {
	clear: both;
}
table.formcols label {
	float: left;
}
table.requestedSuites td {
	padding: 0px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	display: inline-block;
}
div#ui-datepicker-div {
	width: 234px !important;
}
table.ui-datepicker {
	width: 100% !important;
}
table.ui-datepicker td {
	padding: 0px;
	text-align: center;
}

#content div#blockrequest-content {background-color:inherit !important; background-image:url(polygon.png) !important;}
#blockrequest-content #blockform table tbody tr td div p {color:#000 !important;}
#blockform table tbody tr td #contactFields legend {background:inherit !important;}
#blockform table tbody tr td #orgFields legend {background:inherit !important;}
#blockform table tbody tr td #detailFields legend {background:inherit !important;}



/* NAV overrides */
.nav {
	font-weight: 500;
}
.nav-item {
	margin-bottom: 2px;
	font-size: 14px;
	width: 25%;
}
.nav-item a {
	background:#009cb6;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
}
.nav-item > a:hover {
	background:#006778;
	color: #ffffff;
	text-decoration: none;
}
.nav-mobile {
	background-color: #009cb6;
}
.nav-click:hover {
	background-color:#006778;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #009cb6;
	}
}