.row {
	width:1024px;
}

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

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

div#content table tr {
	background: none !important;
}

div#content table td {
	background: none;
}

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

h1 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 21px;
	text-transform: uppercase;
	color: #041a63;
	border-bottom: 2.5px solid #041a63;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h2 {
	font-family: "Arial", sans-serif;
	font-weight: 300;
	font-size: 21px;
	text-transform: uppercase;
	color: #041a63;
	border-bottom: 2.5px solid #041a63;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	line-height: normal;
	letter-spacing: 1px;
}
h3 {
	font-weight: 450;
	font-size: 12pt;
	width: 100%;
	color: #041a63;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1px;
	margin-top: 24px;
}
h4 {
	font-weight: normal;
	font-size: 12pt;
	color: #041a63;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
a {
	color: #284ca0;
	text-decoration: none;
}
a:hover {
	color: #55709e;
	text-decoration: underline;
}
.row.landingSection {
	margin-bottom: 20px;
}
#content a.landingLinks {
	display: block;
	background: #284ca0;
	margin: 20px 0;
	padding: 35px 20px;
	box-shadow: 5px 5px 3px #ccc;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.5em;
	vertical-align: middle;
	font-family: "MyriadPro", sans-serif;
	letter-spacing: 1px;
}
#content a.landingLinks:hover {
	background: #1f3b7d;
	text-decoration: none;
}

#banner {
	display: block;
}

.government {
	font-style: italic;
	font-size: 18px;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #ffffff;
	background: #284ca0;
	box-shadow: 0 3px 0 #512574;
	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;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #1f3b7d;
	box-shadow: 0 3px 0 #512574;
	text-decoration: none;
	cursor: pointer;
}

#wj_main_errormsgs {
	margin-top: 15px;
	text-align:center;
}

#wj_main_errormsgs ul li {
	color: red;
	list-style-position: inside;
}
#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;
}


#map {
	width:700px; 
	height:500px;
	border-width: 1px 1px 1px 1px !important;
	border-color: #ccc !important;
	/*border: 1px solid #000 !important;*/
	margin-left: auto;
	margin-right: auto;
}
.mapkey {
	width: 700px;
}
#amenitytable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

#amenitytable tbody tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
}
.amenity {
	background-color: #284ca0 !important;
	color: #ffffff;
	text-align: center;
}
a.amenity {
	font-weight: normal;
}
a.amenity:hover {
	text-decoration: none;
	color: #ffffff;
}
.amenitysmall {
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.amenityhotel {
	text-align: left !important;
}
table#amenitytable tbody tr:nth-child(2n) {
	background: none;
}
table#amenitytable tbody tr#grayRow {
	background: #f9f9f9 !important;
}

#wj_profile_container, #wj_hotel_info, #wj_payment_info {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#wj_hou_info {
	width: 100%;
}
.wj--required {
	color: red;
}
#wj_ecc_Text {
	text-align: center;
}


.amenitymaplink {
	text-align: right;
}
.descriptiontable {
	width: 100%;
}

.descriptiontable tbody tr td {
	padding: 0px !important;
}

.no-padding {
	padding:0px;
}

.smaller {
	font-size: 14px;
	color: #fff;
	display: block;
	margin-bottom: 0;
}
.smallest {
	font-size: 12px;
}

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

/* GBR */
table.formcols button {
	font-size: 16px;
	margin-bottom: 5px;
}
.left fieldset {
	line-height: 1.5em;
}
.left fieldset legend {
	font-size: 1.1em;
}
.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#blockPattern tr td input.minmaxcount {
	background-color: #fff;
}
#content table.buttons {
	border: none !important;
}m