.rosterTable {
	border-spacing: 0px;
	border-collapse: separate;
}


.rosterNumH, .rosterPosH, .rosterWeightH, .rosterClassH {
	text-align:center
}

.rosterNum{
	text-align:right;
}

.rosterClass, .rosterPos{
	text-align:center
}

.rosterTeamPhoto {
	color:#000000;
	text-align:right;
	font-size:16px;
	font-weight:bold;
}
.rosterTeamPhoto img{
	padding-top:5px;
	padding-bottom:10px;
	margin-right:9px;
}
table.rosterTable {
	font-family:arial;
	margin:0px 0pt 5px;
	font-size: 12px;
	width: 784px;
	text-align: left;
}
table.rosterTable thead tr th, table.rosterTable tfoot tr th {
	background-color: #B8B49B;
	font-size: 12px;
	padding: 4px 8px 4px 4px;
	font-weight: normal;
}
table.rosterTable thead tr .header {
	background-image: url(/images_web/icon_arrow_both.gif);
	background-color:#8630AC;
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid #FFFFFF;
	border-top:none;
	color:#FFFFFF;
	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: #66209C;
	padding-right:8px;
	color:#FFFFFF;
	border:none;
	border: 1px solid #FFFFFF;
	border-top:none;
}
.rosterBioPhoto{
	float:right;
	margin:5px 20px 10px 10px;
	border:3px solid #66209C;
	overflow:hidden;
}
.rosterBioDiv{
	font-size:12px;
	font: Arial, Helvetica, sans-serif;
	padding:2px 10px;
}
.bioName{
	font:bold 20px Arial, Helvetica, sans-serif;
	padding:5px 0 2px 0px;
}
.bioTitle{
	font:bold 16px Arial, Helvetica, sans-serif;
	padding:0 0 5px 0px;
}

.bio{
	font-size:12px;
	padding:0px 2px;
	text-align:justify;
}
.playerBio{
	font-size:14px;
	padding-bottom:10px;
	padding-left:20px;
	padding-top:2px;
}
.coach{
	text-align:left;
	padding-left:10px;
	padding-bottom:5px;
}
.box{
margin-top:0px;
}
.label{
	font-weight:bold;
}
.bioTrojanEmblem{
	margin:5px 0 0 60px;
}
.bioInfo{
	font-size:16px;
	padding-left:20px;
	padding-top:10px;
	overflow:visible;
	height:373px;
	background:url(/images_web/trojanEmblem.gif) 60px bottom  no-repeat;
}
.bioCard{
	font-size:14px;
}
.bioHeight, .bioWeight, .bioClass, .rosterBioLabel, .bioHomeTown{
	padding:3px 0px;
}
.teamBreakdown{
	padding-left:10px;
	padding-top:20px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	float:left;
}
.FR, .SO, .JR, .SR, .totalPlayers{
	padding:10px 0px;
}
.record{
	padding-top:10px;
}
.totalPlayers{
	font-size:22px;
}
.fieldRecord{
	padding-bottom:10px;
	font-size:12px;
}
.statsPhoto{
	width:800px;
}

/***************ROSTER BIO CARD FOR BASEBALL ****************/
.rosterBioCardLogo {
	background:url(/images_web/rosterBioCardLogo.png) 0 0 no-repeat;	
/*	position: absolute; */
	top: 0;
	right: 0;
	height: 57px;
	width: 107px;
	z-index: 1028;
}

.rosterBioCardStripeGrad {
	background:url(/images_web/rosterBioCardStripeGrad.png) 0 0 repeat-y;	
}
