@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #036;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #036;
}
a:hover {
	text-decoration: none;
	color: #036;
}
a:active {
	text-decoration: underline;
	color: #036;
}.FooterWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
.whiteSecondary {
	font-size: 11px;
	color: #FFF;
}

.whiteBold {
	font-weight: bold;
	color: #FFF;
}
.formElement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

#hotelProfileForm .formElement {
	margin:2px 0;
	width:250px; 	
}
#hotelProfileForm .whiteBold {
	padding:5px 10px;	
}
#hotelProfileForm p {
	margin:3px 0;	
}
#hotelProfileForm table.checkboxes label {
	margin-right:12px;	
}
#hotelProfileForm table.checkboxes input {
	margin-left:0;	
}
#hotelProfileForm hr {
	border:none; border-top:solid 2px #ccc;	
}
#hotelProfileForm td {
	padding-right:10px;	
}


.formElementPass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	list-style-type: square;
}
.FormButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #002653;
}
.Messg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #C60;
	background-color: #FFF;
	padding: 2px;
}
.headerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.tableNavyBorder {
	border: 1px solid #002653;
}
.blackBold {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.10pointList {
	font-size: 10px;
}
.tableBdr {
	border: thin solid #CCC;
}

