@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,object { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

body {
	font-family: georgia, times, arial, sans-serif;
	font-size: 12px;
	background: url("/images/background.png") repeat-x;
	margin: 0px;
	padding: 0px;
}
	
.clear {
	clear: both;
}

.pageContainer {
	width: 965px;
	background: url("/images/header.png") no-repeat;
	margin: 0 auto;
}
.container {
	width: 965px;
	margin: 0 auto;
	padding: 0px;
}

.header {
	height: 210px;
	margin: 0px;
	padding: 0px;
}

.header .logo {
	display: block;
	height: 115px;
	width: 220px;
	background: url("/images/logo.png") no-repeat;
	float: left;
	text-indent: -9000px;
	margin-left: 10px;
}

.header .banner {
	width: 468px;
	margin-top: 10px;
	float: right;
	color: #f1f1f1;
	font-size: 26px;
	text-align: right;
	margin-right: 10px;
}

.tinynav {
	width: 500px;
	height: 20px;
	padding-top: 10px;
	float: right;
}
.tinynav ul {
	list-style: none;
	display: block;
}
.tinynav ul li {
	float: right;
}
.tinynav ul li a {
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 0 7px;
}
.tinynav ul li a:hover {
	color: #0587C4;
}

.nav1 {
	height: 54px;
	background: url("/images/nav1-bg.png") repeat-x;
}
.nav1 ul {
	list-style: none;
	display: block;
}
.nav1 ul li {
	float: left;
}
.nav1 ul li a {
	height: 37px;
	color: #becade;
	font-size: 17px;
	text-decoration: none;
	display: block;
	margin: 0px 16px;
	padding-top: 14px;
	border-top: 2px solid #142239;
}
.nav1 ul li a:hover {
	color: #ffffff;
	border-top: 2px solid #ffffff;
}
.nav2 {
	height: 40px;
	background: url("/images/nav2-bg.png") repeat-x;
	overflow: hidden;
}
.nav2 ul {
	list-style: none;
	display: block;
}
.nav2 ul li {
	float: left;
}
.nav2 ul li a {
	font-family: georgia serif;
	height: 30px;
	color: #ffffff;
	font-size: 17px;
	text-decoration: none;
	display: block;
	margin: 0px 17px;
	padding-top: 10px;
}
.nav2 ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.sideNav {
	float: left;
	width: 215px;
	margin: 0 20px 10px 0;
}
.sideNav .banner {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}

.sideNav .banner img {
	border: 0px;
}
.sideNav .membersClub {
	background: #2F266c;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px 10px;
}
.sideNav .membersClub .joinVip  {
	position: relative;
	left: -10px;
}
.sideNav .membersClub .joinVip img {
	border: 0px;
}
	
.sideNav .search,
.sideNav .tags,
.sideNav .social,
.sideNav .hotelierNav {
	border: 1px solid #b5b1cd;
	background: #f8f8fb;
	padding: 10px;
	margin-bottom: 10px;
}
.mainColumn {
	float: left;
	width: 690px;
}

.sideNav .membersClub h3 {
	text-indent: -9000px;
	background: url('../images/membersClub.png') no-repeat;
	width: 131px;
	height: 18px;
	margin: 5px 0 15px 0;
}
.sideNav .membersClub fieldset {
	border: 0;
}
.sideNav .membersClub fieldset ul {
	list-style: none;
}
.sideNav .membersClub fieldset ul li {
	color: #fbfbfb;
	font-size: 11px;
	margin-bottom: 10px;
}
.sideNav .membersClub fieldset ul li label {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.sideNav .membersClub fieldset ul li a {
	color: #ffffff;
	text-decoration: none;
}
.sideNav .membersClub fieldset ul li a:hover {
	text-decoration: underline;
}
.sideNav .membersClub fieldset ul li input[type="text"], .sideNav .membersClub fieldset ul li input[type="password"] {
	width: 182px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #b5b1cd;
	font-size: 12px;
}
.sideNav .membersClub fieldset ul li.forgotPass {
	text-align: right;
	margin-top: -6px;
}
.sideNav .membersClub fieldset ul li.forgotPass a {
	color: #c3c0db;
	font-size: 9px;
}
.sideNav .membersClub fieldset ul li.register {
	color: #c3c0db;
	font-size: 9px;
}
.sideNav .membersClub fieldset ul li.register a {
	font-size: 11px;
}
.sideNav .membersClub fieldset ul li.register,
.sideNav .membersClub fieldset ul li.button {
	float: left;
	width: 50%;
}
.sideNav .membersClub fieldset ul li.button {
	text-align: right;
}
.sideNav .membersClub fieldset ul li.button button {
	background: #f8f8fb;
	color: #463f77;
	border: 0;
	border-radius: 5px;
	width: 70px;
	height: 24px;
	cursor: pointer;
}

.sideNav .search fieldset {
	border: 0;
	margin-bottom: 10px;
}
.sideNav .search fieldset ul {
	list-style: none;
}
.sideNav .search fieldset ul li {
	margin-bottom: 10px;
}
.sideNav .search fieldset ul li label {
	display: block;
	margin-bottom: 5px;
}
.sideNav .search fieldset ul input[type="text"], .sideNav .search fieldset ul input[type="password"] {
	display: block;
	border: 1px solid #b5b1cd;
	height: 20px;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
	color: #3e376f;
}
.sideNav .search fieldset ul select {
	width: 192px;
}
.sideNav .search fieldset ul button {
	border: 0;
	width: 93px;
	height: 30px;
	background: url('../images/searchButton.png') no-repeat;
	cursor: pointer;
	text-indent: -9000px;
	float: right;
}
.sideNav .search ul.links {
	text-align: right;
	list-style: none;
}
.sideNav .search ul.links a {
	text-decoration: none;
	color: #5b558a;
}
.sideNav .search ul.links a:hover {
	text-decoration: underline;
}

.sideNav .tags p {
	font-size: 11px;
	margin: 0;
}
.sideNav .tags p a {
	color: #3e376f;
}

.sideNav .social .facebook {
	display: block;
	float: left;
	background: url('../images/facebook.png') no-repeat;
	width: 86px;
	height: 18px;
	text-indent: -9000px;
	margin-right: 7px;
}
.sideNav .social .twitter {
	display: block;
	float: left;
	background: url('../images/twitter.png') no-repeat;
	width: 100px;
	height: 18px;
	text-indent: -9000px;
}

.sideNav .hotelierNav ul {
	list-style: none;
	margin-bottom: -5px;
}
.sideNav .hotelierNav ul li {
	margin-bottom: 5px;
}
.sideNav .hotelierNav ul li a {
	color: #3e376f;
	text-decoration: none;
}
.sideNav .hotelierNav ul li a:hover {
	text-decoration: underline;
}

.pageContent {
	background: #fff;
	padding: 20px;
	min-height: 450px;
}
.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5,
.pageContent p {
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #3e376f;
}
.pageContent h1 {
	font-size: 24px;
}
.pageContent h2 {
	font-size: 21px;
}
.pageContent h3 {
	font-size: 18px;
}
.pageContent h4 {
	font-size: 16px;
}
.pageContent h5 {
	font-size: 14px;
}
.pageContent p {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #5b558a;
	line-height: 18px;
}
.pageContent p a {
	color: #1c1653;
}
.pageContent p a:hover {
	color: #5b558a;
}
.pageContent ul,
.pageContent li {
	font-family: verdana, arial, sans-serif;
	color: #5b558a;
}
.pageContent .mainColumn .content ul,
.pageContent .mainColumn .content ol {
	margin: 0 0 10px 20px;
	line-height: 18px;
}
.pageContent img.banner {
	margin-bottom: 10px;
}
.pageContent div.hr,
.pageContent hr {
	border: 0;
	color: #fff;
	background: #fff;
	border-top: 1px solid #bfbdd0;
	margin: 10px 0;
	height: 0;
}
.pageContent div.hr hr {
	display: none;
}
.pageContent a.button {
	color: #fff;
	background: #543b99;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
}
.pageContent a.button:hover {
	background: #a28ae6;
}

.hotelListing .category {
	float: left;
	width: 220px;
	margin: 0 10px 20px 0;
}
.hotelListing .category .image,
.hotelListing .hotel .image,
.homepage .hotels .hotel .image {
	border: 1px solid #bfbdd0;
	padding: 2px;
	width: 211px;
	height: 121px;
	overflow: hidden;
}
.hotelListing .category a,
.hotelListing .hotel a {
	text-decoration: none;
	color: #3e376f;
}
.hotelListing .category a:hover,
.hotelListing .hotel a:hover {
	text-decoration: underline;
}
.hotelListing .hotel {
	margin-bottom: 20px;
}
.hotelListing .hotel .description {
	float: left;
	width: 480px;
}
.hotel .description .descriptionText {
	max-height: 108px;
	overflow: hidden; 
}
.hotelListing .hotel .description .image {
	float: left;
	margin-right: 10px;
}
.hotelListing .hotel .description .content {
	height: 105px;
	overflow: hidden;
}
.hotelListing .hotel .description .content p:first-child {
	height: 93px;
	overflow: hidden;
}
.hotelListing .hotel .links {
	float: left;
	border-left: 1px solid #bfbdd0;
	padding: 10px 0 2px 20px;
	margin-left: 20px;
}
.hotel .links ul {
	list-style: none;
}
.hotel .links ul li a {
	display: block;
	background: url('../images/linkBullets.png') no-repeat 0 1px;
	padding: 0 0 0 20px;
	margin: 0 0 8px 0;
}
.hotelListing .hotel a.more {
	text-decoration: underline;
}
.hotelListing .hotel a.more:hover {
	color: #9a94cb;
}
.hotel .mainColumn {
	float: left;
	width: 453px;
	margin-right: 17px;
}
.hotel .rightColumn {
	float: left;
	width: 220px;
}
.hotel .rightColumn .offer {
	background: #aaa633;
	margin-bottom: 20px;
}
.hotel .rightColumn .offer .title {
	font-size: 18px;
	padding: 20px;
	color: #fff;
}
.hotel .rightColumn .offer .viewAll {
	background: #858228;
	text-align: right;
	padding: 5px 10px;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
}
.hotel .rightColumn .offer .viewAll a {
	color: #fff;
	text-decoration: none;
}
.hotel .rightColumn .offer .viewAll a:hover {
	text-decoration: underline;
}

.hotel .rightColumn .socialIcons {
	margin-bottom: 20px;
}

.hotel .rightColumn .socialIcons .socialGoogle {
	width: 220px;
	margin-bottom: 10px;
}
.hotel .rightColumn .socialIcons .socialTwitter {
	width: 220px;
	margin-bottom: 10px;
}
.hotel .rightColumn .socialIcons .socialFacebook {
	width: 220px;
	margin-bottom: 10px;
}


.hotel .rightColumn .contact,
.hotel .rightColumn .prices {
	border: 1px solid #b5b1cd;
	background: #f8f8fb;
	padding: 10px;
	margin-bottom: 20px;
}
.hotel .links {
	margin-bottom: 15px;
}
.hotel a {
	text-decoration: none;
	color: #3e376f;
}
.hotel a:hover {
	text-decoration: underline;
}
.googleMapBox {
	width: 453px;
	height: 301px;
	margin-bottom: 10px;
}

#hotelTabs {
	height: 40px;
	line-height: 40px;
	background: #f8f8fb;
	margin: 0 0 15px 0;
	list-style: none;
	overflow: hidden;
}
#hotelTabs li {
	display: inline;
}
#hotelTabs li:last-child,
#hotelTabs li:last-child a,
#hotelTabs li:nth-last-child(2),
#hotelTabs li:nth-last-child(2) a {
	float: right !important;
}
#hotelTabs li a {
	display: block;
	float: left;
	color: #192a46;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	padding: 0 14px;
	height: 40px;
}
#hotelTabs li a:hover {
	text-decoration: underline;
}
#hotelTabs li.active {
	display: block;
	float: left;
	height: 51px;
	background: url('../images/hotelTabsActiveArrow.png') no-repeat 50% 100%;
}
#hotelTabs li.active a {
	height: 40px;
	background: #3e357f;
	color: #fff;
}

.hotel .mainColumn img.main {
	margin-bottom: 10px;
}
.hotel .mainColumn .thumbs img {
	margin: 0 10px 10px 0;
}

.hotel .mainColumn .description {
	margin-bottom: 10px;
}

.hotel .mainColumn .conferences,
.hotel .mainColumn .weddings {
	margin: 0 0 10px 0;
	min-height: 56px;
}
.hotel .mainColumn .conferences img,
.hotel .mainColumn .weddings img {
	float: left;
	margin-right: 10px;
}

.hotel .emailHotel fieldset {
	border: 0;
}
.hotel .emailHotel fieldset ul {
	list-style: none;
	margin: 0 !important;
}
.hotel .emailHotel fieldset ul li {
	margin-bottom: 5px;
}
.hotel .emailHotel fieldset ul li label {
	display: block;
}
.hotel .emailHotel fieldset ul li input[type="text"], 
.hotel .emailHotel fieldset ul li input[type="password"],
.hotel .emailHotel fieldset ul li textarea {
	width: 300px;
	font-size: 12px;
	font-family: arial, sans-serif;
	border: 1px solid #B5B1CD;
	padding-left: 5px;
	padding-right: 5px;
	background: #eee;
}
.hotel .emailHotel fieldset ul li input:hover,
.hotel .emailHotel fieldset ul li textarea:hover,
.hotel .emailHotel fieldset ul li input:focus,
.hotel .emailHotel fieldset ul li textarea:focus {
	background: #fff;
}
.hotel .emailHotel fieldset ul li input[type="text"], 
.hotel .emailHotel fieldset ul li input[type="password"] {
	height: 20px;
}
.hotel .emailHotel fieldset ul li textarea {
	width: 440px;
	height: 150px;
	padding: 5px;
}
.hotel .emailHotel fieldset ul li button {
	background: #543b99;
	color: #fff;
	border: 0;
	border-radius: 5px;
	width: 100px;
	height: 24px;
	cursor: pointer;
	float: right;
}
.hotel .emailHotel fieldset ul li .errorMessage {
	display: block;
	color: red;
	font-size: 11px;
}

ul.breadcrumb {
	list-style: none;
	margin: 0 0 10px 0 !important;
}
ul.breadcrumb li {
	display: inline;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}
ul.breadcrumb li a {
	color: #3e376f;
	text-decoration: none;
	outline: none;
}
ul.breadcrumb li a:hover {
	color: #9a94cb;
}
ul.breadcrumb li a:after {
	content: ' > ';
}
ul.breadcrumb li:last-child a:after {
	content: '';
}

.hotelListing .filters {
	border: 1px solid #b5b1cd;
	background: #f8f8fb;
	padding: 10px;
	padding-bottom: 8px;
	margin: 0 0 20px 0;
}
.hotelListing .filters h3 a {
	display: block;
	float: right;
	font-size: 12px;
	color: #463f77;
	line-height: 22px;
}
.hotelListing .filters ul {
	list-style: none;
}
.hotelListing .filters ul li {
	padding-bottom: 2px;
	min-width: 140px;
	margin-right: 10px;
	float: left;	
}
.hotelListing .filters ul li label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.hotelListing .filters ul li ul {
	width: 140px;
	margin-right: 10px;
	float: left;	
}
.hotelListing .filters ul li ul li {
	display: inline;
	font-size: 11px;
	margin-bottom: 2px;
}
.hotelListing .filters ul li a {
	text-decoration: none;
	color: #8383b6;
	background: url('../images/filterCheckboxes.png') no-repeat 0 1px;
	padding-left: 18px;
	display: block;
	height: 15px;
}
.hotelListing .filters ul li a:hover {
	text-decoration: underline;
}
.hotelListing .filters ul li a.applied {
	font-weight: bold;
	background-position: 0 -15px;
	color: #463f77;
}

.pagination {
	margin-bottom: 10px;
	height: 22px;
}
.pagination ul {
	list-style: none;
	float: right;
}
.pagination ul li {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 5px;
}
.pagination ul li a {
	text-decoration: none;
	color: #3e376f;
	display: block;
	float: left;
	padding: 0 8px;
	border-radius: 5px;
	border: 1px solid #fff;
}
.pagination ul li a:hover {
	text-decoration: underline;
}
.pagination ul li.current a {
	border: 1px solid #3d347d;
	background: #3d347d;
	color: #fff;
}
.pagination ul li.button a {
	border: 1px solid #b0accb;
}

.features {
	clear: both;
}
.features a {
	color: #1c1653;
}
.features a:hover {
	color: #5b558a;
}
.features .image {
	padding: 5px;
	background: #f8f8fb;
	border: 1px solid #b5b1cd;
	width: 94px;
	height: 94px;
	overflow: hidden;
	float: left;
	margin: 5px 10px 5px 0;
}
.features .mainColumn {
	float: left;
	width: 453px;
	margin-right: 17px;
}
.features .rightColumn {
	float: left;
	width: 220px;
	margin-top: -25px;
}
.features .rightColumn .panel {
	border: 1px solid #b5b1cd;
	background: #f8f8fb;
	padding: 10px;
	margin-bottom: 20px;	
}
.features .rightColumn .panel ul,
.features .rightColumn .panel ol {
	margin: 0 0 0 10px;
}

.brochure img {
	float: right;
}

#slideshow {
	width: 689px;
	height: 315px;
	overflow: hidden;
	margin-bottom: 10px; 
}
.homepage .body {
	padding-bottom: 2px;
}
.homepage .hotels .hotel {
	width: 218px;
	float: left;
	margin: 9px 0 9px 18px;
}
.homepage .hotels .hotel:first-child {
	margin-left: 0;
}
.homepage .hotels .hotel .image {
	margin-bottom: 10px;
}
.homepage .hotels .hotel .image:hover {
	background: #ccc;
}
.homepage .hotels .hotel h4 {
	height: 38px;
	overflow: hidden;
}
.homepage .hotels .hotel a.more {
	float: right;
}

.formBuilder fieldset {
	border: 0;
}
.formBuilder fieldset legend {
	font-size: 18px;
	color: #3e376f;
	padding: 0;
	padding-bottom: 5px;
}
.formBuilder fieldset ul {
	list-style: none;
}
.formBuilder fieldset ul li {
	margin-bottom: 10px;
}
.formBuilder fieldset ul li.error {
	color: red;
}
.formBuilder fieldset ul li label {
	display: block;
	margin-bottom: 2px;
}
.formBuilder fieldset ul li [type="text"], 
.formBuilder fieldset ul li [type="password"] {
	width: 200px;
	height: 22px;
	border: 1px solid #a8acad;
	padding-left: 5px;
	padding-right: 5px;
}

.userForm div.error {
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 10px;
	background: #ffcccc;
}
.userForm div.error h2 {
	margin-bottom: 10px;
}
.userForm div.error p {
	margin: 0;	
}
.userForm fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}
.userForm fieldset legend {
	font-size: 18px;
	color: #3e376f;
	padding: 0;
	padding-bottom: 5px;
}
.userForm fieldset ul {
	list-style: none;
}
.userForm fieldset ul li {
	margin-bottom: 10px;
	clear: both;
}
.userForm fieldset ul li label {
	display: block;
	margin-bottom: 5px;
}
.userForm fieldset ul li [type="text"], 
.userForm fieldset ul li [type="password"] {
	width: 182px;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #b5b1cd;
	font-size: 12px;
	float: left;
	margin-bottom: 10px;
}
.userForm fieldset ul li span.error {
	display: block;
	font-size: 11px;
	color: red;
	border: 1px solid red;
	background: #ffeef1;
	padding: 5px;
	float: left;
	width: 400px;
	margin: 0 10px 10px 10px;
}

.VIPsignup .userForm fieldset ul li span.error {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}

.userForm fieldset.captcha li.help label {
	display: none;
}

.hoteliers #graph {
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
	font-family: arial, sans-serif;
}
.hoteliers .period {
	margin-bottom: 10px;
}
.hoteliers .period p {
	font-size: 18px;
}
.hoteliers .dateSelectors {
	text-align: right;
}
.hoteliers .dateSelectors button {
	background: #543b99;
	color: #fff;
	border: 0;
	border-radius: 5px;
	height: 20px;
	cursor: pointer;
	margin: 0 3px 0 5px;
}
.hoteliers .dateSelectors button:hover {
	background: #8b75c8;
}

.hoteliers table.stats,
.hoteliers table.stats td {
	border: 1px solid #B5B1CD;
	border-collapse: collapse;
	color: #3e376f;
	font-family: arial, sans-serif;
}
.hoteliers table.stats {
	width: 100%;
}
.hoteliers table.stats td {
	padding: 2px 5px;
}

.hoteliers ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
.hoteliers form fieldset {
	border: 0;
	border-left: 3px solid #B5B1CD;
}
.hoteliers form ul {
	list-style: none;
	margin-left: 0px;
}
.hoteliers form ul li {
	margin: 5px 0;
}
.hoteliers form ul li label {
	display: block;
	float: left;
	width: 160px;
	text-align: right;
	padding: 2px 10px 0 0;
}
.hoteliers form ul li input[type="text"],
.hoteliers form ul li input[type="password"],
.hoteliers form ul li textarea {
	width: 490px;
	font-size: 12px;
	font-family: arial, sans-serif;
	border: 1px solid #B5B1CD;
	padding-left: 5px;
	padding-right: 5px;
	background: #eee;
}
.hoteliers form ul li input:hover,
.hoteliers form ul li textarea:hover,
.hoteliers form ul li input:focus,
.hoteliers form ul li textarea:focus {
	background: #fff;
}
.hoteliers form ul li input[type="text"],
.hoteliers form ul li input[type="password"] {
	height: 20px;
}
.hoteliers form ul li textarea {
	height: 100px;
	padding: 5px;
}
.hoteliers form ul li .hint {
	display: block;
	font-size: 11px;
	margin: 2px 0 10px 170px;
	color: #666;
}
.hoteliers form ul li .hint a {
	color: #666;
}
.hoteliers form ul li .hint a:hover {
	color: #999;
}
.hoteliers form ul li.buttons {
	text-align: right;
	padding: 15px;
}
.hoteliers form.hotelEdit ul li:nth-last-child(2) {
	margin-top: 40px;
}
.hoteliers .success {
	border: 1px solid #B5B1CD;
	padding: 10px;
}
.hoteliers .success ul {
	margin: 10px 10px 10px 15px;
}
.hoteliers .success ul li {
	margin-bottom: 3px;
}
.hoteliers .success ul li a {
	color: #1c1653;
}
.hoteliers .success ul li a:hover {
	color: #5b558a;
}

.hoteliers .assignments .controls {
	margin-bottom: 10px;
	text-align: right;
}
.hoteliers .assignments .controls .button {
	text-decoration: none;
	font-size: 12px;
}
.hoteliers .assignments table {
	width: 100%;
	font-family: arial, sans-serif;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.hoteliers .assignments table,
.hoteliers .assignments table tr th,
.hoteliers .assignments table tr td {
	border: 1px solid #B5B1CD;
	padding: 2px 4px;
}
.hoteliers .assignments table th {
	background: #F8F8FB;
}
.hoteliers .assignments table tr td:first-child {
	width: 10px;
}
.hoteliers .errorBox {
	border: 2px solid red;
	background: pink;
	padding: 10px;
	margin-bottom: 10px;
}
.hoteliers .errorBox p {
	margin-bottom: 0;
}
.hoteliers span.errorMessage {
	display: block;
	margin: 2px 0 10px 170px;
}
.hoteliers li.error {
	color: red;
}

.footerBG {
	background-color: #182945;
}

.footer {
	height: 275px;
	width: 965px;
	background: url("/images/footer.png") no-repeat;
	margin: 0 auto;
	padding-top: 20px;
}
.footer .tinynav {
	width: 925px;
	height: 30px;
	background: url("/images/nav1-bg.png") repeat-x;
	padding: 15px 20px 0px 20px;
	float: left;
}
.footer .tinynav ul {
	list-style: none;
	display: block;
}
.footer .tinynav ul li {
	float: left;
}
.footer .tinynav ul li a {
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 0 7px;
}
.footer .tinynav ul li a:hover {
	color: #0587C4;
}
.footer .tinynav ul li.last {
	float: right;
}
.footer .tagline {
	clear: both;
}
.footer .tagline p {
	color: #ccc;
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-align: center;
}
.footer .linksListBox {
	width: 210px;
	margin: 0 0 30px 20px;
	float: left;
}
.footer .linksListBox h2 {
	width: 210px;
	height: 35px;
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	border-bottom: 1px solid #2a4166;
}
.footer .linksListBox ul {
	list-style: none;
	display: block;
}
.footer .linksListBox ul li a:before {
	content: '» ';
}
.footer .linksListBox ul li a {
	font-family: verdana, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #2a4166;
}
.footer .linksListBox ul li a:hover {
	color: #0587C4;
}

.VIPsignup {
	width: 646px;
	padding: 22px;
	background: #0e1d35 url("/images/nav1-bg.png") no-repeat;
	position: relative;
}

.VIPsignup .corner {
	width: 90px;
	height: 97px;
	background: url("/images/vip-corner.png") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.VIPsignup .vipheader {
	margin-bottom: 20px;
}
	
.VIPsignup .left {
	width: 365px;
	float: left;
	margin-right: 20px;
}

.VIPsignup .left h2 { 
	color: #ffffff;
}

.VIPsignup .left p { 
	color: #ffffff;
}

.VIPsignup .left ul {
	background: #ffffff;
	list-style-position: inside;
	padding: 15px;
}

.VIPsignup .left ul li {
	font-family: georgia, serif;
	color: #3c356f;
	font-size: 20px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.VIPsignup .right {
	width: 230px;
	float: left;
	background: #3b3667;
	padding: 15px;
}

.VIPsignup .right li.help {
	display: none;
}

.VIPsignup .right legend {
	font-weight: bold;
	font-family: "verdana", "arial", sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
}

.VIPsignup .right fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.VIPsignup .right label {
	color: #ffffff;
	font-weight: bold;
}

.VIPsignup .right .captcha label {
	color: #ffffff;
	font-weight: normal;
}

.VIPsignup .right [type="text"],
.VIPsignup .right [type="password"] {
	width: 215px;
}
	
.VIPsignup .right button {
	background: #f8f8fb;
	color: #463f77;
	border: 0;
	border-radius: 5px;
	width: 70px;
	height: 24px;
	cursor: pointer;
	margin-top: 5px;
	float: right;
}

.VIPsignup .right h2, .VIPsignup .right p {
	color: #ffffff;
}

.VIPsignup .right a {
	font-size: 12px;
	font-family:verdana,arial,sans-serif;
	color: #ffffff;
	text-decoration: none;
}

.VIPsignup .right a:hover {
	text-decoration: underline;
}
	
.VIPsignup .terms {
	margin-top: 20px;
}

.VIPsignup .terms p {
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}

.vipPods img {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 20px;
}

.vipbanner {
	margin-top: 30px;
}

.voucherBox {
	width: 210px;
	border: 1px #beb3cb solid;
	background-color: #2e256c;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.voucherBox .voucherTitle {
	font-family: georgia, serif;
	font-size:  16px;
	color: #3c356f;
	padding: 5px 10px;
	background-color: #ffffff;
}

.voucherBox .voucherPlace {
	font-family: georgia, serif;
	font-size:  16px;
	color: #ffffff;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.voucherBox .offerTitle {
	font-family: georgia, serif;
	font-size:  16px;
	color: #cdcdcd;
	padding-left: 10px;
}

.voucherBox .link {
	width: 146px;
	height: 24px;
	display: block;
	background: url("/images/btn-viewVoucher.png");
	text-indent: -9000px;
	margin-left: 10px;
	margin-top: 5px;
}

.lastVoucher {
	clear: both;
}

.voucherView .voucherTitle {
	font-family: georgia, serif;
	font-size: 26px;
	color: #3c356f;
	margin-bottom: 20px;
}

.voucherView .voucherDetails {
	padding: 10px;
	border: 1px #beb3cb solid;
	margin-bottom: 20px;
}

.voucherView .voucherDetails .detailsLeft {
	float: left;
	margin-right: 15px;
}

.voucherView .voucherDetails .detailsLeft .offerCode {
	width: 210px;
	font-family: georgia, serif;
	font-size: 31px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	background-color: #aba633;
	padding: 15px 0px;
}

.voucherView .voucherDetails .detailsRight {
	width: 440px;
	color: #3c356f;
	font-family: "verdana", "arial", sans-serif;
	font-size: 12px;
	float: left;
}

.voucherView .voucherDetails .detailsRight p {
	color: #3c356f;
	font-family: "verdana", "arial", sans-serif;
	font-size: 12px;
}

.voucherView .voucherDetails .detailsRight .detailsTitle {
	color: #3c356f;
	font-family: georgia, serif;
	font-size: 18px;
	margin-bottom: 10px;
}

.voucherView .voucherDetails .detailsRight a {
	color: #fff;
	background: #453e77;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	float: right;
	margin-top: 15px;
}
.voucherView .voucherDetails .detailsRight a:hover {
	background: #5f5699;
}

.voucherView .voucherTerms p {
	font-family: verdana, arial, sans-serif !important;
	font-size: 11px !important;
	color: #818181 !important;
	line-height: 13px;
}

.whyFIH {
}

.whyFIH .top {
	margin-bottom: 20px;
}

.whyFIH .sideNav .navHeading {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #a19d32;
	font-family: georgia, times, arial, sans-serif;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.whyFIH .sideNav ul {
	padding: 10px;
	margin-bottom: 20px;
	background: #000;
	list-style: none;
}

.whyFIH .sideNav li {
	padding: 10px;
}

.whyFIH .sideNav a {
	font-family: georgia, times, arial, sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.whyFIH .sideNav a:hover {
	text-decoration: underline;
}

.whyFIH .coloured {
	width: 650px;
	padding: 20px;
	background: #573b9a;
}

.whyFIH .coloured > *{
	color: #fff;
}

.whyFIH .coloured h1 {
	margin-bottom: 20px;
}

.whyFIH .coloured img {
	margin-bottom: 20px;
}

.whyFIH .coloured .signup {
	width: 120px;
	padding: 7px 0px;
	background: #a19d32;
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	display: block;
}

.whyFIH .coloured .signup:hover {
	text-decoration: underline;
}

.whyFIH .bottomImage {
	margin-bottom: 20px;
}

.whyFIH .coloured .intro {
	margin-bottom: 20px;
	font-size: 16px;
}

.whyForm {
	padding-bottom: 10px;
}

.whyForm li {
	clear: both;
}

.whyForm label {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
}

.whyForm input[type="text"] {
	width: 640px !important;
	color: #fff;
	font-size: 14px;
	background: #8a76b8;
	border: 1px solid #8a76b8 !important;
}

.whyForm input[type="checkbox"] {
	color: #fff;
	font-size: 14px;
	background: #8a76b8;
	border: 1px solid #8a76b8 !important;
	float: left;
}

.whyForm input:focus {
	border: 1px solid #cabcec !important;
}

.whyForm .formBuilderListElement_freeTrial label,
.whyForm .formBuilderListElement_subscribe label,
.whyForm .formBuilderListElement_terms label {
	width: 610px;
	margin-left: 10px;
	display: block;
	float: right;
	position: relative;
	top: -4px;
	left: 0px;
}

.whyForm button {
	width: 120px;
	padding: 7px 0px;
	border: 0px;
	background: #a19d32;
	color: #fff;
	font-size: 16px;
	display: block;
	cursor: pointer;
}

.whyForm button:after {
	content: " »";
}

.whyForm button:hover {
	text-decoration: underline;
}

.whyForm li.error label {
	color: #a19d32;
}

.whyForm li.error input[type="text"] {
	border: 1px solid #a19d32 !important;
}

.whyForm .formBuilderListElement_termsName {
	width: 325px;
	padding-bottom: 10px;
	float: left;
	clear: none;
}

.whyForm .formBuilderListElement_termsName input {
	width: 280px !important;
}

.whyForm .formBuilderListElement_termsDate {
	width: 325px;
	padding-bottom: 10px;
	float: left;
	clear: none;
}

.whyForm .formBuilderListElement_termsDate input {
	width: 280px !important;
}

.whyFIH .terms h4 {
	color: #fff;
	margin-bottom: 10px;
}

.whyFIH .terms a {
	color: #fff;
	text-decoration: underline;
}
