@charset "utf-8";

a { text-decoration: none; }
a:hover { text-decoration: underline; }
body { padding: 0px; margin: 0px; background-image:url(../images/background.jpg); }

h1 {
	font-family: Georgia;
	font-size: 15px;
	color: #7d8a2e;
	font-weight: normal;
	margin-top: 5px;
}

h1 span {
	padding-bottom: 5px;
	border-bottom: 1px solid #e5edc5;
	background: url(../images/h1bg.gif);
	background-repeat: repeat-x;
}

h2 { border-bottom: 1px solid #faeadd; font-weight: normal; margin: 15px 5px 5px 0px; }
h2, h2 a { font-family: Georgia; color: #7d8a2e; font-size: 12px; }

.hr { display: block; height: 2px; background-color: #c9e7a4; margin-left: 3px; }

.panorama { 
    /* Commented out by Mark B--replacing with dyanmic data.
	background-image: url(../images/panorama/panorama1.jpg);
	background-repeat: no-repeat;
	*/
	position: absolute;
	left: 264px;
	top: 151px;	
	width: 720px;
	height: 253px;
}

.panoramanav 
{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 0;
}

.panoramanav-img
{   
}

.ButtonStyle-CssClass 
{
    border: 1px solid black;
    color: black;
    background-color: #ccc;
    font-family: Arial, Sans-Serif;
    font-size: 10px;
}

.DisplayAreaStyle-CssClass 
{
    font-family: Georgia, Serif;
    font-size: 14px;
    color: #7a2011;
    height: 30px;
    background-color: #edffcc;
    top: -14px;
    *top: 0px;
}

.DisplayAreaStyle-CssClass div 
{
    position: relative;
    top: 5px;
    padding-right: 7px;
    padding-left: 10px;
}

.DisplayAreaStyle-CssClass div p
{

}

.EditAreaStyle-CssClass 
{
    background-color: #edffcc;
    border: 1px solid #999;
    padding: 10px;   
}

.TextAreaStyle-CssClass 
{
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 5px;
    height: 2em;
}

.CssClass 
{    
    width: auto; 
    float: left;   
    background-color: #edffcc;
    height: 1px;
}

/* Left Navigation */
.leftnav {
    position: absolute;

    left: 0px;
	top: 407px;
	
	margin-left: 19px;
	_margin-left: 10px;
	padding-top: 30px;
	+padding-top: 26px;
	_padding-top: 11px;
}

.leftnav_header { 
	background-color: #FFFFFF;
	margin-left: -4px;
	margin-top: 25px;
	display: block;
	font-family: Georgia;
	font-size: 14px;
	text-align: center;
	background-image: url(../images/leftnav/heading_background.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.leftnav_top { 
	background-image: url(../images/leftnav/tab.gif);
	background-repeat: no-repeat;
	width: 188px;
	padding-left: 5px;
	padding-top: 2px;
	position: absolute;
	top: 416px;
	left: 27px;
	z-index: 100;
}
.leftnav_body { z-index: 50; background-color: #edffcc; border: 1px solid #e8e8e8; width: 230px; padding-bottom: 10px; min-height: 325px; position: relative; top: -3px; }
.leftnav_content {
    padding-left: 4px; 
    font-family: Arial; 
    font-size: 13px; 
    color: #7d8a2e; 
}
.leftnav_colLeft { text-align: center; font-family: Georgia; color: #779b64; width: 125px; }
.leftnav_realtorInfo { background-position: center; background-image: url(../images/leftnav/notepad.jpg); width: 125px; height: 83px;background-repeat: no-repeat; margin-top: 10px; color: #616641; }
.leftnav_realtorTransactions { font-size: 10px; padding-top: 10px; padding-left: 12px; padding-right: 12px; }
.leftnav_content a img { border: 1px solid #efc; }
.leftnav_content a:hover img { border: 1px solid #FF0000; }
.leftnav_content a { color: #7d8a2e; text-decoration: underline; }
.leftnav_content a:hover { text-decoration: none; }
/* End Left Navigation */


/* Main Content */
.main { 
	margin-left: 265px; 
	_margin-left: 262px;
	width: 716px;
	padding-top: 30px;
	+padding-top: 26px;
	_padding-top: 11px;
}

.main_body {
	background-image: url(../images/main/content_background.jpg);
	background-repeat: repeat-x;
	min-height: 323px;
	_height: 323px;
	border: 1px solid #e8e8e8;
	background-color: #FFFFFF;
	padding: 20px;
	padding-top: 25px;
	font-family: Arial;
	font-size: 13px;
	color: #666d5f;
}

.main_top { 
	background-image: url(../images/main/content_tab.jpg);
	background-repeat: no-repeat;
	padding: 2px 5px 0px 5px;
	position: absolute;
	left: 282px;
	top: 416px;
	_top: 416px;
	width: 400px;
}
/* End Main Content */

/* Commonalities */
.leftnav_top, .main_top, .topnav a {
	font-family: Arial;
	font-size: 14px;
	color: #7d8a2e;
}

.footernav a, .footer {
	font-family: Georgia;
	font-size: 11px;
	color: #b6b5a1;
}

.leftnav_content img, .panoramanav img { border: 0px; }

/* Image editor control */
.MainPanoramicEditor
{
    background-color: white;
    border: 1px solid black;
    padding: 2px;
    
    width: 720px;
	height: 253px;
	
	z-index: 1000;
}

.MainPanoramicEditor input
{
    width: 300px;   
}

.MainPanoramicEditor select
{
    width: 300px;
}
 
.MainPanoramicEditorImageDiv
{
    position: absolute;
    left: 320px;
    top: 5px;
    width: 390px;
    height: 180px;
    
    border: 1px solid gray;
}

.MainPanoramicEditorCrop
{
    /*border: 2px dashed red !important;*/
    background: white;
    
    filter:alpha(opacity=50);   /* Internet Explorer       */
    -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
    opacity: 0.5;               /* newer Mozilla and CSS-3 */
}

/* Realtor image editor control */
.HomePageRealtorImageEditor
{
}

.HomePageRealtorImageEditor_editDiv
{
    position: absolute;
    left: 0px;
    top: 0px;
    
    z-index: 1;
    
    width: 415px;
    height: 210px;
    padding: 5px;
    
    border: 1px solid black;
    background-color: white;
}

.HomePageRealtorImageEditor_imageEditDiv
{
    position: absolute;
    
    top: 5px;
    width: 200px;
    left: 210px;
    height: 200px;
}

.HomePageRealtorImageEditor_editControlsDiv
{
    position: absolute;
    left: 5px;
    top: 5px;
    
    width: 200px;
    height: 200px;
}

.HomePageRealtorImageEditor_editControlsDiv SELECT
{
    width: 200px;
}