﻿body
{
	font-family: Verdana, Sans-Serif;
	font-size: 13px;
}

h1
{
}

.CalendarContainer
{
    width: 930px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.CalendarContainer .PrevNextLinkContainer
{
    width: 190px;
    min-height: 1px;
    float: left;
    text-align: center;
    padding-top: 15px;
}

.CalendarContainer .TitleContainer
{
    width: 298px;
    float: left;
    text-align: center;
    padding: 8px 0px;
}

.CalendarContainer .TitleContainer h1
{
    font-family: "Times New Roman", Verdana, Arial, sans-serif;
    color: black;
    font-size: 30px;
    font-weight: bold;
}

.Calendar thead tr th
{
    background: #fff;
    color: #000;
    height: 28px;
	text-align: center;
	width: 130px;
}

.Calendar td
{
    font-size: 11px;
    height: 100px;
    margin: 1px;
    vertical-align: top;
    width: 130px;
}

.Calendar td .DayHeader
{
	background-color: #d8de40;
	color: #767a23;
	font-weight: bold;
	height: 16px;
	margin-bottom: 0px;
	padding-right: 2px;
	padding-top: 2px;
	text-align: right;
	vertical-align: middle;
}

.Calendar td .DayContent
{
    color: #000;
	cursor: pointer;
    height: 100px;
    padding: 3px;
}

.Calendar td .SelectedDay
{
    background-color: #eeeedb;
	cursor: pointer;
    height: 100px;
    padding: 3px;
}

.Calendar td.DayCell
{
    background-color: #F3F3F3; 
}

.Calendar td.AltDayCell
{
    background-color: #E3E2E2;
}

.Calendar .DayNumber
{
    color: #565656;
    font-weight: bold;
    width: 20px;
    float: left;
    font-size: 12px;
}

.CalendarEntryPopup
{
    background-image: url('../images/controls/entry_popup_bg.png');
    background-repeat: no-repeat;
    height: 289px;
    position: relative;
    width: 497px;
}

.CalendarEntryPopup .Close
{
    background-image: url('../images/popup/btn_close_gr.jpg');
    cursor: pointer;
    height: 35px;
    left: 443px;
    position: absolute;
    top: 12px;
    width: 35px;
    z-index: 1;
}

.CalendarEntryPopup .Content
{
    height: 230px;
    left: 42px;
    position: relative;
    top: 35px;
    width: 400px;
}

.CalendarEntryModule
{
    background-color: #efefde;
}

.CalendarEntryModule .Title
{
    font-size: 18px;
    padding-bottom: 30px;
}

.CalendarEntryModule .EntryLabel
{
    width: 84px;
}

.CalendarEntryModule .Buttons
{
    left: 85px;
    position: relative;
    top: 10px;
}

.CalendarEntryModule .Error
{
    padding-bottom: 20px;
}

.CalendarLogin
{
    margin-bottom: 20px;
    margin-top: 30px;
    width: 341px;
}

.CalendarLogin .Divider
{
    border-bottom: dotted 2px #bab9b9;
    height: 25px;
    margin-bottom: 25px;
    width: 330px;
}

.CalendarLogin .Background
{
    background-color: #fff;
}

.CalendarLoginPopup
{
    background-image: url('../images/controls/login_bg.png');
    background-repeat: no-repeat;
    height: 268px;
    width: 336px;
}

.CalendarLoginPopup .Close
{
    background-image: url('../images/popup/btn_close.jpg');
    cursor: pointer;
    height: 35px;
    left: 287px;
    position: relative;
    top: 10px;
    width: 35px;
    z-index: 1;
}

.CalendarLoginPopup .Content
{
    background-color: transparent;
    height: 185px;
    left: 30px;
    position: relative;
    top: 20px;
    width: 275px;
}

.CalendarLoginModule
{
    background-color: #f5f6cd;
}

.CalendarLoginModule .Fields
{
    height: 90px;
    position: relative;
}

.CalendarLoginModule .Fields .Label
{
    clear: left;
    float: left;
    font-weight: bold;
    height: 27px;
    margin-bottom: 8px;
    margin-top: 7px;
    text-align: right;
    width: 130px;
}

.CalendarLoginModule .Fields input
{
    clear: right;
    color: #666;
    float: right;
    font-size: 18px;
    height: 27px;
    margin-bottom: 10px;
    width: 130px;
}

.CalendarLoginModule .Close
{
    float: left;
    left: 84px;
    position: relative;
    top: 0px;
}

.CalendarLoginModule .Button
{
    float: right;
    height: 50px;
    margin-top: 10px;
    position: relative;
    width: 250px;
}

.CalendarLoginModule .ForgotPassword
{
    clear: both;
    color: #ff6000;
    font-size: 11px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.CalendarLoginModule .ForgotPassword a
{
    color: #ff6000;
    font-size: 11px;
}

.CalendarLoginModule .StatusMessage
{
    color: red;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.CalendarLoginStatus
{
    float: right;
    position: relative;
    top: -40px;    
}

.CalendarMonths
{
    clear: both;
    margin-bottom: 15px;
    text-align: right;    
}

/*
.CalendarLogin div .LoginInput
{
    background-color: transparent;
    background-image: url(ecms.aspx/controls/input_bg.png);
    background-repeat: no-repeat;
    border: 0 none;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    height: 25px;
    padding-left: 7px;
    padding-right: 7px;
    width: 146px;
}

.CalendarLogin .LoginButton
{
    left: 200px;
    position: relative;
    top: 15px;
}

.CalendarLogin a
{
    color: #ff6203;
    font-size: 11px;
    font-weight: 700;
    left: 200px;
    top: 20px;
    position: relative;
}
 */

.EmailSignup
{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 410px;
}

.EmailSignup div .Register
{
}

.EmailSignup .Divider
{
    border-bottom: dotted 2px #b9b9b9;
    height: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.EmailSignup div .Edit
{
}

.ExerciseModule
{
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    width: 598px;
}

.ExerciseModule .DiagramHowTo
{
    color: #2c7d7f;
    font-size: 10px;
    font-weight: bold;
    float: left;
    height: 63px;
    left: 235px;
    position: absolute;
    top: 101px;
    width: 136px;
    z-index: 100;
}

.ExerciseModule .BodyPartDescriptions
{
    background-image: url(../images/exercises/body_bg_pattern.jpg);
    background-repeat: repeat-y;
    padding-left: 20px;
    width: 598px;
}

.ExerciseModule .BodyPartDescriptions .Item
{
    display: none;
    visibility: hidden;
    width: 500px;
}

.ExerciseModule .BodyPartDescriptions .Item div p
{
    margin-bottom: 0px;
}

.ExerciseModule .DiagramEnd
{
    background-image: url(../images/exercises/body_bg_bottom.jpg);
    height: 53px;
    width: 598px;
}

.ExerciseModule .DiagramEnd .Tab
{
    display: none;
    left: 10px;
    position: relative;
    top: 21px;
    visibility: hidden;
}

.Accordion
{
    display: none;
    visibility: hidden;
}

.AccordionHeader
{
    background-image: url(../images/click_for_exercise.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: dotted 1px #bab9b9;
    cursor: pointer;
    height: 30px;
    margin-bottom: 7px;
    margin-top: 7px;
    padding-bottom: 7px;
    width: 598px;
}

.AccordionHeader_FR
{
    background-image: url(../images/click_for_exercise_fr.jpg);
    background-repeat: no-repeat;
    background-position: center right;    
}

.AccordionHeader .Right
{
    clear: right;
    float: right;
    font-size: 11px;
    position: relative;
    width: 150px;
}

.AccordionHeaderSel
{    
    border-bottom: none;
    cursor: pointer;
    height: 30px;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 598px;
}

.AccordionContent
{
    border-bottom: dotted 1px #bab9b9;
    padding-bottom: 15px;
    width: 598px;
}

.AccordionContent img
{
    float: left;
}

.AccordionContent .Description
{
    clear: left;
    color: #4c4c4c;
    /* float: right; */
    line-height: 20px;
    overflow: hidden;
    padding-top: 20px;
    /* min-width: 300px; */
}

.AccordionContent .ImageBar
{
    clear: both;
    height: 300px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.AccordionContent .ImageBarItem
{
    border-right: dotted 2px #bab9b9;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.ExerciseModule .IMap
{
    background-image: url(../images/exercises/body.jpg);
    background-repeat: no-repeat;
    height: 365px;
    margin: 0px;
    position: relative;
    width: 598px;
}

.ExerciseModule .IMap dt img
{
    display: none;
}

.ExerciseModule .IMap a
{
    display: block;
    z-index: 20;
}

.ExerciseModule .IMap dd
{
    display: none;
    visibility: hidden;
}

.ExerciseModule .IMap .Abs
{
    left: 113px;
    position: absolute;
    top: 136px;
    z-index: 35;    
}

.ExerciseModule .IMap a#Abs
{
    height: 30px;
    width: 52px;
}

.ExerciseModule .IMap a.AbsHover
{
    background-image: url(../images/exercises/body/abs.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .Biceps
{
    left: 103px;
    position: absolute;
    top: 107px;
    z-index: 35;    
}

.ExerciseModule .IMap a#Biceps
{
    height: 33px;
    width: 75px;
}

.ExerciseModule .IMap a.BicepsHover
{
    background-image: url(../images/exercises/body/biceps.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .Calves
{
    left: 352px;
    position: absolute;
    top: 242px;
    z-index: 35;    
}

.ExerciseModule .IMap a#Calves
{
    height: 41px;
    width: 51px;
}

.ExerciseModule .IMap a.CalvesHover
{
    background-image: url(../images/exercises/body/calves.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .Chest
{
    left: 113px;
    position: absolute;
    top: 98px;
    z-index: 37;    
}

.ExerciseModule .IMap a#Chest
{
    height: 33px;
    width: 53px;
}

.ExerciseModule .IMap a.ChestHover
{
    background-image: url(../images/exercises/body/chest.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .Hams
{
    left: 352px;
    position: absolute;
    top: 191px;
    z-index: 35;    
}

.ExerciseModule .IMap a#Hams
{
    height: 39px;
    width: 54px;
}

.ExerciseModule .IMap a.HamsHover
{
    background-image: url(../images/exercises/body/hamstrings.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .HipsL
{
    left: 112px;
    position: absolute;
    top: 167px;
    z-index: 34;    
}

.ExerciseModule .IMap a#HipsL
{
    height: 62px;
    width: 54px;
}

.ExerciseModule .IMap a.HipsLHover
{
    background-image: url(../images/exercises/body/hips_l.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .HipsR
{
    left: 352px;
    position: absolute;
    top: 167px;
    z-index: 35;    
}

.ExerciseModule .IMap a#HipsR
{
    height: 62px;
    width: 54px;
}

.ExerciseModule .IMap a.HipsRHover
{
    background-image: url(../images/exercises/body/hips_r.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .LowerBack
{
    left: 355px;
    position: absolute;
    top: 137px;
    z-index: 35;    
}

.ExerciseModule .IMap .LowerBack a
{
    height: 30px;
    width: 48px;
}

.ExerciseModule .IMap a.LowerBackHover
{
    background-image: url(../images/exercises/body/lower_back.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .NeckL
{
    left: 130px;
    position: absolute;
    top: 79px;
    z-index: 36;    
}

.ExerciseModule .IMap a#NeckL
{
    height: 17px;
    width: 20px;
}

.ExerciseModule .IMap a.NeckLHover
{
    background-image: url(../images/exercises/body/neck_l.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .NeckR
{
    left: 372px;
    position: absolute;
    top: 77px;
    z-index: 36;    
}

.ExerciseModule .IMap a#NeckR
{
    height: 20px;
    width: 19px;
}

.ExerciseModule .IMap a.NeckRHover
{
    background-image: url(../images/exercises/body/neck_r.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .Quads
{
    left: 113px;
    position: absolute;
    top: 190px;
    z-index: 35;
}

.ExerciseModule .IMap a#Quads
{
    height: 39px;
    width: 53px;
}

.ExerciseModule .IMap a.QuadsHover
{
    background-image: url(../images/exercises/body/quads.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .ShoulderSL
{
    left: 105px;
    position: absolute;
    top: 87px;
    z-index: 35;
}

.ExerciseModule .IMap a#ShoulderSL
{
    height: 29px;
    width: 68px;
}

.ExerciseModule .IMap a.ShoulderSLHover
{
    background-image: url(../images/exercises/body/shoulder_s_l.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .ShoulderSR
{
    left: 346px;
    position: absolute;
    top: 87px;
    z-index: 36;
}

.ExerciseModule .IMap a#ShoulderSR
{
    height: 40px;
    width: 69px;
}

.ExerciseModule .IMap a.ShoulderSRHover
{
    background-image: url(../images/exercises/body/shoulder_s_r.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .ShoulderUL
{
    left: 105px;
    position: absolute;
    top: 87px;
    z-index: 35;
}

.ExerciseModule .IMap a#ShoulderUL
{
    height: 29px;
    width: 68px;
}

.ExerciseModule .IMap a.ShoulderULHover
{
    background-image: url(../images/exercises/body/shoulder_u_l.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .ShoulderUR
{
    left: 346px;
    position: absolute;
    top: 87px;
    z-index: 35;
}

.ExerciseModule .IMap a#ShoulderUR
{
    height: 29px;
    width: 69px;
}

.ExerciseModule .IMap a.ShoulderURHover
{
    background-image: url(../images/exercises/body/shoulder_u_r.png);
    background-repeat: no-repeat;
}

.ExerciseModule .IMap .Triceps
{
    left: 344px;
    position: absolute;
    top: 105px;
    z-index: 35;
}

.ExerciseModule .IMap a#Triceps
{
    height: 34px;
    width: 73px;
}

.ExerciseModule .IMap a.TricepsHover
{
    background-image: url(../images/exercises/body/triceps.png);
    background-repeat: no-repeat;
}

.HomepageActionButtons
{
}

.HomepageActionButtons .Left
{
    float: left;
    left: 37px;
    position: relative;
    top: 25px;
    width: 309px;
}

.HomepageActionButtons .Middle
{
    float: left;
    left: 37px;
    position: relative;
    top: 28px;
    width: 309px;
}

.HomepageActionButtons .Right
{
    float: left;
    left: 37px;
    position: relative;
    top: 28px;
    width: 309px;
}

.RegisterPopup
{
    background-image: url('../images/controls/register_popup.png');
    background-repeat: no-repeat;
    height: 722px;
    position: relative;
    width: 542px;
}

.RegisterPopup .Close
{
    background-image: url('../images/popup/btn_close_gr.jpg');
    cursor: pointer;
    height: 35px;
    left: 445px;
    position: absolute;
    top: 32px;
    width: 35px;
    z-index: 1;
}

.RegisterPopup .Content
{
    height: 630px;
    left: 63px;
    position: relative;
    top: 57px;
    width: 405px;
}

.RegisterModule
{
    background-color: #eeeedb;
    color: #000;
}

.RegisterModule .Title
{
    font-size: 20px;
    font-weight: bold;
}

.RegisterModule .Divider
{
    border-bottom: dotted 2px #aeada0;
    clear: both;
    height: 14px;
    margin-bottom: 14px;
    position: relative;
}

.RegisterModule .Fields
{
}

.RegisterModule .Fields .FieldName
{
    color: #838378;
    float: left;
    font-size: 13px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: right;
    width: 176px;
}

.RegisterModule .Fields .FieldInput
{
    clear: right;
    float: left;
    margin-bottom: 5px;
}

.RegisterModule .Fields .FieldInput input
{
    width: 152px;
}

.RegisterModule .CheckBox
{
    float: left;
    width: 40px;
}

.RegisterModule .CheckBoxText
{
    clear: right;
    float: left;
    width: 360px;
}

.RegisterModule .StatusMessage
{
    padding-top: 10px;
    text-align: center;
}

.RegisterModule .Buttons
{
    position: relative;
    width: 240px;
}

/**************************************
 * Title Styles
 *************************************/

.TitleArea
{
    border-bottom: dotted 2px #b5b5b5;
    font-family: Georgia, Sans-Serif;
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 20px;
}

/**************************************
 * Dialog Styles
 *************************************/

.Status
{
    width: 250px;
    z-index: 1100;
}

.Status .Success
{
    color: green;
    padding: 6px;
}