@charset "utf-8";
/* CSS Document */

#RosterProfile {
	background: url(../images/BioBackground.jpg) no-repeat top left;
	height: 210px;
	width: 668px;
	margin: 0;
	padding: 0;
}

#RosterProfile th,
#RosterProfile td {
	margin: 0;
	padding: 0;
}
#RosterProfile td table {
	margin: 0;
	padding: 0;
}

#RosterProfileBody {
	margin: 0px;
	padding: 0px;
}

#RosterProfile .Number {
	font: bold 32px "Trebuchet MS";
	color: #2F5848;
	vertical-align: middle;
	text-align: center;
	padding-right: 5px;
	width: 30px;
}
#RosterProfile .Name {
	color: #008000;
	vertical-align: middle;
	width: 190px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}
#RosterProfile #DropdownList {
	width: 100px;
	vertical-align: middle;
}
#RosterProfile #DropdownList form {
	float: right;
	padding: 0px 10px 0px 0px;
}

#RosterProfile #ProfilePicture {
	width: 124px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#RosterProfile #ProfilePicture .PictureBorder {
	border: 1px solid #000000;
	padding: 0px;
	margin: 0px;
}
#RosterProfile .BioTextType {
	vertical-align: middle;
	height: 20px;
	width: 100px;
	padding: 0px 0px 0px 5px;
}
#RosterProfile .BioText {
	color: #31312C;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 0px;
}
#RosterProfile .Captain {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2F5848;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	border-top: 0;
}
#RosterProfile #ActionPhoto {
	vertical-align: top;
	width: 271px;
}
#CenterBoxHeader {
	margin: 0px;
	padding: 0px;
	height: 20px;
}
