/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2009
	
	STAFF PROFILER
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	overflow: scroll;
}

#content #staffProfiler #staffMembersBrief {
	background: #242021;
	width: 550px;
	padding-top: 30px;
	border-top: 1px solid #c9c8c8;
	float: left;
}

#content #staffProfiler #staffMembersFull {
	background: #f1f1f2;
	border-top: 1px solid #fff;
	width: 350px;
	float: right;
}


/*	-------------------------------------------------------------
	BRIEF
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #staffProfiler #staffMembersBrief ul {
	display: block;
	padding: 0 0 0 30px;
}

#content #staffProfiler #staffMembersBrief ul li {
	float: left;
	display: block;
	padding: 0 5px 5px 0;
}

/* Normal faded */
#content #staffProfiler #staffMembersBrief a.memberLink:link .photo,
#content #staffProfiler #staffMembersBrief a.memberLink:visited .photo {
	float: left;
	display: block;
	border: 1px solid #141313;
	-moz-opacity: 0.05;
	opacity: 0.05;
	filter: alpha(opacity=05);
	cursor: default;
}

#content #staffProfiler #staffMembersBrief a.memberLink:hover .photo {
	cursor: default;
}

/* Active department */
#content #staffProfiler #staffMembersBrief a.memberLink.activeDepartment:link .photo,
#content #staffProfiler #staffMembersBrief a.memberLink.activeDepartment:visited .photo{
	border: 1px solid #555;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

#content #staffProfiler #staffMembersBrief a.memberLink.activeDepartment:hover .photo {
	cursor: pointer;	
}

/* Shown on right */
#content #staffProfiler #staffMembersBrief a.memberLink:hover .photo,
#content #staffProfiler #staffMembersBrief a.memberLink.activeMember:link .photo,
#content #staffProfiler #staffMembersBrief a.memberLink.activeMember:visited .photo {
	border: 1px solid #eee;
}

	

#content #staffProfiler #briefDescription {
	clear: both;
	height: 60px;
	padding-left: 30px;
	color: #fff;
	font-size: 1.1em;
}


/*	-------------------------------------------------------------
	FULL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #staffProfiler #staffMembersFullIntro {
	padding: 20px 22px 20px 22px;
	
}

#content #staffProfiler #staffMembersFullIntro h3 {
	background: url(../images/staffProfiler/arrow.gif) no-repeat 0 10px;
	padding: 0 0 0 56px;
}
	
#content #staffProfiler .staffMemberFull {
	padding: 20px 22px 20px 22px;
	display: none;
}

#content #staffProfiler .staffMemberFull h4 {
	font-size: 1.3em;
	padding: 10px 0 5px 0;
	font-weight: bold;	
}

#content #staffProfiler .staffMemberFull h5 {
	font-size: 1.1em;
	padding: 8px 0 2px 0;
	font-weight: bold;	
}

#content #staffProfiler .staffMemberFull .photo {
	text-align: center;
	display: block;
}

#content #staffProfiler .staffMemberFull table.details {
	margin: 10px 0 5px 0;
	border-top: 1px solid #aaa;
}

#content #staffProfiler .staffMemberFull table.details tr td {
	display: table-cell;
	padding: 3px 10px 4px 0;	
}

#content #staffProfiler .staffMemberFull table.details tr td em {
	font-style: italic;	
}











