body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.amenitylist {
	font-size: 9px;
	color: #000000;
}


.advancedsearchlink {
	font-size: 11px;
	color: #000000;
}


.advancedsearchhead {
	font-size: 11px;
	color: #ffffff;
	background-color: #000066;
	border:0;
	padding: 5px;
	text-decoration: none;
}



.hidden { display:none; }

.visible { display: block; }

.tabtable { background-color: #efefef; }

.tab { 
	font-size: 9px; 
	font-weight: bold; 
	text-decoration:none;
	border: #cccccc 1px solid;
}

.tabon {
	font-size: 9px; 
	font-weight: bold; 
	text-decoration:none;
	border: #cccccc 1px solid;

	color: #333399;
	background-color: #efefef;
}


.taboff {
	cursor:hand;
	cursor:pointer;
	border: #cccccc 1px solid;

	color: #333399;
	background-color: #cfcfff;
}



.selectortable {
	font-size: 9px;
	color: #000000;
	background-color: #efefef;
}

.text {
	font-size: 9px;
	color: #000000;
}


* html .selectortable {height: 1%;}
* html .visible {height: 1%;}
