﻿body
    {
       margin: 0pt 0pt 0pt 0pt;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       Font-size: 11px;
       height:100%;
    }
    #header
    {
        height: 45px;
        background-image: url(images/showproperty_header.gif);   
        background-repeat: no-repeat;              
    }
    #iconbar
    {
        position:absolute;
        top:13px;
        left: 750px;
        cursor: pointer;
    }
    #page_title
    {
        position:absolute;
        top:5px;
        left: 65px;
        font-size: 18px;
        font-weight: bold;
        color: white;
    }
    #inside 
    {
        padding-left:20px;
        padding-top:5px;
        min-height:700px;
        /*_height:700px;*/
        height:100%;
        width:790px;
        background-image: url(images/showproperty_inside.gif);         
        background-repeat: repeat-y;
    }
    #leftcolumn
    {
        float:left;                
        width:370px;
    }
    .subheading
    {
        margin:auto;
        width:335px;
        background-image: url(images/showproperty_subheading.gif);         
        background-repeat: no-repeat; 
        Color: white;  
        padding-left:30px;      
        padding-top:1px;
        padding-bottom:10px; 
        Font-size: 14px;         
    }
    .subheading_large
    {
        background-image: url(images/showproperty_subheading_large.gif);         
        background-repeat: no-repeat; 
        Color:white;
        padding-left:30px;      
        padding-top:1px;
        padding-bottom:10px; 
        Font-size: 14px;  
        Width:360px;
    }
    .feathead
    {
        margin:auto;
        width:170px;
        background-image: url(images/showproperty_featheading.gif);         
        background-repeat: no-repeat; 
        padding-left:0px;
        padding-right:0px;
        margin-left:0px;      
        margin-right:0px; 
        padding-top:1px;
        padding-bottom:10px; 
       
    }
    #rightcolumn
    {        
        float:right;
        height:100%;
        width:375px;
        padding-right:15px;
        position: relative;        
    }
    #panel_mainimage
    {
        border: solid 1px #A5A2A5;        
        width:288px;
        height:162px;
        _height:160px;
        padding: 5px;  
        padding-left:55px;     
        margin-bottom:10px;
        background-color: #F9F9E6;        
    }    
    .label_region
    {
        font-weight:bold;
        margin-top:10px;
        display:block;        
    }
    .label_description
    {
        margin-top:10px;
        display: block;
        width:360px;
    }
    #directions
    {        
        margin-top:15px;
        width:360px;        
    }
    #panelMap
    {
        margin-top:10px;                      
        font-style: italic;
        border: thin solid #8C92B0;
        height:350px;
        width: 350px;       
    }
    #showpropfooter
    {
        height: 200px;
        background-image: url(images/showproperty_footer.gif);
        background-repeat: no-repeat;   
    }
    
    #showpropfooter table
    {
        padding-left:40px;
    }
    
    #showpropfooter a:link img
    {
        border:0;
    }
    
    #showpropfooter a:visited img
    {
        border:0;
    }
    .fieldlabel
    {
        font-weight:bold;
        width:120px;
    }
    .field
    {
        font-size:11px;
    }
	.sectionlabel
    {
		font-size:13px;
        font-weight:bold;
        width:150px;
		font-style:italic;
    }
	.box_top
	{
	    margin:auto;
        width:335px;
		background-image: url(images/showprop_box_top.gif);
		background-repeat: no-repeat; 
		height:10px;
	}
	.box_bottom
	{
	    margin:auto;
        width:335px;
		background-image: url(images/showprop_box_bot.gif);
		background-repeat: no-repeat; 
		height:10px;
	}
	.featurelabel
    {
        font-weight:bold;
    }
    .feat_listbox
    {
        font-size:11px;
        font-style:italic;
        padding-top:0px;
        margin-top:0px;
        margin-left: 0px;
        padding-left:10px;
        
    }
    .feat_listbox_empty
    {
        font-size:11px;
        font-style:italic;
        padding-top:0px;
        margin-top:0px;
        margin-left:0px;
        padding-left:10px;
        color:Gray;
    }
    .feat_nofeat
    {
        color:Red;
        font-style:italic;
   }