.rosterTable {
	border-spacing: 0px;
	border-collapse: separate;
}


.rosterNumH, .rosterPosH, .rosterWeightH, .rosterClassH {
	text-align:center
}
.rosterClass, .rosterPos{
	text-align:center
}

.rosterWeightH, .rosterWeight{
	
}

.rosterName{
	white-space:nowrap;
}


.roster a{
	text-decoration:underline;
}
.rosterTeamPhoto {
	padding-top:5px;
	color:#000000;
	font-size:16px;
	font-weight:bolder;
	border-top-style:solid;
	border-top-width:thin;
}

table.rosterTable {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 12px;
	width: 100%;
	text-align: left;
	color: #183a73;
}
table.rosterTable thead tr th, table.rosterTable tfoot tr th {
	background-color: #B8B49B;
	font-size: 12px;
	padding: 4px 10px 4px 4px;
	font-weight: normal;
}
table.rosterTable thead tr .header {
	background-image: url(/images_web/icon_arrow_both.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.rosterTable tbody td {
	padding: 4px;
	vertical-align: top;
}
table.rosterTable tbody tr.odd td {
	background-color:#DFDDD1;
}
table.rosterTable thead tr .headerSortUp {
	background-image: url(/images_web/icon_arrow_asc.gif);
}
table.rosterTable thead tr .headerSortDown {
	background-image: url(/images_web/icon_arrow_desc.gif);
}
table.rosterTable thead tr .headerSortDown, table.rosterTable thead tr .headerSortUp {
	background-color: #DFDDD1;
	padding-right:16px;
	border: 1px solid #B8B49B;
}

.bioName{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0px;
}


.rosterBioNumber{
	float:left;
	font: bold italic 16px Arial, Helvetica, sans-serif;
	padding-right:10px;
	background:url(/images_web/bioNameDivider.jpg) bottom right no-repeat;
}
.rosterBioName{
	font: bold italic 16px Arial, Helvetica, sans-serif;
	color:#003875;
}


.rosterBioPhoto, .rosterBioPhoto img {
	height:250px;
	margin:0pt;
	padding:0pt;
	width:200px;
}

.rosterBioPhoto {
	float: right;
	margin-left: 10px;
}

.rosterBioPhotoC {
	padding: 3px 10px 1px 5px;
	width: 250px;
	float: left;
}
.rosterBioDiv {
	width: 100%;
	padding:0px;
	margin:0px;
	overflow:auto;
	padding-top:10px;
}

.rosterBioDivC {
	width: 100%;
	padding:0px;
	margin:0px;
	clear:both;
	padding-bottom:10px;
}

.rosterBioProfile{
	font: bold 13px Arial, Helvetica, sans-serif;
}

.rosterBioNameC{
	font: bold italic 24px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.rosterBioNameCTitle{
	font: bold italic 20px Arial, Helvetica, sans-serif;
	color:#601212;
}
.rosterBioFirstLine{
	padding-bottom:5px;
}
.rosterBioLabel{
	height:21px;
}
.bio{
	padding: 3px 0;
	text-align:justify;
}

.bio div {
	padding-bottom:5px;
}
.bioC{
	padding: 50px 3px 0 3px;
}