/* content css */
#content_container
{
	padding:0px;
	margin:0px;
	background-color:#CED3CB;
	min-height:359px;
}

/* for Internet Explorer HACK for min height */
/*\*/
* html #content_container {
	height: 359px;
}
/**/

#content_container_white
{
	position:relative;
	padding:0px;
	margin:0px;
	background-color:White;
	min-height:359px;
}

/* for Internet Explorer HACK for min height */
/*\*/
* html #content_container_white {
	height: 359px;
}
/**/

/* home page */
#index_image
{
	width:766px;
	height:auto;
	padding:0px;
	margin:0px;
}

/*login form */
#login_message_container
{
	/* note this is located on index.tpl */
	position: relative;
	width:766px;
	height:20px;
	margin: 0px auto 0px auto;
	padding:0px;
	text-align:right;
}

.login_message
{
	font-size:12px;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:right;
	background-color:#FFFFFF;
}

#login_form
{

}

#login_form table
{
	width:100%;
	padding:0px;
	margin:0px;
}

#login_form tr
{
	padding:0px;
	margin:0px;
}


#login_form td
{
	white-space:nowrap;
	font-size:10px;
	padding:0px;
	margin:0px;
	text-align:right;
}

#login_form td a
{
	color:#CC6600;
}

#login_form td a:hover
{
	color:#FC6600;
}

/* registration form */
#registration_form_container
{
	width:90%;
	margin:0px auto 0px auto;
}

#small_form_container
{
	width:50%;
	margin:0px auto 0px auto;
	text-align:center;
}

#registration_form_container table
{
	width:100%;
	padding:0px;
	margin:0px;
}

#registration_form_container tr
{
	padding:0px;
	margin:0px;
}


#registration_form_container td
{
	font-size:10px;
	padding:0px;
	margin:0px;
	text-align:right;
}

/* search form */
#search_form_container
{
	width:60%;
	padding:0px 0px 0px 105px;
	margin: 0px;
}

#search_form_container table
{
	width:100%;
	padding:0px;
	margin:0px;
}

#search_form_container tr
{
	padding:0px;
	margin:0px;
}


#search_form_container td
{
	white-space:nowrap;
	font-size:10px;
	padding:0px;
	margin:0px;
	text-align:left;
}

/*message for the top of the page */
.search_message
{
	font-size:12px;
	margin:0px;
	width:100%;
}

.search_message_td_left
{
	font-weight:bold;
	text-align:left;
}

.search_message_td_right
{
	
	text-align:right;
}

/* results list table */
.property_results_table
{
	width:685px;
	overflow:hidden;
	width:100%;
	padding:0px;
	margin:0px;
}

.property_results_table_td_left
{
	width:235px;
	text-align:left;
	padding:0px;
	margin:0px;
	vertical-align:top;
	overflow:hidden;
}

.property_results_table_td_left img
{
	border:solid 1px #CCCCCC;
	margin:0;
	padding:0;
	width:222px;
	height:165px;
}

.property_results_table_td_right
{
	vertical-align:top;
	font-size:10px;
	width:450px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.property_summary_table
{
	padding:0px;
	margin:0px;
	width:100%;
}

.property_address_td
{
	width:200px;
	text-align:left;
}

.property_pricing_td
{
	width:200px;
	text-align:right;
}

.property_summary_table td
{
	font-size:10px;
	padding:0px 0px 4px 0px;
	margin:0px;
}


/*list of the criteria met*/
.criteria_list
{
	font-weight:bold;
	list-style:none;
	font-size:10px;
	padding:0px;
	margin:0px;
}

.criteria_list li
{
	display:inline;
	padding:0px 15px 0px 0px;
	margin:0px;
}

/* record_navigator */
#record_navigator
{
	position:relative;
	overflow:hidden;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
}


/* scroller window */
#scrollable_content_container
{
	position:relative;
	width:685px;
	left:66px;
	padding:10px 0px 0px 10px;	
}


#new_item_container
{
	position:relative;
	width:525px;
	left:166px;
	padding:10px 0px 0px 10px;	
}

.news_item_headline
{
	font-weight:bold;
	font-size:14px;
}


.news_image
{
	border:solid 1px #CCCCCC;
}

.news_item_date
{
	text-decoration:none;
	color:#CC6600;
	font-weight:bold;
	font-size:11px;
}

#news_items_listing_table
{
	width:100%;
}


#scroll_bar
{

}

#print_link
{
	position:absolute;
	top:20px;
	left:700px;
	z-index:+1;
}

#print_link img
{
	border:none;
}

/* static page */
#static_page_container
{
	position:relative;
	width:700px;
	left:15px;
	padding:10px 0px 0px 10px;
	min-height:359px;
}

/* for Internet Explorer HACK for min height */
/*\*/
* html #static_page_container {
	height: 359px;
}
/**/

#static_page_container img
{
	border:solid 1px #CCCCCC;
	float:left;
	clear:none;
}

#static_page_table
{
	width:100%;
}

.static_page_nav_td
{
	width:145px;
}

.static_page_content_td
{
	vertical-align:top;
}

h5
{
	/* h5 applies to the cpntainer elements only */
	color:#D06103;
	font-size:14px;
}
/* static page navlist */
#static_page_nav_container
{
	position:realtive;
}

.static_page_navlist
{
	padding: 0px;
	margin: 0px;
	width: 138px;
}

.static_page_navlist li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* custom form styles */
#custom_form_container
{
	width:90%;
	margin:0px auto 0px auto;
}

.custom_form_subheading
{
	color:#D06103;
	font-size:14px;
	text-align:left;
}

.custom_form_property_info
{
	margin:0px;
	padding:0px 0px 0px 20px;
	font-weight:bold;
	text-align:left;
}

.custom_form_radio_cell
{
	text-align:left;
}

.custom_form_table
{
	width:100%;
}

.custom_form_table td
{
	vertical-align:middle;
}

.custom_form_table_finalise
{
	text-align:left;
}

.custom_form_table_finalise td
{
	text-align:left ! Important;
}
