/*ALF*/

.rowGray {
	background-color:#E0E0E0;
	border-top:1px #E0E0E0 solid;
}
	
.rowWhite {
	background-color:#FFFFFF;
	border-top:1px #E0E0E0 solid;
}

.formNote {
	font-size:smaller;
}

.cityList legend {
	border-top: none;
	border-bottom: none;
	color: inherit;
	font-weight:bold;
	background-color: #FFFFFF;
}

.cityletters {
	font-size: 12pt;
}

.thirty {
	width:30%;
}

.twenty {
	width:20%;
}

.messageBox {
	width:75%;
	border:1px #444444 solid;
	padding:2px;
	margin-bottom:10px;
}	

.infoPage legend {
	border-top: none;
	border-bottom: none;
	color: inherit;
	font-weight:bold;
	background-color: #FFFFFF;
}

/*Sub Navigation*/
.alfSubNav table {
	width:90%;
	border-collapse:collapse;
}

.alfSubNav tr td {
	padding:1px;
	border:1px solid #999999;
}

.alfSubNav tr td a {
	display:block;
	text-decoration:none;
}

.alfSubNav tr td a:visited, a:active {
	background-color:#FFFFFF;
}

.alfSubNav tr td a:hover {
	background-color:#DDDDDD;
}
/*end SubNav*/

/*Search.html*/

#map_canvas {
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
	border: 2px #E0E0E0 solid;
}

.searchTableRow {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	height:5em;
	font-size:9pt;
}

.rowUnit {
	float:left;
	height:100%;
	padding-right:1%;
	padding-left:1%;
	display:block;
}

.rowGray .rowUnit {
	border-right:1px #FFFFFF solid;
}

.rowWhite .rowUnit {
	border-right:1px #E0E0E0 solid;
}

.distance {
	width:4%;
}

.facilityName {
	width:26%;
	overflow:hidden;
}

.address {
	width:25%;
}

.rentRange {
	width:11%;
}

.minimumAge {
	width:3%;
}

.beds {
	width:6%;
}

.license {
	width:13%;
}
/*end Search.html*/

/*ViewFacility.html*/

.viewFacility {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:9pt;
}

.viewFacility table {
	border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
}

.vFlabel td {
	color:#333333;
	border-top:1px #000000 solid;
	border-left:1px #000000 solid;
	background-color:#E0E0E0;
	height:3ex;
}

.vFdata td {
	border-left:1px #000000 solid;
	background-color:#FFFFFF;
	padding:2px;
}

.largeData {
	height:4em;
}

.vFMap {
	height:250px;
	width:220px;
}

/*end ViewFacility.html*/

/*Search Form*/

.alfSearchForm {
}

.alfSearchForm #info {
	font-size: 14pt;
}

.alfSearchForm legend {
	border-top: none;
	border-bottom: none;
	color: inherit;
	background-color: #FFFFFF;
}

.alfSearchForm fieldset {
	margin-top:5px;
	padding-top:5px;
}

.alfSearchForm fieldset#basic, 
	#location, 
	#proximity,
	#residential_unit_info,
	#funding_sources
	{
		float:left;
		clear:left;
		width:45%;
		margin-right:3%;
}

.alfSearchForm fieldset#special_accomodations,
	#available_services, 
	#special_residency_information
	{
		width:45%;
}

.alfSearchForm select#FacilityTypeSearchComponent {
	width:180px;
}

.alfSearchForm p {
	display:none;
}

/*end Search Form*/

/*EditFacility*/
.editFacilityForm legend {
	border-top: none;
	border-bottom: none;
	color: inherit;
	background-color: #FFFFFF;
}

.editFacilityForm fieldset {
	margin-top:5px;
}

.editFacilityForm fieldset#contact, 
	#extra, 
	#accept_fund,
	#res_info
	{
		width:47%;
		float:left;
		margin-right:3%;
}

.editFacilityForm fieldset#accept_fund td.thirds, 
	#res_info td.thirds, 
	#avail_serv td.thirds, 
	#spec_accom td.thirds, 
	#spec_res td.thirds 
	{
		width:100%;
		display:block;
}

.editFacilityForm p {
	display:none;
}
/*end EditFacility*/

/*Application Queue*/
.appQ table {
	width:100%;
}

.appQ table tr td {
	border:1px solid #999999;
	padding:2px;
}

.appQ table tr th {
	font-weight:bold;
	border-bottom:2px solid #111111;
}
/*end Application Queue*/

/*User Search*/
.userSearch table {
	width:100%;
}

.userSearch table tr td {
	border:1px solid #999999;
	padding:2px;
}

/* Information Page */

.definition {
	margin-left: 2em;
	margin-right: 2em;
}

.definition-term {
	font-size: 9pt;
	display: block;
	background: #E0E0E0;
	padding: 2px;
	padding-left: 2em;
} 

