body {
	font-size: 12px;
	font-family: Tahoma;
}

table {
	font-size: 12px;
}

legend {
	font-weight: bold;
}

.bioSeasonContainer {
    position: relative;
        top: 10px;
        left: 10px;
        width: 100%;
    border: 1px solid #666666;
}

.bioSeason {
    border: 1px solid green;
}

.bioSeasonPopBox {
    position:relative;
        top: 0px;
        left: 0px;
        width: 100%;
}

.bioScoringRow {
    display: inline-table;
}

.bioScoringRow td {
	border: 0px;
    border-bottom: 1px solid #666666;
}

#highlight:hover {
    background-color: #e0e0e0;
}

.bioProfileContainer {
    position: relative;
        width: 600px;
        min-height: 220px;
    padding: 3px;
    border: 1px solid #666666;
}

.bioProfilePicture {
    position: relative;
        width: 120px;
        min-height: 140px;
    float: left;
}

.bioProfileData {
    position: relative;
        width: 200px;
        min-height: 140px;
    float: left;
}

.bioProfileClubLogo {
    position: relative;
        width: 100px;
        height: 140px;
    float: right;
}

.bioContainer {
    position: relative;
		margin-left: 10px;
        width: 95%;
        min-height: 50px;
    padding: 3px;
    border: 1px solid #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bioPhaseRow {
	background-color: #666666;
	color: #ffffff;
}

#bio-navigation {
    border: 1px solid #666;
	background-color: #ccc;
	margin: 0px;
/*	padding: 5px 0px 5px 0px;  */
	margin-bottom: 10px;
	height: 28px;
}
#bio-navigation a {
	display: block;
	padding: 5px 16px 5px 16px;
	text-decoration: none;
	font-family: Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #666;
	float: left;
}
#bio-navigation a:hover {
	background-color: #666;
	color: #fff;
}
#bio-navigation a.sel {
	background-color: #666;
	color: #fff;
}