body { background-color:#DCE6F2; }
h1,h2,h3,h4,h5 { text-align:left; }
#mylogin {
 float:right; margin:7px;
}
#homelink {
 float:left; height:96px; width:228px; margin:12px; margin-right:24px;
}
#homelink a, #homelink a:hover {
 display:block; width:100%; height:100%; text-decoration:none;
 background:none;
}
#toplink {
 margin-left:256px; margin-top:48px; display:block;
 padding:0; white-space:nowrap; background-color:#BA4843;
}
#toplink a, #toplink a:visited { font-size:14pt; text-decoration:none; color:#DDDDFF; font-weight:bold; }
#toplink a:hover { color:white; background-color:transparent; }
#searchbox p, #searchbox2 p, #quicksearch p { font-size:8pt; line-height:2em; }
.leftcell p {
 display:block; border: 1px solid midnightblue; padding:6px;
 margin:4px; margin-left:7px; margin-top:12px;
 background-color:skyblue; text-align:left;
}
.leftcell select, .leftcell input { font-size:8pt; }
.maincell { padding-top:0; }
.rightcell p {
 display:block; border: 1px solid midnightblue; padding:6px;
 margin:4px; margin-right:24px; margin-top:12px;
 background-color:skyblue; text-align:left;
}
.rightcell a { color:blue; }
.rightcell { padding-top:12px; }
.label1 { display:block; float:left; text-align:left; width:288px; }
#resulttab { border-top: 1px dotted gray; }
#resulttab td { text-align:right; height:48px; border-bottom: 1px dotted gray; vertical-align:middle; }
.addr { text-align:left; }
#housepics, .housepics { display:block; width:180px; float:left; }
.head { background-color:#BA4843; font-size:12pt; font-weight:bold; text-align:left; width:100%; color:linen; padding:2px; }
.head span { float:right; }
.head a, .head a:visited, .head a:hover { color:linen; text-decoration:none; }
.head a:hover { text-decoration:underline; background-color:transparent; }
.picctrl { margin-top:9px; clear:both; }
.picctrl input { font-size:7pt; }
/*
.lastlist { color:white; background-color:navy; width:746px; margin-left:17px; margin-right:17px; }
*/
/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
        border: none 0px #ffffff;
        cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
        border: solid 1px #999999;
        cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
        cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
        cursor: pointer;
}
.PopBoxImageMove
{
        border: none 0px #ffffff;
        cursor: pointer;
}
