﻿body{
    background-color: #9c9c9c;
    font-family: Arial;
    font-size: 12px;
    width: 100%;
}

TD{
    vertical-align: top;
}

.empty{
    width: 0px;
}

.menubutton{
    background: white;
    border: solid 2px black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
    height: 25px;
    color: Black;
    text-align: center;
    vertical-align: middle;
    
}

.menubutton A, .menubutton A:visited, .menubutton A:active, .menubutton A:hover{

    text-decoration: none;
    color: Black;
}


.topleft{
    height: 10px;
    width: 10px;
    background: url("images/fade_topleft.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.top{
    height: 10px;
    background: url("images/fade_top.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
}

.topright{
    height: 10px;
    width: 10px;
    background: url("images/fade_topright.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.left{
    height: 10px;
    background: url("images/fade_left.jpg");
    background-position: right center;
    background-repeat: repeat-y;
}

.mainmiddle{
    

}

.right{
    width: 10px;
    background: url("images/fade_right.jpg");
    background-position: left center;
    background-repeat: repeat-y;
}

.bottomleft{
    height: 10px;
    width: 10px;
    background: url("images/fade_bottomleft.jpg");
    background-position: right top;
    background-repeat: no-repeat;
}

.bottom{
    height: 10px;
    background: url("images/fade_bottom.jpg");
    background-position: center top;
    background-repeat: repeat-x;
}

.bottomright{
    height: 10px;
    width: 10px;
    background: url("images/fade_bottomright.jpg");
    background-position: right top;
    background-repeat: no-repeat;
}
    
    .maintable01{
        background: #000000 url("images/background01.jpg");
        background-repeat: no-repeat;
        background-position: top;
        width: 755px;
        border: solid 2px black;
        background-color: #FFFFFF;
        text-align: left;
    }
    .maintable02{
        background: #000000 url("images/background02.jpg");
        background-repeat: no-repeat;
        background-position: top;
        width: 755px;
        border: solid 2px black;
        background-color: #FFFFFF;
        text-align: left;
    }  
    .maintable03{
        background: #000000 url("images/background03.jpg");
        background-repeat: no-repeat;
        background-position: top;
        width: 755px;
        border: solid 2px black;
        background-color: #FFFFFF;
        text-align: left;
    }
    .maintable04{
        background: #000000 url("images/background04.jpg");
        background-repeat: no-repeat;
        background-position: top;
        width: 755px;
        border: solid 2px black;
        background-color: #FFFFFF;
        text-align: left;
    }
    .maintable05{
        background: #000000 url("images/background05.jpg");
        background-repeat: no-repeat;
        background-position: top;
        width: 755px;
        border: solid 2px black;
        background-color: #FFFFFF;
        text-align: left;
    }
    .maintable06{
        background: #000000 url("images/background06.jpg");
        background-repeat: no-repeat;
        background-position: top;
        width: 755px;
        border: solid 2px black;
        background-color: #FFFFFF;
        text-align: left;
    }
.header{
    background: #000000;
    color: #FFFFFF;
    height: 24px;
    font-weight: bold;
    vertical-align: middle;
    font-size: 14px;
}

.headerimage{

    height: 194px;
}

.header A, .header A:visited, .header A:active{
    color: #FFFFFF;
    text-decoration: none;
}

.header A:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

.contentcell{
    margin: 0 auto;
    
    text-align: right;
    
}

.contentcell A, .contentcell A:visited, .contentcell A:active{
    color: #c30f2a;
    text-decoration: none;
}

.contentcell A:hover{
    color: #c30f2a;
    text-decoration: underline;
}

/*CONTENT CELL OPTIONS*/
        .contentdiv01{
            /*background-color: White;
            filter:alpha(opacity=50);
            -moz-opacity: .5;*/
            
            background: #FFFFFF url("images/contentcellbg01.jpg");
             background-repeat: no-repeat;
            text-align: right;
            border: solid 2px black;
            float: right;
            padding: 10px;
        }
        .contentdiv02{
            /*background-color: White;
            filter:alpha(opacity=50);
            -moz-opacity: .5;*/
            
            background: #FFFFFF url("images/contentcellbg02.jpg");
             background-repeat: no-repeat;
            text-align: right;
            border: solid 2px black;
            float: right;
            padding: 10px;
        }
        .contentdiv03{
            /*background-color: White;
            filter:alpha(opacity=50);
            -moz-opacity: .5;*/
             
            background: #FFFFFF url("images/contentcellbg03.jpg");
            background-repeat: no-repeat;
            text-align: right;
            border: solid 2px black;
            float: right;
            padding: 10px;
        }
        .contentdiv04{
            /*background-color: White;
            filter:alpha(opacity=50);
            -moz-opacity: .5;*/
             
            background: #FFFFFF url("images/contentcellbg04.jpg");
            background-repeat: no-repeat;
            text-align: right;
            border: solid 2px black;
            float: right;
            padding: 10px;
        }
        .contentdiv05{
            /*background-color: White;
            filter:alpha(opacity=50);
            -moz-opacity: .5;*/
            
            background: #FFFFFF url("images/contentcellbg05.jpg");
            background-repeat: no-repeat;
            text-align: right;
            border: solid 2px black;
            float: right;
            padding: 10px;
        }
         .contentdiv06{
            /*background-color: White;
            filter:alpha(opacity=50);
            -moz-opacity: .5;*/
            
            background: #FFFFFF url("images/contentcellbg06.jpg");
            background-repeat: no-repeat;
            text-align: right;
            border: solid 2px black;
            float: right;
            padding: 10px;
        }
        
.innercontent{
    width: 600px;
    text-align: left;
}

.pagetitle{
    color: #c30f2a;
    font-weight: bold;
    font-size: 18px;
}

.spacer{
    height: 5px;
    background: transparent;
}



.quicksearchtable
{
    border: solid 1px black;
    vertical-align: top;
    height: 49px;
	width: 100%;
}
.quicksearchcells
{
	font-size: 10px;
	color: #000000;
	background: url("images/gradient.jpg");
	vertical-align: middle;
	background-repeat: repeat-x;
}
.quicksearchtitle
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-left: 10px;
}
.quicksearchinput
{
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
}
.quicksearchinputbutton
{
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	color: #000000;
	font-weight: bold;
}


.homesearch{
    
    border: solid 1px #000000;
}



.homesearchtitle
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.homesearchcell
{
	
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	
	color: #000000;
	background: transparent;
	
}
.homesearchbuttons
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
}

.homeright
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #eea800 2px solid;
}


TD.optionscelltop
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	color: #000000;
	padding-top: 1px;
	
}
TD.optionscell
{
    border: 1px solid #c30f2a;
    padding-right: 4px;
    padding-left: 4px;
    text-align: left;
    font-size: 9pt;
    padding-bottom: 1px;
    padding-top: 1px;
    background-color: #ffeaed;
}
.optionscell a, .optionscell a:visited, .optionscell a:active
{
    color: #c30f2a;    
    font-weight: normal;
    text-decoration: none;
}
.optionscell a:hover
{
    color: #c30f2a;    
    font-weight: normal;
    text-decoration: underline;
    
}


.optionpane
{
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    background-color:#EEE;
}
.modaloptionpane
{
    padding-right: 4px;
    padding-left: 4px;
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -175px;
    background-color: #EEE;
    border: 3px solid #c30f2a;
}
.modaloptionpane#subRequest
{
    width: 400px;
    height: 310px; 
}
.modaloptionpane#subEmailFriend
{
    width: 400px;
    height: 380px;    
}
.optionpanetitle
{
	font-weight: bold;
}
.darkenBackground
{
    background-color: rgb(0, 0, 0);
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.70; /* FireFox */
    filter: alpha(opacity: 70); /* IE */
    z-index: 10;
    background-repeat: repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

TD.propertyresults
{
	font-weight: bold;
	color: #c30f2a;
	border: solid 1px #c30f2a;
	background-color: #ffeaed;
}
.resultsimage
{
	width: 128px;
	height: 100px;
}
.thumbdiv
{
	width: 330px;
	text-align: center;
}
.mortpmt
{
	font-weight: bold;
	font-size: 16px;
}
.mortpmtdetails
{
	font-size: 12px;
}

.searchcountbox
{
    background-color: #CCCCCC;
    border: 1px solid #000000;
}
.searchcountnumber
{ font-size: 20px; font-weight: bold; }


/* Mapping Styles */
.mapdiv
{
	border-right: dimgray 2px solid;
	border-top: dimgray 2px solid;
	border-left: dimgray 2px solid;
	width: 580px;
	border-bottom: dimgray 2px solid;
	height: 300px;
}
.mapinfo
{
	font-size: 12px;
}
.mapinfowindow
{
	font-size: 10px;
}

.detailinfo{
    width: 522px;
}

.agentdiv
{
    vertical-align: middle;
    width: 260px;
    height: 200px;
    
}