/*
	Styles for FreeRent4U.com
	
	elements at the top;
	ids and classes at the bottom.

*/

* {
	padding: 0;
	margin: 0;
}

fieldset {
	border: 1px #999 solid;
}

legend {
	font-size: 1.2em;
}

a:hover {
	background: #FFFFFF;
}

/* manageProperty.php */
#propertyFormPage fieldset {
	border: #ccc solid;
	border-width: 1px 0px 0px 0px;
	padding-top: 10px;
	}

#propertyFormPage iframe {
	border: 1px #000 solid;
	}

#propertyFormPage legend {
	font-weight: 900;
	padding-right: 15px;
	}
	
	/* propertyFormPage.php */
	.amenLegend {
		font-size: .7em;
		font-weight: normal;
		color: red;
		}
		
	#amenityDiv {
		width: 300px;
		float: right;
		}

	#propertyDisplayDiv {
		clear: both;
		}
		
	#propertyInfo , #propertyManager {
		width: 300px;
		float: left;
		}

	#propertyFormPage ul {
		list-style-type: none;
		}
	#propertyFormPage li {
		display: block;
		clear: left;
		text-align: right;
		padding: 5px 0px 5px 0px;
		}
	#propertyFormPage label{
		display: block;
		width: 100px;
		float: left;
		text-align: left;
		line-height: 1.8;
		vertical-align: top;
		}
	#propertyFormPage input[type="text"] {
		width: 190px;
		float: left;
		}
	#propertyFormPage input[id="yearBuilt"],
	#propertyFormPage input[id="maxPrice"],
	#propertyFormPage input[id="minPrice"]{
		width: 4em;
		float: left;
		}
	#propertyFormPage select {
		width: 190px;
		float: left;
		}
	#propertyFormPage textarea {
		width: 300px;
		height: 100px;
		}
#propertyManager {
	margin: 0px 0px 0px 15px;
	}
	
	#uploadImages {
	margin-top: 20px;
		width: 300px;
		float: left;
		}
		
.propertyList {
	list-style-type: none;
	width: 225px;
	float: left;
	font-size: .8em;
	}

.propertyList li {
	text-align: left;
	}

#adminMenu {
	margin: -25px 0 25px 0;
}
	
#adminMenu li {
	display: inline;
	padding-left: 15px;
}

#adminMenu li:first-child {
	padding-left: 0px;
}