	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Verdana;
		padding:5px;		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	
	/*Extras for the cfc specific tab view pages*/
	
	.propSummaryHeader{
		background-image:url('../images/propSummary.jpg');
		padding:5px;
	}
	.propSummary{
		border:1px solid #5c5c5c;
		padding: 0px;
		background-color: #f1f1f1;
	}
	.psHeading{
		font-family:verdana;
		color:#f8f8f8;
		vertical-align:middle;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:18px;
	}
	#disclaimer {
	    FONT-SIZE: 6pt; FONT-STYLE: italic
	}    
	.locRowHeader {
        background-color: #f1f1f1;
        line-height:16px;
        border-bottom:1px solid #e1e1e1;
    }
    .mapOutline{
        background-color: #ffffff;     
        border:1px solid #e1e1e1;
		margin: 0;
		padding: 10px 0px 10px 0px;		
    }
	#map-01 {
        width: 498px; 
        height: 330px;
		margin: 0 auto;		
    }
	fieldset.tabs {
		border: solid 1px;
 		border-color:#b2b4bf; 
		padding:10px;
		background-color: #EFEFEF;
	}
	/* Property Key Indicators Summary Box*/
	.indicatorData{
		margin: 8px 0 auto;
		float:left;
		width:493px; 
		background-color: #FFFAF0; 
		border:1px solid #730;
		padding: 5px 10px 20px 10px;		
  	} 
	.indicatorData h3.idTitle{
		margin: 0;
		font-weight:bold;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #9B7355;
		padding-top: 10px;
		padding-bottom: 3px;		
	}
	.id_icon{
		padding: 0px 8px 0px 8px;
	}
	.id_label{
		width: 300px;
		padding: 0px;
		font-weight:none;
		font-size: 90%;
		text-align: right;
	}
    .id_kivalues{
        padding: 5px 5px 5px 10px;               
        font-weight:none;
        font-size: 100%;
        text-align: left;
    }
	.id_whatis{
		width: 75px;
		font-size: 90%;
		text-align: left;
		color: #9B7355;
		font-weight:none;
	}
	.id_whatis a {color:#730; text-decoration:underline; font-weight:none;}
    .id_whatis a:link {color:#730; text-decoration:underline; font-weight:none;}
	.id_whatis a:visited {color:#730; text-decoration:underline; font-weight:none;}
	.id_whatis a:hover {color:#730; text-decoration:none; font-weight:none;}
	 
	div.progress-container {
     border: 1px solid #ccc; 
     width: 300px; 
     margin: 2px 5px 2px 0; 
     padding: 1px; 
     float: left; 
     background: white;
   }
   div.progress-container > div {
     background-color: #3D77B6; 
     height: 12px
   }
   div.progress-container p {
   		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight:bold;
		color: #ffffff;
		margin: 0px;
		padding: 0px 3px 0px 0px;
		float: right;
   }