
/* Search Page: Select Criteria */
	
	.boxSearchCriteria {
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.boxSearchFieldArea {
		clear: both;
		padding-top: 2%;
		padding-bottom: 2%;
		border-bottom: 1px dashed #ccc;
	}
	
	.boxSearchSplit {
		width: 50%;
		float: left;
	}
	
	.boxSearchCaption {
		font-weight: bold;
		float: left;
		width: 20%;
		min-width: 150px;
		color: #333333;
		font-size:14px;
	}
	
	.boxSearchField {
		float: left;
	}
	
	.boxSearchCheckboxArea {
		clear: both;
		padding-top: 2%;
		padding-bottom: 2%;
		border-bottom: 1px dashed #ccc;
	}
	
	.boxSearchCheckboxCaption {
		font-weight: bold;
		padding-bottom: 2%;
		color: #333333;
		font-size:14px;
	}
	
	.boxSearchCheckboxChoices {
	}
	
	.boxSearchCheckbox {
		float: left;
		width: 25%;
		min-width: 150px;
	}
	
	.clearer {
clear: both;
} 

/* End Search*/	



 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	text-align: center;
	background: url(images/top-bg.jpg) top repeat-x;
	
}


h1, h2, h4
{
color: #333333;
font-weight: normal;
margin: 0px;
}

h3
{ 
font-size:15px;
padding: 10px 0 0px 3px;
margin:0px;
}

.contentheading1
{
color:  #720139;
font-size:20px;
padding: 10px 0 5px 3px;
margin:0px 0px 10px 0px;
font-weight:bold;
border-bottom:1px solid #720139;
}

.contentheading2
{
color:  #720139;
font-size:16px;
padding: 10px 0 5px 3px;
margin:0px 0px 10px 0px;
font-weight:bold;
border-bottom:1px solid #720139;
}

.contentheading3
{
font-size:14px;
padding: 10px 0 5px 10px;
margin:0px 0px 10px 0px;
font-weight:bold;
}


a, a:visited
{
text-decoration: underline;
color:  #720139;
font-weight:bold;
}

a:hover
{
text-decoration: none;
color:  #242424;
}

a img{
border:0px solid #FFFFFF;
}

hr
{
border: 0px;
border-bottom: 1px solid #cccccc;
}

/*Featured Listing*/
.contentdiv h2 { margin:0 0 5px 0;} /* Listing Title (headline)*/
.fleft  { float:left; width:120px; text-align:left;} /* left column (image, beds, bath, price)*/
.fright { float:right; width:610px; text-align:left; height:180px; overflow: auto;} /* right column (full_dec)*/

.featurerwrapper{

border: 1px solid #CCCCCC;
width: 760px;   /*width of featured content slider*/
height: 250px; /*hight of featured content slider*/
}

.featurewrapper .contentdiv{
padding: 5px;
background: white;
width: 750px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
border: 1px solid #CCCCCC;
height: 180px; /*hight of featured content slider*/
}



.container
{
width: 990px;
margin-left: auto;
margin-right: auto;
display: block;
text-align: left;
}

.top
{
background: url(images/top-bg.jpg) top repeat-x;
background-color:#720139;
}

ul li
{
list-style: disc;
list-style-image: url(images/list_arrow.jpg);
}

.keys
{
position: absolute;
float: right;
margin-left: 570px;
}

.header
{
width: 990px;
height: 200px;
background-color: white;
}

.logo_header
{
width: 170px;
height: 100px;
background-color: white;
text-align: center;
}

.hotline_text
{
float:right;
padding-right:485px;
padding-top:20px;
color:#FFFFFF;
font-size:35px;
}

.greyline_text
{
font-size:25px;
}

.logo_header h2
{
font-weight: normal;
margin: 0px;
}

.left_header
{
width: 170px;
padding: 5px;
height: 190px;
float: left;
background: url(images/left_header_bk.jpg) top repeat-x;
margin-right: 5px;
}

.left_header h1
{
font-size: 18px;
color: white;
margin: 0px;
margin-bottom: 10px;
padding: 0px;
letter-spacing: 0px;

}

.left_header select
{
width: 170px;
font-size: 10px;
margin-bottom: 7px;
background-color: #720139;
border: 1px solid white;
color: white;
}

.quick_search_button
{
border: 1px solid white;
background-color: #720139;
color: white;
width: 170px;
}

.right_header
{
width: 805px;
float: left;
height: 100%;
background: url(images/right_header_bk.jpg) top repeat-x;
color: white;
}

.right_header_main
{
width: 805px;
float: left;
height: 100%;
background: url(images/right_header_bk-main.jpg) top repeat-x;
color: white;
}


.right_header_top
{
padding: 10px;
}

.right_header_top h1
{
font-size: 30px;
letter-spacing: 0px;
margin: 0px;
color: white;
}

.right_header_low h1
{
margin: 0px;
}

.right_header_low
{
width: 150px;
float: left;
height: 100px;
margin-left: 80px;
margin-top: 20px;
}

.right_header_low a, .right_header_low a:visited
{
color: white;
text-decoration: none;
}

.outer_content
{
float: left;
margin-top: 5px;
width:280px;
}

.nav
{
width: 270px;
height: 100%;
float: left;
}

.nav ul
{
padding: 0px;
margin: 0px;
}

.nav ul li
{
list-style: none;
display: block;
float: left;
}


.nav a, .nav a:visited
{
display: block;
width: 270px;
float: left;
background-color:  #ffffff;
color: #333333;
text-decoration: none;
border-bottom: 0px solid #778;

}


.nav a:hover
{
background:url(images/menu_back.swf) left center no-repeat;
}


.inner_content
{
width: 680px;
padding: 5px;
float: left;
margin-left: 15px;
margin-top:10px;
border:0px solid #778;
}

.main_logo_text
{
text-align:center;
padding-top:0px;
margin-top:0px;
}


.main_logo_text a, .main_logo_text a:visited
{
text-transform:uppercase;
text-decoration: none;
color:  #242424;
font-size:10px;
}

.main_logo_text a:hover
{
text-transform:uppercase;
text-decoration: underline;
color:  #999999;
}

.footer
{
background-color: #E8E8E8;
text-align: center;
width: 100%;
float: left;
padding: 10px 0px 10px 0px ;
}

.listing_box
{
border: 1px solid #cccccc;
padding: 10px;
background-color: #E8E8E8;
margin: 5px;
}

.listing_box img
{
border: 1px solid #cccccc;
}

/*Masters Page*/
.col1{
	float:left;
	width: 300px;
	padding-right: 5px;
	padding-left:30px;
	font-size:12px;
	}

.col2{
	float:right;
	width:300px;
	font-size:12px;
	padding-right:30px;
}


/* *** This is internal css for Open-Realty */
.field_caption{
	font-weight:bold;
}
.searchpage_field_caption {
font-weight:bold;
text-align:right;
}
.searchpage_field_caption_row {
font-weight:bold;
text-align:right;
}
.lat_long_header{font-size:12px;}
.view_image {
	text-align:center;
}

.image_caption {
	font-size:16px;
	font-weight:bold;
}
.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size:14px;
	font-weight:bold;
}
.view_user_user_images {
	float:left;
}
.view_user_user_info {
	float:left;
	padding-left:10px;
}
.view_user_user_hitcount {
	clear:both;
}
.view_user_user_box {

}
.no_results { color:red; margin-top:10px;}
/* *** Generated by www.csscreator.com *** */
/* THIS IS SECTION IS FOR VERTICAL MENU */

.search_results
{
	width:100%;
}
.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }
.view_users { width:100%; }

.logo h1{
	font-size: 30px;
	color:#333333;
	
	vertical-align: text-bottom;
	margin: 0px;
	margin-top: 10px;
	font-weight: normal;
}

.clr{
	clear:both;
}

.content{
	position:relative;
}


 /*printer styles*/
@media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#outer{border-left:0;}
}



/* THIS CONTROLS THE TABLES DISPLAYED BY PAGES GENERATED BY THE PAGE EDITOR */
table.page_display
{
	border: 3px;
}
td.page_display
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE TABLES DISPLAYED IN THE ADMIN */
table.admin_main
{
	border: 3px;
	width: 100%;
}
td.admin_main
{
	width: 100%;
	vertical-align: top;
}
/* THIS CONTROLS THE ROW COLORS */
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: #fff;
	width:100%;    
	font-size: 11px; 
	text-decoration: none; 
	color: black; 
}
.browse_tool {
	background-color: #fff;
	font-size: 9px; 
	text-decoration: none; 
	color: black; 
}			
.browse_tool_num {
	color: #993366;
	background-color: #fff;
}

.browse_tool_button A {		
	background-color: #fff;
	font-size: 10px;
	/**line-height: 10px; 
	text-align: center;
	font-weight: bold; //*
	text-decoration: none; 
	color: #993366; 
	width: 82px;
	height: 18px;
	display: block;
}

.browse_tool_button A:visited {		
	color: #993366;
}

.browse_tool_button A:hover {		
	color: #666666;
	/**width: 82px; 
	height: 18px;**/
}

.browse_tool_ghost {
	font-size: 10px; 
	line-height: 10px; 
	color: #666666; 
	text-decoration: none; 
}


.browse_tool_curpage {
	BACKGROUND-COLOR: #993366;
	color: #ffffff;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}
			
.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #cccccc;
	text-decoration:none;
	font-size: 10px;
	/**vertical-align: middle;**/
	color:	#ffffff;
	height: 20px;
	
}

.bt_pages_ghost{
	width: 24px;
	color:	#cccccc;
	text-decoration:none;
}

A.bt_pages{
	color:	#999999;
	background-color: #cccccc;
	width: 24px;
	vertical-align: middle;
	height: 20px;
	display: block;
	text-align: center;
	text-decoration:none;
}

A.bt_pages:visited{
	color: #993366;
}

A.bt_pages:hover{
	color:#993366;
	background: #ffffff; 
	text-decoration:none;
}

/* LISTING PAGE DETAILS 'listing_next_prev'  */
.next_prev_listing { margin: 2em 0 2em 3em;  border: 1px solid #a9a9a9; width: 40em; text-align: center; }
.next_prev_listing ul { margin: 1.5em auto; }
.next_prev_listing li { display: inline; padding: .5em 1em; list-style-type: none; }
.count, .listing_xy { width: 100%; background-color: #dcdcdc; clear: both; padding: .5em 0; }
/* css for tabbed pages */
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width:				70px;
	height:				16px;
	background-image:	url( "{template_url}/images/tab.png" );
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
	border:			0;
	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				74px !important;
	height:				18px !important;
	background-image:	url( "{template_url}/images/tab.active.png" ) !important;
	background-repeat:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				70px;
	height:				16px;
	background-image:	url( "{template_url}/images/tab.hover.png" );
	background-repeat:	no-repeat;
}
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		#ffffff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	font:				11px Tahoma;
	color:				Black;
	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	/*244, 243, 238*/
	/* 145, 155, 156*/

	padding:		10px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

/* BLOG VIEW
*******************************************************************************/
.blog_date {
clear:both;
color:#808080;
margin-bottom:3px;
font-size:10px;
}
.blog_title{
font-weight:bold;
font-size:18px;
color:#9FB6D5;
border-bottom:1px dotted;
}
.blog_summary{
padding:7px;
color:#808080;
}
.blog_story_link_line{
padding-left:7px;
padding-bottom:5px;
}
a.blog_story_link{
text-decoration:none !important;
}
.blog_entry_footer {
background-color:#9FB6D5;
display:block;
height:15px;
padding-left:5px;
padding-top:2px;
padding-right:5px;
margin-bottom:15px;
font-size:10px;
}

.blog_byline{
float:left;
}
.blog_comments{
float:right;
}
.blog_full_article{
padding:7px;
color:#808080;
}
.blog_article_comments_header{
font-weight:bold;
font-size:18px;
color:#053280;
margin-bottom:10px;
}

.blog_article_comment_item{
margin-left:10px;
margin-right:10px;
padding-bottom:5px;
padding-top:5px;
}
.blog_article_comment_title_row{
background-color:#9FB6D5;
display:block;
height:15px;
padding-left:5px;
padding-top:2px;
padding-right:5px;
margin-bottom:15px;
font-size:10px;
}
.blog_article_comment_text {
padding-left:5px;
padding-right:5px;
color:#808080;
}

.add_comment_block{
padding-left:20px;
margin-top:10px;
}

.blog_leave_comment_text {
color:#053280;
}
.blog_leave_comment_submit{
border-color:#053280;
font-weight:bold;
font-size:10px;
}

.blog_leave_comment_text_textarea{
width:500px;
height:75px;
}
