/*-----------------------------------------------------------------------------
Provider Directory Display Stylesheet
-----------------------------------------------------------------------------*/

@media screen {

	/* #Search form styling
	-----------------------------------------------------------------------------*/
	#directory-search {
		padding:5px;
		margin-bottom:10px;
		background:#E7EBED;
		border:1px solid #7E929D;
		width:75%;
	}
	#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;
	}
	
	
	.providers #col-right {
		width:38%;
		padding:1%;
		float:left;
		display:inline;
		background:#F0F3F4;
	}
	
		
	/* #Detail page styling
	-----------------------------------------------------------------------------*/
	span.record-name {
		margin:0.4em 0;
		font-size:15px;
		font-weight:bold;
	}
	
	span.field {
		clear:both;
		float:left;
		width:100%;
		display:inline-block;
		margin:0.2em 0;
		line-height:18px;
	}
	
	span.label {
		float:left;
		display:inline-block;
		width:30%;
		font-weight:bold;
	}
	
	span.value {
		float:left;
		display:inline-block;
		width:65%;
		padding:0 0 0 5%;
	}
		
	input.submit {
		margin-left:25%;
	}

}