/*  $Id: freerealty.css,v 2.9.2.4 2005/05/10 19:21:24 pat Exp $   */
/* Basic css template for FreeRealty.  
 *
 */

body { background-color: rgb(250,250,255); 
background-image: url(images/backgroundpage.gif)
} 

:link { color: rgb(0,0,0); }
:visited { color: rgb(102,51,51) }
// :active { color: rgb(50,50,250); font-size: 125%  } /* Change the size if you don't like the larger link text when you click on it */ 

/* Sets up the title strip at the top of the page */
div.title { 
 padding-left: 0.25em; padding-right: 0.25em; padding-top: 0.125em; 
 padding-bottom: 0.125em;
 margin-left: -8px; margin-top: -8px ; margin-right: -8px;
  background-color: rgb(051,102,0);  
 font-size: 200% ; font-style: "arial, helvetica"; font-weight: bold;  
 color: rgb(255,255,255) }

/* The link section just below the title  */
div.link { background-color: rgb(153,152,102); font-style: "sans-serif"; 
 font-size: 100%;  padding-right: 1em;
 margin-left: -8px; margin-right: -8px;
 padding-left: 1em; padding-bottom: 0.12em; 
 text-align: right; 
 } 

/* Used by the content/featured.php file, we put a solid, thin black border 
 * around the featured properties, with a slight padding (spacing) 
 */
div.feature { padding: 0.5em; border: solid; border-width: thin; border-color: rgb(0,0,0)  }
img.featured { border: solid; border-width: thin; border-color: rgb(125,125,125) } 



/* Single listing section */
/* Image title */
div.imagetitle { padding-bottom: 0.20em; font-weight: bold }

/* Listing section */
div.listing { font-style: "arial, sans serif"; font-weight: bold; 
 font-size: 120%; }

/* Single and multiple image view */
img.view {  padding-right: 0em; border: solid; border-width: thin; border-color: rgb(25,25,25) } 

/* Small bold font. "Click Photos to enlarge"  */ 
div.small_bold { font-size: 50%; font-style: "arial, sans serif"; 
 font-weight: bold; }
/*End listing section */

/* Used in content/main.php */
div.main { padding-left: 2em; padding-right: 2em; padding-bottom: 1em }

/*td.propview is for the individual listing */
tr.propview { font-style: "Arial, Helvetica, Geneva, Swiss, SunSans-Regular"; }
td.propview { border: none; border-width: thin;  font-size: 100%; padding-right: 0.25em;  padding-left: 0em; }

/* Sets the home and community features table */
table.features { font-style: "Arial"; border: none; font-weight: 600; }
tr.features { font-size: 85%; font-weight: normal; }
tr.bottomlinks { font-style: "ms sans serif"; font-size: 70%; }

/* includes/user_bottom.php  */
div.foot { 
 background-color: rgb(153,153,102); padding-left: 1em;
 padding-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em;
 margin-bottom: -8px; margin-left: -8px; margin-right: -8px }
tr.foot { font-style: "ms sans serif"; font-size: 80%; } 
