/*-----------------------------------------------------------------------------
Provider Directory Display Stylesheet
-----------------------------------------------------------------------------*/

@media screen {

	/* #Search form styling
	-----------------------------------------------------------------------------*/
	#directory-search {
		padding: 5px 0 5px 5px;
		margin-bottom:10px;
		background:#f2eee6;
		border:1px solid #CFBD9D;
		width: 515px;
	}
	#directory-search input.txt { width:300px; }
	#directory-search select { width:305px; }
	

	/* #Detail page columns
	-----------------------------------------------------------------------------*/
	#col-left {
		width:55%;
		padding:0 5% 0 0;
		float:left;
		display:inline;
	}
		
		
	#col-right {
		width:40%;
		float:left;
		display:inline;
	}
	
	
	#col-right.shaded {
		width:37%;
		padding:1%;
		float:left;
		display:inline;
		background:#f2eee6;
		border:1px solid #CFBD9D;
	}
	
		
	/* #Detail page styling
	-----------------------------------------------------------------------------*/
	span.record-name {
		margin:0.4em 0;
		font-size:15px;
		font-weight:bold;
	}
	
	span.field {
		clear:both;
		float:left;
		display:inline;
		width:100%;
		margin:0.2em 0;
		padding:0;
		line-height:18px;
		overflow:hidden;
	}
	
	span.label {
		float:left;
		display:inline-block;
		width:30%;
		overflow:hidden;
		font-weight:bold;
	}
	
	span.value {
		float:left;
		display:inline-block;
		width:65%;
		overflow:hidden;
		padding:0 0 0 4%;
	}
		
	input.submit {
		margin-left:25%;
	}

	/* used for the "reset map" button */
	a.reset_map,
	a.reset_map:visited,
	a.reset_map:hover { display:block; float:left; margin:0 10px 10px 0; padding:5px 10px; border:1px solid #000; text-decoration:none; font-weight:bold; }


}
