html {
    background: #F0E9D7 url(../images/headerBackGround.jpg) repeat-x;
    margin: 0;
}
body {
    background: url(../images/navBar.jpg) repeat-x 0 122px !important;
    background: url(../images/navBar.jpg) repeat-x 0 123px;
    font-family: Trebuchet MS, Arial;
    font-size: 90%;
    margin: 0;
}
a:link {
    color: #203F5C;
}
a:visited {
    color: #203F5C;
}
a:hover {
    background: #B5C6D8;
    color: #203F5C;
    cursor: pointer;
}
a:active {
    color: #203F5C;
}
h1 {
}
h2 {
}
h3 {
    color: #203F5C;
    font-size: 18px;
    font-style: italic;
    clear: both;
    line-height: 1em;
}
.emphasized
{
    font-style:italic;
    font-size:10px;
}
img {
    background: none;
}
/* main layout styles*/

#container {
    width: 780px !important;
    width: 790px;
    margin: 0 auto;
    min-height: 600px;
}
/* logo */
#logo {
    position: relative;
    top: -26px !important;
    top: 5px;
    width: 770px;
    height: 110px;
    z-index: 0;
}
#logo h1 {
    width: 419px;
    height: 128px;
}
#logo h1 a {
    width: 419px;
    height: 100px;
    text-indent: -2000em;
    left: 0;
    top: 10px !important;
    top: -12px;
    position: absolute;
    background: url(../images/logo2.png) no-repeat !important;
    background: url(../images/logoIE6.gif) no-repeat;
    z-index: 0;
}
#logo a {
    color: #fff;
    text-decoration: none;
}
#logo span {
    position: absolute;
    top: -10px !important;
    top: -20px;
    left: 580px;
}
#logo span h4 {
    position: relative;
    top: -20px;
    left: -5px;
    color: #fff;
    float: left;
    font-weight: normal;
}
#logo span ul {
    list-style: none;
}
#logo span li {
    position: relative;
    top: -15px;
    left: 10px;
    display: inline;
}
#logo span li a {
    padding: 0 2px;
}
#logo span li a:hover {
    background: transparent;
}
/* navigation */
#tabbedNav {
    position: relative;
    float: right;
    width: 100%;
    background: transparent;
    font-size: 85%;
    line-height: normal;
    margin: -63px auto !important;
    margin: -80px auto;
    z-index: 4;
}
#tabbedNav ul {
    margin: 0;
    padding: 10px 0 0 50px;
    list-style: none;
}
#tabbedNav li {
    display: inline;
    margin: 0;
    padding: 0;
}
#tabbedNav a {
    float: right;
    background: url(../images/tabLeft.gif) no-repeat 0 -30px;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
}
#tabbedNav a span {
    float: right;
    display: block;
    background: url(../images/tabRight.gif) no-repeat 100% -30px;
    padding: 7px 20px 4px 6px;
    color: #203F5C;
    margin: 0 3px 0 0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabbedNav a span {
    float: none;
}
/* End IE5-Mac hack */
#tabbedNav a:hover span {
    color: #FFF;
}
#tabbedNav a:hover {
    background-position: top left;
    color: #fff;
}
#tabbedNav a:hover span {
    background-position: top right;
    color: #fff;
}

#tabbedNav #current a {
    background-position: top left;
}
#tabbedNav #current a span {
    background-position: top right;
    color: #fff;
}
/* horizontal nav */
#horizontalNav {
    margin: -40px 0 0 0 !important;
    margin: -42px auto;
    height: 68px;
}
#horizontalNav ul {
    list-style: none;
}
#horizontalNav, #horizontalNav * {
    float: left;
}
#horizontalNav a {
    line-height: 39px;
    padding: 0 8px;
    color: #fff;
    background: #536981 url(../images/navBar.jpg) repeat-x;
    text-decoration: none;
}
#horizontalNav a:hover {
    background-image: url(../images/tabBarHighLight.jpg);
    cursor: hand;
}
#horizontalNav #HRCurrent a {
    background-image: url(../images/tabBarHighLight.jpg);
}
#horizontalNav ul li.last a {
    position: absolute;
    right: 0px;
    width: 100px;
    background: url(../images/bugReport.jpg) no-repeat;
    padding-left: 35px;
}
#horizontalNav ul li.last a:hover {
    background: url(../images/bugReportOver.jpg) no-repeat;
}
/* content */
#mainContent {
    background: #F0E9D7 url(../images/content.jpg) no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 750px;
    height: 500px;
    padding: 15px;
    overflow: auto;
}
.homePageContent {
    background: #F0E9D7 url(../images/content.jpg) no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 15px;
    overflow: hidden;
    width: 770px;
    height: 100%;
}
.homePageContent p {
    width: 750px;
}
.homePageImg {
    background: transparent;
    margin: 0pt auto;
    text-align: center;
}
.homePageImg a:hover {
    background: none;
}
/* footer */
#footerClear {
    clear: both;
}
#footer {
    background: #203F5C url(../images/footer.jpg) top left repeat-x;
    width: 100%;
    height: 105px;
}
#footerNav {
    width: 770px;
    font-size: 85%;
    font-family: Lucida Sans Unicode, Arial;
    text-align: center;
    color: #fff;
    padding: 35px 0 0 0;
    margin: 0 auto;
}
#footerNav a {
    margin: 0;
    text-decoration: none;
    color: #fff;
}
#footerNav a:hover {
    text-decoration: underline;
    color: #fff;
    background: none;
}
#footerNav #footerCurrent a {
    text-decoration: underline;
    color: #fff;
}
/* pagination*/
.pageBar {
    float: right;
    font-size: 85%;
    text-align: center;
    margin: 10px 10px 0 0;
}
.pageBar ul {
    margin: 0;
    list-style: none;
}
.pageBar li {
    display: inline;
    margin: 0;
    padding: 0;
}
.pageBar a {
    float: left;
    padding: 0;
    text-decoration: none;
}
.pageBar a span {
    background: url(../images/pageBarImg.gif) no-repeat;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    color: #FFF;
    padding: 5px 0 0 0;
    margin: 0 1px 0 0;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.#pageBar a span {
    float: none;
}
/* End IE5-Mac hack */
.pageBar a:hover span {
    color: #fff;
    font-weight: bold;
    background: url(../images/pageBarImgOver.gif) no-repeat;
    text-decoration: underline;
}
.pageBar a:hover {
    background: url(../images/pageBarImgOver.gif) no-repeat;
}
.pageBar a:hover span {
    background: url(../images/pageBarImgOver.gif) no-repeat;
}

.pageBar .currentPage a span {
    background: url(../images/pageBarImgOver.gif) no-repeat;
}
.validationError {
    font-size: 14px;
    color: #FF0000;
}

.loginName {
    position: relative;
    top: 0;
    left: 15px;
    color: #fff;
}
.loginName a {
    color: #fff;
    text-decoration: none;
}
.loginName a:visited {
    color: #fff;
}
.loginName a:hover {
    color: #fff;
    background: none;
    text-decoration: underline;
}
.loginName a:active {
    color: #fff;
}
/* main page movie links*/
#movieSelection {
    text-align: center;
    margin: 0 auto;
}
#movieSelection ul {
    list-style: none;
}
#movieSelection li {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}
#movieSelection a {
    color: #000;
    padding: 0 5px;
    text-decoration: none;
    border: 1px solid #fff;
}
#movieSelection a:hover {
    cursor: hand;
    text-decoration: underline;
    background: #9EB6CE;
    border: 1px solid #37526D;
    color: #fff;
}
/* Controls */
.clearFix {
    clear: both;
}
.controlContainer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    margin: 55px auto;
    overflow: hidden;
}
.smContent {
    background: url(../images/smContent.jpg) top center no-repeat;
    float: left;
    width: 470px;
    padding: 8px 8px 8px 8px;
}
.secondaryAdSpace {
    float: left;
    width: 250px;
    padding-right: 10px;
    height: 565px;
}
img {
    border: none;
}
/* profit boxes */
.ornateSummaryBoxes {
    float: left;
    width: 255px;
    min-height: 290px;
}
.ornateSummaryTop {
    background: url(../images/summaryBoxTop.jpg) no-repeat !important;
    background: url(../images/summaryBoxTopIE.jpg) no-repeat;
    width: 255px;
    height: 68px;
}
.ornateSummaryTop h2 {
    position: relative;
    top: 20px;
    text-align: center;
    margin: 0;
    color: #fff;
}
.ornateSummaryTop a:link {
    position: relative;
    border: none;
    background: none;
    text-decoration: none;
    color: #fff;
}
.ornateSummaryTop a:visited {
    border: none;
    background: none;
    text-decoration: none;
    color: #fff;
}
.ornateSummaryTop a:hover {
    border: none;
    background: none;
    text-decoration: underline;
    color: #fff;
}
.ornateSummaryTop a:active {
    border: none;
    background: none;
    text-decoration: none;
    color: #fff;
}
.ornateSummaryTop a span {
    display: none;
}
.ornateSummaryBody {
    background: url(../images/summarBoxRepeat.jpg) repeat-y;
    width: 255px;
    text-align: center;
    height: 175px;
}
.ornateSummaryBody hr {
    border: 0;
    background: #37526D;
    height: 1px;
    width: 95%;
}
.ornateSummaryFooter {
    background: url(../images/summaryBoxBottom.jpg) no-repeat;
    width: 255px;
    height: 27px;
    text-align: center;
    font-weight: bold;
}
.ornateSummaryFooter a:link {
    position: relative;
    top: 5px;
    color: #fff;
    text-decoration: none;
}
.ornateSummaryFooter a:visited {
    position: relative;
    top: 5px;
    color: #fff;
    text-decoration: none;
}
.ornateSummaryFooter a:hover {
    background: none;
    color: #fff;
    text-decoration: underline;
}
.ornateSummaryFooter a:active {
    color: #fff;
    background: none;
    text-decoration: none;
}
.goalLabel {
    position: relative;
    top: 0;
    font-size: 185%;
    color: #324D68;
}
.goalAmt {
    position: relative;
    top: 0;
    font-size: 185%;
    color: #000;
}
.currentLabel {
    position: relative;
    top: 0;
    font-size: 20px;
    color: #324D68;
}
.currentAmt {
    position: relative;
    top: 0;
    font-size: 22px;
    color: #000;
}
.progressBar {
    background: url(../images/grayProgBar.gif) no-repeat;
    width: 232px;
    height: 25px;
    color: #000;
    font-weight: bold;
    margin: 10px auto;
    text-align: left;
}
.progress {
    background: url(../images/redProgBar.gif) repeat-x;
    height: 25px;
    margin-left: 2px;
    max-width: 98%;
    text-align: left;
    display: block;
}
/*summary boxes*/
.summaryBoxContainer {
    float: left;
    width: 255px;
}
.summaryBoxTop {
    background: url(../images/summaryBoxTop.jpg) no-repeat !important;
    background: url(../images/summaryBoxTopIE.jpg) no-repeat;
    width: 255px;
    height: 68px;
}
.summaryBoxTop h2 {
    position: relative;
    top: -18px;
    text-align: center;
    margin: 0;
    color: #fff;
}
.summaryBoxTop img {
    border: none;
}
.summaryBoxTop h2 a {
    color: #fff;
    text-decoration: none;
}
.summaryBoxTop h2 a:visited {
    color: #fff;
    text-decoration: none;
}
.summaryBoxTop a:hover {
    background: none;
    color: #fff;
    text-decoration: underline;
}
.summaryBoxBody {
    background: url(../images/summarBoxRepeat.jpg) repeat-y;
    width: 255px;
}
.summaryBoxFooter {
    background: url(../images/summaryBoxBottom.jpg) no-repeat;
    width: 255px;
    height: 27px;
    text-align: center;
    font-weight: bold;
}
.summaryBoxFooter a:link {
    position: relative;
    top: 5px;
    color: #fff;
    text-decoration: none;
}
.summaryBoxFooter a:visited {
    position: relative;
    top: 5px;
    color: #fff;
    text-decoration: none;
}
.summaryBoxFooter a:hover {
    background: none;
    color: #fff;
    text-decoration: underline;
}
.summaryBoxFooter a:active {
    color: #fff;
    background: none;
    text-decoration: none;
}
.summaryBoxIcon {
    position: relative;
    top: 11px;
    left: 5px;
}
.summaryBoxHelp {
    position: relative;
    top: -44px;
    left: 210px;
}
/* styles for the summary tables*/
.summaryTable {
    border-collapse: collapse;
    padding: 0;
    width: 97%;
    margin: -8px 4px 0 4px;
}
.summaryTableHeading {
    font-weight: bold;
    padding: 0 0 0 15px;
}
.summaryTableRowAmt {
    text-align: center;
    font-weight: bold;
    color: #203F5C;
    border-bottom: 1px solid #203F5C;
}
.profileRow {
    padding-left: 15px;
}
.progressImg {
    text-align: center;
    height: 25px;
}
.summaryTableData {
    border-collapse: collapse;
    border: 1px solid #203F5E;
    width: 95%;
    margin: 0 auto;
}
.summaryTableData div {
    border: 1px solid #203F5E;
    width: 95%;
    margin: 0 auto;
    background: #E0E0E0;
}
/* summary goal and profil box */
.summaryGoalProfile {
    border: 1px solid #203F5E;
    width: 94%;
    margin: 0 auto;
    background: #B5C6D8;
    min-height: 190px;
    font-size:11px;
}
.summaryGoalProfile hr {
    border: none;
    background: #203F5E;
    width: 100%;
    height: 1px;
}
.summaryGoalProfile strong {
    padding: 2px;
}
.summaryGoalProfile ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 2px;
}
.summaryGoalProfile a {
    color: #000;
    text-decoration: none;
}
.summaryGoalProfile a:hover {
    text-decoration: underline;
}
/* detail box*/
.detailBoxTop {
    background: url(../images/detailTop.jpg) top left no-repeat !important;
    background: url(../images/detailTopIE6.jpg) top right repeat-y;
    width: 780px;
    height: 63px;
    margin: 0 auto;
}
.detailBoxTop h2 {
    position: relative;
    top: -25px;
    text-align: center;
    margin: 0;
    color: #fff;
}
.detailBoxTop h2 a {
    color: #fff;
}
.detailBoxTop h2 a:visited {
    color: #fff;
    text-decoration: none;
}
.detailBoxTop a:hover {
    background: none;
    color: #fff;
    text-decoration: underline;
}
.detailBoxBody {
    background: url(../images/detailRepeat.jpg) top right repeat-y;
    width: 780px;
    margin: 0 auto;
    overflow: hidden;
}
.detailBoxFooter {
    background: url(../images/detailBottom.jpg) bottom left no-repeat;
    width: 780px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.detailBoxFooter a:link, .detailBoxFooter a:visited {
    position: relative;
    top: 8px;
    color: #fff;
    text-decoration: none;
}
.detailBoxFooter a:hover {
    color: #fff;
    background: none;
    text-decoration: underline;
}
.detailTable {
    margin: 5px auto !important;
    margin: 0 auto;
    width: 97%;
    border-collapse: collapse;
    padding: 0px;
    border: 1px solid #203F5C;
}
.detailTable tr td {
    border: 1px solid #203F5C;
    border-collapse: collapse;
}
.detailTableAlternateColumn {
    background: #F0E9D7;
}
.detailBoxHeading {
    font-weight: bold;
}
.detailBoxAlternate {
    background: #E0E0E0;
}
.detailBoxBorderless {
    border-collapse: collapse;
    border: 0px;
}
.detailHelp {
    position: relative;
    top: -50px;
    left: 730px;
}
.detailIcon {
    position: relative;
    top: 10px;
    left: 8px;
}

/* gift detail box*/
.giftDetailBoxContainer {
    width: 750px;
    margin: 0 auto;
    float: left;
}
.giftDetailBoxTop {
    background: url(../images/giftBoxTop.jpg) no-repeat !important;
    background: url(../images/giftBoxTopIE.jpg) no-repeat;
    width: 750px;
    height: 64px;
    margin: 0 auto;
}
.giftDetailBoxTop h2 {
    position: relative;
    top: -18px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.giftDetailBoxTop h2 a {
    color: #fff;
}
.giftDetailBoxTop h2 a:visited {
    color: #fff;
    text-decoration: none;
}
.giftDetailBoxTop a:hover {
    background: none;
    color: #fff;
    text-decoration: underline;
}
.giftDetailBoxBody {
    background: url(../images/giftBoxRepeat.jpg) repeat-y;
    width: 750px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 5px;
}
.giftDetailBoxFooter {
    background: url(../images/giftBoxBottom.jpg) no-repeat;
    width: 750px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.giftDetailBoxFooter a:link {
    position: relative;
    top: 8px;
    color: #fff;
    text-decoration: none;
}
.giftDetailBoxFooter a:visited {
    position: relative;
    top: 8px;
    color: #fff;
    text-decoration: none;
}
.giftDetailBoxFooter a:hover {
    background: none;
    text-decoration: underline;
    color: #fff;
}
.giftDetailBoxFooter a:active {
    background: none;
    text-decoration: none;
    color: #fff;
}
.giftBoxIcon {
    position: relative;
    top: 15px;
    left: 5px;
}
.giftBoxHelp {
    position: relative;
    top: -50px !important;
    top: -50px;
    left: 700px;
}
.giftTable {
    margin: 5px auto !important;
    margin: 0 auto;
    width: 97%;
    border-collapse: collapse;
    padding: 0px;
    border: 1px solid #203F5C;
}


/*
/* medium detail box*/
.mediumDetailBoxContainer {
    width: 385px;
    margin: 0 auto;
    float: left;
}
.mediumDetailBoxTop {
    background: url(../images/mediumBoxTop.jpg) no-repeat !important;
    background: url(../images/mediumBoxTopIE.jpg) no-repeat;
    width: 385px;
    height: 64px;
    margin: 0 auto;
}
.mediumDetailBoxTop h2 {
    position: relative;
    top: -18px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.mediumDetailBoxTop h2 a {
    color: #fff;
}
.mediumDetailBoxTop h2 a:visited {
    color: #fff;
    text-decoration: none;
}
.mediumDetailBoxTop a:hover {
    background: none;
    color: #fff;
    text-decoration: underline;
}
.mediumDetailBoxBody {
    background: url(../images/mediumBoxRepeat.jpg) repeat-y;
    width: 385px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}
.mediumDetailBoxFooter {
    background: url(../images/mediumBoxBottom.jpg) no-repeat;
    width: 385px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.mediumDetailBoxFooter a:link {
    position: relative;
    top: 8px;
    color: #fff;
    text-decoration: none;
}
.mediumDetailBoxFooter a:visited {
    position: relative;
    top: 8px;
    color: #fff;
    text-decoration: none;
}
.mediumDetailBoxFooter a:hover {
    background: none;
    text-decoration: underline;
    color: #fff;
}
.mediumDetailBoxFooter a:active {
    background: none;
    text-decoration: none;
    color: #fff;
}
.mediumBoxIcon {
    position: relative;
    top: 15px;
    left: 5px;
}
.mediumBoxHelp {
    position: relative;
    top: -42px !important;
    top: -38px;
    left: 342px;
}
.mediumTable {
    margin: 5px auto !important;
    margin: 0 auto;
    width: 97%;
    border-collapse: collapse;
    padding: 0px;
    border: 1px solid #203F5C;
}
/* set all boxes h2's to one size*/
.ornateSummaryTop h2 a, .mediumDetailBoxTop h2 a, .detailBoxTop h2 a, .summaryBoxTop h2 a, summaryBoxTop h2 a:visited {
    font-size: 16px;
}
/* login box */
.loginBoxContainer {
    width: 385px;
    margin: 0 auto;
}
.loginBoxTop {
    background: url(../images/mediumBoxTop.jpg) no-repeat !important;
    background: url(../images/mediumBoxTopIE.jpg) no-repeat;
    width: 385px;
    height: 64px;
    margin: 0 auto;
}
.loginBoxTop h2 {
    position: relative;
    top: -18px;
    font-size: 135%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.loginBoxTop h2 a {
    color: #fff;
}
.loginBoxTop h2 a:visited {
    color: #fff;
    text-decoration: none;
}
.loginBoxTop a:hover {
    background: none;
    text-decoration: underline;
}
.loginBoxBody {
    background: url(../images/mediumBoxRepeat.jpg) repeat-y;
    width: 385px;
    margin: 0 auto;
}
.loginBoxFooter {
    background: url(../images/mediumBoxBottom.jpg) no-repeat;
    width: 385px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
.loginBoxFooter a:link {
    position: relative;
    top: 8px;
    color: #fff;
    text-decoration: none;
}
.loginBoxFooter a:visited {
    position: relative;
    top: 8px;
    color: #fff;
    text-decoration: none;
}
/* icon bar */
/* initial stuff for our icon bar*/
.iconBar {
    background: #F8F5EE url(../images/iconBarBcknd.jpg) repeat-x;
    border: 2px solid #2C4763;
    width: 760px !important;
    width: 770px;
    font-size: 85%;
    font-weight: bold;
    line-height: .9em;
    text-align: center;
    overflow: hidden;
    padding: 2px;
    margin: 0 auto !important;
    margin: 55px auto;
    position: relative;
    top: -8px !important;
}
.iconBar ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 95%;
}
.iconBar li {
    display: inline;
    padding: 0;
}
/* specific icon bar classes begin here - 3 image states. initial, over and inactive*/
/* profit icon */
.profitIcon a {
    background: url(../images/profitsIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.profitIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.profitIcon a:hover {
    background: url(../images/profitsIcons.jpg) 50% -86px no-repeat;
}
/* gift $ inactive class*/
.profitIconInactive a {
    background: url(../images/profitsIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.profitIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.profitIconInactive a:hover {
    background: url(../images/profitsIcons.jpg) 50% -172px no-repeat;
}
/* gift $ icon */
.giftIcon a {
    background: url(../images/giftIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.giftIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.giftIcon a:hover {
    background: url(../images/giftIcons.jpg) 50% -86px no-repeat;
}
/* gift $ inactive class*/
.giftIconInactive a {
    background: url(../images/giftIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.giftIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.giftIconInactive a:hover {
    background: url(../images/giftIcons.jpg) 50% -172px no-repeat;
}
/* gift hours icon */
.giftHoursIcon a {
    background: url(../images/giftHoursIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.giftHoursIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.giftHoursIcon a:hover {
    background: url(../images/giftHoursIcons.jpg) 50% -86px no-repeat;
}
/* gift hours inactive class*/
.giftHoursIconInactive a {
    background: url(../images/giftHoursIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.giftHoursIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.giftHoursIconInactive a:hover {
    background: url(../images/giftHoursIcons.jpg) 50% -172px no-repeat;
}
/* education angel */
.educationAngelIcon a {
    background: url(../images/educationAngelIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.educationAngelIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.educationAngelIcon a:hover {
    background: url(../images/educationAngelIcons.jpg) 50% -86px no-repeat;
}
/* education angel inactive*/
.educationAngelIconInactive a {
    background: url(../images/educationAngelIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.educationAngelIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.educationAngelIconInactive a:hover {
    background: url(../images/educationAngelIcons.jpg) 50% -172px no-repeat;
}
/* money angel */
.moneyAngelIcon a {
    background: url(../images/moneyAngelIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.moneyAngelIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.moneyAngelIcon a:hover {
    background: url(../images/moneyAngelIcons.jpg) 50% -86px no-repeat;
}
/* money angel inactive*/
.moneyAngelIconInactive a {
    background: url(../images/moneyAngelIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.moneyAngelIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.moneyAngelIconInactive a:hover {
    background: url(../images/moneyAngelIcons.jpg) 50% -172px no-repeat;
}
/* wealth retreat */
.wealthRetreatIcon a {
    background: url(../images/wealthRetreatIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.wealthRetreatIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.wealthRetreatIcon a:hover {
    background: url(../images/wealthRetreatIcons.jpg) 50% -86px no-repeat;
}
/* wealth retreat inactive*/
.wealthRetreatIconInactive a {
    background: url(../images/wealthRetreatIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.wealthRetreatIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.wealthRetreatIconInactive a:hover {
    background: url(../images/wealthRetreatIcons.jpg) 50% -172px no-repeat;
}
/* money power */
.moneyPowerIcon a {
    background: url(../images/moneyPowerIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.moneyPowerIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.moneyPowerIcon a:hover {
    background: url(../images/moneyPowerIcons.jpg) 50% -86px no-repeat;
}
/*money power inactive*/
.moneyPowerIconInactive a {
    background: url(../images/moneyPowerIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.moneyPowerIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.moneyPowerIconInactive a:hover {
    background: url(../images/moneyPowerIcons.jpg) 50% -172px no-repeat;
}
/* protege */
.protegeIcon a {
    background: url(../images/protegeIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.protegeIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.protegeIcon a:hover {
    background: url(../images/protegeIcons.jpg) 50% -86px no-repeat;
}
/*protege inactive*/
.protegeIconInactive a {
    background: url(../images/protegeIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.protegeIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.protegeIconInactive a:hover {
    background: url(../images/protegeIcons.jpg) 50% -172px no-repeat;
}
/* creating wealth */
.creatingWealthIcon a {
    background: url(../images/cwiIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.creatingWealthIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.creatingWealthIcon a:hover {
    background: url(../images/cwiIcons.jpg) 50% -86px no-repeat;
}
/* creating wealth inactive class*/
.creatingWealthIconInactive a {
    background: url(../images/cwiIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.creatingWealthIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.creatingWealthIconInactive a:hover {
    background: url(../images/cwiIcons.jpg) 50% -172px no-repeat;
}
/* private coaching */
.coachingIcon a {
    background: url(../images/coachingIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.coachingIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.coachingIcon a:hover {
    background: url(../images/coachingIcons.jpg) 50% -86px no-repeat;
}
/* coaching inactive class*/
.coachingIconInactive a {
    background: url(../images/coachingIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.coachingIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.coachingIconInactive a:hover {
    background: url(../images/coachingIcons.jpg) 50% -172px no-repeat;
}
/* mastery */
.masteryIcon a {
    background: url(../images/masteryIcon.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.masteryIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.masteryIcon a:hover {
    background: url(../images/masteryIcon.jpg) 50% -86px no-repeat;
}
/*mastery inactive class*/
.masteryIconInactive a {
    background: url(../images/masteryIcon.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.masteryIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.masteryIconInactive a:hover {
    background: url(../images/masteryIcon.jpg) 50% -172px no-repeat;
}
/* inner circle */
.innerCircleIcon a {
    background: url(../images/ssIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.innerCircleIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.innerCircleIcon a:hover {
    background: url(../images/ssIcons.jpg) 50% -86px no-repeat;
}
/*inner circle inactive*/
.innerCircleIconInactive a {
    background: url(../images/ssIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.innerCircleIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.innerCircleIconInactive a:hover {
    background: url(../images/ssIcons.jpg) 50% -172px no-repeat;
}
/* success story icon */
.successStoryIcon a {
    background: url(../images/ssIcons.jpg) top center no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.successStoryIcon a span {
    display: block;
    padding: 35px 0 0 0;
}
.successStoryIconIcon a:hover {
    background: url(../images/ssIcons.jpg) 50% -86px no-repeat;
}
/*success story inactive*/
.successStoryIconInactive a {
    background: url(../images/ssIcons.jpg) 50% -172px no-repeat;
    display: block;
    width: 50px;
    float: left;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.successStoryIconInactive a span {
    display: block;
    padding: 35px 0 0 0;
}
.successStoryIconInactive a:hover {
    background: url(../images/ssIcons.jpg) 50% -172px no-repeat;
}
/* testimonials*/
.testimonials .testimonial {
    background: url(../images/testimonyBckGrnd.jpg) repeat-x;
    line-height: 1.6em;
    padding: 12px;
    text-align: justify;
}
.testimonial {
    width: 97%;
    margin: 0;
}
.testimonials .author {
    margin-top: .2em;
    margin-left: 4em;
    font-weight: bold;
}
.lquote {
    /*font-family: Arial Black;     font-size: 36pt;     font-weight: bold;     color: #88867c;     left: -.1em; */
    float: left;
    height: auto !important;
    height: 45px;
    margin-top: 0 !important;
    margin-top: -40px;
    padding-top: 0 !important;
    padding-top: 45px;
    margin-bottom: 0 !important;
    margin-bottom: -50px;
    font-size: 36pt;
    font-family: Arial Black;
    font-weight: bold;
    color: #88867c;
    position: relative !important;
    top: .1em !important;
    left: -.2em !important;
}
/*login css*/
fieldset {
    /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
    position: relative;
    width: 90%;
    border: 1px solid #000;
    padding: 10px;
    margin: 0 auto !important;
    margin: -10px 0 0 20px;
    background-color: #fff;
    z-index: 0;
}
fieldset legend {
    font-size: 1.1em; /* bump up legend font size */
    font-weight: bold;
    background-color: #C3D4E4;
}
.loginBoxContainer fieldset label {
    display: block; /* block float the labels to left column, set a width */
    float: left;
    width: 80px;
    padding: 0;
    margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
    text-align: right;
    background-color: #C3D4E4;
}
input[type=text], input[type=password], textarea, select {
    /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
    width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
    margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of                               label aligns textarea better in IE */
}
select option {
    border: 1px solid #203F5C;
}
textarea {
    overflow: auto;
}
br {
    clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
input[type=text], input[type=password], textarea {
    color: #203F5C;
    border: 1px solid #203F5C;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover {
    border: 1px solid #203F5C;
    color: #203F5C;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
    border: 1px solid #203F5C;
    color: #203F5C;
}
/* input box ajax css*/
.ajaxDropDown {
    background: #fff url(../images/toolTipBckd.png) repeat-x;
    border: 2px solid #1F3E5D;
    border-top: 1px solid #1F3E5D;
    color: #203F5E;
    padding: 10px;
    font-size: .8em;
    z-index: 50;
    position: absolute;
    left: 110px;
    overflow: auto;
    height: 150px;
    width: 180px;
    font-size: 14px;
}

.adminAjaxDropDown {
    background: #fff url(../images/toolTipBckd.png) repeat-x;
    border: 2px solid #1F3E5D;
    border-top: 1px solid #1F3E5D;
    color: #203F5E;
    padding: 10px;
    font-size: .8em;
    z-index: 50;
    position: absolute;
    overflow: auto;
    height: 150px;
    width: 250px;
    font-size: 14px;
    clear:both;
}
/*progress bar */
.redProgBar {
    background: #7FA615;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
}
/* tool tip class*/
.toolTips {
    background: #F2EFE8 url(../images/toolTipBckd.png) repeat-x;
    position: relative;
    top: -25px;
    left: 22%;
    border: 2px solid #1F3E5D;
    width: 70%;
    color: #203F5C;
    padding: 10px;
    font-size: .8em;
    z-index: 55;
}
.bugTable {
    width: 95%;
    padding: 15px;
    margin: 0 auto;
    font-size: 10px;
}
.bugTable td {
    width: 40%;
}
.bugTable td td {
    width: 60%;
}
.reportBug {
    width: 95%;
    margin: 0 auto;
}
.challengeResourcesDiv {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #203F5C;
}
.challengeResourcesDiv ul {
    list-style: none;
}

/* AJAX date picker control */
.ajax__calendar_container 
{
    padding:4px;
    position:absolute;
    cursor:default;
    width:170px;
    font-size:11px;
    text-align:center;
    font-family:tahoma,verdana,helvetica;
    background-color:White;
    border: 1px solid #646464;
}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}
/* END AJAX date picker control; */

.icon
{
    cursor:pointer;
}

.challengeGroups
{
    text-align: center;
}

.challengeGroups .challengeLinkGroup
{
    width: 98%;
    height: 57px;
    background-color:White;
    margin: 1px auto 1px auto; 
    border: solid 1px black;
    padding: 0px 0px 5px 0px;
}

.challengeGroups .challengeLinkGroup .overallLinkGroup
{
    float:left;
    margin: 1px 0px 0px 1px;
    padding: 1px 0px 3px 1px;
    height: 57px;
}

.challengeGroups .challengeLinkGroup .overallLinkGroup label
{
    margin: 0px 0px 0px 0px !important;
}

.challengeGroups .challengeLinkGroup .overallLinkGroup a 
{
    margin: 10px 5px 0px 0px;
}
.challengeGroups .challengeLinkGroup .categoryLinkGroup
{
    float:left;
    margin: 2px 2px 1px 0px;
    /*background-color: #B5C6D8;*/
    padding: 1px 1px 1px 1px;
    width: 150px;
    overflow:hidden;
}

.challengeGroups .challengeLinkGroup .categoryLinkGroup a
{
    font-size: 11px;
}

.challengeGroups .challengeLinkGroup .categoryLinkGroup .categoryTitleLink
{
    text-align: left;
    float: left;
    width: 100px;
}

.challengeGroups .challengeLinkGroup .categoryLinkGroup .categoryFirstLink
{
    text-align: left;
    float: right;
    width: 50px;
    text-decoration: underline;
}

.challengeGroups .challengeLinkGroup .categoryLinkGroup .categoryImageAnchor img
{
    height:25px;
    width:40px;
}

.challengeListing {
    border: 1px solid #203F5E;
    width: 94%;
    margin: 0 auto;
    background: #B5C6D8;
    min-height: 190px;
    font-size:12px;
}

.disclaimer 
{
    font-size:8pt;
}