
#property {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width: 595px;
	border: thin solid #03C;
    float: left;
}

#propertyList tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#propertyList .detailsList{
	background-color: #eeeeee;
	padding-left:10px;
}
#propertyList .descriptionList{
	background-color: #fff;
	padding-left:10px;
	padding-right:10px;
}
#propertyList .descriptionList a{
	color: #666;
	font-size: 10px;
}
#propertyList .descriptionList a.editlisting, #property a.editlisting  {
	font-size: 12px;
	color: #F00;
	text-align: right;
float: right;
}
#propertyList .descriptionList h3 a{
	color: #222;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#photosTiny {
	clear: left;
	float: left;
	display: block;
}
#photosTiny img {
	float: left;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 50px;
	height: 38px;
}
.rePhotoList {
	border-style: none;
	width: 150px;
	height: 110px;
}
#property p {
	color: #222;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
}

#property h1 {
	color: #222;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#property h2 {
	color: #222;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}


#property .mainPhoto {
	border: none solid #03C;
	width: 400px;
	height: 300px;
}
#property .description {
	color: #222;
	background-color: #fcc;
	font-weight: normal;
	line-height: 16px;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
    padding: 9px;
}
#property .smallMessage {
	color: #222;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#property #col1 {
	float: left;
	width: 120px;
	background-color: #eee;
	font-size: 12px;
	text-align:left;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	height:220px;
}
#property #col1 p, #property #col2 p{
	border-bottom: thin solid #ccc;
}
#property #col2 {
	float: left;
	width: 140px;
	background-color: #ddd;
	font-size: 16px;
	padding-left: 0px;
	padding-right: 55px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	height:220px;	
}
#property #col3 {
	float: left;
	width: 200px;
	background-color: #cfc;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
	
}
#property .feature {
	background-image: url(/images/icons/tick.png);
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 16px;
	letter-spacing: .1em;
	font-weight: normal;
}
#property .errMess {
	color:#F00;
	padding-left: 10px;
	font-size: 14px;
}
#property .light {
	color:#555;
	font-weight: bold;
	font-size: 14px;
}
.propertyListNav {
	height: 20px;	
	background-color: #ddf;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
}
.menuPropertyTypes a{
	display: block;
	color: #003;
	font-weight: normal;
	background-color: #E6FAFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 160px;
	border-bottom: thin solid #ccc;
}
.menuPropertyCities a{
	display: block;
	color: #003;
	font-weight: normal;
	background-color: #DDF9FF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 160px;
	border-bottom: thin solid #ccc;
}
.menuPropertyTypes .addNew{
	background-color: #ffF966;
}

.javaBack {
	float: right;	
}















#propertyEdit {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width: 595px;
	border: thin solid #03C;
    float: left;
}
#propertyEdit .imgThumb{
	background-color: #ffffff;
	margin: 0px 10px 10px 0px;

	padding: 5px 5px 5px 5px;
	border: thin solid #03C;
    float: left;
    width: 150px;
}

.tabx {
	font-family: verdana,sans-serif; 
	font-size: 14px;
	width: 180px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
.tabhold { 
	background-color: #eeeeee;
	color: black;
	}
.tabfocus { 
	background-color: #ee4466;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	width: 570px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}
.frmProperty {
	font-size: 10px;
	color: #000;
	background-color: #eeeeee;
}
input{
	font-size: 14px;
	color: #000;
	background-color: #ffffff;
    margin-bottom: 5px;
}
select{
	font-size: 12px;
	color: #000;
	background-color: #ffffff;
margin-bottom: 5px;
}


