/* 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: 20px;
 font-weight: bold;
}
h2 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 16px;
 font-weight: bold;
}
h3 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 15px;
 font-weight: normal;
}
h4 {
 margin-top: 0.1em;
 margin-bottom: 0.1em;
 font-size: 14px;
 font-weight: normal;
}

.highlight {color: #cc0000}

.footer p{font-size: 11px}

.smalltext {font-size: 11px}

a {color: #cc0000; 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 #999999; 
 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;
}
 */ 
 