.row {
	width: 1024px;
}
body, p, td, span, div, li, table tbody tr td, table tr td {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
}
ul, ol, li {
	list-style-position: inside;
}
label, div.alert-box {
	font-size: 14px;
}
table {
	background: none;
	border: 0px;
	border-collapse: collapse;
	margin-bottom: 0;
}
div#content table tr {
	background: none !important;
}
div#content table td {
	background: none;
}

h1 {
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 10px;
	border-left: 0px solid;
	color: #5f6062;
	font-family: helvetica, arial, sans-serif;
	line-height: 1em;
	border-left: 0px solid;
	text-align: center;
}
h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #5f6062;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	line-height: normal;
	letter-spacing: 1px;
}
h3 {
	font-weight: 450;
	font-size: 12pt;
	width: 100%;
	color: #5f6062;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1px;
	margin-top: 24px;
}
h4 {
	font-weight: normal;
	font-size: 12pt;
	color: #5f6062;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}

#top-banner {
    max-width: 1024px;
}

.no-padding {
	padding:0px;
}

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

#content a {
	color: #cd1126;
}
#content a:hover {
	color: #d74151;
	text-decoration: underline;
}
#content a.whitelink {
	color: #ffffff;
	text-decoration: underline;
}

.error {
	color: #ff0000;
}

.row.landingSection {
	margin-top: 40px;
}
#content a.landingButton {
	display: block;
	background: #ededed;
	margin: 20px 0;
	padding: 50px 40px 60px 40px;
	text-align: center;
	color: #5f6062;
	font-size: 22px;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.25em;
	text-transform: uppercase;
}
#content a.landingButton:hover {
	background: #aeadad;
	text-decoration: none;
}
.landingButton p.smaller {
	font-size:16px;
	margin-top:.5em;
	margin-bottom:0;
	color: #ffffff;
	line-height: 1.25em;
}
.landingButton:hover p.smaller {
	color: #ffffff;
}
label a.smaller {
	font-size: 14px;
	padding-left: 20px;
}

.clear-after:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button, #content a.button {
	color: #ffffff;
	background: #cd1126;
	box-shadow: 0 3px 0 #a40e1e;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 0 5px 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover, #content a.button:hover {
	background: #d74151;
	box-shadow: 0 3px 0 #c31024;
	text-decoration: none;
	cursor: pointer;
}

.white-box {
	width: 100%;
	min-height: 200px;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	box-shadow: 0 0 10px #c0c0c0;
	color: #ffffff;
	background-color: #cc1227;
}
.white-box a {
	color: #ffffff !important;
}
.white-box .smaller {
	font-size: 12px;
	font-weight: normal;
	padding-top: 39px;
	line-height: normal;
}
.white-box .inputlabel {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.white-box input[type="text"] {
	width: 70px;
	height: 20px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	padding-top: 0;
	padding-bottom: 0;
}
input#indivSubmit, input#groupSubmit {
	background: #ffffff;
	color: #000000;
	border: 1px solid #cccccc;
	border-radius: 2px;
	font-weight: 400;
	font-size: 12px;
	box-shadow: none;
	padding: 3px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin-left: 5px;
	margin-top:0;
}
input#indivSubmit:hover, input#groupSubmit:hover {
	background: #f9f9f9;
}

@media only screen and (max-width: 767px) {
	.white-box {
		min-height: auto;
	}
	.mobileHide {
		display: none;
	}
}

.white-box.register, .white-box.individual, .white-box.group {
	position: relative;
}
.white-box.modify-box {
	min-height: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
	background-color:#aeadad;
}
.white-box.modify-box a {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff !important;
}
.white-box.special-box {
	min-height: 110px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.white-box i.fa {
	color: #ffffff;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
i.fa.fa-phone {
	color: #999999;
	font-size: 7em;
	padding-right: 20px;
	margin-left: 1px;
	float: left;
}
i.fa.fa-phone.greenphone {
	color: #9ecd47;
}

table.maptable tbody tr td p {
    display: none;
}
/* NAV overrides */
.nav {
	background: #090909;
}

.nav-item a {
	background: #090909;
	padding: 10px 16.9px;
}
.nav-item > a:hover {
	background: #cd1126;
}
.nav-mobile {
	background-color: #cd1126;
}
/*
.nav {
	margin: 0;
}
.nav-item {
	border-left: none;
	border-right: none;
}
.nav-item a {
	background:#86878b;
	color:#5f6062;
	font-size: 14px;
	font-weight: 400;
	font-family: "MyriadPro", helvetica, arial, sans-serif;
	text-transform: uppercase;
	padding: 10px 0;
}
.nav-item > a:hover {
	background:#e31836;
	color: #ffffff;
}
.nav-mobile {
	background-color: #ededed;
	color:#5f6062;
}
.nav-click:hover {
	background-color:#e31836;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav {
		background: #ededed;
	}
}*/


/* MCI Styles */
.amenitymaplink {
	text-align: right;
}
.amenity {
	color: #ffffff;
	font-size: 12px;
}
div#content.amenityContent {
	padding-left: 0px;
	padding-right: 0px;
}
/*.amenityContent > div.columns {
	padding-left: 0px;
	padding-right: 0px;
}*/
#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
#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;
}
#content td.amenity, th.amenity {
	background-color: #cc1227 !important;
	color: #ffffff;
	text-align: center;
}
#content a.amenity {
	font-weight: normal;
	color: #ffffff;
}
#content 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%;
}
.descriptiontable tbody tr td {
	padding: 0px !important;
}
#searchTable td {
	text-align: center;
}
#map {
	width:750px;
	height:550px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px 1px 1px 1px !important;
}
.mapkey {
	width: 750px;
	text-align: left;
}
.wj--required {
	color: red;
}
#wj_profile_container, #wj_hotel_info, #wj_payment_info {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

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


/* GBR */
.left fieldset {
	line-height: 1.5em;
}
.left fieldset label {
	line-height: 1em;
	font-size: 16px;
}
#content table.formcols {
	border: none !important;
}
table.formcols td, table.formcols span, table.formcols td.left fieldset, table.formcols button {
	font-size: 16px;
}
table.formcols fieldset {
	width: 500px !important;
}
table.formcols input.password, table.formcols input.phone {
	width: 250px !important;
}
fieldset#rooms table#blockPattern {
	border: 1px solid #888 !important;
	margin-bottom: 10px;
}
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;
}
#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}
#wj_main_errormsgs ul li {
	color: red;
}
div#wj--admin-button {
	text-align: center;
}
table#wj--admin-login td {
	vertical-align: middle;
}
table#wj--admin-login input {
	margin-bottom: 0;
}
table.buttons {
	border: none !important;
}


label.error {
    margin-top: -5px;
    margin-bottom: 15px;
}