body,table {
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color: #000000;
    margin-top: 0px;
    padding: 0px;
    border: none;
}

/* Links */
a:link, a:visited { color: #226e20; }

#main {
    width: 783px;
	margin-left: auto;
    margin-right: auto;
}
#header {
    font-size: 12px;
    font-weight: bold;
}
#content {
}
#footer {
    text-align: center;
    margin-top: 15px;
    font-size:  0.85em;
}
.footer_link {
    padding-left: 10px;
    padding-right: 10px;
}
.menu_link {
    padding-left: 5px;
    padding-right: 5px;
}
/* Standard page layout */
#page_header {
    text-align:     center;
    padding-top:    25px;
    padding-bottom: 10px;
}
div.highlight {
    text-align:         center;
    margin-left:        20%;
    margin-right:       20%;
    background-color:   #cccccc;
    border:             thin solid black;
    padding-top:        5px;
    padding-bottom:     5px;
}
/* Standard web form */
table.table_form {
    table-layout:   auto;
    text-align:     left;
    margin-left:    auto;
    margin-right:   auto;
	font-size:      12px;
	line-height: 15px;
}
/* Simple alignment classes */
.center { text-align: center; }
.justify { text-align: justify; }
.right { text-align: right; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italic { font-style: italic; }
.bold_underline { font-weight: bold; text-decoration: underline; }
.bold_italic { font-weight: bold; font-style: italic; }
.indent { margin-left: 50px; }

/* FAQ layouts */
.faq_question {
    padding:    0px;    
}
.faq_answer {
    background-color: #efefef;
    border:           thin solid black;
    padding:          5px;
    margin:			  10px;
}
/* Buy vs Rent table */
table#buyvsrent {
    width:          600px;
    text-align:     center;
    margin:         auto;
}
table#buyvsrent th,table#buyvsrent td {
    padding:        3px;
    border:         thin solid #ffffff;
}
table#buyvsrent th {
    background-color:   #cccccc;
    font-weight:        normal;
}
td.lost {
    background-color:   red;
    font-weight:        bold;
    color:              #ffffff;
}
td.gained {
    background-color:   green;
    font-weight:        bold;
    color:              #ffffff;
}
/* Home Search page */
div#home_search_right {
    float:              right;
    width:              195px;
    text-align:         center;
    background-color:   #ebebeb;
    border:             thin solid black;
    padding-bottom:     10px;
}
div#home_search_right table {
    font-size:          0.85em;
    text-align:         left;
    width:              100%;
}
div#home_search_right th {
    color:              #ffffff;
}
div#home_search_left {
    margin-right:       200px;
    text-align:         left;
}
/* Highrise Development */
.development {
	font-size:          12px;
	color:              #3a3a3a;
	line-height:        15px;
}
/* Quicksell page */
div#quicksell_left {
    float:              left;
    width:              124px;
    padding-top:        30px;
}
div#quicksell_right {
    margin-left:        125px;
    border-left:        thin solid black;
    padding-left:       25px;
}
div#quicksell_request {
    border:             thin solid black;
    background-color:   #ebebeb;
    font-weight:        bold;
    font-size:          1.2em;
    text-align:         center;
    padding:            5px;
}
.quicksell_label {
    color:              #3d3d3d;
}
