/* TABLE TILE
---------------------------------------------- */

table.t-stafflist {
	padding:5px;
	border-bottom:1px solid #ccc;
	color:#999;
}

table.t-stafflist .t-name {
}
table.t-stafflist .t-rank {
	width:130px;
}
table.t-stafflist .t-email {
	width:130px;
}
table.t-stafflist .t-phone {
	width:100px;
}



/* TABLE STYLING
---------------------------------------------- */

table.stafflist {
	padding:5px;
	border-bottom:1px solid #ececec;
}
table.stafflist td {
	padding-bottom:5px;
}
table.stafflist .name {
	font-weight:bold;
}
table.stafflist .rank {
	color:#aa2a18;
	width:110px;

}
table.stafflist .email {
	width:155px;

}
table.stafflist .phone {
	width:90px;
}