/* 
cascading style sheet for baytreemanagement.com pages -- 12/6/2005

COMMENTS:
--windows version
*/


td {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000; 
    }  
	
body {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt; 
	color: #000000;
	height: 101%;
    }  

th {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000; 
    }  

H1 {
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
	font-size: 11pt; 
	letter-spacing: 1px;
	color: #005825;
	} 
	
H2 {
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
	font-size: 12pt; 
	letter-spacing: 1px;
	color: #000000;
	} 

P {
	/*this makes the <P> tag behave more similar between IE and Firefox - Chad Beier 04/26/2005
	margin-top: 2px;
	margin-bottom: 2px;*/
}
	
A:link {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; 
	color: #005825;
    text-decoration : none;
	}

A:visited {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; 
	color: #005825;
    text-decoration : none;
	}

A:active {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; 
	color: #005825;
    text-decoration : none;
	}

A:hover {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; 
	color: #005825;
    text-decoration : none;
	}

.smtext {
    font-family: Arial, helvetica, sans-serif;
    font-size: 10px; 
	color: #ffffff;
	}
A.footer:link {  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 10px; 
     color: #ffffff;  
     text-decoration: underline;  
}  
A.footer:active {  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 10px;
     color: #ffffff;  
     text-decoration: underline;  
}  
A.footer:visited {  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 10px; 
     color: #ffffff;  
     text-decoration: underline;  
}  
A.footer:hover {  
     font-family: Arial, Helvetica, sans-serif;  
     font-size: 10px;
     color: #ffffff;  
     text-decoration: none;  
}

.property_photo
{
  border:1px solid #000000;
}

.property_details
{
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 12px; 
}

.property_details td
{
  font-family: Arial, Helvetica, sans-serif;  
  font-size: 12px; 
  padding:5px;
}
.property_details li
{
  list-style: none;
  margin-left:-40px;
}

.property_details H2 {
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
	font-size: 10pt; 
	letter-spacing: 1px;	
	color: #005825;
	} 
	
.property_summary td{
  padding:10px;
  font-weight:bold;
}

.property_summary a{
  border:1px solid #005825;
  background-color:#dddddd;
  color:#000000;
  padding:3px;
}

table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show
}
table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px;
}
table.standard th {
	background-color: #C69C6D;
}
table.standard  a {
	font-size: 11px;
}