@charset "utf-8";
/* CSS Document */



/* Begin Panorama editors (not the main panorama) */

.PanoramicEditor
{
    background-color: white;
    border: 1px solid black;
    padding: 2px;
    
    width: 460px;
	height: 152px;
	
	z-index: 1000;
	
	overflow: hidden;
}

.PanoramicEditor input
{
    width: 180px;   
}

.PanoramicEditor select
{
    width: 180px;
}

.PanoramicEditor_EditControls
{
    width: 190px;
}
 
.PanoramicEditor_ImageEditDiv
{
    position: absolute;
    left: 200px;
    top: 5px;
    width: 250px;
    height: 145px;
    
    border: 1px solid gray;
}

/* End Panorama editors (not the main panorama) */

/* Begin Realtor Picture Editor */

.RealtorPictureEditor
{
    position: absolute;
    background-color: white;
    border: 1px solid black;
    padding: 2px;
    
    width: 400px;
    height: 200px;
    
    left: -300px;
    top: 150px;
}

.RealtorPictureEditor_EditControls
{
    width: 125px;
}

.RealtorPictureEditor input
{
    width: 120px;   
}

.RealtorPictureEditor select
{
    width: 120px;
}

.RealtorPictureEditor_ImageEditDiv
{
    position: absolute;
    left: 130px;
    top: 2px;
    width: 265px;
    height: 190px;
    
    border: 1px solid gray;
}

/* End Realtor Picture Editor */

/* Begin Sticky-Note Editor */

.StickyNoteEditor
{
    background-color: white;
    border: 1px solid black;
    padding: 2px;
    
    position: absolute;
    top: -17px;
    width: 186px;
    height: 140px;
}

.StickyNoteEditor_TextBox
{
    width: 180px;
    height: 80px;
    
    font-family: Arial, Sans-Serif;
    color: #9ea762;
    font-size: 13px;
}

/* End Sticky-Note Editor */

/* Begin overview editor */

.OverviewEditor_Display
{
    background-color: #edffde;
}

.OverviewEditor_TextBox
{
    width: 430px;
    height: 150px;
    
    background-color: #edffde;
    
    font-family: Arial, Helvetica, Sans-Serif;
    color: #7f6d00;
    font-size: 13px;
}

/* End overview editor */