body
{
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
margin: 0px;
padding: 0px;
color: #331703;
}

a, a:visited
{
color: #83400f;
}

h1
{
font-size: 22px;
}

.header_wrapper
{
width: 100%;
height: 100px;
background: url(images/header_wrapper_bk.jpg);
}

.header_inner
{
background: url(images/header_bk.jpg) top center no-repeat;
height: 100px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

.logo_outer
{
width: 950px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
}

.main_nav
{
width: 100%;
height: 39px;
background: url(images/nav_bk.jpg) top repeat-x;
}

.inner_nav
{
width: 95%;
margin: 0 auto 0 auto;
}

.inner_nav a, .intro_nav a:visited
{
color: white;
display: block;
padding: 15px 20px 9px 20px;
float: left;
text-decoration: none;
font-size: 14px;
}


.content_outer
{
background: url(images/content_bk.png) top center repeat-x;
height: 600px;
}

.content_inner
{
width: 95%;
margin: 0 auto 0 auto;
}

.content
{
width: 80%;
float: left;
padding-top: 10px;
}
.content_login
{
width: 99%;
float: left;
padding-top: 10px;
}


.content_right
{
float: right;
width: 180px;
text-align: right;
}

.content_right a
{
color: white;
}

.login
{
background: url(images/login_bk.png) bottom no-repeat;
padding: 10px 20px 10px 20px;
color: white;
}

.login h1
{
margin-top: 0px;
margin-bottom: 4px;
color: white;
font-weight: normal;
font-size: 22px;
}

.login div
{
text-align: right;
margin-bottom: 10px;
}

.silver_button
{
background: url(images/silver_bk.png) top center repeat-x;
height: 25px;
border-top: 0px;
border-left: 1px solid #747474;
border-right: 1px solid #747474;
border-bottom: 0;
}

.red_box_outer
{
background: url(images/red_bk.gif) top no-repeat;
padding: 10px 20px 0px 20px;
color: white;
margin-top: 10px;
height: 255px;
}

.red_box_outer h1
{
margin-top: 0px;
margin-bottom: 14px;
color: white;
font-weight: normal;
border-bottom: 1px solid white;
padding-bottom: 5px;
font-size: 22px;

}


.yellow_box_outer
{
background: url(images/yellow_bk.gif) top no-repeat;
padding: 10px 20px 0px 20px;
color: black;
height: 255px;
}

.yellow_box_outer h1
{
margin-top: 0px;
margin-bottom: 14px;
color: black;
font-weight: normal;
border-bottom: 1px solid black;
padding-bottom: 5px;
font-size: 22px;
}

.front_page_search
{
width: 650px;
height: 180px;
background: url(images/search_bk.gif) top center no-repeat;
padding: 10px;
color: white;

}

.front_page_search h1
{
margin-top: 0px;
margin-bottom: 14px;
color: white;
font-weight: normal;
border-bottom: 1px solid white;
padding-bottom: 5px;
font-size: 22px;
}

/* Featured */

.featured_listings
{
width: 100%;
border: 1px solid #ac6935;
background-color: #f5ece5;
padding: 10px;
}

.featured_inner
{
}

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

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


/* Footer */

.footer_outer
{
width: 100%;
height: 59px;
background: url(images/footer_bk.gif) bottom center repeat-x;
float: left;
}

.footer_inner
{
width: 100%;
height: 59px;
text-align: center;
background: url(images/inner_footer_bk.gif) bottom center no-repeat;
color: white;
vertical-align: middle;
}



/* *** 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: ; }
.result_row_1	{ background-color: #f5ece5; }
.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: #FFFFFF; }
td.row2_0	{ background-color: #C2C2C2; }
td.row3_0	{ background-color: #FFFFFF; }
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}
/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

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

.browse_tool_button A {
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	BORDER-COLOR: #000000;
   	BORDER-STYLE: outset;
 	BORDER-WIDTH: 1px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: 82px;
	height: 18px;
	display: block;
	padding: 3px;
}

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

.browse_tool_button A:hover {
	color: #CCCCCC;
	BORDER-STYLE: inset;
	width: 82px;
	height: 18px;
}

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


.browse_tool_curpage {
	BACKGROUND-COLOR: #f8f8f8;
	color: #CCCCCC;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

.bt_pages {
	font-family: verdana, arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #D1DEE9;
	text-decoration:none;
	font-size: 10px;
	vertical-align: middle;
	color:	#000000;
	padding: 5px;
}

bt_pages_ghost{
	color:	#aaaaaa;
	text-decoration:none;
}

A.bt_pages{
	color:	#000000;
	width: 24px;
	height: 20px;
	display: block;
	text-align: center;
}

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

A.bt_pages:hover{
	color:#FFFFFF;
	background: #132975;
}
/* 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;
	padding:		10px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}
