#city_slider{
	background:url(/images/ocean_city_map_h.png) no-repeat top;
	width:100%;
	height:100px;
}
#city_slider div{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;	
	background:#ffffff;
	height:100px;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}
#city_slider a{	
	margin-top:30px;
}
span.checkbox{
	width:150px;
	float:left;
	line-height:140%;
	cursor:pointer;
	padding:0 3px;
	margin:5px;
}
span.checkbox:hover, span.checkbox.selected{
	background:#ffffff;
	margin:4px;
	border:1px solid #FFEB70;
}

.chAvail{
	background: url(/images/new_window_icon.gif) right no-repeat;
	padding-right:20px;
}


.msg, .anounce{
	background-color:#FFFFCC;
	border:solid 1px #FF9900;
	padding:5px 5px 5px 25px;
	font-weight:bold;
	margin:5px 0; 
}

.alphabet{
	margin: 20px 0;
	text-align:center;
	font-size:16px
}
.alphabet a{
	padding:0 4px;
	border:1px solid #FFFFFF;	
}
.alphabet a:hover{
	background:#FFFFCC;
	border:1px solid #FFEB70;
	padding:0 4px;
}
.alphabet a.current{
	background:#FFFFCC;
	border:1px solid #FFEB70;
}
.pIndex{	background-color:#fff;}
#result_holder{
	background-color:#fff;
	display:none;
	padding-top:20px;
}
#result_holder h2, .pIndex h2{
	clear:both;
}
#result_holder a,.pIndex a{
	line-height:160%;
}

.uList{
	float:left; width:135px; padding:0;
}
.uList:hover a{
	background:#FEFFD5;
}
.pList{
	float:left; width:200px; margin-left:10px;
}

.ui-tabs ul{
	/*reset*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 100%; text-decoration: none; font-size: 100%; list-style: none;
	padding:0; margin:0;}

/*UI tabs*/
.ui-tabs .ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none;list-style: none;
/*	font-size: 1.1em;*/
/*	padding-left:1em;
*/	float: left;
	position: relative;
	z-index: 1;
 	line-height:100%;	
}
.ui-tabs .ui-tabs-nav li {
	/*resets*/margin:-1px 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 80%; list-style: none;
	float: left;
	border: 1px solid #FFEB70;
	cursor:pointer;
}
.ui-tabs .ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.6; text-decoration: none; font-size: 80%; list-style: none;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	padding: .1em 1.7em;
	color: #333333;
	background: #FFFFFF ;
}
.ui-tabs .ui-tabs-nav li a:hover {
	background: #FFFFFF ;
	color: #000000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color:#FEFFD5;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	font-weight:bold;
	color: #333333;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #FEFFD5;
	color: #000000;
}
.ui-tabs .ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 100%; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	border: 1px solid #FFEB70;
	background: #FEFFD5;
	padding: 0.5em;	

}
.ui-tabs .ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

#res_wraper a{
	color:#000000;
	padding:3px 5px;
	text-decoration:none;
}
#res_wraper a.current{
	font-weight:bold;
	color:#225799;
	background: #fffccc;
	border:1px solid #ffa100;
	border-bottom:none;
	text-decoration:none;
}

#cur_form{
	padding:5px 7px; 
	display:none;
	border:1px solid #ffa100;
	margin:1px -8px;
}

#result_holder{
	min-height:300px;
	display:none;
}