/* CSS Document */
html{
	margin:0px;
	padding:0px;
}



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



body{
	background-color:#132b51;
	margin:0px;
	padding:0px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	margin:25px auto;
	position:relative;
	width:1000px;
}

#main-wrapper {
}

td {

}

input, select, form {
	font-size:10px;
}

img {
	border: 0px none;
}

a {
	color:#132B51;
}

span.imgtxt {
	display:none;
}

.search_results {
	width:100%;
}

.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }

#header{
	background-color:#000;
	background-image:url("../images/css_images/header.jpg");
	background-position:top;
	background-repeat:repeat-x;
	border-left:1px solid #000;
	border-right:5px solid #000;
	height:250px;
	position:relative;
	width:994px;
}

#header-flash1024 {
	height:250px;
	left:1px;
	position:absolute;
	top:1px;
	width:1000px;
	z-index:60;
}

#header-flash800 {
	display:none;
}

#logo{
	background-image:url("../images/css_images/logo.jpg");
	height: 70px;
	position:absolute;
	left:0px;
	width:310px;
	z-index:100;
}

/*#skyline {
background-image:url("../images/css_images/skyline.png");	bottom:6px;
	display:none;
	height:241px;
	position:absolute;
	width:979px;
	z-index:50;
}*/

#skyline {
	background-image:url("../images/css_images/skyline.png");	background-repeat:no-repeat;
	height:241px;
	left:0;
	position:relative;
	top:4px;
	width:979px;
}

.view_users { width:100%; }

.time_date {
	color:#fff;
	font-size: 11px;
	position:absolute;
	text-align:right;
	right:10px;
	top:-20px;
}

#container {
	background-color:#fff;
	border-left:5px solid #636564;
	min-height: 475px;
}

#sidebar1 {
	float:left;
	position:relative;
	width:250px;
}

#content {
	border-left:1px solid #646464;
	margin-left:251px;
	min-height:475px;
	position:relative;
	padding:15px;
}

#content img {
	padding-right:5px;
}

#footer{
	background-color:#000;
	border-left:5px solid #636564;
	clear:both;
	font-size:11px;
	height:35px;
	position:absolute;
	margin-bottom:15px;

}

#copyright {
	color:#fff;
	float:left;
	padding:10px;
	width:400px;
}


#poweredby {
	color:#fff;
	float:right;
	padding:10px;
	text-align:right;
	width:280px;
}

#poweredby a {
	color:#fff;
	text-decoration:none;
}

/*NAVIGATION*/
#sitemap {
	position:relative;

}

#nav, #nav ul { /* all lists */
	list-style:none;
	margin:0px auto;
	padding:0px;
	width:230px;
}
	
#nav li { /* all list items */
	margin:0px;
	padding:0px;
	position : relative;
	line-height : 1.25em;
}
	
#nav li ul { /* second-level lists */
	display:none;
/*	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em; */
}

#nav li.selected ul {
	display:block;
	margin:0px;
	position:relative;
}

#nav li.selected ul li a {
background-image:url("../images/css_images/none.png");	
	color:#fff;
	height:25px;
	margin:0px;
	padding:0px;
	text-align:left;
	text-decoration:none;
}

	
#nav li {
	margin:0px;
	padding:0px;
	cursor:hand;
	display:block;
}

#nav li a {
	display:none;
}
	
#nav li a.button {
	background-image:url("../images/css_images/button.jpg");
	color:#606060;
	cursor:hand;
	display:block;
	font-size:18px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	margin:6px 0px;
	text-align:center;
	text-decoration:none;
	width:230px;
}
	
#nav li a:hover {
	color:#302778;
}
	
/* END NAVIGATION */	


/* 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: silver;
	width:100%;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool {
	background-color: silver;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
.browse_tool_num {
	color: #336699;
}
.browse_tool_button A {
	background-color: silver;
	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;
}
.browse_tool_button A:visited {
	color: #000000;
}
.browse_tool_button A:hover {
	color: #FFFFFF;
	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: #132975;
	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;
}
.slideshow_img {
float: left;
width: 100%;
text-align:center;
}
.slideshow_links {
float: left;
width: 100%;
text-align:center;
}
.city_distance_header{font-size:12px;}
/* END OF NAVIGATION */


