/* MAIN STYLES */
/* Main athlete profile container */
#AthleteProfile
{
	width: 100%;
}

/* Athlete Profile Form */
#frmAthleteProfile
{
	display: inline;
}

/* SEARCH STYLES */
/* Container for Search box */
#AthleteProfileSearch
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	width: 400px;	
}

/* Alphabetic search link styles */
.AthleteProfileSearchAlphaLetter
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #00584C;
}

a.AthleteProfileSearchAlphaLetter:Link, a.AthleteProfileSearchAlphaLetter:Hover, a.AthleteProfileSearchAlphaLetter:Visited, a.AthleteProfileSearchAlphaLetter:Active
{
	color: #00584C;
	text-decoration: underline;
}

/* container for each "row" */
.AthleteProfileSearchRow
{
	width: 100%;
	height: 30px;
	clear: both;
	text-align: center;
}

/* Search labels */
.AthleteProfileSearchLabel
{
	width: 33%;
	text-align: right;
	float: left;
	line-height: 20px;
}

/* search drop downs and last name input*/
.AthleteProfileSearchInput
{
	width: 35%;	
	float: left;
	margin-left: 10px;
}

/* submit search button */
#AthleteProfileSearchSubmit
{
	display: block;
	position: relative;
	left: 45%;
	margin-top: 10px;
	width: 46px;
	height: 21px;
	clear: both;
}


/* SEARCH RESULTS */
/* Search Result container */
#AthleteProfileSearchResult
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	width: 400px;
	margin-top: 10px;
}

/* Search Result columns */
.AthleteProfileSearchResultColumn
{
	float: left;
	width: 30%;
	margin-left: 2%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Search Result Links */
.AthleteProfileSearchResultLink
{
	color: #00584C;
	line-height: 15px;
	height: 15px;
}

a.AthleteProfileSearchResultLink:Hover, a.AthleteProfileSearchResultLink:Link, a.AthleteProfileSearchResultLink:Active, a.AthleteProfileSearchResultLink:Visited
{
	color: #00584C;
}

/* Status message for errors/no results */
#AthleteProfileInfo
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
	margin-top: 15px;
	text-align: center;
}

/* SEARCH NAVIGATION */
/* Navigation Container */
#AthleteProfileNav
{
	width: 350px;
	position: relative;
}

/* Page navigation links container */
#AthleteProfileNavPage
{
	position: relative;
	top: 15px;
	left: 25%;
	width: 50%;
	text-align: center;
	word-spacing: 2px;
}

/* Page Navigation Links */
.AthleteProfileNavPageLink
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
}

a.AthleteProfileNavPageLink:Hover, a.AthleteProfileNavPageLink:Link, a.AthleteProfileNavPageLink:Active, a.AthleteProfileNavPageLink:Visited
{
	color: #FF0000;
}

/* Selected Page Navigation Links */
.AthleteProfileNavPageLinkSelected
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

a.AthleteProfileNavPageLinkSelected:Hover, a.AthleteProfileNavPageLinkSelected:Link, a.AthleteProfileNavPageLinkSelected:Active, a.AthleteProfileNavPageLinkSelected:Visited
{
	color: #000000;
	text-decoration: none;
}

/* Previous Page Link */
#AthleteProfileNavPrev
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
	position: absolute;
	top: 15px;
	left: 0px;
}

a#AthleteProfileNavPrev:Hover, a#AthleteProfileNavPrev:Link, a#AthleteProfileNavPrev:Active, a#AthleteProfileNavPrev:Visited
{
	color: #FF0000;
}

/* Next Page Link */
#AthleteProfileNavNext
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	color: #FF0000;
	position: absolute;
	right: 0px;
	top: 15px;
}

a#AthleteProfileNavNext:Hover, a#AthleteProfileNavNext:Link, a#AthleteProfileNavNext:Active, a#AthleteProfileNavNext:Visited
{
	color: #FF0000;
}

/* Summary info box */
#AthleteProfileNavInfo
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 0px;
	margin-top: 25px;
}

/* ATHLETE PROFILES */
/* Athlete Profile container */
#AthleteProfileDetail
{
	width: 400px;
	margin-top: 15px;
}

/* Name */
#AthleteProfileDetailName
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 18px;
	font-style: italic;
	color: #000000;
	line-height: 24px;
}

/* Container for the athlete details */
#AthleteProfileDetailBox
{
	width: 400px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-bottom: 8px;
}

/* Row container for each field */
.AthleteProfileDetailRow
{
	margin-top: 8px;
}

/* label style */
.AthleteProfileDetailLabel
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 35%;
}

/* field value style */
.AthleteProfileDetailValue
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	float: right;
	width: 63%;	
}

/* Title of the bio area */
#AthleteProfileDetailBioTitle
{
	font-family: "Arial", "Helvetica", "Serif";
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	margin-top: 15px;
}

/* Bio area */
#AthleteProfileDetailBio
{
	width: 400px;
	margin-top: 10px;
}

