/* Accommodation guide search */

body { width: 600px; font-family: arial, helvetica, sans-serif; font-size: 12px; color: #001442; }

h1 { font-size: 14px; color: #B52010; margin: 0 ; }

h2 { font-size: 12px; text-transform: ; margin: 5px 0;}

h3 { font-size: 11px; text-transform: uppercase; margin: 10px 0;}

td { font-size: 12px; color: #001442; vertical-align: top }

p { font-size: 11px; font-weight: normal; }
.small_margin { margin: 10px}

a, a:active, a:visited { color: #001442; }
a:hover { color: #B52010; }


.table_label { height: 26px; font-weight: bold; text-align: right; background-color: #E6EDFF; padding: 5px 2px 0 2px; }
.table_heading { font-weight: bold; text-align: center; background-color: #E6EDFF; color: #001442; border: 1px solid #001442;}
.sort { margin: 0; font-size: 11px; font-weight: normal; }

tr.row_light { background-color: #F2F5FF; }
tr.row_dark { background-color: #FFFFFF; }

.listing { font-weight: bold; color: #001442; }
.listing:hover { font-weight: bold; color: #B52010; }

.bold {font-weight: bold}

.image_border { border: 1px solid #CECFCE; padding: 4px; background-color: white; display: inline}
.facility_image_border { border: 1px solid #00AEEF; padding: 4px; background-color: white; display: inline}
.facility_image_border:visited { border: 1px solid #00AEEF; padding: 4px; background-color: white; display: inline}

.separator { height: 1px; background-color: #CCCCCC}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

select { width: 150px; color: #001442; }
input { color: #001442; }

input.button {
	font-weight: bold;
	background-color: #FFF7F7;
	color: #B52010;
	border-top: 1px solid #B52010;
	border-right: 2px solid #B52010;
	border-bottom: 2px solid #B52010;
	border-left: 1px solid #B52010;
}