/* Presentation Stylesheet */ 

html,body{
 color: #2b2b2b;
}
body{
 font: 12px Arial, Helvetica, Tahoma, sans-serif;
}
input {
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 font-size: 1em; color: #000000;
 padding: 3px;
}
textarea {
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 font-size: 1em; color: #000000;
 padding: 3px;
}
p{
 margin:6px 0
}
img {
 border: 0;
}
.hr {
 clear:both;
 height: 0;
 font-size: 0;
 line-height: 0;
 width: 100%;
 margin: 1em auto;
}
.dotted {
 border-bottom: dotted 1px #999999;
}
.dashed {
 border-bottom: dashed 1px #999999;
}
.solid {
 border-bottom: solid 1px #999999;
}

h1 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 24px;
 font-weight: normal;
 color: #0e0b44;
}
h2 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 17px;
 font-weight: bold;
 letter-spacing: -1px;
}
h3 {
 margin-top: 0.4em;
 margin-bottom: 0.4em;
 font-size: 17px;
 font-weight: normal;
}
h4 {
 margin-top: 0.4em;
 margin-bottom: 0.4em;
 font-size: 17px;
 font-weight: normal;
}

.highlight {color: #ff9900}

.footer p{font-size: 11px}

.smalltext {font-size: 11px}

a {color: #ff8800; text-decoration: none}


table.propertylist
{
 padding: 4px;
 border: 0;
 border-collapse: collapse; 
 border-spacing: 0;
 width: 100%;
 border-bottom:solid 1px #999999; 
}
table.propertylist-urgent
{
 padding: 4px;
 border: 0;
 border-collapse: collapse; 
 border-spacing: 0;
 width: 100%;
 border-bottom:solid 1px #999999; 
 background:#fae6e6;
}
table.propertylist-open
{
 padding: 4px;
 border: 0;
 border-collapse: collapse; 
 border-spacing: 0;
 width: 100%;
 border-bottom:solid 1px #999999; 
 background:#ffffff;
}
table.propertylist-closed
{
 padding: 4px;
 border: 0;
 border-collapse: collapse; 
 border-spacing: 0;
 width: 100%;
 border-bottom:solid 1px #000000; 
 background:#eeeeee;
}
td.propertylist-one { padding: 4px;width: 25%; text-align:right }
td.propertylist-two { padding: 4px;width: 25% }
td.propertylist-three { padding: 4px;width: 30% }
td.propertylist-four { padding: 4px;width: 20% }


table.contact
{
    padding: 0;
	border: 0;
	border-collapse: collapse; 
	border-spacing: 0;
}

/* 
a.greylink {
 color: #2b2b2b;
 text-decoration: none;
}
a.greylink:hover {
 color: #2b2b2b;
 text-decoration: none;
}
a.whitelink {
 color: #ffffff;
 text-decoration: none;
}
a.whitelink:hover {
 color: #ffffff;
 text-decoration: none;
}


.search {
 font: 11px Arial, Helvetica, Tahoma, sans-serif;
 color: #000000;
 font-weight:bold;
 padding: 3px;
}

select {
 font-family: Arial, Helvetica, Tahoma, sans-serif;
 font-size: 1em; color: #000000;
}

table.contact
{
    padding: 0;
	border: 0;
	border-collapse: collapse; 
	border-spacing: 0;
	font-size:11px;
}

 */ 

