/* CSS Document */
#StaffDirectoryForm { overflow: hidden; zoom:1; }
#StaffDirectoryForm fieldset{ 
	position: relative;
	overflow: hidden;
	border:1px solid #ADCFCA;
	height:95px;
	width:515px;
}
#StaffDirectoryForm legend{ 
	background-image: url('../../../images/search.jpg');
	background-repeat:no-repeat;
	background-position: 2px center;
	height:20px;
	padding-left:28px;
	padding-right:6px;
	margin:0px 5px;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	color: #316686;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer label {
	background-color:#EDF3FA;
	border:1px solid #ADCFCA;
	border-right: 0 none;
	width: 100px;
	height: 20px;
	text-align: center;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField { 
	padding:0;
	margin:0;
	width: 139px;
	height: 23px;
	background-color:#FFFFFF;
	border:1px solid #ADCFCA;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField input {
	border-width:0;
	width:100px;
	background-color:#FFFFFF;
	font-size:14px;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField select { 
	border:1px solid #BECFd4;
	width:260px;
	padding:0;
	margin:0;
	font-size:14px;
}

#StaffDirectoryForm #div_srch_FirstName {
	margin-left: 5px;
	margin-top: 10px;
	float:left;
	width:248px;
	clear:none;
	overflow:hidden;
}

#StaffDirectoryForm #div_srch_LastName {
	margin-right: 5px;
	margin-top: 10px;
	float:left;
	width:248px;
	clear:none;
}

#StaffDirectoryForm #div_srch_CategoryId { 
	margin-left: 5px;
	float:left;
	width:365px;
	clear:none;
	overflow:hidden;
	background-color:#EDF3FA;
	border:1px solid #ADCFCA;
}

#StaffDirectoryForm #spn_srch_CategoryId { background-color:#EDF3FA; }
#StaffDirectoryForm #div_srch_CategoryId label{ border:0; }
#StaffDirectoryForm #div_srch_CategoryId span.formField { width:262px; border: 0; padding-top:2px; }
#StaffDirectoryForm .buttonContainer { float:left; clear:none; width:127px; text-align:right; }
#StaffDirectoryForm .buttonContainer button{ 
	background-color: #DCECF5;
	font: normal 16px Arial;
	color:#316686;
	width: 126px;
	height: 26px;
	border:1px solid #ADCFCA;
}


/* Results CSS */

#StaffDirectoryResults #StaffDirectoryResults_GroupHeader {
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	padding:15px 0px 5px 0px;
	color: #466671;
}
#StaffDirectoryResults_Item { padding-top:10px; }
#StaffDirectoryResults_Header {
	border:1px solid #C3E0F0;
	border-bottom: 0 none;
	height:30px;
	width: 515px;
	overflow:hidden;
}

#StaffDirectoryResults_HeaderLeft { 
	width: 249px;
	height:32px;
	float:left;
	clear:none;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	padding:5px 0px 5px 32px;
	color: #316686;
	background-color:#E8F2F8;
	background-image: url('../../../images/card.jpg');
	background-repeat:no-repeat;
	background-position: 4px 4px ;
}

#StaffDirectoryResults_HeaderRight { 
	width: 228px;
	height:32px;
	float:left;
	clear:none;
	border-left:1px solid #C3E0F0;
	font-family:Arial;
	font-size:15px;
	font-weight:normal;
	padding:5px 0px 5px 5px;
	color: #316686;
	background-color: #DCECF5;
}
#StaffDirectoryResults_Body {
	border:1px solid #C3E0F0;
	border-top: 0 none;
	height:80px;
	width: 515px;
	overflow:hidden;
}

#StaffDirectoryResults_BodyLeft { 
	width: 251px;
	height:80px;
	float:left;
	clear:none;
	padding:5px 0px 5px 30px;
	background-color:#FEFEFE;
}

#StaffDirectoryResults_BodyRigth { 
	width: 228px;
	height:80px;
	float:left;
	clear:none;
	border-left:1px solid #C3E0F0;
	padding:5px 0px 5px 5px;
	background-color:#F7FAFD;
	
} 

#StaffDirectoryResults_BodyLeft #title {
	padding-top:5px;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#4B6970;
	line-height:1.3em;
}

#StaffDirectoryResults_BodyLeft #category {
	padding-top:3px;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
}

#StaffDirectoryResults_BodyLeft #fullAddress { 
	padding-top:2px;
	color:#5A818B;
	line-height:1.3em;
}

#StaffDirectoryResults_BodyRigth #phone { 
	background-image: url('../../../images/phone.jpg');
	background-repeat:no-repeat;
	background-position: 4px center;
	line-height:30px;
	height:30px;
	padding-left:25px;
	border-bottom:1px solid #C3E0F0;
	margin-right:5px;
}

#StaffDirectoryResults_BodyRigth #email { 
	background-image: url('../../../images/email.jpg');
	background-repeat:no-repeat;
	background-position: 2px center;
	line-height:30px;
	height:30px;
	padding-left:25px;
}


