/* colors

** header ** 
	bluish top bar: 00728A
	top bar bottom border: 3C9097
	Lester logo bg: FFFFFF - 80% transparent
	residential: 3C9097 - 90% transparent
	commercial: 00728A - 90% transparent
	development: 014F5F - 90% transparent
	bottom header bar: 3C9097

	text color: FFFFFF

** featured products **
	Featured products bg: FCFCFC
	arrows: 00728A
	featured image outside border: 989999
	featured image inside border: 565555
	bottom border: 494949
	
	header color: 00728A
	text color: 3F3F3F

** content area **
	column 1 bg: FFFFF
	column 2 bg: B8D7D9
	column 3 bg: DCF4F8
	
	header bg colors: 00728A, FFFFFF
	text color: 7A7B7B

** footer **
	footer bg: 00728A
	
	text color: FFFFFF

*/


/* background-color styles */

#propertyAdminForm th
{
	background-color: #B8D7D9;
}
#listing_search
{
	background-color: #DCF4F8;
}
#property_search
{
	background-color: #ECECEC;
}
#listing_search td {
	background-color: #DDD;
}

.propertyRow1 td,
.propertyRow2 td,
.property_vitals td
{
	background-color: #ECECEC;
}
.available td {
	background-color: #DCF4F8;
}


/* border styles */

#propertyTable a, 
#propertyDetailTable a,
#propertyTable a img.pdf, 
#propertyDetailTable a img.pdf,
table#propertyDetailTable
{
	border: 0;
}
.prop_img img,
.prop_images_lt, 
.prop_images_rt,
#map_canvas
{
	border: 1px solid #3C9097;
}
.list img.thumbnail
{
	border: 1px solid #999999;
}
.list .propertyRow td {
	border-top: 1px solid #CCCCCC;
}
#property_search {
	border: 1px solid #B8D7D9;
}
#listing_search,
#listing_search th,
#listing_search td {
	border: 1px solid #FFF;
}

table#propertyDetailTable {
	border-top: 2px solid #3C9097;
}

/* good */
#propertyTable th, 
#adminPropertyTable th,
#propertyListingTable th
{
	border-bottom: 2px solid #00728A;
}
#propertyListingTable .propertyRow1 td.prop_img,
#propertyListingTable .propertyRow2 td
{
	border-bottom: 1px solid #FFFFFF;
}
/* */


/* color styles */

.error,
.required, 
.required_field, 
#propertyAdminForm .required_field
{
	color: #CC0000;
}
.propResults,
.note_hide {
	color: #990000;
}
.note_featured {
	color: #009900;
}
.note_portfolio {
	color: #000099;
}
#propertyAdminForm th,
#listing_search th,
.propResults strong
{
	color: #333333;
}

/* font styles */

h2 a.tagline,
div.prop_price,
.prop_add .prop_contact
{
	font-size: 16px;
}
#propertyAdminForm th
{
	font-size: 14px;
}
table#adminPropertyTable
{
	font-size: 12px;
}
#adminPropertyTable td {
	font-size: 12px;
}

.prop_add {
	font-style: italic;
}
div.prop_price,
.prop_add .prop_contact,
#propertyTable h2, .tagline 
{
	font-style: normal;
}
.tagline, 
.note_hide, 
.note_portfolio, 
.note_featured,
td.prop_add,
#propertyTable th, 
#adminPropertyTable th,
#propertyDetailTable th,
#propertyTable td.prop_price,
#propertyTable h2 
{
	font-weight: bold;
}


/* text styles */

#propertyTable th, 
#adminPropertyTable th,
#propertyTable td, 
#adminPropertyTable td,
#propertyDetailTable th,
#propertyDetailTable td,
#propertyAdminForm #text_left,
#propertyAdminForm td#type, 
#propertyAdminForm td#status, 
#propertyAdminForm td.cell_type 
{
	text-align: left;
}
.prop_img,
.prop_info1,
.prop_info2,
.prop_info3,
.note_hide, 
.note_portfolio, 
.note_featured 
{
	text-align: center;
}
#propertyAdminForm td.align_right,
#propertyAdminForm #text_right,
#propertyAdminForm td.cell_checkbox 
{
	text-align: right;
}
a.tagline,
#propertyTable a, 
#propertyDetailTable a,
#propertyTable a img.pdf, 
#propertyDetailTable a img.pdf 
{
	text-decoration: none;
}


/***************************/
/* property manager styles */
/***************************/

#main_content h2 {
	padding: 0 10px 10px 10px;

}

.action {
	margin: 10px;
}

#propertyListingTable
{
	border: 0;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 983px; /* 983px (total content area width) */

}

#propertyListingTable th {
	padding: 0 10px 0 10px;
}


/*
#propertyTable td, 
#adminPropertyTable td
{
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}
*/
#propertyListingTable td,
#adminPropertyListingTable td
{
	padding: 10px;
	vertical-align: top;
}

/*------------------*/
/* Property Listing */
/*------------------*/

/* Property Image cell styles */
.prop_img {
	height: 100px;
	width: 150px;
}
th.prop_img {
	height: auto;
}

/*
th				150px + 10px (padding right) + 10px (padding left)		= 170px
** prop_dsc		163px 													= 163px ( ** what's left)
prop_info1 		100px + 10px (padding right) + 10px (padding left)		= 120px
prop_info1 		100px + 10px (padding right) + 10px (padding left)		= 120px
prop_info1 		100px + 10px (padding right) + 10px (padding left)		= 120px
prop_info2 		200px + 10px (padding right) + 10px (padding left)		= 220px
prop_info3 		50px + 10px (padding right) + 10px (padding left) 		= 70px
TOTAL: 983px
*/

/* Property Summary cell styles */
.prop_dsc {
	padding: 10px 0 5px 0;
	whitespace: wrap;
}
#propertyListingTable td.prop_dsc {
	width: 163px;
}

/* Other Property cell styles */
.prop_info1 {
	width: 100px;
}
.prop_info2 {
	width: 200px;
}
.prop_info3 {
	width: 50px;
}


/* other property listing styles */
/*
.image_msg {
	width: 300px;
}
.list td.prop_info
{
	padding: 10px;
	width: 120px;
}
.list td.actions {
	padding: 10px;
	width: 50px;
}

td.prop_add {
	whitespace: nowrap;
	width: 500px;
}

.prop_add .prop_contact {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
}

#propertyTable h2, .tagline {
	margin: 0;
	padding: 0;
}
*/

/*------------------*/
/* Property Details */
/*------------------*/

#propertyDetailTable {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}
#propertyDetailTable td {
	padding: 10px;
}
.field_name {
	font-weight: bold;
}

/* Property Image styles */

.property_images td {
	background-color: #DCDCDC;
}
#propertyDetailTable .property_images td {
	margin: 0;
	padding: 5px;
}
.property_images img
{
	border: 1px solid #3C9097;
}

/* medium image styles */
.prop_img_main {
	float: left;
	padding: 5px;
	width: 467px; /* ( 465px (image width) + 1px (border right) + 1px (border left) ) + 5px (padding right) + 5px (padding left) = 487px (total width) */
}

.prop_img_add {
	float: right;
	width: 496px;; /* 983px (#content width) - 487px (.prop_img_main total width) */
}
/*
Property Table width
983px
*/

/* thumbnail image styles */
.prop_img_row {
	clear: both;
	padding: 0 5px 0 5px;
	width: 486px; /* 496px (total width) - 5px (padding right) - 5px (padding left) */
}
.prop_dtl_images_lt {
	float: left;
}
.prop_dtl_images_rt {
	float: right;
}

.property_add_img {
	height: 102px; /* 102px (image height) + 5px (margin top) + 5px (margin bottom) 112px */
	padding: 5px;
	width: 152px; /* 162px (image width) - 5px (margin right) - 5px (margin left) */
}


/* Property Description styles */

.property_description td {
	background-color: #F2F2F2;
}

/*
#propertyTable a, 
#propertyDetailTable a {
	border: 0;
}
#propertyTable a img.pdf, 
#propertyDetailTable a img.pdf {
	border: 0;
}

#propertyTable td p {
	margin: 0;
	padding: 10px 0 5px 0;
}


*/

/* property description styles */

/*
#propertyDetailTable td.prop_dsc {
	margin: 0;
	padding: 0;
}

#propertyDetailTable td.prop_dsc p {
	whitespace: wrap;
}

#propertyDetailTable td.prop_dsc p.picutre_wrap {
	float: right;
}
*/

/*-----------------*/
/* Property Search */
/*-----------------*/

#property_search
{
	margin-bottom: 10px;
	padding: 10px;
}
#listing_search {
	margin: 5px 0 5px 0;
}

#listing_search th {
	padding: 2px 5px 2px 5px;
}
#listing_search td {
	padding: 5px;
}
.propResults {
	display: block;
}

/*************************/
/* property admin styles */
/*************************/

table#adminPropertyTable {
	border: 0;
	margin: 10px;
	padding: 0;
	width: 720px;
}

table#propertyAdminForm {
}

#propertyAdminForm td h1 {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0;
}

#propertyAdminForm th {
	border: 0;
	margin: 0;
	padding: 3px;
}
#propertyAdminForm .prop_images_lt, 
#propertyAdminForm .prop_images_rt {
	height: 360px; /* 325px (image height) + 35px (for text and inputs) */
	margin: 10px; 
	padding: 5px; 
	width: 465px;
}
#propertyAdminForm .prop_images_lt {
	float: left; /* must be like this to display correctly */
}
#propertyAdminForm .prop_images_rt {
	float: right; /* must be like this to display correctly */
}
#propertyAdminForm #clearall, #propertyAdminForm .clearall {
	clear: both; /* must be like this to display correctly */
}

#propertyAdminForm #text_right {
	float: right;
	width: 50%;
}
#adminPropertyListingTable .actions {
	width: 40px;
}

#propertyAdminForm .required_field {
	white-space: nowrap;
}

#propertyAdminForm #text_left {
	float: left;
	width: 50%;
}

#propertyAdminForm td {
	margin: 0;
	padding: 5px;
}

#propertyAdminForm td#type, #propertyAdminForm td#status, #propertyAdminForm td.cell_type {
	white-space: nowrap;
}

.note_hide, .note_portfolio, .note_featured {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
}

/* Google Map styles */

#map_container,
#map_canvas 
{
	clear: both;
	margin: 0;
	padding: 0;
}
#propertyDetailTable td#property_col3,
#propertyDetailTable td#property_col3 #map_container
{
	text-align: right;
}
#propertyDetailTable td#property_col3 #map_container div
{
	text-align: center;
}
#map_canvas {
}

.property_vitals td#property_col3 {
}
#property_col1 {
	width: 450px;
}
#property_col2 {
	width: 450px;
}
#property_col3 {
}


