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 {
    font-family:  Times New Roman,Trebuchet MS, Arial;
    color: #336699;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    clear: both;
    line-height: 1em;
    font-style: italic;
}
h4 {
    font-family:  Times New Roman,Trebuchet MS, Arial;
    color: #336699;
    font-size: 16px;
    font-style: italic;
    clear:none;
}
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/ewilogo.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;
    line-height: normal;
    margin: -63px auto !important;
    margin: -80px auto;
    z-index: 50;
}
#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 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 750px;
    min-height: 500px;
    padding: 15px;
    overflow:auto;
    font-size:14px;
    margin-top:17px;
    position:relative;
}
.homePageContent {
    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: 300px;
}
img {
    border: none;
}
/* profit boxes */


.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 hr {
    border: 0;
    background: #37526D;
    height: 1px;
    width: 95%;
}

.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: #B5C6D8;
}
/* summary goal and profil box */
.summaryGoalProfile {
    border: 1px solid #203F5E;
    width: 94%;
    margin: 0 auto;
    background: #B5C6D8;
    min-height: 190px;
}
.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: #B5C6D8;
}
.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, 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;
}
/*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;
}
.standard
{
    font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
    font-size:14px;
}
.standardblue
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#336699;
}
.smallblue
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:10px;
    color:#336699;
}
.bluequote
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#336699;
    font-style:italic;
}
#aspnetForm
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
}

/******************************************************BUTTONS!******************************************************************/
.buttonContainer
{
    overflow: hidden;
    width: 100%;
    clear: both;
}

a.button
{
    background: transparent url(/images/buttons/button_a.gif) no-repeat scroll top left;
    display:block;
    float:left;
    font: Trebuchet MS, Arial;
    height: 24px;
    margin-right: 12px;
    padding-right: 0px;
    text-decoration: none;
    overflow:hidden;
}

a.button span
{
    background: transparent url(/images/buttons/button_span.gif) no-repeat;
    background-position: right;
    display: block;
    line-height: 14px;
    padding: 5px 13px 5px 13px;
    color:White;
}

a.button:hover
{
    background: url(/images/buttons/button_a_hover.gif);
}

a.button span:hover
{
    background: url(/images/buttons/button_span_hover.gif) no-repeat;
    background-position: right;
    color: #DDDDDD;
}

a.button:active
{
    background-position: bottom left;
    color: #000;
    outline: none;
}

a.button span:active
{
    padding: 6px 13px 4px 13px;
}

/*************************************************TEXT STYLES*******************************************/

.largeheader
{
    font-family: Trebuchet MS, Arial;
    font-size: 20px;
    font-weight: bold;
}

.header
{
    font-family: Trebuchet MS, Arial;
    font-size: 16px;
    font-weight: bold;
}

/*************************************************BREADCRUMB********************************************/
.breadcrumb
{
    font-family: Trebuchet MS, Arial;
    font-size: 16px;
    font-weight: bold;
}

.breadcrumb a
{
    font-family: Trebuchet MS, Arial;
    font-size: 16px;
    font-weight: bold;
    color: Green;
}

/*************************************************CHECK DETAIL********************************************/
#checkDisplay
{   
    width: 750px;
    text-align:center;
}

#checkDisplay #checkDetail
{
    width: 600px;
    margin:15px auto 0px auto;
    text-align: left;
    float:left;
}

#checkDisplay #checkDetail #checkNumber
{
    width: 200px;
    float: left;
}
#checkDisplay #checkDetail #checkDate
{
    width: 200px;
    float: left;
}
#checkDisplay #checkDetail #checkAmount
{
    width: 200px;
    float: left;    
}

#checkDisplay #checkReferralDetail
{
    width:100%;
    clear:both;
}

#checkDisplay #checkReferralDetail .checkReferralDetailTable
{
    margin:15px auto 0px auto;
    width:240px;
    text-align:left;
}

#checkDisplay .sectionTitle
{
    font-weight:bold;
    text-align:center;
}

#checkDisplay .sectionDataLeft
{
    text-align:left;
}

#checkDisplay .sectionDataCenter
{
    text-align:center;
}

#checkDisplay .sectionDataRight
{
    text-align:right;
}

/************************************************* Offer Styles ****************************************************/
.offer_GroupList
{
    width: 750px;
}

.offer_GroupList .groupDisplay
{
    margin:25px 25px 0px 25px;
    background:transparent;
    width:200px;
    height:135px;
    text-align:center;
    float:left;
}

.offer_GroupList .groupDisplay .imageDiv 
{
    margin:15px auto 0px auto;
}


.offer_GroupList .groupDisplay .imageDiv a
{

}

.offer_GroupList .groupDisplay .imageDiv a:hover
{
    background-color:Transparent;
    border-style:none;
}

.offer_GroupList .groupDisplay .imageDiv a img
{

}

.offer_GroupList .groupDisplay .imageDiv a img:hover
{
    background-color:Transparent;
    border-style:none;
}

.offer_GroupList .groupDisplay .adminLinks
{
    margin:5px auto 0px auto;
    display:none;
}

.offer_GroupList .groupDisplay .adminLinks a
{
    color:White;
    margin: 0px 10px 0px 10px;
}

/* Group Offer Listings */
.offer_GroupDisplay
{
    width: 100%;
}

.offer_GroupDisplay .groupHeader 
{
    text-align:center;
    float:left;
    clear:left;
}

.offer_GroupDisplay .groupHeader div
{
    /* for firefox centering purposes */
    width:515px;
    margin: 0px auto 0px auto;
}

.offer_GroupDisplay .groupHeader div img
{
    float:left;
    margin: 0px 15px 0px 0px;
   
}

.offer_GroupDisplay .groupHeader div div
{
    float:left;
    width:350px;
}

.offer_GroupDisplay .groupHeader div div .title
{
    font-size:16px;
    float:left;
    clear:both;
    position:relative;
}

.offer_GroupDisplay .groupHeader div div .description
{
    clear:both;
    float:left;
    position:relative;
    text-align:left;
}

.offer_GroupDisplay .itemlist
{
    
}

.offer_GroupDisplay .itemlist .item
{
    margin:25px 25px 0px 25px;
    background:transparent;
    width:200px;
    height:135px;
    text-align:center;
    float:left;
}

.offer_GroupDisplay .itemlist .item .imageDiv 
{
    margin:15px auto 0px auto;
}


.offer_GroupDisplay .itemlist .item .imageDiv a
{

}

.offer_GroupDisplay .itemlist .item .imageDiv a:hover
{
    background-color:Transparent;
    border-style:none;
}

.offer_GroupDisplay .itemlist .item .imageDiv a img
{

}

.offer_GroupDisplay .itemlist .item .imageDiv a img:hover
{
    background-color:Transparent;
    border-style:none;
}

.offer_GroupDisplay .itemlist .item .activityImageDiv 
{
}


.offer_GroupDisplay .itemlist .item .activityImageDiv a
{

}

.offer_GroupDisplay .itemlist .item .activityImageDiv a:hover
{
    background-color:Transparent;
    border-style:none;
}

.offer_GroupDisplay .itemlist .item .activityImageDiv a img
{

}

.offer_GroupDisplay .itemlist .item .activityImageDiv a img:hover
{
    background-color:Transparent;
    border-style:none;
}

.offer_GroupDisplay .itemlist .item .adminLinks
{
    margin:5px auto 0px auto;
    display:none;
}

.offer_GroupDisplay .itemlist .item .adminLinks a
{
    color:White;
    border:5px black;
}
.offer_GroupDisplay .itemlist .item .adminLinks a img
{
}
.offer_GroupDisplay .itemlist .item .adminLinks input[type=image]
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/************************************************* End Offer Styles ************************************************/
errortext
{
    color:Red;
}
