/* *** This is internal css for Open-Realty */

/* H&A */

table.rentalphotos {width:730px; text-align:center; margin: 0px; padding: 0px;}
table.rentalphotos td {text-align:center; vertical-align:top;}
.rentalthumbs {margin:20px 0px 0px 0px;}
.mainpic {width:590px; margin:0px; padding:0px;}
.mainpic img {margin:0px; padding:0px;}

.features {margin:30px 0px 0px 120px; text-align:left;font-size:13px;}

.rentalrates {width:350px; font-size:13px; margin: 0px 0px 10px 180px; padding:5px; line-height:20px; text-align:center;}

.sendenquiry {width:150px; font-weight:bold; text-align:center; margin:5px 0px; padding:0px; border:3px double #367fb4; padding:5px 10px;}

.searchtable {border:1px solid white; margin:0px; padding:5px 0px;}

.searchratesbox {width:200px;margin:5px 10px 5px 5px;padding:10px;border:1px solid white; text-align:left;}

table.form_main {width:720px;margin:0px;padding:0px;font-size:11px;}

table.form_main input {font-family: Verdana, sans-serif;}

table.form_main submit {font-family: Verdana, sans-serif; font-size:12px;}

/* END H&A */

.field_caption {font-weight:bold;}

.searchpage_field_caption {font-size:12px; 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 {width:100%; text-align:center; font-size:15px; font-weight:bold; color:#29a769; margin:10px 0px;}

.logo h1{
	font-size: 44px;
	color:blue;
	float: right;
	vertical-align: text-bottom;
}


.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;
}

/* *** Generated by www.csscreator.com *** */
/* THIS IS SECTION IS FOR VERTICAL MENU */

.search_results {width:100%;}
.result_row_0	{ background-color: #163b62; }
.result_row_1	{ background-color: #1a5839; }
.view_users { width:100%; }


/* LISTING BROWSE PAGE NAVIGATION WIDGET 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: #163b62;
	width:720px;
	margin:0px;
	padding:10px;
	font-size: 11px;
	text-decoration: none;
}
.browse_tool {
	font-size: 11px;
	text-decoration: none;
}
.browse_tool_num {
	color: #ffffff;
}

.browse_tool_button A, .browse_tool_button A:visited  {
	background-color: #13894f;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	border-color: #000000;
   	border-style: outset;
 	border-width: 1px;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	height: 18px;
	display: block;
	margin:3px;
	padding:2px;
}


.browse_tool_button A:hover {
	color: #FFFFFF;
	border: inset 1px #000000;
}

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


.browse_tool_curpage {
	background-color: #1a5839;
	color: #FFFFFF;
	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;
}

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;
	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;
}
