﻿@charset "utf-8";
/* CSS Document */

/*
LA Fitness Website
Created on 27 Mar 2012
*/

img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul li {
        display: inline;
    }

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

/* ------------------------ body already is present on GlobalThemeSytles.css --------------------------------*/
/*body {
	background:#fff;
	color:#303030;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
}*/



a {
    color: #2B7CAB;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:click {
        color: #ff6600;
    }

p {
    line-height: 17px;
    padding-bottom: 10px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
}

h4 {
    font-size: 14px !important;
    font-weight: bold !important;
    padding-bottom: 20px;
    padding-top: 10px;
}

#header .top, #header .bottom .container, .login #body, #footer {
    width: 83.984375%; /* 1075px */
    margin: 0 auto;
    overflow: hidden;
}

#header .top {
    position: relative;
    overflow: visible;
    height: 51px;
}

#header .bottom .container {
    overflow: hidden;
}

header {
    color: #7a7a7a;
    padding: 2px 0 0;
    background: #FFF;
    font-size: 90%;
}

.logo {
    float: left;
    width: 102px;
    margin-right: 10px;
    padding-top: 6px;
}

#header .right {
    float: right;
}

.corpNav {
    text-align: right;
    float: right;
    min-height: 22px;
}

    .corpNav a {
        color: #7a7a7a;
    }

        .corpNav a img {
            vertical-align: middle;
            margin-right: 7px;
        }

    .corpNav ul {
        overflow: hidden;
    }

        .corpNav ul li {
            padding: 0 3px;
            float: left;
            line-height: 22px;
        }

            .corpNav ul li.first {
                padding-left: 0;
            }

            .corpNav ul li.last {
                padding-right: 0;
                border: 0;
            }

            .corpNav ul li.accounName a {
                background: url(/Pages/images/account-arrow.png) no-repeat right;
                padding-right: 12px;
            }

.secondRow {
    padding: 2px 0;
    overflow: hidden;
    float: right;
    clear: right;
}

.searchContainer {
    float: left;
    padding-right: 30px;
}

    .searchContainer input {
        border: 1px solid #d5d5d5;
        float: left;
    }

    .searchContainer label {
        float: left;
        padding: 6px 5px 0 0;
    }

    .searchContainer input[type="text"] {
        padding: 3px 5px 2px;
        border-right: 0;
        color: #b0b0b0;
        font-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        margin: 0;
        width: 100px;
        box-shadow: 0;
    }

    .searchContainer input[type="image"] {
        padding: 1px;
        border-left: 0;
    }

.socialNav {
    padding-top: 4px;
    float: left;
}

    .socialNav ul li a {
        float: left;
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .socialNav ul li.last a {
        margin-right: 0;
    }

    .socialNav ul li a.fb {
        background: url(/Pages/images/social-icons.png) no-repeat;
    }

    .socialNav ul li a.twitter {
        background: url(/Pages/images/social-icons.png) no-repeat -19px 0;
    }

    .socialNav ul li a.youtube {
        background: url(/Pages/images/social-icons.png) no-repeat -38px 0;
    }

    .socialNav ul li a.foursquare {
        background: url(/Pages/images/social-icons.png) no-repeat -57px 0;
    }

#header .bottom {
    background: #0f003d; /*--- previous color #303030 (date change 7/11/2012) ----*/
}

.navMenu {
    float: left;
    width: 100%;
    background: #0f003d; /*--- previous color #303030 (date change 7/11/2012) ----*/
    color: #FFFFFF; /*--- previous color #dedede (date change 7/11/2012) ----*/
    font-size: 14px;
    overflow: hidden;
}

    .navMenu a {
        float: left;
        color: #ffffff; /*--- previous color #dedede (date change 7/11/2012) ----*/
        padding: 6px 10px;
        margin: 0 0 0 -1px;
        border-right: 1px solid #1d88bd;
        border-left: 1px solid #1d88bd;
    }

    .navMenu li.first a {
        padding-left: 0;
    }


    .navMenu a:hover {
        text-decoration: none;
        color: #FFFFFF; /*--- previous color #fdb814 (date change 7/11/2012) ----*/
        background-color: #1c0073;
    }

    .navMenu a.selected {
        background: #250098; /*--- previous color #fdb814 (date change 7/11/2012) ----*/
        color: #f6b116; /*--- previous color #26262c (date change 7/11/2012) ----*/
    }

    .navMenu.screen768 {
    }

        .navMenu.screen768 a {
            padding-right: 40px;
            background: #250098 url(../../images/dropdownArrow.jpg) no-repeat right; /*--- previous color #fdb814  (date change 7/11/2012) ----*/
            color: #f6b116; /*--- previous color #fdb814  (date change 7/11/2012) ----*/
        }

        .navMenu.screen768 li.first a {
            padding-left: 10px;
        }

.login #body {
    display: none;
}

.body {
    overflow: hidden;
    margin: 25px 0;
}

.login .rightCol {
    width: 49%;
    float: right;
}

.signin {
    padding: 20px;
    border-top: 3px solid #FDB814;
    background: url(../../images/signinBg.jpg) repeat-x scroll 0 0 #ECEBE9;
    border-bottom: 1px solid #ceccca;
    position: relative;
}

    .signin .row {
        overflow: hidden;
        margin-right: 0;
        margin-left: 0;
    }

        .signin .row .fieldLabelLeft {
            margin-right: 10px;
        }

    .signin .smallLogo {
        position: absolute;
        top: 15px;
        right: 20px;
    }

.title {
    font-size: 16px;
    padding-bottom: 20px;
}
/*F0168 - Remove this style as it is applied at too high of a level and it prevents radio button labels from aligning next to the radio button*/
/*label
{
	display:block;
}*/


/*input[type="text"], textarea, input[type="password"], select, input[type="file"] { border:1px solid #D5D5D5;padding:5px; width:77%; margin:5px 0 2px; box-shadow:0 0 1px #DDDDDD; font-family:Arial, Helvetica, sans-serif; font-size:12px; }*/

input:focus {
    background-color: #FFD457;
}

select:focus {
    background-color: #FFD457 !important;
}


/*input[type="file"]
{
    border:1px solid #cecece !important;
}*/
.signin a {
    font-size: 11px;
    margin-bottom: 10px;
    display: inline-block;
}

/*input[type="checkbox"] { margin:0; padding:0;	 border:1px solid #aaa; display:inline-block;}*/

.signin input[type="checkbox"] {
    float: left;
    margin: 2px 5px 0 0;
}


    .signin input[type="checkbox"]:focus {
        outline: 3px solid #ffaa22 !important;
        border: 3px solid #ffaa22 !important;
        outline: 3px auto -webkit-focus-ring-color 3px solid #ffaa22;
    }

.signin label {
    overflow: hidden;
}


/* ------------------------------------------------------------
+ Global Buttons Edit Here-----Gradients fixed for I.E. on 9/5/2012
------------------------------------------------------------ */


.pointer {
    cursor: pointer;
}

input[type="button"], input[type="submit"], a.inputbutton, a.inputbutton:link {
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 0;
    vertical-align: top;
}

    a.inputbutton, a.inputbutton:link {
        text-decoration: none;
        display: inline-block;
        color: #000000;
    }

.ie8 .buttons {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 .buttons {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type='button'].buttons {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type="button"], input[type="submit"] {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"], input[type="submit"] {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    top: 0px;
    left: 0px;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

/* Previous Gradient  #fee54c 0%, #fd9e12 - Dated 02/28/2017 */
/*F-0297 Created Hyperlink class to mimic input button*/
.yellow-hl {
    text-decoration: none !important;
    color: #000000;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #FFD457 0%, #FFD457 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD457), color-stop(100%,#fd9e12)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFD457 0%,#FFD457 100%); /* W3C */
    -pie-background: linear-gradient(top, #FFD457 0%,#FFD457 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
}
/*F-0297 Additional classes for MyZone*/
.justify {
    text-align: justify;
    -ms-text-justify: inter-word;
    text-justify: inter-word;
}

.image-center {
    margin: 0 auto;
}



input[type="button"].white, input[type="submit"].white {
    color: #000000;
    background: #FFFFFF url(/Pages/images/mainNav-dropdown-arrow.png) 7px 7px no-repeat;
    border: 2px solid #000000;
    padding-left: 20px;
    cursor: pointer;
}

.ie7 input[type="button"].white, input[type="submit"].white {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].white, input[type="submit"].white {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9 input[type='button'].white {
    background: #FFFFFF url(/Pages/images/mainNav-dropdown-arrow.png) 7px 7px no-repeat;
}




input[type="button"].red, input[type="submit"].red {
    color: #EAEAEA;
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(top, #FF0000 0%, #7F0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7F0000), color-stop(100%,#7F0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FF0000 0%,#7F0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FF0000 0%,#7F0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FF0000 0%,#7F0000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FF0000 0%,#7F0000 100%); /* W3C */
    -pie-background: linear-gradient(top, #FF0000 0%,#7F0000 100%); /* W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    border: 1px solid #7F0037;
}

.ie7 input[type="button"].red, input[type="submit"] .red {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].red, input[type="submit"] .red {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}


input[type="button"].Ltred, input[type="submit"].Ltred {
    background: #fe974a; /* Old browsers */
    background: -moz-linear-gradient(top, #fe974a 0%, #fd3c12 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe974a), color-stop(100%,#fd3c12)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fe974a 0%,#fd3c12 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fe974a 0%,#fd3c12 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fe974a 0%,#fd3c12 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fe974a 0%,#fd3c12 100%); /* W3C */
    -pie-background: linear-gradient(top, #fe974a 0%,#fd3c12 100%); /* W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    border: 1px solid #d5330f;
    margin-top: 10px;
}

.ie7 input[type="button"].Ltred, input[type="submit"] .Ltred {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].Ltred, input[type="submit"] .Ltred {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}




input[type="button"].drkorange, input[type="submit"].drkorange {
    background: #fdc415; /* Old browsers */
    background: -moz-linear-gradient(top, #fdc415 0%, #ff8d05 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdc415), color-stop(100%,#ff8d05)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fdc415 0%,#ff8d05 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fdc415 0%,#ff8d05 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fdc415 0%,#ff8d05 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fdc415 0%,#ff8d05 100%); /* W3C */
    -pie-background: linear-gradient(top, #fdc415 0%,#ff8d05 100%); /* W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    border: 1px solid #d5330f;
    margin-top: 10px;
}

.ie7 input[type="button"].drkorange, input[type="submit"] .drkorange {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].drkorange, input[type="submit"] .drkorange {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}



input[type="button"].green, input[type="submit"].green {
    background: #84de96; /* Old browsers */
    background: -moz-linear-gradient(top, #84de96 0%, #44be53 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84de96), color-stop(100%,#44be53)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #84de96 0%,#44be53 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #84de96 0%,#44be53 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #84de96 0%,#44be53 100%); /* IE10+ */
    background: linear-gradient(to bottom, #84de96 0%,#44be53 100%); /* W3C */
    -pie-background: linear-gradient(top, #84de96 0%,#44be53 100%); /* W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    border: 1px solid #45c155;
    margin-top: 10px;
}

.ie7 input[type="button"].green, input[type="submit"] .green {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].green, input[type="submit"] .green {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}







input[type="button"].blue, input[type="submit"].blue {
    background: #74c3ff; /* Old browsers */
    background: -moz-linear-gradient(top, #a5d8ff 0%, #6ec1ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5d8ff), color-stop(100%,#6ec1ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5d8ff 0%,#6ec1ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5d8ff 0%,#6ec1ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5d8ff 0%,#6ec1ff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5d8ff 0%,#6ec1ff 100%); /* W3C */
    -pie-background: linear-gradient(top, #a5d8ff 0%,#6ec1ff 100%); /* W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    border: 1px solid #72afe8;
    margin-top: 10px;
}

.ie7 input[type="button"].blue, input[type="submit"] .blue {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].blue, input[type="submit"] .blue {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

/* Previous Gradient  #fee54c 0%, #fd9e12 - Dated 02/28/2017 */
/*Created to have a yellow button on a document with a scroll bar as this does not work with IE8*/
input[type="button"].yellowInScroll, input[type="submit"].yellowInScroll {
    color: #000000;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #FFD457 0%, #FFD457 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD457), color-stop(100%,#FFD457)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFD457 0%,#FFD457 100%); /* W3C */
    z-index: 0;
    vertical-align: top;
}

input[type="button"].yellow, input[type="submit"].yellow, a.inputbutton.yellow {
    color: #000000;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #FFD457 0%, #FFD457 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD457), color-stop(100%,#FFD457)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFD457 0%,#FFD457 100%); /* W3C */
    -pie-background: linear-gradient(top, #FFD457 0%,#FFD457 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
}

input[type="button"].corp_input, input[type="submit"].corp_input, a.inputbutton.corp_input {
    color: #000000;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #FFD457 0%, #FFD457 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD457), color-stop(100%,#FFD457)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFD457 0%,#FFD457 100%); /* W3C */
    -pie-background: linear-gradient(top, #FFD457 0%,#FFD457 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
}

input[type="button"].yellow:focus, input[type="submit"].yellow:focus, a.inputbutton.yellow:focus {
    border: 2px solid #001e80 !important;
}

:focus {
    outline: none !important;
}

/* Previous Gradient  #fee54c 0%, #fd9e12 - Dated 02/28/2017 */
/*FOR FEATURED JOB ADS ON EMPLOYMENT PAGE*/
button.featjobbutton {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-decoration: none;
    font-size: 12px;
    padding: 4px 4px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #FFD457 0%, #FFD457 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD457), color-stop(100%,#FFD457)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFD457 0%,#FFD457 100%); /* W3C */
    -pie-background: linear-gradient(top, #FFD457 0%,#FFD457 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
    width: 200px;
    color: #000000;
}


.ie7 input[type="button"].yellow, input[type="submit"].yellow, a.inputbutton.yellow {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].yellow, input[type="submit"].yellow, a.inputbutton.yellow {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}


/*Created to have a gray button on a document with a scroll bar as this does not work with IE8*/
input[type="button"].grayInScroll, input[type="submit"].grayInScroll {
    background: #c1c2d9; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e7fe 0%, #bec0d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7fe), color-stop(100%,#bec0d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e7fe 0%,#bec0d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e7fe 0%,#bec0d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e7fe 0%,#bec0d7 100%); /* IE10+ */
    background: #c1c2d9; /* W3C */
    border: 1px solid #a4a6c1;
    margin-top: 11px; /* change from 10px to 0px on 8/30/2012*/
    margin-left: 8px;
    top: 0px;
    left: 0px;
}

input[type="button"].gray, input[type="submit"].gray, a.inputbutton.gray {
    background: #c1c2d9; /* Old browsers */
    background: -moz-linear-gradient(top, #e6e7fe 0%, #bec0d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e7fe), color-stop(100%,#bec0d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6e7fe 0%,#bec0d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6e7fe 0%,#bec0d7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6e7fe 0%,#bec0d7 100%); /* IE10+ */
    background: #c1c2d9; /* W3C */
    -pie-background: linear-gradient(top, #e6e7fe 0%,#bec0d7 100%); /* W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    border: 1px solid #a4a6c1;
    margin-top: 11px; /* change from 10px to 0px on 8/30/2012*/
    margin-left: 8px;
    top: 0px;
    left: 0px;
}

.ie7 input[type="button"].gray, input[type="submit"].gray, a.inputbutton.gray {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].gray, input[type="submit"].gray, a.inputbutton.gray {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}


.WhiteTabRedBorder { /*cursor:pointer;*/
    font-size: 25px;
    font-weight: bold;
    color: #2e2e2e;
    border: 1px solid #d8d8d8;
    line-height: 1.2em;
    padding: 10px 20px 10px;
    width: 550px;
    text-align: center;
    width: auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 0px 0px 10px 0px;
    -webkit-box-shadow: #666 0px 0px 0px;
    -moz-box-shadow: #666 0px 0px 0px;
    box-shadow: #666 0px 0px 0px;
    text-decoration: none;
    clear: both;
    display: inline-block;
    /*position:relative; */
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #f3f3f3 36%, #ededed 66%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(36%,#f3f3f3), color-stop(66%,#ededed), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#f3f3f3 36%,#ededed 66%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%,#f3f3f3 36%,#ededed 66%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%,#f3f3f3 36%,#ededed 66%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(top, #f7f7f7 0%,#f3f3f3 36%,#ededed 66%,#f7f7f7 100%); /* W3C */
    -pie-background: linear-gradient(top, #f7f7f7 0%,#f3f3f3 36%,#ededed 66%,#f7f7f7 100%); /* W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
}

a.WhiteTabRedBorder {
    color: #FFFFFF;
    text-decoration: none; /*cursor:pointer;*/
}
/*input[type='button'].ButtonBlueWhiteTxtRedBorder { overflow:visible; padding:3px 12px 2px; line-height:1.5em; }*/
.ie7 .WhiteTabRedBorder {
    position: relative;
    text-decoration: none; /*cursor:pointer;*/
}

.ie8 .WhiteTabRedBorder {
    position: relative;
    text-decoration: none; /*cursor:pointer;*/
}

.ie7 input[type='button'].WhiteTabRedBorder {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none; /*cursor:pointer;*/
}

.ie9compatibility input[type='button'].WhiteTabRedBorder {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none; /*cursor:pointer;*/
}


.WhiteTabRedBorder strong {
    font-size: 18px;
    font-weight: normal;
}


.TopButtonTab {
    float: right;
    clear: left;
    z-index: 50;
    margin: 0px 0px 10px 0px;
}


.settingsTab input[type="button"].fbConnect, .settingsTab input[type="submit"].fbConnect {
    margin: 0;
    background: url('/Pages/images/connect-fb-button.png') no-repeat;
    -pie-background: linear-gradient( 0%, 100%); /*  Must have when backgroundimage is present */
    -webkit-background-size: 162px 22px;
    -khtml-background-size: 162px 22px;
    -o-background-size: 162px 22px;
    background-size: 162px 22px;
    border: 0;
    border-radius: 0;
    width: 162px;
    height: 22px;
    margin-bottom: 10px;
}

#divClusterClubs {
    position: fixed;
    z-index: 101;
}

    #divClusterClubs .title {
        font-size: 17px;
        font-weight: bold !important;
    }

    #divClusterClubs .content {
        max-height: 252px;
        min-height: 150px;
        overflow: auto;
        width: 89.5%;
    }

.popupAjaxLoading {
    background: url(/Pages/Images/progress.gif) no-repeat center center;
    min-height: 150px;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
}

.clubDetail {
    list-style-type: decimal;
    margin-left: 20px;
    font-size: 1.1em;
    min-width: 495px;
    width: 89.5%;
}

    .clubDetail li {
        height: 25px;
        font-weight: bold;
        margin-left: 15px;
        margin-bottom: 3px;
    }

    .clubDetail > li > span span:last-child {
        text-transform: capitalize;
    }

    .clubDetail > li span {
        margin-left: 3px;
        text-transform: capitalize;
        font-size: 13px;
        color: #473F3F;
        font-weight: normal;
    }

.clubRegionLink > a {
    color: black !important;
    cursor: pointer;
    text-decoration: underline;
}
/*END- F0190*/
@media screen and (max-width: 768px) {
    .helpmenu li {
        display: inline;
    }

    .subNav li {
        display: inline;
    }

    .leagueNoScroll {
        overflow: hidden;
    }

    .footer a {
        font-size: 13px !important;
    }

    .lightbox.level2 .popupContainer {
        left: 11%;
    }
}

@media screen and (max-width: 340px) {

    input[type="button"], input[type="submit"] {
        font-size: 14px;
        padding: 4px 15px;
        border-radius: 5px;
        border: 1px solid #ffaa22;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 0;
        vertical-align: top;
        white-space: normal;
    }
}

/*end - f0188*/
.signup {
    border-top: 1px solid #fff;
    background: #d8d7d5 url(../../images/signupBg.jpg) repeat-x;
    border-bottom: 0;
}

    .signup .title {
        padding-bottom: 15px;
    }

.login .leftCol {
    width: 47%;
    float: left;
}

    .login .leftCol p a {
        display: inline-block;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .login .leftCol .row {
        padding: 10px 0;
        overflow: hidden;
    }

        .login .leftCol .row img {
            margin-right: 20px;
            margin-bottom: 5px;
            float: left;
        }

.contentLink {
    margin-bottom: 5px;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #ccc;
    display: none;
    line-height: 14px;
}

    .contentLink.last {
        border: 0;
        margin-right: 0;
        padding-right: 0;
    }
/*changed footer to .footer*/
.footer { /*
	background:#d6d6d6;*/
    font-size: 11px;
    font-weight: bold;
}
    /*changed footer to .footer*/
    .footer a {
        font-size: 12px;
        color: #303030;
        font-weight: normal;
    }
    /*changed footer to .footer*/
    .footer ul li {
        display: block;
        padding-top: 3px;
    }
        /*changed footer to .footer*/
        .footer ul li.first {
            padding-top: 15px;
        }

.footerLinks {
    overflow: hidden;
}
/*changed footer to .footer*/
.footer .col {
    float: left;
    width: 175px;
    min-height: 165px;
}

#footer {
    text-align: center;
}

.footerLinks {
    display: inline-block;
    text-align: left;
}

    .footerLinks .row {
        float: left;
    }

        .footerLinks .row hr {
            display: none;
        }

.copyright {
    font-weight: normal;
    font-size: 9px;
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
}

    .copyright p {
        padding-bottom: 5px;
    }

.createAccount {
    width: 680px;
}

    .createAccount .tabs {
        overflow: hidden;
        padding-top: 15px;
    }

        .createAccount .tabs ul li {
            float: left;
            background: url(../../images/fishboneLightblue.png) right;
            height: 38px;
            padding-left: 35px;
            width: 30.884%;
            position: relative;
            margin-left: -20px;
            color: #303030;
            line-height: 37px;
            font-weight: bold;
            overflow: hidden;
        }

            .createAccount .tabs ul li.completed {
                background: url(../../images/fishboneBlue.png) right;
                color: #fff;
            }

            .createAccount .tabs ul li.selected {
                background: url(../../images/fishboneOrg.png) right;
                color: #303030;
            }

            .createAccount .tabs ul li.first {
                z-index: 4;
                margin-left: 0;
                padding-left: 20px;
            }

            .createAccount .tabs ul li.second {
                z-index: 3;
            }

            .createAccount .tabs ul li.third {
                z-index: 2;
            }

            .createAccount .tabs ul li.fourth {
                z-index: 1;
                background: #dcdcdc;
                min-width: 170px;
            }

                .createAccount .tabs ul li.fourth.selected {
                    background: #fdb814;
                }

            .createAccount .tabs ul li span {
                font-size: 11px;
                font-weight: normal;
            }

                .createAccount .tabs ul li span b {
                    font-size: 13px;
                    font-weight: bold;
                }

.accountContainer {
    background: #f1f1f1;
    padding: 5px;
    margin-top: 2px;
    overflow: hidden;
}

    .accountContainer p {
        /*width:300px;*/
        /*padding-bottom:25px;*/
    }

    .accountContainer .row {
        overflow: hidden;
        padding-bottom: 15px;
    }

        .accountContainer .row.last {
            padding-bottom: 0;
        }

        .accountContainer .row input {
            float: left;
            margin-right: 20px;
        }

            .accountContainer .row input.last {
                margin-right: 0;
            }

            .accountContainer .row input[type="text"], .accountContainer .row input[type="password"] {
                width: 270px;
            }

        .accountContainer .row span {
            color: red;
        }

        .accountContainer .row p {
            float: left;
            padding-bottom: 0;
            font-size: 11px;
            padding-top: 3px;
            line-height: 14px;
        }

    .accountContainer .yellow {
        margin-top: 10px; /* Previous margin-top:10px;*/
    }

.imageContainer {
    padding-top: 20px;
}

    .imageContainer img {
        margin-right: 10px;
        vertical-align: middle;
        max-width: 100%;
    }

        .imageContainer img.last {
            margin-right: 0;
        }

.doubleBorder {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}

.lightbox {
    /*background:#3c3c3a url(../../images/landing-page.jpg) no-repeat center top;
	height:1541px;
	overflow:hidden;*/
}

    .lightbox .popupContainer {
        /*width:1000px;
	background:url(../../images/transparentBg.png);
	margin:5% auto 0;
	padding:5px;*/
    }

.popup {
    padding: 30px 45px;
    background: #fff;
    overflow: hidden;
}

.phase1 {
    background: #f1efed;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

    .phase1 .leftCol {
        /*width:19.21875%; /* 246px * /
	float:left;
	margin-left:8.125%; /* 104px  * /*/
    }

        .phase1 .leftCol .content {
            padding-bottom: 20px;
            overflow: hidden;
        }

        .phase1 .leftCol .info {
            background: #303030;
            color: #f1efed;
            padding: 10px;
        }

            .phase1 .leftCol .info .name {
                font-size: 16px;
                font-weight: bold;
            }

            .phase1 .leftCol .info .details {
                font-size: 11px;
            }

        .phase1 .leftCol .content .profile img {
            width: 100%;
            display: block;
        }

        .phase1 .leftCol .buddies {
            overflow: hidden;
        }

            .phase1 .leftCol .buddies .title {
                text-transform: uppercase;
                font-size: 11px;
                font-weight: bold;
                padding-top: 20px;
                padding-bottom: 5px;
            }

            .phase1 .leftCol .buddies .image {
                margin: 0 3px 3px 0;
                float: left;
                width: 34px;
                height: 34px;
            }

                .phase1 .leftCol .buddies .image img {
                    width: 34px;
                    height: 34px;
                }

        .phase1 .leftCol.screen768 {
            width: 88.984375%;
            margin: 0 auto;
            float: none;
            display: none;
            overflow: hidden;
        }

.profileImage img {
    float: left;
}

.phase1 .rightCol {
    /*width:67.59875%; /* 870px * /*/
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    /*float:left;
	padding:20px 2.4375%;*/
}


    /*-------------------------------------- Right column width specs edit here ---------------------------- */
    .phase1 .rightCol .topContent, .phase1 .rightCol .bottomContent {
        /*width:102%;*/
        position: relative;
        padding-bottom: 30px;
    }


    /*-------------------------------------- Right column height specs edit here ---------------------------- */
    .phase1 .rightCol .topContent {
        overflow: hidden;
        /*top: 0px;
    left: 0px;*/
        height: 100%;
    }

    .phase1 .rightCol .bottomContent {
        padding-bottom: 5px;
    }

ul.subNav {
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 20px; /* -------------------------------- Edits on 9/17/12 -------------------------------*/
}

}

ul.subNav li {
    font-size: 11px;
    float: left;
    line-height: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 3px;
    min-height: 16px;
}

    ul.subNav li a {
        padding-bottom: 3px;
        margin-bottom: 3px;
        display: inline-block;
    }

        ul.subNav li a:hover {
            text-decoration: underline;
        }

        ul.subNav li a.selected {
            color: #303030;
            border-bottom: 2px solid #ffb819;
        }

            ul.subNav li a.selected:hover {
                text-decoration: none;
            }

    ul.subNav li.first {
        padding-left: 0;
    }

    ul.subNav li.last {
        padding-right: 0;
    }

    ul.subNav li span {
        padding: 0 7px;
        color: #7a7a7a;
    }

ul.subNav.screen480 {
    display: none;
}

.phase1 .rightCol h2 {
    padding-bottom: 7px;
}

.workoutsContainer {
    position: relative;
    /*width: 784px;*/
}

    .workoutsContainer.upcoming {
        padding-top: 33px;
    }

    .workoutsContainer .pagination {
        position: absolute;
        right: 0;
        top: -25px;
        width: 51px;
    }

    .workoutsContainer.upcoming .pagination {
        top: 6px;
    }

    .workoutsContainer.set .pagination, .workoutsContainer.set .pagination.pagi3, .workoutsContainer.set .pagination.pagi4, .workoutsContainer.set .pagination.pagi6 {
        display: none;
    }

    .workoutsContainer.second .pagination {
        top: -2px;
    }

    .workoutsContainer .pagination a {
        width: 22px;
        height: 22px;
        background: url(../../images/preNextButton.png) no-repeat;
        float: left;
        margin-right: 3px;
        border: 1px solid #fff;
    }

        .workoutsContainer .pagination a.next {
            background: url(../../images/preNextButton.png) no-repeat 0 -24px;
            float: right;
            margin-right: 0;
        }

    .workoutsContainer .workouts {
        overflow: hidden;
        /*min-width: 784px;*/
    }

.workout {
    /*float:left;
	width:14.285%;*/
    font-size: 11px;
    min-width: 112px;
}

.cancelled {
    border: 1px solid Red;
    margin-left: 2px;
    margin-right: 2px;
}

.workout .schedule {
    text-transform: uppercase;
    font-size: 10px;
    border-top: 1px solid #dfdfe5;
    border-bottom: 1px solid #dfdfe5;
    margin-bottom: 5px;
    padding-right: 10px;
}

.workout .selectionContainer {
    border: 1px solid #fff;
    width: 95px;
}

    .workout .selectionContainer.selected {
        border: 1px solid #ffbe23;
    }

    .workout .selectionContainer.cancelled {
        border: 1px solid Red;
    }

.cancelledlabel {
    display: inline-block;
    color: Red;
}
/*.workout .trainer
{
	background:#6EDBFF;
    font-size: 10px;
    margin-bottom: 4px;
    margin-top: -20px;
    padding-left: 4px;
    position: relative;
    width: 95px;
	padding-top:1px;
	border-top:1px solid #fff;	
}*/
.workout .workoutName {
    display: inline-block;
    font-weight: bold;
    margin-top: 2px;
    font-size: 12px;
    cursor: pointer;
    padding-right: 10px;
}

    .workout .workoutName a {
        padding-right: 10px;
    }

.workout span {
    display: block;
    color: #696969;
    padding-right: 10px;
}

.workout .buddies {
    padding-top: 10px;
    overflow: hidden;
}

.image.small {
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

    .image.small img {
        height: 24px;
        width: 24px;
    }

.workoutsContainer2 {
    overflow: hidden;
    padding-bottom: 5px;
}

/* ------------------------------------------------------------
+ League Attributes
------------------------------------------------------------ */
.alignTop {
    vertical-align: top;
}

.alignRight {
    text-align: right;
}

.alignBottom {
    vertical-align: bottom;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.required {
    color: #dc291e;
}

.noVisible {
    display: none;
}

.noWrap {
    white-space: nowrap;
}

.rowLabelAboveValueBelow {
    padding-top: 17px;
}

    .rowLabelAboveValueBelow .rowLabel {
        color: #303030;
        font-weight: bold;
        text-align: left;
        padding-left: 1px;
        margin-bottom: 7px;
    }

    .rowLabelAboveValueBelow .rowValue {
        font-weight: normal;
        font-size: 12px;
    }

        .rowLabelAboveValueBelow .rowValue input[type="checkbox"], .rowLabelAboveValueBelow .rowValue input[type="radio"] {
            float: left;
            margin-right: 7px;
            width: 16px;
            height: 16px;
            padding: 0px;
        }

        .rowLabelAboveValueBelow .rowValue label {
            display: inline-block;
            padding-bottom: 5px;
        }

    .rowLabelAboveValueBelow .colLabel {
        color: #303030;
        font-weight: bold;
        text-align: left;
    }

    .rowLabelAboveValueBelow .colValue {
        font-weight: normal;
        font-size: 12px;
        text-align: left;
    }

.rowButtons {
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 580px) /*Screens Smaller than 580*/
{
    .createAccount .tabs span {
        display: none;
    }
}

@media only screen and (max-width:480px) and (min-width:350px) /*Screens Between than 350 and 480*/
{
    .createAccount .tabs ul {
        width: 95% !important;
        min-width: 320px !important;
        max-width: 390px !important;
    }

        .createAccount .tabs ul li.first {
            width: 35% !important;
        }

        .createAccount .tabs ul li.second {
            width: 35% !important;
            position: relative;
            left: -10px;
        }

        .createAccount .tabs ul li.fourth {
            width: 30% !important;
            min-width: 130px;
            position: relative;
            left: -15px;
        }
}

@media only screen and (max-width:480px) and (min-width:400px) /*Screens Between than 400 and 480*/
{
    .createAccount .tabs ul li.second {
        left: 0;
    }

    .createAccount .tabs ul li.fourth {
        left: 0;
    }
}

@media only screen and (width:384px) /*Screens of 384*/
{
    .createAccount .tabs ul li.second {
        left: 0;
    }

    .createAccount .tabs ul li.fourth {
        left: -4px;
    }
}

@media only screen and (width:375px) /*Screens of 375*/
{
    .createAccount .tabs ul li.second {
        left: -5px;
    }

    .createAccount .tabs ul li.fourth {
        left: -11px;
    }
}

@media only screen and (width:360px) /*Screens of 360*/
{
    .createAccount .tabs ul li.first {
        position: relative;
        left: -8px;
    }

    .createAccount .tabs ul li.second {
        left: -15px;
    }

    .createAccount .tabs ul li.fourth {
        left: -24px;
    }
}

@media only screen and (max-width:419px) and (min-width:350px) /*Screens Between than 350 and 419*/
{
    .phase1 .rightCol h2 {
        padding-top: 44px;
    }
}

@media only screen and (max-width:350px) /*Screens Smaller than 350*/
{
    .createAccount .tabs ul {
        width: 290px !important;
    }

        .createAccount .tabs ul li.first, .createAccount .tabs ul li.second {
            width: 35% !important;
        }

        .createAccount .tabs ul li.fourth {
            width: 30% !important;
            min-width: initial;
        }
}

@media only screen and (max-width:480px) /*Screens Smaller than 450*/
{
    .hideOnMobile, .hideOnMobileInline {
        display: none;
    }

        .hideOnMobile br {
            display: none;
        }

    .showOnMobile {
        display: inline-block;
        width: 30%;
    }

        .showOnMobile br {
            display: block;
        }

    .gridCellLineBreakOnMobile {
        display: block;
        border-bottom: 1px solid #e7e7e7;
        height: 5px;
    }

    .gridRowLineBreak {
        display: block;
        border-bottom: 1px solid #dfdfe5;
        height: 1px;
    }

    .gridAlignRight {
        text-align: left;
    }
    /*On Mobile, reset alignment to left*/
    .gridAlignLeft {
        text-align: left;
    }

    .gridAlignCenter {
        text-align: left;
    }
    /*On Mobile, reset alignment to left*/
    .gridTable {
        overflow: hidden;
    }

    .gridItem {
        padding-top: 10px;
        padding-bottom: 8px;
        vertical-align: middle !important;
    }

    .gridItemFirst {
        padding-top: 5px;
        padding-bottom: 8px;
        vertical-align: middle !important;
    }

    .gridWidth40 {
        display: inline-block;
    }

    .gridWidth50 {
        display: inline-block;
    }

    .gridWidth60 {
        display: inline-block;
    }

    .gridWidth70 {
        display: inline-block;
    }

    .gridWidth80 {
        display: inline-block;
    }

    .gridWidth100 {
        display: inline-block;
    }

    .gridWidth120 {
        display: inline-block;
    }

    .gridWidth125 {
        display: inline-block;
    }

    .gridWidth145 {
        display: inline-block;
    }

    .gridWidth150 {
        display: inline-block;
    }

    .gridWidth160 {
        display: inline-block;
    }

    .gridWidth220 {
        width: 50%;
        display: inline-block;
        word-wrap: break-word;
    }

    .span.gridWidth220 {
        width: 100%;
        display: inline-block;
        white-space: normal;
    }

    .noWrap {
        white-space: normal;
    }

    .signUpListGrid {
        width: 99%;
    }

    div.rowLabelAboveValueBelow {
        width: 100% !important;
    }

    .clubDetail li {
        height: 42px !important;
        margin-left: 10px !important;
    }

    .clubDetail {
        min-width: 323px !important;
    }
}

@media only screen and (min-width:480px) /*Screens Larger than 450*/
{
    .rowLabelAboveValueBelow .rowValue {
        padding-left: 25px;
    }

    .rowLabelAboveValueBelow .colLabel {
        padding-left: 25px;
    }

    .hideOnMobile {
        display: block;
    }

    .hideOnMobileInline {
        display: inline;
    }

    .hideOnMobile br {
        display: block;
    }

    .showOnMobile {
        display: none;
    }

        .showOnMobile br {
            display: none;
        }

    .gridCellLineBreakOnMobile {
        display: none;
    }

        .gridCellLineBreakOnMobile br {
            display: none;
        }

    .gridRowLineBreak {
        display: block;
        border-bottom: 1px solid #e7e7e7;
        height: 1px;
    }

    .gridAlignRight {
        text-align: right;
        padding-right: 10px;
    }

    .gridAlignLeft {
        text-align: left;
    }

    .gridAlignCenter {
        text-align: center;
    }

    .gridTable {
        overflow: auto;
    }

    .gridItem {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .gridItemFirst {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .gridWidth40 {
        width: 40px;
        display: inline-block;
    }

    .gridWidth50 {
        width: 50px;
        display: inline-block;
    }

    .gridWidth60 {
        width: 60px;
        display: inline-block;
    }

    .gridWidth70 {
        width: 70px;
        display: inline-block;
    }

    .gridWidth80 {
        width: 80px;
        display: inline-block;
    }

    .gridWidth87 {
        width: 87px;
        display: inline-block;
    }

    .gridWidth90 {
        width: 90px;
        display: inline-block;
    }

    .gridWidth100 {
        width: 100px;
        display: inline-block;
    }

    .gridWidth120 {
        width: 120px;
        display: inline-block;
        padding-right: 3px;
    }

    .gridWidth125 {
        width: 125px;
        display: inline-block;
        padding-right: 3px;
    }

    .gridWidth145 {
        width: 145px;
        display: inline-block;
    }

    .gridWidth150 {
        width: 150px;
        display: inline-block;
    }

    .gridWidth160 {
        width: 160px;
        display: inline-block;
    }

    .gridWidth180 {
        width: 180px;
        display: inline-block;
    }

    .gridWidth170 {
        width: 170px;
        display: inline-block;
    }

    .gridWidth220 {
        width: 220px;
        display: inline-block;
    }

    .signUpListGrid {
        float: left;
    }
}

@media only screen and (max-width:1024px) /*Screens Smaller than 1024px*/
{
    .hideOnLE1024 {
        display: none;
    }
}

.subTabHeaderLabel {
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.gridTable {
    font-size: 11px;
    border-top-color: #d3d3d3;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #d3d3d3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.gridHeader {
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    text-transform: uppercase;
}

.gridHeaderLineBreak {
    display: block;
    border-bottom: 1px solid #dfdfe5;
    height: 1px;
}

.gridHeaderDiv {
    width: 100%;
}

.gridItemLabel {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.gridItem, .gridItemFirst {
    font-size: 12px;
    font-weight: normal;
    padding-left: 0px;
    vertical-align: top;
}

    .gridItem a {
        cursor: pointer;
    }

.gridItemAlternateRow {
    background-color: #F6F4E4;
}

.paddingRight20 {
    padding-right: 20px;
}


.phase1 ul.mainNav {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    padding-left: 10px;
    background: url(../../images/mainNavBg.png) bottom repeat;
    font-size: 14px;
    margin: 30px 0 0px;
}

    .phase1 ul.mainNav li a {
        color: #303030;
        padding: 7px 10px 7px 0px;
        display: inline-block;
        position: relative;
    }

        .phase1 ul.mainNav li a.selected {
            background: #fff;
            border-top: 5px solid #ffbe23;
            border-left: 1px solid #c5c2c2;
            border-right: 1px solid #c5c2c2;
            padding: 7px 10px;
        }

            .phase1 ul.mainNav li a.selected:hover {
                text-decoration: none;
            }

        .phase1 ul.mainNav li a span.count, .navMenuDropdown.subMenu ul li a span.count {
            background: #D11B1D;
            border-radius: 3px 3px 3px 3px;
            box-shadow: 1px 1px 2px #666666;
            color: #FFFFFF;
            display: inline-block;
            font-size: 11px;
            padding: 1px 5px;
            position: relative;
            top: -5px;
            margin-left: 5px;
        }

    .phase1 ul.mainNav.screen480 {
        display: none;
    }

        .phase1 ul.mainNav.screen480 li a {
            background: #fff url(../../images/mainNav-dropdown-arrow.png) no-repeat 90.5% center;
            padding-right: 23px;
        }

.workouts .day, .workouts .col {
    /*float:left;*/
    min-width: 112px;
    /*width:14.285%;*/
}

.workouts .col {
    min-width: 111px;
}

    .workouts .day .workout, .workouts .col .workout {
        width: 100%;
    }

.workouts .day .label {
    height: 23px;
}

    .workouts .day .label label {
        background: url("../../images/dayLabelBg.png") no-repeat scroll right center #9AE6FF;
        display: inline-block;
        height: 18px;
        line-height: 20px;
        padding: 0 20px 0 5px;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .workouts .day .label label.hide {
            display: none;
        }

a.addCalendar, a.removeCalendar {
    display: inline-block;
    margin-top: 5px;
    background: url(../../images/add-calendar.png) no-repeat;
    padding-left: 15px;
    line-height: 12px;
    margin-bottom: 3px;
    padding-top: 1px;
}

a.removeCalendar {
    background: url(../../images/remove-calendar.png) no-repeat;
}

.accountDropdown {
    position: absolute;
    padding: 10px 15px;
    background: #7a7a7a;
    width: 120px;
    right: 80px;
    z-index: 999;
    top: 30px;
    box-shadow: 0 0 2px #000;
}

    .accountDropdown ul li {
        line-height: 14px;
        float: none;
        display: block;
        color: #fff;
    }

        .accountDropdown ul li a {
            color: #fff;
            font-size: 12px;
            display: block;
            margin-bottom: 10px;
        }

        .accountDropdown ul li.last a {
            margin-bottom: 0;
        }

.navMenuDropdown {
    overflow: hidden;
    position: absolute;
    background: #1c0073;
    top: 110px;
    left: 5.5078%;
    min-width: 139px;
    z-index: 10;
    margin-left: 11px;
}

    .navMenuDropdown ul li {
        display: block;
    }

    .navMenu.screen768 .navMenuDropdown ul li a, .navMenuDropdown.subMenu ul li a {
        float: none;
        background: none;
        color: #dedede;
        display: block;
        padding: 5px 10px;
        font-size: 14px;
        position: relative;
    }

        .navMenu.screen768 .navMenuDropdown ul li a span, .navMenuDropdown.subMenu ul li a span {
            position: relative;
            top: -5px;
            margin-left: 7px;
        }

        .navMenu.screen768 .navMenuDropdown ul li a:hover, .navMenuDropdown.subMenu ul li a:hover {
            color: #FDB814;
            text-decoration: none;
        }

        .navMenu.screen768 .navMenuDropdown ul li a.selected, .navMenuDropdown.subMenu ul li a.selected {
            color: #FDB814;
        }

    .navMenu.screen768 .navMenuDropdown ul li.first a, .navMenuDropdown.subMenu ul li.first a {
        margin-top: 5px;
    }

    .navMenu.screen768 .navMenuDropdown ul li.last a, .navMenuDropdown.subMenu ul li.last a {
        margin-bottom: 5px;
    }

.phase1 .rightCol .bottomContent {
    overflow: hidden;
    top: 0px;
    left: 0px;
}

    .phase1 .rightCol .bottomContent .left {
        width: 66.43926083916084%; /* 522px */
        float: left;
    }

.bannerContainer {
    overflow: hidden;
}

    .bannerContainer .pagination {
        overflow: hidden;
        padding-bottom: 5px;
    }

        .bannerContainer .pagination ul {
            float: left;
        }

            .bannerContainer .pagination ul li a {
                width: 12px;
                height: 8px;
                float: left;
                margin-right: 6px;
                background: url(../../images/banner-pagination.png) no-repeat;
            }

            .bannerContainer .pagination ul li.last a {
                margin-right: 0;
            }

            .bannerContainer .pagination ul li.active a {
                background: url(../../images/banner-pagination-active.png) no-repeat;
            }

.banner img {
    float: left;
    max-width: 100%;
}

.gallery {
    overflow: hidden;
    padding: 30px 0 20px;
}

.galleryContent {
    overflow: hidden;
    border-bottom: 1px solid #DFDFE5;
    padding-bottom: 10px;
}

    .galleryContent img {
        float: left;
        width: 45%;
    }

    .galleryContent .copy {
        overflow: hidden;
        float: right;
        width: 51%;
    }

        .galleryContent .copy.second {
            display: none;
        }

.gallery .label, .article .label {
    font-size: 10px;
    color: #7c7c7b;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: -3px;
    line-height: 14px;
}

.fbLike, .twitLike {
    float: left;
    overflow: hidden;
}

.twitLike {
    width: 80px;
    margin-right: 20px;
}

.article .label {
    padding-bottom: 5px;
}

.galleryItems {
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}

.gallery .paging {
    overflow: hidden;
}

    .gallery .paging a {
        width: 24px;
        height: 24px;
        background: url(../../images/galler-pre-next-button.jpg) no-repeat;
        position: absolute;
        top: 35px;
    }

        .gallery .paging a.pre {
            left: 0;
        }

        .gallery .paging a.next {
            background: url(../../images/galler-pre-next-button.jpg) no-repeat 0 -26px;
            right: 0;
        }

.galleryItems ul {
    overflow: hidden;
    padding: 10px 47px 10px 51px;
}

    .galleryItems ul li {
        float: left;
        width: 32%; /* 138px */
        margin-right: 5px;
    }

        .galleryItems ul li.last {
            margin-right: 0;
        }

        .galleryItems ul li img {
            border: 4px solid #fff;
            /*krg this caused a problem with Chrome. */
            /*	max-width:96%;  
	width:96%;
*/
            width: 92px;
            height: 64px;
        }

        .galleryItems ul li.selected img {
            border: 4px solid #ffbe23;
        }

        .galleryItems ul li .container {
            padding: 4px;
        }

        .galleryItems ul li a {
            font-size: 11px;
            display: inline-block;
        }

.galleryItems .label {
    padding-bottom: 5px;
}

.galleryItems .container a {
    font-size: 11px;
    display: block;
    line-height: 14px;
}

.galleryContent.screen480 {
    display: none;
}

    .galleryContent.screen480 img {
        width: 23%;
        margin-right: 10px;
    }

.phase1 .rightCol .bottomContent .right {
    padding-top: 13px;
    float: right;
    width: 30%; /* 247px */
}

.facebookContainer {
    margin-bottom: 20px;
}

    .facebookContainer .title {
        background: #3b5999 url(../../images/facebook-logo.png) no-repeat 93% 45%;
        padding: 10px;
        color: #fff;
        font-size: 12px;
    }

    .facebookContainer .content {
        border: 1px solid #d8deea;
        border-top: 0;
    }

        .facebookContainer .content img {
            float: left;
            margin-right: 10px;
        }

    .facebookContainer .likes {
        overflow: hidden;
        line-height: 24px;
    }

    .facebookContainer a {
        color: #3b5999;
        padding-bottom: 7px;
        display: block;
        font-weight: bold;
    }

    .facebookContainer .header {
        border-bottom: 1px solid #d8deea;
        padding: 10px;
    }

        .facebookContainer .header a {
            font-size: 14px;
        }

    .facebookContainer .likeButton {
        width: 47px;
        height: 24px;
        background: url(../../images/fb-like.jpg) no-repeat;
        float: left;
        margin-right: 10px;
    }

    .facebookContainer ul {
        max-height: 350px;
        overflow: auto;
    }

        .facebookContainer ul li {
            padding: 10px;
            display: block;
            border-bottom: 1px solid #d8deea;
        }

            .facebookContainer ul li.last {
                border: 0;
            }

            .facebookContainer ul li a {
                padding-bottom: 5px;
                font-size: 11px;
            }

            .facebookContainer ul li .copy {
                overflow: hidden;
            }

                .facebookContainer ul li .copy p, .facebookContainer ul li .copy .info {
                    font-size: 11px;
                    line-height: 14px;
                }

                .facebookContainer ul li .copy .info {
                    color: #7b7b7b;
                }

    .facebookContainer .legal {
        padding: 10px;
        padding-left: 30px;
        background: url(../../images/fb-plugin.jpg) no-repeat 10px center;
        font-size: 10px;
        color: #7b7b7b;
        border-top: 1px solid #d8deea;
    }

    .facebookContainer iframe {
        width: 100%;
    }

.twitterContainer .title {
    padding: 10px 10px 5px;
    background: #1baedb;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

    .twitterContainer .title span {
        display: block;
        font-weight: normal;
        font-size: 12px;
        padding-top: 5px;
        padding-left: 50px;
    }

.twitterContainer .content {
    border: 1px solid #1BAEDB;
}

.twitterContainer img {
    float: left;
    margin-right: 10px;
}

.twitterContainer .copy {
    overflow: hidden;
    font-size: 11px;
}

.twitterContainer ul {
    overflow: auto;
    height: 325px;
}

    .twitterContainer ul li {
        padding: 10px;
        display: block;
        border-bottom: 1px solid #e6e6e7;
    }

        .twitterContainer ul li.last {
            border: 0;
        }

.twitterContainer p {
    margin-top: -3px;
    line-height: 14px;
    padding-bottom: 7px;
}

.twitterContainer .info {
    font-size: 9px;
}

.twitterContainer .legal {
    padding: 10px;
    background: #1BAEDB url(../../images/twitter-logo.png) no-repeat 10px center;
    color: #fff;
    text-align: right;
    font-size: 11px;
}

.corpNav.screen320 ul {
    float: right;
}

    .corpNav.screen320 ul li {
        float: none;
    }

h4 a {
    font-weight: normal;
    font-size: 12px;
    margin-left: 10px;
}

.contentPane {
    overflow: hidden;
}

    .contentPane span label {
        display: inline;
    }

.contentPaneHalf {
    width: 45%;
    float: left;
    margin-right: 20px;
}


/* workout invite styles start */
.workoutInvites {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}

    .workoutInvites .workoutName {
        font-weight: bold;
        padding-bottom: 3px;
    }

    .workoutInvites .buddies {
        margin-top: 5px;
        margin-bottom: 2px;
        overflow: hidden;
    }

    .workoutInvites p {
        padding-bottom: 3px;
    }

    .workoutInvites a {
        font-size: 11px;
    }

    .workoutInvites p a {
        font-size: 12px;
    }

    .workoutInvites img {
        max-height: 24px;
    }

        .workoutInvites img + div {
            float: left;
            margin: 0 0 5px 0;
        }

            .workoutInvites img + div > p {
                padding: 0;
                margin: 0;
                font-weight: bold;
            }

                .workoutInvites img + div > p + p {
                    font-weight: normal;
                }

    .workoutInvites div:last-child {
        clear: both;
        background: #f4f4f4;
        padding: 3px 3px 3px 5px;
    }

.noMargin {
    margin: 0 !important;
}
/* workout invite styles ends */
/* Friends styles start */
.friends {
    width: 170px;
    float: left;
    margin: 0 15px 15px 0;
}

    .friends img {
        float: left;
        width: 34px;
        height: 34px;
        margin: 0 5px 0 0;
    }

    .friends span {
        height: 34px;
        display: table-cell;
        vertical-align: middle;
    }

    .friends div {
        margin-top: 3px;
    }

.FriendsSearch {
    margin: 0 0 20px 0;
    overflow: hidden;
}

    .FriendsSearch input {
        width: 50%;
        color: #747474;
        margin: 0;
        float: left;
        padding-right: 20px;
    }
/* Friends styles ends*/

.contentRightPane {
    width: 30%;
    float: right;
}

.contentLeftPane {
    float: left;
    width: 65%;
    min-height: 300px;
}

    .contentLeftPane > .buttons {
        text-align: right;
        width: 88%;
    }

.infoBox {
    background: #f4f4f4;
    padding: 20px;
}

    .infoBox a {
        display: block;
        margin-bottom: 10px;
    }

.RegularDropdown {
    border: 1px solid #d6d6d6;
    padding: 3px;
}

.selectAccountDropdown {
    margin-top: 3px;
    margin-bottom: 15px;
}

.settingsTab {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
}

    .settingsTab .row {
        padding: 7px 0 7px 0;
        overflow: hidden;
        border-bottom: 1px solid #e7e7e7;
    }

        .settingsTab .row.imageControl {
            position: relative;
            overflow: visible;
        }

.noBorder {
    border: 0;
}

.settingsTab .noBorder {
    border: 0;
}

.settingsTab .row.last {
    border: 0;
}

.settingsTab .label {
    float: left;
    width: 25%;
    font-weight: bold;
    padding-right: 10px;
}

.topPadding {
    padding-top: 6px;
}

.settingsTab .value {
    overflow: hidden;
    padding: 1px;
}

    .settingsTab .value input {
        margin: 0;
        padding: 5px;
        color: #747474;
        width: 93.5%;
    }

.settingsTab .profileImage {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

    .settingsTab .profileImage img {
        float: left;
        max-width: 100%;
        height: 40px;
    }

.welcomeImg {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 5px;
}

    .welcomeImg img {
        max-width: 100%;
        height: 24px;
    }

.settingsTab .value span.name {
    color: #838383;
    background: url(../../images/facebook-connect.jpg) no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    overflow: hidden;
    display: block;
    margin-top: 2px;
}

.settingsTab .value a {
    float: left;
}

    .settingsTab .value a.noFloat {
        float: none;
        margin-left: 10px;
    }

.settingsTab .value .options span {
    display: block;
    margin-bottom: 5px;
    color: #303030;
    overflow: hidden;
}

.settingsTab .value .options img {
    float: left;
    margin-right: 7px;
}

.settingsTab .value span.options.last {
    margin-bottom: 0;
}

.settingsTab.edit .value span.options {
    background: none;
    padding-left: 20px;
}

.fbConnect .topContent {
    min-height: 550px;
}

.buddies .settingsTab {
    margin-bottom: 0;
}

.settingsTab.edit {
    border: 0;
    overflow: hidden;
}

    .settingsTab.edit .row {
        border: 0;
    }

.settingsTab .value input[type="checkbox"] {
    float: left;
    margin-right: 7px;
    width: 16px;
    height: 16px;
    padding: 0px;
}

    .settingsTab .value input[type="checkbox"].subOption {
        margin-left: 23px;
    }

.settingsTab.edit .buttons input[type="button"], .settingsTab.edit .buttons input[type="submit"] {
    float: right;
    margin: 0;
}

.settingsTab.edit .buttons {
    overflow: hidden;
    padding-top: 20px;
}

    .settingsTab.edit .buttons input.gray {
        margin-left: 10px;
    }

.articles {
    padding-top: 15px;
}

.article {
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .article p {
        padding-bottom: 0;
    }

    .article.last {
        border: 0;
        margin-bottom: 0;
    }

    .article img {
        float: left;
        width: 23%;
        margin-right: 2%;
    }

    .article .content {
        overflow: hidden;
    }

    .article .date {
        font-size: 11px;
        text-transform: uppercase;
        padding-bottom: 10px;
        padding-top: 3px;
    }

.phase1 .article h2 {
    padding-bottom: 0;
}

.article.level2 img {
    width: inherit;
    max-width: 100%;
    float: none;
    margin-bottom: 20px;
}

.article.level2 p {
    padding-bottom: 10px;
}

.share {
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 0 5px 0;
}

    .share .label {
        font-weight: bold;
        width: 80px;
        float: left;
        padding-top: 4px;
    }

    .share .buttons {
        float: left;
    }

        .share .buttons a {
            background: url(../../images/share-twitter.png) no-repeat;
            padding: 0 0 0 60px;
            float: left;
            height: 20px;
            margin-right: 5px;
        }

            .share .buttons a.facebook {
                background: url(../../images/share-fb.png) no-repeat;
                padding-left: 78px;
            }

            .share .buttons a span {
                background: url(../../images/share-right-bg.png) no-repeat right;
                padding: 4px 7px 0 5px;
                display: inline-block;
                height: 16px;
                font-size: 11px;
                color: #7e8281;
            }

.otherArticles {
    padding-top: 25px;
}

    .otherArticles .container {
        overflow: hidden;
        padding-top: 15px;
    }

        .otherArticles .container .article {
            width: 29%;
            float: left;
            padding-right: 6.5%;
            border: 0;
        }

            .otherArticles .container .article.last {
                padding-right: 0;
            }

            .otherArticles .container .article img {
                float: none;
                width: 60%; /* --- Previous width:90%; -----*/
                margin-bottom: 10px;
            }

            .otherArticles .container .article h4 {
                padding: 0;
            }

.comments .top {
    overflow: hidden;
    padding: 10px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}

    .comments .top span {
        float: left;
        background: url(../../images/comments-arrow.png) no-repeat right 6px;
        padding-right: 14px;
    }

    .comments .top a {
        float: right;
    }

.comments .bottom {
    padding: 10px 0;
    background: #eeeff4;
    border: 1px solid #d7dde9;
    text-align: center;
}

    .comments .bottom a {
        background: url(../../images/comments-arrow.png) no-repeat right 6px;
        padding-right: 14px;
    }

.club {
    overflow: hidden;
    padding-bottom: 10px;
    /*Begin- F0188*/
    width: 84%;
    /*End- F0188*/
}

    .club .clubName {
        float: left;
        padding-right: 20px;
        font-size: 14px;
    }

    .club a {
        font-size: 11px;
    }

.workooutSchedule .col {
    /*width: 14.225%;*/
    min-width: 111px;
    /*float:left;*/
    padding-bottom: 10px;
}

.workooutSchedule .selectionContainer {
    border-bottom: 1px solid #bdd0d7;
    margin-bottom: 5px;
}

.workooutSchedule .col .selectionContainer.last {
    border: 0;
    margin-bottom: 0;
}

.workooutSchedule .col .selectionContainer .time {
    font-size: 12px;
    padding-bottom: 1px;
}

    .workooutSchedule .col .selectionContainer .time.calendar {
        padding-right: 15px;
        background: url(../../images/time-calendar.png) no-repeat right top;
        display: inline-block;
    }

.workooutSchedule .col.active {
    /*background:#fff1ce url(../../images/active-col-bg.png) repeat-y right;
	padding-left:5px;*/
    background: #faeba8;
}

    .workooutSchedule .col.active .schedule {
        color: #d87300;
    }

.workooutSchedule .workout .schedule {
    font-weight: bold;
    font-size: 11px;
    padding: 3px 6px 1px; /*3px 0 1px*/
}

.lightbox.level2 {
    background: url(../../images/transparentBgBlack.png);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .lightbox.level2 .popupContainer {
        margin-top: 50px;
        width: 580px;
        position: relative;
        left: 25%;
    }

    .lightbox.level2 .popup {
        padding: 0;
    }

    .lightbox.level2 .title {
        padding: 10px 15px;
        background: #e5e5e5;
        margin-bottom: 5px;
    }

    .lightbox.level2 .content {
        padding: 10px 15px 0;
        max-height: 445px;
        overflow: auto;
        width: 92%;
    }

        .lightbox.level2 .content h2 {
            padding: 10px 0 20px;
        }

        .lightbox.level2 .content h4 {
            padding: 20px 0 5px;
        }

        .lightbox.level2 .content .schedule {
            background: #ffecc2;
            padding: 10px;
            overflow: hidden;
            margin-top: 5px;
        }

            .lightbox.level2 .content .schedule .row {
                overflow: hidden;
            }

                .lightbox.level2 .content .schedule .row.recurrenceRow .label {
                    padding-top: 3px;
                }

                .lightbox.level2 .content .schedule .row.recurrenceRow .value {
                    overflow: hidden;
                    padding-top: 3px;
                }

                .lightbox.level2 .content .schedule .row.recurrenceRow img {
                    width: 18px;
                    float: left;
                    margin-right: 3px;
                    margin-top: -3px;
                }

            .lightbox.level2 .content .schedule .label {
                float: left;
                padding-right: 10px;
                padding-top: 4px;
                width: 72px;
            }

                .lightbox.level2 .content .schedule .label span {
                    float: right;
                }

                .lightbox.level2 .content .schedule .label.last {
                    padding-top: 0;
                    margin-bottom: 5px;
                }

            .lightbox.level2 .content .schedule .value {
                overflow: hidden;
                color: #303030;
            }

                .lightbox.level2 .content .schedule .value span {
                    display: inline-block;
                    padding-top: 3px;
                    margin-bottom: 7px;
                    font-size: 14px;
                }

                .lightbox.level2 .content .schedule .value a {
                    margin: 2px 15px 0 5px;
                    float: left;
                }

            .lightbox.level2 .content .schedule input {
                float: left;
            }

        .lightbox.level2 .content input[type="text"], .lightbox.level2 .schedule select {
            width: 100px;
            margin: 0;
            padding: 2px 5px;
            margin-bottom: 10px;
        }

        .lightbox.level2 .content .schedule select {
            padding: 1px 2px;
        }

        .lightbox.level2 .content .schedule input[type="checkbox"] {
            margin-right: 5px;
        }
    /*Changing width from 98 to 94.5 to remove horizontal bar */
    .lightbox.level2 .friends {
        float: none;
        width: 97.5%;
        margin: 0;
        border: 1px solid #D5D5D5;
        overflow: auto;
        padding: 5px;
        clear: both;
    }

    .lightbox.level2 .friendsContainer input[type="text"] {
        float: left;
        width: 77%;
        font-size: 11px;
        padding: 3px;
        color: #838383;
        margin-bottom: 10px;
        padding-right: 20px;
        display: inline-block;
    }

    .lightbox.level2 .friendsContainer .friends input[type="text"] {
        float: left;
        width: 95%;
        font-size: 11px;
        padding: 3px;
        color: #838383;
        margin-bottom: 10px;
        padding-right: 20px;
    }


.friendsContainer {
    width: 95%;
    padding-left: 15px;
}


.addWorkoutGymFriends, .addWorkoutSrchGymFriends, .addWorkoutFbFriends, .addWorkoutSrchFBFriends, .inviteWrkOutGymFriends, .inviteWorkoutSrchGymFriends, .inviteWrkOutfbFriends, .inviteWrkOutSrchfbFriends, .gymFriends {
    overflow: hidden;
}

.lightbox.level2 .friends .title {
    background: none;
    margin: 0;
    font-size: 12px;
    padding: 0;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}

.lightbox.level2 .friends input {
    float: left;
    margin-top: 11px;
    margin-right: 7px;
}

.lightbox.level2 .friends .gymFriends {
    overflow: hidden;
    padding-bottom: 15px;
}

.lightbox.level2 .friends .fbFriends {
    overflow: hidden;
}

.lightbox.level2 .friends .friend {
    overflow: hidden;
    background: #fff;
    float: left;
    width: 147px;
    padding: 3px 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0 5px 5px 0;
}

    .lightbox.level2 .friends .friend.selected {
        background: #d8deea;
        border-top: 1px solid #c9cbda;
        border-bottom: 1px solid #c9cbda;
    }

    .lightbox.level2 .friends .friend .name {
        float: left;
        font-size: 11px;
        width: 85px;
        display: block;
        height: 33px;
        margin-top: 0;
    }

.lightbox.level2 .buttons {
    overflow: hidden;
    background: #e8e8e8;
    padding: 10px 0;
    margin: 15px;
}

    .lightbox.level2 .buttons input {
        margin-top: 0;
        margin-bottom: 0;
    }

.lightbox.level2 .closeButton {
    position: absolute;
    top: 15px;
    right: 20px;
}

    .lightbox.level2 .closeButton a {
        display: block;
        width: 22px;
        height: 20px;
        background: url(../../images/popup-close.png) no-repeat;
    }

.searchClear {
    float: left;
    margin-left: -16px;
    padding-top: 4px;
    margin-top: 6px;
}

.gymbuddClear {
    float: left;
    margin-left: -16px;
    padding-top: 7px;
}

    .gymbuddClear a {
        display: block;
        height: 9px;
        width: 9px;
        background: url(../../images/search-clear.png) no-repeat;
    }

.searchClear a {
    display: block;
    height: 9px;
    width: 9px;
    background: url(../../images/search-clear.png) no-repeat;
}

.lightbox.level2 .fbButton a {
    display: block;
    width: 162px;
    height: 22px;
    background: url(/Pages/images/connect-fb-button.png) no-repeat;
    margin: 5px 0 10px 0;
}

.lightbox.level2.nofb .content {
    height: inherit;
    min-height: 300px;
}

.lightbox.level2 .clubs {
    overflow: hidden;
    clear: both;
}

    .lightbox.level2 .clubs .club {
        float: left;
        width: 230px;
        background: #dfdfdf url(../../images/club-bg.png) repeat-x;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        padding: 5px 7px;
        text-transform: uppercase;
        line-height: 16px;
        min-height: 71px;
        cursor: pointer;
        margin: 0 10px 10px 0;
    }

        .lightbox.level2 .clubs .club span {
            font-weight: bold;
            display: block;
        }

.lightbox.level2.changeClub .content {
    height: 362px;
    width: 92%;
}

.lightbox.level2.changeClub input[type="text"] {
    margin: 15px;
    width: 93.5%;
}

.lightbox.level2.changeClub .searchClear {
    margin-left: -30px;
    padding-top: 22px;
}

.lightbox.level2.workoutDetail .friends {
    border: 0;
    padding: 0;
}

    .lightbox.level2.workoutDetail .friends .friend {
        padding-left: 0;
        width: 150px;
    }

.lightbox.level2.workoutDetail .content {
    height: inherit;
    min-height: 250px;
    max-height: 445px;
}

.lightbox.level2.workoutDetail .invite {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.lightbox.level2.inviteFriends .content {
    height: 395px;
}

.lightbox.level2 .content p {
    padding-bottom: 20px;
}

.profileControl, .imageUploadControl {
    background: #303030;
    overflow: hidden;
    padding: 4px 5px 4px 10px;
    color: #F1EFED;
}

.imageUploadControl {
    position: absolute;
    padding: 5px 10px;
    left: 37%;
    top: 26px;
    background: url(../../images/uploadImageBg.png) repeat-x;
    box-shadow: 0 0 3px #333;
}

    .imageUploadControl input[type="button"], .imageUploadControl input[type="submit"] {
        font-size: 12px;
        margin-top: 11px;
        margin-bottom: 5px;
    }

.leftCol.screen768 .profileControl {
    border-top: 1px solid #5b5c61;
    margin-top: 5px;
    padding-top: 3px;
}

.profileControl ul li {
    float: left;
}

    .profileControl ul li span {
        padding: 0 7px;
        color: #999;
    }

.profileControl a:link {
    color: #f8971d;
}




.widget {
    overflow: hidden;
    padding-top: 100px;
    position: fixed;
    bottom: 0;
    width: 19.2%;
}

    .widget ul {
        overflow: hidden;
    }

    .widget.screen768 {
        width: 88.984375%;
        padding-top: 0;
        display: none;
        margin: 0 auto;
    }

        .widget.screen768 ul {
            width: 40%;
        }

    .widget ul li a {
        float: left;
        background: #303030;
        padding: 9px 0;
        font-size: 11px;
        color: #F1EFED;
        width: 49.6%;
        text-align: center;
        margin-right: 0.7%;
    }

    .widget ul li.last a {
        margin-right: 0;
    }

    .widget ul li a:hover {
        text-decoration: none;
        color: #FDB814;
    }

.buddies .fbConnect a {
    display: block;
    width: 162px;
    height: 22px;
    background: url(/Pages/images/connect-fb-button.png) no-repeat;
    margin-bottom: 10px;
}

.agreement p {
    width: 100%;
    float: none;
}

.accountContainer .agreement label {
    padding-bottom: 5px;
}

.accountContainer .agreement input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 10px;
}

.accountContainer .agreement span {
    display: inline-block;
    padding-top: 10px;
    font-size: 11px;
    color: #303030;
}

.accountContainer .agreement .row {
    padding-top: 5px;
}

.lightbox.level2.removeWorkout .popupContainer {
    margin-top: 200px;
}

.lightbox.level2.removeWorkout .content {
    height: inherit;
}

    .lightbox.level2.removeWorkout .content h4 {
        padding-top: 10px;
        padding-bottom: 15px;
    }

        .lightbox.level2.removeWorkout .content h4 span {
            display: inline;
            font-weight: normal;
            font-size: 12px;
            margin-left: 5px;
        }

    .lightbox.level2.removeWorkout .content .option {
        padding-bottom: 10px;
        font-size: 11px;
    }

    .lightbox.level2.removeWorkout .content p {
        padding-bottom: 10px;
    }

.lightbox.level2.removeWorkout input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: text-top;
}


.errorVisible {
    color: #FF0000; /*F0150 - CR- 01/31/2013 - Correction per Moises*/
    display: inline;
}

.errorHidden {
    display: none;
}

.tipRotatorUL {
    border-top: 1px solid #DFDFE5;
    border-bottom: 1px solid #DFDFE5;
}

.tipHidden {
    display: none;
}

.tipVisible {
    display: inline-block;
}

.workouts .day .label {
    height: 23px;
}

    .workouts .day .label label.hide {
        display: none;
    }

.iframe {
    z-index: 0;
    width: 100%;
    height: 465px;
}

.articleVideo {
    overflow: hidden;
}

.fbConnect .profile.screen768 {
    display: none;
}

.fbConnect .buddies.screen768 {
    display: none;
}

.buddies p {
    padding-right: 10px;
}

/* Start :F-0277 Modified as part of jQuery Date Picker*/
/*.ui-widget-content
{
    width:100% !important;
    height:100% !important;
    background:none !important;
}
.ui-widget-overlay
{
    display:none !important;
}
.ui-helper-clearfix
{
    display:none !important;
}
.ui-helper-clearfix
{
    display:none !important;
}*/
/* End :F-0277 Modified as part of jQuery Date Picker*/
span#ctl00_lblVersion {
    display: none !important;
}

.ui-dialog .ui-dialog-content {
    background: url("../../images/transparentBgBlack.png") repeat scroll 0 0 transparent !important;
    position: fixed !important;
}

.banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    float: left;
}

#slides {
    overflow: hidden;
}

.slides_container {
    overflow: hidden;
}

.slideCorrection {
}

.blueberry {
    max-width: 522px;
}

.subNavContainer {
    position: relative;
}

.navMenuDropdown.subMenu {
    top: 35px;
    display: none;
    left: 0;
}

.preloader {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

    .preloader img {
        width: 50px;
    }

    .preloader .label {
        display: block;
        padding-top: 5px;
        color: #939598;
    }

.changes {
    background: #FFECC2 url(../../images/option-check-changes.png) no-repeat 4px center;
    padding: 6px 5px 5px 20px;
    margin: -10px 0 10px;
}

.inviteContainer {
    overflow: hidden;
}

.phase1 .fbConnect .content .profileImageContainer {
    background: #303030;
}

.clear {
    clear: both;
}

.fb-comments, .fb-comments span, .fb-comments iframe[style] {
    width: 100% !important;
}

.FriendsSearch input.txtSrch {
    width: 70%;
}

.kg_showHideHelpOpen, .kg_showHideHelpClose {
    cursor: pointer;
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9c9c9f), to(#5a5a5f));
	background: -webkit-linear-gradient(top, #9c9c9f, #5a5a5f);
	background: -moz-linear-gradient(top, #9c9c9f, #5a5a5f);
	background: -ms-linear-gradient(top, #9c9c9f, #5a5a5f);
	background: -o-linear-gradient(top, #9c9c9f, #5a5a5f);
	behavior: url(/javaScripts/polyfills/PIE.htc);*/
    background: url(../../images/showButtonBg.png) repeat-x;
    position: absolute;
    right: 0px;
    top: -24px;
    z-index: 0;
}


.kg_showHideHelpClose {
    cursor: pointer;
    background-color: #FFFFFF;
    height: 21px;
    border-top: 2px solid #FFBE23;
    border-left: 2px solid #FFBE23;
    border-right: 2px solid #FFBE23;
    position: absolute;
    right: 0px;
    top: -25px;
}


    .kg_showHideHelpOpen a, .kg_showHideHelpClose a {
        padding: 3px 25px 5px 7px;
        display: block;
        border-radius: 0px;
        font-size: 12px;
        color: #FFF;
        background: url(../../images/showArrow.png) no-repeat 90% center;
        width: 62px; /* previous 52px */
    }


        .kg_showHideHelpOpen a.close {
            background: url(../../images/showArrow.png) no-repeat 90% center;
            color: #f8971d;
        }

        .kg_showHideHelpClose a.open {
            background: url(../../images/hideArrow.png) no-repeat 90% center;
            color: #000000;
            background-color: #FFFFFF;
        }

        .kg_showHideHelpOpen a:hover, .kg_showHideHelpClose a:hover {
            text-decoration: none;
        }


.helpmenuContainer {
    position: relative;
}

    .helpmenuContainer .showHideHelpOpen, .helpmenuContainer .showHideHelpClose {
        position: absolute;
        top: 9px;
        right: 12px;
        border-radius: 0px;
        /*background:url(../../images/showButtonBg.png) repeat-x;*/
        cursor: pointer;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9c9c9f), to(#5a5a5f));
        background: -webkit-linear-gradient(top, #9c9c9f, #5a5a5f);
        background: -moz-linear-gradient(top, #9c9c9f, #5a5a5f);
        background: -ms-linear-gradient(top, #9c9c9f, #5a5a5f);
        background: -o-linear-gradient(top, #9c9c9f, #5a5a5f);
        behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    }
/*background-color:#FFBE23;
	box-shadow:0 0 0px #111;*/


}

.helpmenuContainer .showHideHelpClose {
    /*background:url(../../images/hideButtonBg.png) repeat-x;*/
    cursor: pointer;
    background-color: #FFFFFF;
    color: #000000;
    border-top: 2px solid #FFBE23;
    border-left: 2px solid #FFBE23;
    border-right: 2px solid #FFBE23;
}

    .helpmenuContainer .showHideHelpOpen a, .helpmenuContainer .showHideHelpClose a {
        padding: 5px 25px 5px 7px;
        display: block;
        border-radius: 0px;
        font-size: 12px;
        color: #FFF;
        background: url(../../images/showArrow.png) no-repeat 90% center;
        width: 62px; /* previous 52px */
    }

        .helpmenuContainer .showHideHelpOpen a.close {
            background: url(../../images/showArrow.png) no-repeat 90% center;
        }

        .helpmenuContainer .showHideHelpClose a.open {
            background: url(../../images/hideArrow.png) no-repeat 90% center;
            color: #000000;
            background-color: #FFFFFF;
        }

        .helpmenuContainer .showHideHelpOpen a:hover, .helpmenuContainer .showHideHelpClose a:hover {
            text-decoration: none;
        }

.helpmenuOriginal {
    display: block;
}

.helpmenuShort {
    display: none;
}

.helpmenu {
    /*border:1px solid #dbdbdb;-- previous style----*/
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    border-bottom: 2px solid #FFBE23;
    background: #f6f6f6 url(../../images/helpmenuBg.png) bottom repeat-x;
    padding: 6px 100px 6px 0;
    font-size: 96%;
    margin-bottom: 0px; /* previious 15px*/
}

    .helpmenu > li > a {
        color: #282828;
        border-right: 1px solid #bbbbbb;
        display: inline-block;
        padding: 0 5px 0 5px;
        /*padding:0 7px 0 7px;*/ /*--------------------------Old specs for link -----------------*/
        margin: 3px 0 3px 0;
    }

    .helpmenu > li:last-child > a {
        border-right: 0;
    }

    .helpmenu > li > a.more {
        background: url(../../images/more-arrow.png) no-repeat right;
        padding-right: 10px;
        margin-right: 5px;
    }

/* no workout sessions start */

.noWorkoutSessionsContainer {
    margin: 0px 0 6px 0;
    padding: 15px 0px 0px 0px;
    border-left: 2px solid #FFBE23;
    border-right: 2px solid #FFBE23;
    border-bottom: 2px solid #FFBE23;
    overflow: hidden;
}

    .noWorkoutSessionsContainer h3 {
        padding-left: 10px;
    }

    .noWorkoutSessionsContainer p {
        padding-left: 10px;
    }

.noWorkoutHelpPagination {
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 10px;
    background: #fff;
}

    .noWorkoutHelpPagination ul {
        float: left;
        /*Begin- F0188*/
        width: 100%;
        /*End- F0188*/
    }

        .noWorkoutHelpPagination ul li a {
            width: 12px;
            height: 8px;
            float: left;
            margin-right: 6px;
            background: url(../../images/banner-pagination.png) no-repeat;
        }

        .noWorkoutHelpPagination ul li.last a {
            margin-right: 0;
        }

        .noWorkoutHelpPagination ul li.active a {
            background: url(../../images/banner-pagination-active.png) no-repeat;
        }

.noWorkoutHelp {
    background-color: #3c3c40;
    float: left;
    width: 100%;
    color: #eaeaea;
}

.noWorkoutHelpImg {
    float: right;
    position: relative;
}

    .noWorkoutHelpImg > img {
        float: right;
        max-width: 100%;
    }

        .noWorkoutHelpImg > img + img {
            position: absolute;
            left: 50%;
            top: 50%;
            cursor: pointer;
            margin: -28px 0 0 -28px;
        }

.noWorkoutHelpContent {
    padding: 15px;
    overflow: hidden;
}

    .noWorkoutHelpContent h4 {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        color: #FFFFFF;
    }
/* no workout sessions styles end */
.trainer {
    display: inline-block;
    color: #303030;
}

.ingredients ul {
    display: list-item;
    list-style: disc;
    padding-left: 16px;
}

    .ingredients ul li {
        display: list-item;
        list-style: disc;
    }

.article.level2 h4 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.datePrint {
    overflow: hidden;
}

    .datePrint .date {
        float: left;
    }

    .datePrint .printContainer {
        float: left;
        font-size: 11px;
        padding-top: 2px;
    }

        .datePrint .printContainer a {
            font-size: 11px;
            float: left;
            padding-top: 1px;
        }

        .datePrint .printContainer span {
            float: left;
            padding: 0 7px;
        }

.loadingMsg .center {
    position: fixed;
    top: 33%;
    left: 50%;
    margin-top: -63px;
    margin-left: -63px;
    z-index: 999;
}

.loadingMsg .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #AAAAAA;
    z-index: 998;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/* Start-Added for responsive web design*/
.colon, #spacespan1, #spacespan2 {
    display: block;
}

.inheritColor {
    background-color: inherit !important;
}
/* End-Added for responsive web design*/

/* Media Queries */
@media only screen and (max-width:1280px), only screen and (max-device-width:1280px) {
    .workoutsContainer {
        width: 100%;
    }

    /*.workooutSchedule .col
    {
        width: 14.1%;
    }*/
}

@media only screen and (min-width:769px) and (max-width:1024px), only screen and (min-device-width:769px) and (max-device-width1024px) {
    .facebookContainer iframe {
        width: 100% !important;
    }

    .buddies .settingsTab input[type="button"].fbConnect, .settingsTab input[type="submit"].fbConnect {
        margin: 0;
        background: url('/Pages/images/connect-fb-button_small.png') no-repeat;
        -pie-background: linear-gradient( 0%, 100%); /*  Must have when backgroundimage is present */
        -webkit-background-size: 107px 25px;
        -khtml-background-size: 107px 25px;
        -o-background-size: 107px 25px;
        background-size: 107px 25px;
        border: 0;
        border-radius: 0;
        width: 107px;
        height: 25px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:769px), only screen and (min-device-width:769px) /* ----------------------------------------------------------------------------------------------Edits on 3/17/2012 -----------------------------------------*/
{
    .lightbox, .lightbox .leftCol, .lightbox .rightCol {
        display: block;
    }

    .login #body {
        display: none;
    }

    .workoutsContainer.set .pagination {
        display: block;
    }

    .phase1 .leftCol {
        /*width:19.21875%; /* 246px * /
	    float:left;
	    /*margin-left:8.125%;  104px  * //* ----------------- Old Spec dated 3/21/2013 ------------* /
	    margin-left:16px; /* 104px  * / /* ----------------- New Specs dated 3/21/2013 ------------* /*/
    }

    .phase1 .rightCol {
        /*width:71.598%;/* ----------------- New Specs dated 8/7/2013 ------------* /*/
        /*width:701px;*/ /* ----------------- New Specs dated 8/7/2013 ------------*/
        /*width:67.59875%;  870px */ /* ----------------- Old Spec dated 3/21/2013 ------------*/
        background: #fff;
        border-top: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
        /*float:right;
	    padding: 20px 2.4357%;/* ----------------- New Specs dated 8/7/2013 ------------* /*/
        /*padding:18px 18px;*/ /* ----------------- New Specs dated 3/21/2013 ------------*/
        /*padding:20px 2.4375%;*/ /* ----------------- Old Spec dated 3/21/2013 ------------*/
    }

    /* Start-Added for responsive web design*/
    /* commented to fix login div space issue*/
    /*.signin
    {
        padding-bottom: 0px;
        padding-top: 6px;
    }*/
    /* commented to fix login div space issue*/
    .fieldLabelLeft {
        padding-right: 4px;
    }

    .colon, #spacespan1, #spacespan2 {
        display: none;
    }

    /* End-Added for responsive web design*/


}

@media only screen and (min-width:768px), only screen and (min-device-width:768px) {

    #navMenu {
        display: block;
    }

    #navMenu768 {
        display: none;
    }
}

@media only screen and (max-width:768px), only screen and (max-device-width:768px) {
    .phase1 ul.mainNav li a span.count {
        position: absolute;
        top: 0px;
        right: -10px;
    }

    .navMenu a {
        border: none;
    }

    .facebookContainer iframe {
        width: 100%;
    }

    .signin label.check {
        padding-top: 2px;
    }

    .article .date {
        padding-bottom: 7px;
    }

    .phase1 .leftCol .content .profile img {
        height: 74px;
        width: 74px;
    }

    .galleryItems ul li {
        width: 31.5%;
    }

    .lightbox.level2 .content {
        width: 95.5%;
    }

    .lightbox.level2 .friends {
        width: 97.85%;
    }
    /*.workoutsContainer .workouts
    {
        min-width:800px;        
    }*/
    .buddies p {
        display: none;
    }
    /*.workoutsContainer.set .pagination.pagi6
    {
        display:block;
    }*/
    .navMenuDropdown.subMenu {
        display: none;
    }

    .iframe {
        height: 405px;
    }

    .share {
        display: none;
    }

    .otherArticles {
        padding-top: 10px;
    }

    #header .top, #header .bottom .container, .login #body, #footer {
        width: 88.984375%;
    }

    .lightbox, .lightbox .leftCol, .lightbox .rightCol {
        display: none;
    }

    .login #body {
        display: block;
    }

    .lightbox.level2 {
        display: block;
    }

    .phase1 .leftCol.screen768 {
        display: block;
    }

    .phase1 .leftCol {
        /*display:block;
		width:88.9844%;
		margin:0 auto;
		float:none;*/
    }

    .phase1 .fbConnect .profile {
        display: none;
    }

    .fbConnect .profile.screen768 {
        display: block;
        float: left;
    }

        .fbConnect .profile.screen768 .profile {
            display: block;
            overflow: hidden;
        }

    .phase1 .fbConnect .content .profileImageContainer {
        float: left;
        width: 74px;
    }

    .phase1 .fbConnect .content .profileImage {
        width: 94px;
        height: 74px;
        display: table-cell;
        vertical-align: middle;
    }

    .leftCol.fbConnect .widget {
        display: none;
    }

    .phase1 .fbConnect .content {
        padding-bottom: 0;
    }

    .phase1 .fbConnect .buddies {
        float: left;
        width: 165px;
    }

    .phase1 .fbConnect .info {
        float: left;
    }

    .phase1 .leftCol .info {
        float: left;
        height: 54px;
        min-width: 155px;
    }

    .phase1 .leftCol .buddies {
        float: left;
        overflow: hidden;
        height: 58px;
        margin-left: 2%;
    }

        .phase1 .leftCol .buddies .title {
            padding-top: 0;
        }

    .phase1 .rightCol {
        /*width:100%;
		padding-left:0;
		padding-right:0;
		float:none;
		border-left:0;*/
        overflow: hidden;
    }

        .phase1 .rightCol .topContent, .phase1 .rightCol .bottomContent {
            /*width:88.984375%;
		margin:0 auto;*/
            /*overflow:hidden;*/
        }

    .galleryItems ul {
        padding: 0 27px 0 36px;
    }

    .phase1 .leftCol .buddies img {
        width: 32px;
    }

    .gallery .paging a {
        top: 30px;
    }

    .searchContainer input[type="text"] {
        width: 70px;
    }

    .lightbox.level2 .popupContainer {
        width: 80%;
        left: 11%;
    }

    .widget.screen768 {
        display: block;
        position: relative;
    }

    .phase1 .leftCol .info {
        padding-left: 0;
        padding-right: 0;
    }

        .phase1 .leftCol .info .name {
            padding-left: 10px;
            padding-right: 10px;
        }

        .phase1 .leftCol .info .details {
            padding-left: 10px;
            padding-right: 10px;
        }

    .createAccount .tabs ul li {
        width: 30.884%;
    }

    /* Start-Added for responsive web design*/
    .colon, #spacespan1, #spacespan2 {
        display: none;
    }

    .createAccount .tabs ul li.first {
        /* padding-left:0px;*/ /*commented to fix the header overlap issue*/
        margin-left: 0px;
    }
    /* End-Added for responsive web design*/
}

@media only screen and (max-width:767px), only screen and (max-device-width:767px) {
    #navMenu {
        display: none;
    }

    #navMenu768 {
        display: block;
    }

    .createAccount {
        width: 100%;
    }

    .imageContainer img {
        margin-bottom: 15px;
    }

        .imageContainer img.last {
            margin-bottom: 0;
        }

    .phase1 ul.mainNav {
        display: none;
    }

        .phase1 ul.mainNav.screen480 {
            display: block;
        }

    .footer a /*F0188-added to fix footer font*/ {
        font-size: 12px;
    }
}


@media only screen and (max-width:890px), only screen and (max-device-width:890px) {
    .TopButtonTab {
        clear: both;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
    }

    .topAdContent {
        height: 156px;
    }
}

@media only screen and (min-width:759px) and (max-width:768px), only screen and (min-device-width:759px) and (max-device-width:768px) {
    .TopButtonTab {
        clear: both;
        float: right;
    }
}

@media only screen and (min-width:751px) and (max-width:768px), only screen and (min-device-width:751px) and (max-device-width:768px) {
    .ie .TopButtonTab {
        clear: both;
        float: right;
    }
}

@media only screen and (min-width:752px) and (max-width:768px), only screen and (min-device-width:752px) and (max-device-width:768px) {
    .safari_chrome .TopButtonTab {
        clear: both;
        float: right;
    }
}

@media only screen and (min-width:481px) and (max-width:768px), only screen and (min-device-width:481px) and (max-device-width:768px) {

    .login .leftCol .row img {
        float: none;
    }

    .footerLinks .row hr {
        display: block;
        margin-top: 5px;
    }

    .login .leftCol {
        width: 47%;
    }

    .phase1 .rightCol .bottomContent .left {
        width: 58.4393%;
    }

    .phase1 .rightCol .bottomContent .right {
        width: 37%;
    }

    .phase1 .leftCol .buddies {
        width: 45%;
    }

    .settingsTab {
        width: 90%;
    }

    .navMenuDropdown.subMenu {
        display: none;
        position: relative;
        z-index: 999999999;
        clear: both;
        top: 0;
        width: 160px;
    }

    .navMenuDropdown {
        top: 80px;
    }

    .createAccount .tabs ul li {
        padding-left: 32px;
    }

    .signin {
        padding-bottom: 0px;
    }

    .footer a {
        font-size: 12px;
    }
}

@media only screen and (min-width:241px) and (max-width:480px), only screen and (min-device-width:241px) and (max-device-width:480px) {
    .signin {
        padding-bottom: 0px;
    }

    .navMenuDropdown.subMenu {
        display: none;
        position: relative;
        z-index: 999999999;
        clear: both;
        top: 0;
        width: 160px;
    }

    .twitterContainer {
        display: none;
    }

    .facebookContainer {
        display: none;
    }

    .corpNav {
        display: none;
    }

        .corpNav.login {
            display: block;
        }

        .corpNav.screen320 {
            display: block !important;
        }

        .corpNav ul li.last {
            padding-right: 3px;
        }

    .accountDropdown {
        right: 0;
    }

    .navMenuDropdown {
        top: 136px;
    }

    .contentRightPane {
        width: 100%;
        float: none;
        clear: both;
    }

    .contentLeftPane {
        float: left;
        width: 100%;
    }

    .settingsTab .label {
        float: none;
        width: 95%;
        margin-bottom: 3px;
    }

    .settingsTab .value {
        overflow: visible;
        width: 95%;
    }

        .settingsTab .value input {
            width: 98%;
        }

    .contentLeftPane > .buttons {
        width: 98%;
    }

    .selectAccountDropdown {
        width: 100%;
    }

    .contentPaneHalf {
        width: 90%;
        float: left;
    }

        .contentPaneHalf + .contentPaneHalf {
            margin-left: 0;
        }

    .FriendsSearch input {
        width: 95%;
    }

    .noWorkoutSession {
        min-width: 95%;
    }
}

@media only screen and (min-width:321px) and (max-width:480px), only screen and (min-device-width:321px) and (max-device-width:480px) {
    h2 {
        /*background-color:Lime;*/
    }
    /*font-size:16px;
	clear:both;
	}
	
     .navMenuDropdown {
    top: 130px;
    }
    
    .workoutsContainer.set .pagination.pagi4
    {
        display:block;
    }
	#header .top, #header .bottom .container, .login #body, #footer
	{
		
	}*/

    /* Start- Added for responsive web design*/
    .signin {
        padding-bottom: 0px;
        /*padding-top: 6px;*/ /*commented to fix the div spacing issue*/
    }

    .login #body {
        display: block;
    }

    .footerLinks .col {
        width: 100px;
        margin-right: 15px;
        min-height: 194px;
    }

    .footerLinks .row {
        border-bottom: none;
        padding-bottom: 0;
    }

        .footerLinks .row hr {
            display: none;
        }

    .createAccount .tabs ul li {
        width: 18%;
        padding-left: 28px;
        padding-right: 8px; /*prev-value:16px*/
    }

        .createAccount .tabs ul li.first {
            padding-left: 16px;
        }

    .createAccount .tabs ul li {
        width: 27.1% !important;
    }
    /* End-uncommented- Added for responsive web design*/
    /* Start-Added for responsive web design*/
    .colon, #spacespan1, #spacespan2 {
        display: none !important;
    }

    /* End-Added for responsive web design*/
    /*.iframe
	{
		height:255px !important;
	}	
	 .workouts .day, .workouts .col, .workout
    {
        min-width:109px !important;        
    }*/
    .footer a /*F0188-added to fix footer font*/ {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px), only screen and (max-device-width:480px) {
    /* .noWorkoutHelpImg
    {
        float:left;
        width: 100%;
    }
    .workoutHelpBanners .slides
    {
        overflow:hidden;
    }
    .videoImg
    {
        width: 100%;   
    }
    body
    {
        -webkit-text-size-adjust:100%;
    }    
    select
    {
        width:100%;
    } */

    /* .galleryCont
    {
        overflow:hidden;
    }
    .galleryCont img
    {
        display:block;    
        float:left;
        width:23%;
        margin-right:2%;
    }
    .galleryContent .galleryCont .copy
    {
        overflow:hidden;
        float:none;
        width:inherit;
    }
    .FriendsSearch input.txtSrch
    {
        width:80%;
    }
    #header .top
    {
        height:95px;

    }
    .settingsTab .row.imageControl
    {
        height:60px;
    }
    .contentPaneHalf
    {
        float:none;
        width:inherit;
        margin-right:0;
    }
    .contentPane
    {
        float:none;
        width:inherit;
    }
	.lightbox.level2.removeWorkout .content h4 span
	{
		display:block;
		margin-left:0;
		margin-top:5px;
	}
	.lightbox.level2.removeWorkout .content .option
	{
		padding-bottom:30px;
	}
	.lightbox.level2 .content, .lightbox.level2.workoutDetail .content, .lightbox.level2.inviteFriends .content
	{
		width:inherit;
	}*/

    /* uncommented- Added for responsive web design*/
    .secondRow {
        width: 100%;
    }

    .searchContainer {
        float: left;
        padding-right: 0;
    }

    .socialNav {
        float: right;
    }

    .login .rightCol {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .signin input[type="text"], .signin input[type="password"] {
        width: 90.5%; /*F0188- allignment fix-old value-96.5%*/
    }

    .contentLink {
        display: inline-block;
    }

    .login .leftCol {
        width: 100% !important;
        padding-top: 20px;
    }

        .login .leftCol img {
            display: none;
        }

        .login .leftCol .row {
            border-bottom: 1px solid #ccc;
            padding: 8px 0;
        }

            .login .leftCol .row:last-child {
                border: 0;
            }

    .signin {
        margin-top: 10px;
    }

    .signup {
        margin-top: 0px;
    }

    .createAccount .tabs span {
        display: none;
    }

    .accountContainer p {
        width: 100%;
    }

    .accountContainer .row p {
        display: none;
    }

    .accountContainer .row.agreement p {
        display: block;
    }

    .accountContainer .row input[type="text"], .accountContainer .row input[type="password"] {
        width: 95%;
    }
    /* End - Added for responsive web design*/
    /*.phase1 .rightCol .bottomContent .left
	{
		width:100%;
	}
	.phase1 .rightCol .bottomContent .right
	{
		width:100%;
	}	
	.phase1 .leftCol .buddies.fbConnect
	{
		width:39%;
	}
	.corpNav ul li img
	{
		display:none;
	}	
	.galleryContent .galleryCont
	{		
		border-top:1px solid #DFDFE5;
		padding-top:10px;
		padding-bottom:5px;
	}
	.galleryItems
	{
		display:none;
	}
	.galleryContent .copy.second
	{
		display:block;
	}
	.galleryContent
	{
		padding-bottom:0;
	}
	ul.subNav.screen480
	{
		display:block;
	}
	.galleryContent
	{
		display:none;
	}
	.galleryContent.screen480
	{
		display:block;
	}
	.settingsTab
	{
		width:100%;
	}
	.settingsTab.edit
	{
		width:100%;
	}		
	.otherArticles .container .article
	{
		float:none;
		width:100%;
		padding-right:0;
		border-bottom:1px solid #E0E0E0;
	}
	.otherArticles .container .article.last
	{
		border:0;
		padding-bottom:20px;
	}	
	.lightbox.level2 .friendsContainer input[type="text"]
	{
		width:60%; /*Previous width:93.5%*/




    /*}*/
    .lightbox.level2 .friends {
        width: 97%;
    }

        .lightbox.level2 .friends .friend {
            width: 100%;
        }

    .lightbox.level2 .popupContainer {
        margin-top: 10px;
    }

    #wrapper.lightboxContent {
        display: none;
    }

    .lightbox.level2 {
        position: relative;
    }

        .lightbox.level2 .popupContainer {
            background: none;
        }

    div.lightbox.level2 {
        height: 100%;
        background: #fff;
    }

    .lightbox.level2 .popupContainer {
        width: 90% !important;
    }

    .lightbox.level2 .title {
        background: none;
        padding: 0 15px;
    }

    .lightbox.level2.helpVideoContainer .title {
        padding: 0;
        padding-bottom: 5px;
    }

    .lightbox.level2 .closeButton {
        display: none;
    }

        .lightbox.level2 .closeButton.video {
            display: block;
            right: 5px;
            top: 7px;
        }

            .lightbox.level2 .closeButton.video a {
                background: url(../../images/popup-close-video.png) no-repeat;
                display: block;
                width: 18px;
                height: 17px;
            }

    .lightbox.level2 .content h4 {
        padding: 10px 0 5px 0;
    }

    .lightbox.level2 .content .schedule {
        margin-top: 0;
    }

    .lightbox.level2 .content, .lightbox.level2.workoutDetail .content, .lightbox.level2.nofb .content, .lightbox.level2.inviteFriends .content, .lightbox.level2.changeClub .content {
        max-height: 210px;
        overflow: auto;
        width: 97%;
    }

    .lightbox.level2 .buttons {
        margin-top: 0;
    }

    .lightbox.level2.changeClub .buttons {
        margin-top: 15px;
    }

    .lightbox.level2 .content p {
        display: none;
    }

    .lightbox.level2.removeWorkout .content p {
        display: block;
    }

    .lightbox.level2.removeWorkout .popupContainer {
        margin-top: 20px;
    }

    .lightbox.level2 .content p.fbContent {
        display: block;
    }

    .lightbox.level2.nofb .content {
        min-height: 0;
    }

    .lightbox.level2.changeClub .content {
        width: 89%;
    }

    .lightbox.level2.changeClub .friendsContainer input[type="text"] {
        width: 91%;
    }

    .lightbox.level2 .clubs .club {
        width: 92%;
    }

    .widget.screen768 {
        position: relative !important;
    }

        .widget.screen768 ul {
            width: 100%;
        }
}

@media only screen and (min-width:321px), only screen and (min-device-width:321px) {
    .corpNav.screen320 {
        display: none;
    }
}

@media only screen and (max-width:320px), only screen and (max-device-width:320px) {
    .buddies .settingsTab input[type="button"].fbConnect, .buddies .settingsTab input[type="submit"].fbConnect {
        margin-bottom: 0;
    }

    .phase1 .leftCol .buddies {
        height: inherit;
        padding-bottom: 15px;
    }

    .workout {
        min-width: 0;
        width: 96px;
    }

    .workouts .day, .workouts .col {
        min-width: 0;
        width: 96px;
    }

    .workout .selectionContainer {
        width: 89px;
    }

    .lightbox.level2 .friends {
        width: 95%;
    }

    .lightbox.level2 .friendsContainer input[type="text"] {
        width: 88%;
    }

    .phase1 .fbConnect .buddies {
        margin-top: 15px;
        margin-left: 0;
    }
    /*.workoutsContainer.set .pagination.pagi3
    {
        display:block;
    }*/
    .footerLinks .col {
        width: 100% !important;
        margin-right: 0;
        min-height: 0 !important;
    }

    .footerLinks .row {
        border: 0 !important;
        padding: 0 !important;
    }

    .createAccount .tabs ul li {
        width: 26% !important;
        padding-left: 25px !important;
        padding-right: 10px !important;
    }

        .createAccount .tabs ul li.first {
            padding-left: 7px !important;
        }

        .createAccount .tabs ul li.fourth {
            padding-right: 23px !important;
        }

    .accountContainer .row input[type="text"], .accountContainer .row input[type="password"] {
        width: 94.7% !important;
    }

    .corpNav.screen320 {
        width: 150px;
    }

    .galleryContent.screen480 img {
        display: none;
    }

    .galleryContent.screen480 p {
        float: none;
        width: 100%;
    }

    .contentRightPane {
        width: 100%;
        float: none;
        clear: both;
    }

    .contentLeftPane {
        float: left;
        width: 100%;
    }

    .settingsTab .label {
        float: none;
        width: 95%;
        margin-bottom: 3px;
    }

    .settingsTab .value {
        overflow: visible;
        width: 95%;
    }

        .settingsTab .value input {
            width: 98%;
        }

    .contentLeftPane > .buttons {
        width: 95%;
    }

    .selectAccountDropdown {
        width: 100%;
    }

    .contentPaneHalf {
        width: 90%;
        float: left;
    }

        .contentPaneHalf + .contentPaneHalf {
            margin-left: 0;
        }

    .workoutInvites img {
        display: none;
    }

    .image.small img {
        display: block;
    }

    .FriendsSearch input {
        width: 95%;
    }

    .lightbox.level2 .title {
        padding: 5px 15px;
    }

    .lightbox.level2 .closeButton {
        top: 10px;
        right: 10px;
    }

    .lightbox.level2 .content h2 {
        padding: 5px 0 10px;
    }

    .lightbox.level2 .content input[type="text"], .lightbox.level2 .schedule select {
        margin-bottom: 5px;
    }

    .lightbox.level2 .buttons {
        margin-top: 5px;
    }

    .lightbox.level2 .friends .friend {
        padding: 0 5px;
    }

    .lightbox.level2 .content, .lightbox.level2.workoutDetail .content, .lightbox.level2.inviteFriends .content {
        max-height: 360px !important;
        overflow: auto;
        width: 84% !important;
    }

    .lightbox.level2.removeWorkout .content {
        height: inherit !important;
    }

    .lightbox.level2.nofb .content {
        height: inherit !important;
    }

    .noWorkoutSession {
        min-width: 95%;
    }

    .lightbox.level2 .content .schedule .label {
        clear: both;
    }

    .lightbox.level2.changeClub .friendsContainer input[type="text"] {
        width: 87% !important;
    }

    .iframe {
        height: 185px !important;
    }

    .phase1 .leftCol .buddies {
        margin-left: 0;
    }

    .footer a /*F0188-added to fix footer font*/ {
        font-size: 13px;
    }
}

@media only screen and (max-width:240px), only screen and (max-device-width:240px) {
    .secondRow {
        width: 80% !important;
        padding-top: 5px;
    }

    .searchContainer {
        float: right !important;
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    .corpNav {
        padding-bottom: 0;
    }

        .corpNav ul li {
            border: 0;
            display: block;
            float: none;
            padding-bottom: 10px;
        }

    .signin {
        padding: 20px 10px;
    }

    input[type="button"], input[type="submit"] {
        font-size: 13px;
    }

    .signin input[type="text"], .signin input[type="password"] {
        width: 94% !important;
    }

    .accountContainer {
        padding: 15px;
    }

    .createAccount .tabs ul li {
        width: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .createAccount .tabs ul li.last {
            padding-right: 0 !important;
        }

    .socialNav {
        float: left !important;
    }

    .secondRow {
        float: left !important;
    }

    .corpNav {
        display: block !important;
        float: left;
    }

        .corpNav ul li {
            float: left;
            padding-bottom: 0px;
        }

        .corpNav.screen320 {
            display: none !important;
            margin-top: 5px;
        }

    .searchContainer input[type="text"] {
        width: 65px !important;
    }

    .accountDropdown {
        left: 0;
        top: 65px;
    }

    .navMenuDropdown {
        top: 177px;
    }

    .contentRightPane {
        width: 100%;
        float: none;
        clear: both;
    }

    .contentLeftPane {
        float: left;
        width: 100%;
    }

    .settingsTab .label {
        float: none;
        width: 95%;
        margin-bottom: 3px;
    }

    .settingsTab .value {
        overflow: visible;
        width: 95%;
    }

        .settingsTab .value input {
            width: 98%;
        }

    .contentLeftPane > .buttons {
        width: 98%;
    }

    .selectAccountDropdown {
        width: 100%;
    }

    .contentPaneHalf {
        width: 90%;
        float: left;
    }

        .contentPaneHalf + .contentPaneHalf {
            margin-left: 0;
        }

    .workoutInvites img {
        display: none;
    }

    .FriendsSearch input {
        width: 95%;
    }

    .noWorkoutSession {
        min-width: 95%;
    }
}

/*Begin- F0188*/
@media only screen and (min-width:0px) and (max-width:480px), only screen and (min-device-width:0px) and (max-device-width:480px), only screen and (min-width:0px) and (max-height:325px), only screen and (min-device-height:0px) and (max-device-height:325px) {

    .phase1 .rightCol .bottomContent .left {
        float: left;
        width: 100%; /* 522px */
    }

    .lightbox.level2 {
        height: 999%;
        position: absolute;
    }

        .lightbox.level2 .popupContainer {
            left: 3%;
            margin-top: 18px;
            position: relative;
            width: 94%;
        }

        .lightbox.level2 .popup {
            width: 100%;
        }

        .lightbox.level2 .content, .lightbox.level2.workoutDetail .content, .lightbox.level2.nofb .content, .lightbox.level2.inviteFriends .content, .lightbox.level2.changeClub .content {
            overflow: hidden;
            max-height: 390px !important;
        }
}

@media only screen and (min-width:768px) and (max-width:980px), only screen and (min-device-width:768px) and (max-device-width:980px) {
    .signin {
        padding-bottom: 0px;
    }

    .footer a /*F0188-added to fix footer font*/ {
        font-size: 12px;
    }
}
/*End- F0188*/


/* Previous Gradient  #fee54c 0%, #fd9e12 - Dated 02/28/2017 */
/*F-0210 Adding RatesTab using CMS*/
.yellowButton {
    color: #000000;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #FFD457 0%, #FFD457 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD457), color-stop(100%,#FFD457)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFD457 0%,#FFD457 100%); /* W3C */
    -pie-background: linear-gradient(top, #FFD457 0%,#FFD457 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
}



a.yellowLink {
    text-decoration: none;
    color: black !important;
}

/*End- F-0210*/

/* F0283: Class for responsive web page @Bootstrap  */
.tblClubSearch {
    width: 100%;
    min-width: 280px;
    height: 140px;
    /* border-top:1px solid;     */
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    padding: 0px;
}

.fieldLabelTitle {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
}
/*FOR find club to hide Or word between search boxes */
@media screen and (max-width: 767px) {
    .spnOR {
        display: none;
    }

    .hideElementforSmallScreen {
        display: none;
    }
}

.print-only, .print-only * {
    display: none !important;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .print-only, .print-only * {
        display: block !important;
    }

    a[href]:after {
        content: none !important;
    }
}

.viprewards .MainTitle {
    margin: 8px 0 12px 0;
    border-bottom: none;
    background: url('/Pages/Images/VIPRewards/LAF/laf-banner-md.png') no-repeat left top;
    height: 46px;
}

@media (max-width: 460px) {
    .viprewards .MainTitle {
        background: url('/Pages/Images/VIPRewards/LAF/laf-banner-sm.png') no-repeat left top;
        height: 40px;
    }
}

@media only screen and (min-width: 986px) {
    table.tableAd td {
        display: block;
        float: left;
        width: 100%;
    }

    div[id$="JobAdsFeatured_JobAds"] table.tableAd tr[id$="trImage"] td div {
        left: 45px !important;
    }

    div.laJobSelector table.tableAd td:first-of-type {
        height: inherit !important;
    }

    div.laJobSelector table.tableAd div:first-of-type {
        min-height: 111px;
    }
}
