/*------------------ ROSTER LIST HEADER -----------------*/
table.directory-header
{
}
table.directory-header td.directory
{
	width: 425px;
	vertical-align: bottom;
	padding-bottom: 2px;
}
table.directory-header td.sociallinks
{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 2px;
}
table.directory-header td.bottomborder
{
	border-bottom: 2px solid #014838;
}
/*-------------------------------------------------------*/

/*------------------------ BIO --------------------------*/
table.bio
{
	margin: 0px 0px 10px 0px;
}
table.bio td.contact
{
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	background-color: #014838;
}
table.bio td.photo
{
	width: 233px;
	padding-top: 5px;
	background-color: #ECF2F1;
}
table.bio div.biophoto
{
	text-align: center;
	padding: 3px 0px 3px 0px;
	border: 1px solid #BFD2D0;	
	background-color: #FFFFFF;
}
table.bio img.biophoto
{
	width: 225px;
}
table.bio div.caption
{
	font-size: 11px;
	text-align: left;
	padding: 2px 5px 0px 5px;
}
table.bio td.details
{
	width: 517px;
}
table.bio div.namenumber
{
	border-bottom: 1px solid #D7E3E2; 
	background-color: #ECF2F1;
	margin-bottom: 15px;
}
div.namenumber div.number
{
	float: right;
	width: 150px; 
	color: #557975;
	font-size: 58px; 
	font-weight: bold;
	line-height: 100%; 
	text-align: right; 
	padding: 7px 10px 0px 0px; 	
}
div.namenumber div.name
{
	font-size: 16px;
	font-weight: bold;
	padding: 45px 0px 3px 10px; 
}
table.biodetails
{
	width: 487px;
	margin-left: 15px;
}
table.biodetails td.name
{
	width: 40%;
	font-weight: bold;
	text-align: right;
	padding: 2px 5px 2px 5px;
}
table.biodetails td.value
{
	width: 60%;
	padding: 2px 5px 2px 5px;
}
div.biolinks
{
	width: 233px;
	float: right;
	margin: 0px 0px 0px 15px;
	border: 1px solid #BFD2D0;
}
div.biolinks div.relatedlinks
{
	font-size: 11px;
	font-weight: bold;
	background-color: #BFD2D0;
	padding: 1px 5px 2px 5px;
	margin-bottom: 3px;
} 
div.biolinks ul
{
	margin-bottom: 0px;
}
/*-------------------------------------------------------*/

/*----------------- STAFF/COACHES BIO -------------------*/
div.directoryfloat
{
	width: 233px;
	float: left;
	margin: 0px 15px 0px 0px;
}
div.directoryfloat div.directorylinks
{
	margin-bottom: 15px;
	padding: 0px;
	border: 1px solid #BFD2D0;
}
div.directoryfloat div.relatedlinks
{
	font-size: 11px;
	font-weight: bold;
	background-color: #BFD2D0;
	padding: 1px 5px 2px 5px;
	margin-bottom: 3px;
} 
div.directoryfloat ul
{
	margin-bottom: 0px;
}
div.directoryfloat div.directoryimage
{
	text-align: center;
	margin-bottom: 15px;
	padding: 3px 0px 3px 0px;
	border: 1px solid #BFD2D0;	
}
div.directoryfloat img
{
	width: 225px;
}
div.directoryfloat div.caption
{
	font-size: 11px; 
	text-align: left;
	padding: 2px 5px 0px 5px;
} 
/*-------------------------------------------------------*/

