/* CSS Document */

/** property info **/

.proptitle {
font-size: 16px;
font-weight: bold;
}

.proptype {
font-size: 14px;
font-style: italic;
}

/** property finder header **/
.propfinder {
color: #000000;
border: none;
padding: 3px 3px;
}

.propfinder th {
background-color: #123474;
color: #99ccff;
font-size: 14px;
line-height: 18px;
font-weight: bold;
text-align: right;
}

.propfinder td {
background-color: #dadada;
}

/** property list **/

.proplist {
background-color: #dadada;
color: #000000;
}

.proplist .name {
background: url(images/section_header.gif) left top no-repeat #123474;
border-right: 1px solid #dadada;
border-bottom: 1px solid #dadada;
color: #99ccff;
font-size: 14px;
line-height: 18px;
font-weight: bold;
text-align: center;
}

.proplist .info {
text-align: center;
font-size: 12px;
}

.proplist a {
color: #123474;
font-weight: bold;
text-decoration: none;
}

.proplist a:hover {
color: #000000;
text-decoration: underline;
}

/** Sub menus **/

.submenu .sublink {
background-color: #dadada;
border: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

.submenu .sublink a {
color: #123474;
text-decoration: none;
font-weight: bold;
}

.submenu .sublink a:hover {
color: #000000;
text-decoration: underline;
}