﻿/*  Player Profile  */
body#playerprofile div#PlayerProfile_Main,
body#playerprofile div#PlayerProfile_RightCol,
body#playerprofile div.exterior	{
	height:auto;
	overflow:visible;
}
body#playerprofile div.playerprofile_tabbox {
	overflow:visible;
	height:auto;
}

/*  Recruit Profile  */
body#recruitprofile div.RecruitProfile_Main,
body#recruitprofile div.RecruitProfile_RightCol {
	height:auto !important;
	overflow:visible !important;
	position: relative !important;
}
body#recruitprofile div.RecruitProfile_TabBox {
	overflow:visible !important;	
	height: auto !important;
}

body#recruitprofile div.wis_tabbox {
	height: auto !important;
	position: relative !important;
	overflow: visible !important;
}



/*  Team Profile  */
body#teamprofile div.teamprofile_tabbox {
	overflow:visible;
	height:auto;	
}
body#teamprofile div.teamprofile_main {
	float: none;
	position: relative;

}
body#teamprofile div.wis_tabbox {
	position: relative;
}

/*  Box Score  */
body#boxscore div.boxscore {
	overflow:visible;
	height:auto;
}
