.tx_bzdstaffdirectory_teamlist_person_name {
	font-weight: bold;
}

/*
	-------------------------------------
	CSS Buttons
	inspired by http://www.wellstyled.com/css-inline-buttons.html
	-------------------------------------
*/
.tx_bzdstaffdirectory_teamlist_detailLink a, .tx_bzdstaffdirectory_box_detailLink a, .tx_bzdstaffdirectory_detail_backlink a {
	font: bold 0.8em Verdana, sans-serif;
	border: 1px solid #00699B;
	white-space: nowrap;
	text-decoration: none;
	vertical-align:middle;
	color: #00699B;
	font-style: normal;
	margin:0; padding: 0.1em 0.5em;
	background: white;
}

.tx_bzdstaffdirectory_teamlist_detailLink a:hover, .tx_bzdstaffdirectory_box_detailLink a:hover, .tx_bzdstaffdirectory_detail_backlink a:hover {
	background: #00699B;
	color: white;
}

.tx-bzdstaffdirectory-pi1 a {
	text-decoration: none;
}

.tx-bzdstaffdirectory-pi1 table {
	border-spacing: 0px;
}

.tx-bzdstaffdirectory-pi1 table tr {

}

/* TEAMLIST */
.tx_bzdstaffdirectory_teamlist {
  width:100%;
}

.tx_bzdstaffdirectory_teamlist_person{
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

.tx_bzdstaffdirectory_teamlist_content_left{
  width:auto;
}
.tx_bzdstaffdirectory_teamlist_content_right{
  width:110px;
  text-align:right;
  float:right;
  margin:2px;
  margin-top:0px;
}


.tx_bzdstaffdirectory_teamlist leader {
}



/* DETAILS */
.tx_bzdstaffdirectory_detail {
  width:auto;
  padding:5px;
}
.tx_bzdstaffdirectory_detail ul{
	list-style: square;
	padding-left: 1em;
}
.tx_bzdstaffdirectory_detail header{
	border-bottom: 1px solid #ddd;
}
.tx_bzdstaffdirectory_detail p.name{
	font-size: 1.5em;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
}
.tx_bzdstaffdirectory_detail p.function{
	font-weight: bold;
	color: black;
	margin-top: 0px;
}


.tx_bzdstaffdirectory_teamlist_content_left{
	
}
.tx_bzdstaffdirectory_teamlist_content_right{
	width: 200px;
	padding-left: 10px;
  float:right;
}

.tx_bzdstaffdirectory_detail_backlink {
  display:none;
}

/* BOX */
.tx_bzdstaffdirectory_person {
		margin-bottom:15px;
}