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

/* ******************** Images ******************** */

img {
	border: 0px none;
} 
.view_image {
	text-align:center;
}
.image_caption {
	font-size: 1.2em;
	font-weight:bold;
}
.field_caption{
	font-weight:bold;
}

/* ******************** User Info and Display ******************** */

.view_user {
 padding-left:5px;
}
.view_user_user_name {
	font-size: 1.1em;
	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 {
}
.view_users { width:100%; }

 
/* ******************** Fonts ******************** */
 
input, select, form {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 1.0em;
}
.small {
	font-size: .85em;
}
.medium {
	font-size: .9em;
}
.full {
	font-size: 1.0em;
}
.large {
	font-size: 1.1em;
}
.xlarge {
	font-size: 1.2em;
}

/* ******************** Header ******************** */

#header
.content{
	padding-bottom:0;
} 
.logo{
	float:left;
	background-image: url(images/qclistings_logo_test.gif);
	background-repeat: no-repeat;
	height: 95px;
}
.logo h1{
	font-size: 2.5em;
	color:blue;
	float: right;              
	vertical-align: text-bottom;
}
.slogan {
	text-align:right;
	font-size: 1.1em;
	font-weight: bold; 
	color:#663333;
	padding-right: 1.0em;
}
.welcome {
	text-align:center;
	font-size: 0.9em;
	color:#663333;
	padding-right: 1.0em;
}
.time_date {
	text-align:right;
	font-size: 1.0em;
	padding-right: 1.0em;
	color:#666600;
}
.logo_text {
	text-align:left;
	font-size: 2.5em;
	color:#663300;
	vertical-align: text-bottom;
}


/* ******************** Printer ******************** */

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

/* ******************** Listing Browse Page Navigation Widget ******************** */
/* 'next_prev()'display stuff  */

.browse_tool_table {
	background-color: silver;
	width:100%;    
	font-size: 1.0em; 
	text-decoration: none; 
	color: black; 
}
.browse_tool {
	background-color: silver;
	font-size: 1.0em; 
	text-decoration: none; 
	color: black; 
}			
.browse_tool_num {
	color: #336699;
}
.browse_tool_button A {		
	background-color: silver;
	font-size: 1.0em;
	line-height: 1.0em; 
	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: 1.0em; 
	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,tahoma,arial,sans-serif; 
	BACKGROUND-COLOR: #D1DEE9;
	text-decoration:none;
	font-size: 1.0em;
	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; 
}

/* ******************** Table Display ******************** */

td {
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 1.0em;
}
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }

/* ******************** Browse Search Results & Row Colors ******************** */
.search_results
{
	width:100%;
}
.result_row_0	{ background-color: #D6D3EE; }
.result_row_1	{ background-color: #FFFFFF; }

/* 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 */
.adminListingLeft_0 {
	color: #FFFFFF;
	background-color : transparent;
}

