/* CSS Document */
#StaffDirectoryForm { overflow: hidden; zoom:1; }
#StaffDirectoryForm fieldset{ 
	background-image: url(../../../images/staffbackground.jpg);
	background-repeat:no-repeat;;
	position: relative;
	overflow: hidden;
	border:0px solid #E0C996;
	height:122px;
	width:643px;
	padding-top:10px;
}
#StaffDirectoryForm legend{ 
	height:20px;
	padding-left:6px;
	padding-right:6px;
	margin:0px 5px;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color: #915E2C;
	padding-top:25px;
	text-transform:uppercase;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer label {
	border-right: 0 none;
	width: 100px;
	height: 20px;
	line-height:20px;
	text-align: center;
	color:#AB8C5D;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField { 
	padding:0;
	margin:0;
	width: 166px;
	height: 23px;
	background-color:#FFFFFF;
	border:1px solid #D6CCB2;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField input {
	border-width:0;
	width:160px;
	background-color:#FFFFFF;
	font-size:14px;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField select { 
	width:170px;
	padding:0;
	margin:0;
	font-size:14px;
	border:0 none;
}

#StaffDirectoryForm #div_srch_FirstName {
	margin-left: 5px;
	margin-top: 10px;
	float:left;
	width:169px;
	clear:none;
	overflow:hidden;
}

#StaffDirectoryForm #div_srch_LastName {
	margin-top: 10px;
	float:left;
	width:169px;
	clear:none;
}

#StaffDirectoryForm #div_srch_CategoryId { 
	float:left;
	clear:none;
	overflow:hidden;
	margin-top:10px;
	overflow:hidden;
	width:177px;
}

#StaffDirectoryForm #spn_srch_CategoryId { padding-left:2px; }
#StaffDirectoryForm #div_srch_CategoryId label{ border:0; }
#StaffDirectoryForm #div_srch_CategoryId span.formField { width:172px; padding-top:2px; height:21px; }
#StaffDirectoryForm .buttonContainer { float:left; clear:none; width:95px; text-align:right; margin-top:31px;}
#StaffDirectoryForm .buttonContainer button{
	background-image: url(../../../images/submit.jpg); 
	border:0 none;
	font: normal 12px Arial;
	background-repeat:no-repeat;
	color:#CC3300 !important;
	width: 97px;
	height: 23px;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.fieldContainer label {
	float:none !important;
}

/* Results CSS */

#StaffDirectoryResults #StaffDirectoryResults_GroupHeader {
	font-size:18px;
	font-weight:normal;
	padding:15px 0px 5px 0px;
	color: #CBA24E;
	font-family:Arial, Helvetica, sans-serif;
}
#StaffDirectoryResults_Item { padding-top:10px; }
#StaffDirectoryResults_Header {
	height:30px;
	width: 620px;
	overflow:hidden;
}

#StaffDirectoryResults_HeaderLeft { 
	width: 346px;
	height:32px;
	float:left;
	clear:none;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	padding:5px 0px 5px 35px;
	color: #915E2C;
	background-color:#F0DDBF;
	background-image: url('../../../images/card.jpg');
	background-repeat:no-repeat;
	background-position: 4px 4px ;
}

#StaffDirectoryResults_HeaderRight { 
	width: 233px;
	height:32px;
	float:left;
	clear:none;
	font-family:Arial;
	font-size:17px;
	font-weight:normal;
	padding:5px 0px 5px 5px;
	color: #915E2C;
	background-color: #F0DDBF;
}
#StaffDirectoryResults_Body {
	border-bottom:1px solid #EADAB5;
	height:80px;
	width: 620px;
	overflow:hidden;
}

#StaffDirectoryResults_BodyLeft { 
	width: 351px;
	height:80px;
	float:left;
	clear:none;
	padding:5px 0px 5px 30px;
	background-color:#F4E6CD;
}

#StaffDirectoryResults_BodyRigth { 
	width: 233px;
	height:60px;
	float:left;
	clear:none;
	border-left:1px solid #EADAB5;
	padding:5px 0px 5px 5px;
	background-color:#F4E6CD;
	
} 

#StaffDirectoryResults_BodyLeft #title {
	padding-top:5px;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#BD7429;
	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:#B68C57;
	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:35px;
	border-bottom:1px solid #EADAB5;
	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:35px;
}


