/* CSS Document */
#StaffDirectoryForm { overflow: hidden; zoom:1; padding-right:57px;}
#StaffDirectoryForm .formContainer fieldset legend span {
	position: static;
}
#StaffDirectoryForm .formContainer { overflow: visible; float: left; }

#StaffDirectoryForm .fieldset.searchForm { border: 0; }
#StaffDirectoryForm fieldset{
	position: relative;
	overflow: hidden;
	border:1px solid #cccccc;
	height:105px;
	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: #0054A4;
	font-weight: bold;
	width:170px;
	background-color:#F7F7F7;
	/*display: inline;
	clear:both;
	border:1px solid red;*/
}

.fieldset fieldset legend span  {
	background-color:#F7F7F7 !important;
}


#StaffDirectoryForm .fieldset.searchForm .fieldContainer label {
	background-color:#96A5B2;
	border:1px solid #cccccc;
	border-right: 0 none;
	width:94px;
	height: 21px;
	float: left;
	text-align: center;
	color: #ffffff !important;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField {
	padding:0;
	margin:0;
	width: 144px;
	height: 23px;
	background-color:#FFFFFF;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField input {
	border-left:0 none;
	border: 1px solid #cccccc;
	width:150px;
	background-color:#FFFFFF;
	font-size:18px;
	float: left;
	height:21px;
}

#StaffDirectoryForm .fieldset.searchForm .fieldContainer span.formField select {
	border:1px solid #BECFd4;
	width:282px;
	padding:0;
	margin:0;
	font-size:14px;
	float: left;
	height:21px;
}

#StaffDirectoryForm #div_srch_FirstName {
	margin-left: 5px;
	margin-top: 10px;
	float:left;
	width:250px;
	clear:none;
	overflow:hidden;
}

#StaffDirectoryForm #div_srch_LastName {
	margin-right: 5px;
	margin-top: 10px;
	float:left;
	width:250px;
	clear:none;
}

#StaffDirectoryForm #div_srch_CategoryId {
	margin: 5px 0 0 5px;
	float:left;
	width:376px;
	clear:none;
	overflow:hidden;
}

#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:122px; text-align:right; }
#StaffDirectoryForm .buttonContainer button{
	background-color: #005FBA;
	font: normal 14px Arial bold;
	color:#ffffff;
	width: 113px;
	height: 20px;
	border:1px solid #cccccc;
	margin-left: 5px;
}


/* Results CSS */

#StaffDirectoryResults #StaffDirectoryResults_GroupHeader {
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	padding:15px 0px 5px 0px;
	color: #0054A4;
}
#StaffDirectoryResults_Item { padding-top:10px; }
#StaffDirectoryResults_Header {
	border:1px solid #cccccc;
	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:19px;
	font-weight:normal;
	padding:5px 0px 5px 32px;
	color: #0054A4;
	background-color:#CCD3D9;
	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 #cccccc;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	padding:5px 0px 5px 5px;
	color: #0054A4;
	background-color: #E0E4E7;
}
#StaffDirectoryResults_Body {
	border:1px solid #cccccc;
	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;
}

#StaffDirectoryResults_BodyRigth {
	width: 228px;
	height:80px;
	float:left;
	clear:none;
	border-left:1px solid #ccccc;
	padding:5px 0px 5px 5px;
}

#StaffDirectoryResults_BodyLeft #title {
	padding-top:5px;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#72757B;
	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:#878B93;
	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 #cccccc;
	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;
}

#StaffDirectoryResults_BodyRigth #email a {
	padding-top: 5px; display: block;
	}
}
