﻿/* Overall link styles */
A:visited{color: #2E8B57; font-weight: bold}
A:active{color: #2E8B57; font-weight: bold}
A:hover{color: #2E8B57; font-weight: bold}
A:link{color: #2E8B57; font-weight: bold}

/* Required fields and alerts */
.Alert{font-size:12px; color:Red}
.rfv{font-size:12px}

/* Used to resize and modify behavior of the registration link in the login html */
#LoginLink{font-size:12px}
#LoginLink a {font-size:12px}
#LoginLink a:hover {font-size:12px}
#LoginLink a:visited {font-size:12px}
#LoginLink a:active {font-size:12px}
#LoginLink a:link {font-size:12px}

/* Not in use */
.Profile1{font-size:16px; color:Black; font-weight:bold}
.Profile2{font-size:16px; color: #FF8C00; font-weight:bold}
.Profile3{font-size:12px; color: #1E4AC8; font-weight:normal}
.registration{font-size:12px;  line-height: 16px; }

/* used in content pages that contain a header row */
.FitnessHeader{background-color:#FFFFFF; text-align:center; font-size:15px; font-weight:bold;  padding-top: 10px;}

/* Profile Panel background overall style */
.ProfileBody{background-color:#FFFFFF; font-family: Arial; color:black; font-size: 12px; font-weight: bold; margin: 0px; padding: 0px}

/* Content section overall style when yellow*/
.FitnessBody{background-color:#FFFFFF; font-family: Arial; color:black; font-size: 12px; font-weight: bold; margin: 0px; padding: 0px}

/* Registration style */
.RegistrationBody{background-color:#FFFFFF; font-family: Arial; color:black; font-size: 12px; font-weight: bold; margin: 0px; padding: 0px}

/* Welcome style */
.WelcomeBody{background-color:#FFFFFF; font-family: Arial; color:black; font-size: 12px; font-weight: bold; margin: 0px; padding: 0px}

/* Used as a beginning modification to style of overall application
   and an overide for differences between branding style and app style */ 
.AppBody{font-family: Arial; color:black; font-size: 12px; font-weight: bold; margin: 0px; padding: 0px; line-height:normal}

/* Applied to the top navigation menu */
#fitnessmenu a{
font: bold 12px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 1px 1px;
color: #FFFFFF;
background: #000000;
text-transform: uppercase;
 text-decoration: none;
}

/* Applied to the top navigation menu */
#fitnessmenu a:hover {
color: #000000;
background: #ADD8E6;
 text-decoration: none;
}

/* Applied to the bottom navigation menu */
#fitnessmenu2 a {
font: bold 11px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 1px 1px;
color: #FFFFFF;
background: #000000;
text-transform: uppercase;
text-decoration: none;
}

/* Applied to the bottom navigation menu */
#fitnessmenu2 a:hover {
color: #000000;
background: #ADD8E6;
text-decoration: none;
}

/* not in use */
.ProfileSections{
background-color:#FFFFFF;
border: 5px;
border-color: #000000;
padding: 3px;
font-family:Arial;
color:black;
font-size: 12px;
font-weight: bold;
}

/* My Account and Registration HRs */
.hrPersonalInfo{color:#a3b2e5;}
.hrPublicInfo{color:#f69679;}
.hrInterests{color:#fbaf5d;}
.hrPasswordInfo{color:#f7941d;}