.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: "Arial", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #616264;
	/*text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;*/
}
h2 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 18px;
	/*text-transform: uppercase;*/
	color: #616264;
	border-bottom: 2px solid #999999;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h3 {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #616264;
	text-align: center;
	margin-bottom: 0px;	
}
h4, h5, h6 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #616264;	
}


/* Content */

#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: #ff6600;
}
#content a:hover {
	color: #ff8533;
	text-decoration: underline;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #ffffff;
	background: #0096fd;
	box-shadow: 0 3px 0 #0078ca;
	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: #33abfd;
	box-shadow: 0 3px 0 #008ff0;
	cursor: pointer;
}

#content a.landingLinks {
	display: block;
	background: #0096fd;
	margin: 15px 0;
	padding: 20px 25px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.5em;
	/*text-transform: uppercase;*/
}
#content a.landingLinks:hover {
	background: #33abfd;
	color: #ffffff;
	text-decoration: none;
}
.row.landingSection {
	margin-bottom: 40px;
}
.row.landingSectionTop {
	margin-top: 40px;
	margin-bottom: 20px;
}
.grayBox {
	border: 1px solid rgba(32, 67, 128, 0.5);
	background-color: rgba(204, 204, 204, 0.3);
	padding-top: 10px;
	margin-top: 20px !important;
}
.grayBox .heading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
}
.grayBox .subheading {
	font-size: 14px;
	font-weight: normal;
}
@media only screen and (min-width: 768px) {
	.six.columns.grayBox {
		width: 49.8% !important;
	}
}
@media only screen and (max-width: 767px) {
	.mobileHide {
		display: none;
	}
}

#map {
	border: 1px solid #000 !important;
	height: 500px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.mapkey {
	width: 800px;
}
#content.amenityContent {
	padding: 20px 10px 20px 10px;
}
.amenitymaplink {
	text-align: right;
}
#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
}
#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;
}
.amenity {
	background-color: #ff6600 !important;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}
#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;
}

.small {
	font-size: 15px;
	font-weight: 400;
}
.smaller {
	font-size: 11px;
	line-height: 1em;
}

.wj_errormsgs {
	text-align:center;
}

#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;
}


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



/* 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;
}


table#allotmentRecap {
	margin-bottom: 10px;
}
table#allotmentRecap td {
	text-align: center;
	padding: 2px;
	color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}
table#allotmentRecap td.leftAlign {
	text-align: left;
}
table#allotmentRecap tr.Brow {
	border-bottom: 1px solid #999999;
}