/* Stylesheet for index.php */

/* Page Contents */

#content {
	width: 800px;
	border: 1px solid #DEBC9F;
}
#content tr {
	vertical-align: top;
}
#content tr td {
	padding: 0px;
}

/* nagivation menubar */
.navbar {
	color: #255384;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.navbar img {
	width: 20px;
}
#content tr td.navbar {
	padding: 0px 30px 0px 30px;
	background-image: url("../images/nav_bar.gif"); background-repeat: repeat-x;
	white-space: nowrap;
}
a.navbar {
	color: #603404;
	text-decoration: none;
	font-variant: small-caps;
}
a.navbar:hover {
	color: #255384;
	/* text-decoration: underline; */
}
.login {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: none;
	font-variant: small-caps;
}
.login:hover {
	color: #fff;
	text-decoration: none;
	display: inline;
}

/* middle row */
#propertybox {
	width: 800px; height: 376px;
	background-color: #DEBC9F;
	vertical-align: top;
}
#propertybox tr td {
	padding: 0px;
}

/* left column */
#searchbox {
	width: 250px; height: 376px;
	background-image: url("../images/grid_bg.gif"); background-repeat: repeat-x;
	text-align: center;
}
#searchbox tr td {
	padding: 20px;
}
#tblFields tr td {
	text-align: left;
	padding: 10px 0px 10px 0px;
}
#frmSearch {
	margin: 0px; padding: 0px;
}

/* right column */
#infobox {
	width: 550px; height: 376px;
}
#propListing {
	width: 550px; height: 376px;
	background-image: url("../images/grid_rule.gif");
	vertical-align: top;
	border-left: 1px solid #DEBC9F;
}
#propListing tr td {
	padding: 5px 10px 5px 10px;
}
#propListing tr td h3 {
	color: #0852A1; /* #666666; /* #0852A1; /* #294B75; */
	margin: 0px; padding: 8px; height: 25px;
	font: bold 16px Verdana, sans-serif;
	border-bottom: 1px dashed #F16523; /* #EF9468; /* #D2A27A; /* #F16523; */
	text-align: center;
}
#propListing tr td h4 {
	margin: 0px; padding: 20px 0px 150px 0px;
	color: #666666; /* #d29a52; */
	font: bold 14px Verdana, sans-serif;
	text-align: center;
}
#propListing tr td hr {
	margin: 0px; padding: 0px;
	border: 1px dashed #EF9468; /* #D2A27A; /* #F16523; */
}
tr.propHidden td {
	opacity: .40; -moz-opacity: .40; filter:alpha(opacity=40);
}
td.propThumb {
	width: 140px; height: 105px;
}
img.propThumb {
	width: 140px; height: 105px;
	border: none;
}
td.propTextBox {
	width: 350px;
	text-align: center;
	vertical-align: top;
}
td.propTextBox p {
	margin: 0px; padding: 0px;
}
.propTitle {
	font-weight: bold;
	/* margin-top: 5px; margin-bottom: 0px; */
	margin: 0px;
}
.propTitle a {
	color: #000000;
}
.propTitle a:hover {
	color: #d29a52;
}
.propDescr {
	margin-top: 5px;
}

/* editing */
td.propTextBox input.title {
	width: 300px;
}
.propTextBox textarea.brief {
	width: 300px; height: 65px;
}
#propListing tr td.action,
#propListing tr td.propEdit {
	padding-left: 0px; padding-right: 0px;
	vertical-align: top;
}
a.action {
	border: 1px solid #FFF;
	margin: 0px; padding: 0px;
	white-space: nowrap;
	text-decoration: none;
	display:block;
}
a.action:hover {
	border: 1px solid #000;
}
img.action {
	margin: 0px; padding: 0px;
	border: none;
}
td.propShowAll {
	width: 200px;
	color: #666666;
	font: normal 12px Verdana, sans-serif;
}
td.propAdd {
	width: 300px;
	text-align: center;
}
a.propAdd {
	font: bold 12px Verdana, sans-serif;
	margin: 0px; padding: 0px; padding-right: 50px;
	text-decoration: none;
}
a.propAdd:hover {
	text-decoration: underline;
}

.topline {
	border-top: 1px solid #666666;
	/* border-top: 1px dashed #D2A27A; /* #F16523; /* #666666; */
	/* border-top: 1px dashed #F16523; /* #EF9468; /* #D2A27A; /* #F16523; */
	vertical-align: middle;
}
.botline {
	border-bottom: 1px dashed #F16523; /* #EF9468; /* #D2A27A; /* #F16523; */
}

/* Page Footer */

#bottombar {
	width: 800px; height: 46px;
	background-image: url("../images/bottom.jpg"); background-repeat: repeat-x;
}

#textbox {
	width: 800px;
}
#textbox tr td {
	padding: 0px;
}
#bottomText {
	font: bold 13px Verdana, sans-serif;
	text-align: justify;
}

