#staffwrapper {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	font-size: 13px;
	position: relative;
	width: 100%;
}
#staffwrapper #pagerblock {
	position: absolute;
	right: 0;
	margin: 5px 10px 0 0;
}

#staffwrapper #sl_search {
	outline: none;
}

#staffdirectory {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma;
	overflow:auto;
	padding:8px;
	background-color: #FBFBFB;
	border:1px solid #E8E8E8;
	margin-top:20px;
	min-height: 20px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, .05);
	-moz-box-shadow: 	0 0 8px rgba(0,0,0, .05);
	box-shadow: 		0 0 8px rgba(0,0,0, .05);
}
#staffdirectory #stafflists {
	margin: 5px 0;
}
#staffdirectory #stafflists tr {
	border: 1px solid #f0f0f0;
	border-left: none;
}
#staffdirectory #stafflists td {
	font-size: 12px;
	color: #555;
	border: 0;
	vertical-align: middle;
    white-space: nowrap;
}
#staffdirectory #stafflists p {
	overflow:hidden;
	margin: 5px 0;
	float:left;
	font-weight:bold;
	clear: left;
}
#staffdirectory #stafflists a {
	color: #555;
}
#staffdirectory #stafflists tbody a:hover, #stafflists strong {
	color: #B74327;
	text-decoration: none;
	border-bottom: 1px #15527e dotted;
}
#staffdirectory #stafflists {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#staffdirectory tr:nth-child(2n+1){
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
	border-left: none;
}
#staffdirectory #stafflisthead tr, #stafflisthead tr th {
	height: 30px;
	background-color: #E0DEDE;
	font-weight: bold;
	padding:0;
	font-size: 12px;
	vertical-align: middle;
}
#staffdirectory #stafflisthead tr th {
	text-align:left;
	padding: 0 19px 0 5px;
	position: relative;
	border: 1px solid #f0f0f0;
	border-left: none;
}
#staffdirectory .sort_a, #staffdirectory .sort_d {
	width: 9px;
	height: 9px;
	display: inline-block;
	margin: 0 2px;
	position: absolute;
	right: 5px;
	overflow: hidden;
	text-indent: -99999px;
}
#staffdirectory .sort_a {
	background-position: 9px 0;
	top: 6px;
}
#staffdirectory .sort_d {
	background-position: 9px 9px;
	bottom: 6px;
}
#staffdirectory .sort_a.selected {
	background-position: 0 0;
}
#staffdirectory .sort_d.selected {
	background-position: 0 9px;
}
#staffdirectory .pager {
	width:18px;
	height:14px;
	background-color:#DDD;
	display:block;
	text-decoration: none;
	text-align:center;
	float:left;
	margin: 0 2px 0 1px;
	padding:0 0 2px 0;
	min-height: 20px;
	line-height: 18px;
}
#staffdirectory .pageNum {
	padding-left: 5px;
	font: normal normal 11px/20px sans-serif;
	line-height: 20px;
	display: inline-block;
}
#staffdirectory .pager a {
	text-decoration:none;
	color: #888;
	font: normal normal 11px/16px sans-serif;
	background: none;
	border: none;
	text-indent: 0;
}
#staffdirectory p.current {
	background: #15527e;
}
#staffdirectory p.current a, p.current a:hover {
	color: #FFF;
}
#staffdirectory p.pager:hover {
	background-color: #888;
}
#staffdirectory p.pager:hover a {
	color: #FFF;
}
#staffdirectory tr.row {
	height: 70px;
}
#staffdirectory .sort_a {
	background-image: url(img/sort.gif);
}
#staffdirectory .sort_d {
	background-image: url(img/sort.gif);
}
#staffdirectory .contactcard {
	background: url(img/contact_card.gif) no-repeat;
	width:25px;
	height:25px;
	margin:4px !important;
}
/************************* tipsy styles */
.sl_property {
	display: inline-block;
	font-weight: bolder;
}
.tipsy { 
	font-size: 11px; 
	position: absolute; 
	padding: 0 0 10px 0; 
	z-index: 100000;
	background-color: #15527e; 
	margin-left: 5px;
}
.tipsy strong {
	border-bottom: 1px dotted #15527e;
}
.tipsy-inner { 	background-color: #E4E4E4;
				color: #535351; 
				max-width: 300px; 
				padding: 5px 8px 0 8px; 
				border: 1px solid #B1B1B1; 
}
.tipsy-arrow { 	position: absolute;
				width: 0; height: 0; 
				line-height: 0; 
				border: 5px dashed #000;
				margin-left:-5px; 
			}
.tipsy-arrow-w { border-right-color: #B1B1B1; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
