/* Filename : HomePage.css
 * Redered form : HomePage.sass
 * Version : 1.0.0 (2009-05-25) YYYY-MM-DD
 * Author : Novelys
 * Author's Uri : www.novelys.com
 * Description : Css file set the new dashboard */
/* Summary by anchor (ALT+F for search in file) :
 * 1)   _ConstantValues
 * 2)   _GenColorConstantValues
 * 3)   _GenSizeConstantValues
 * 4)   _FontColorConstantValues
 * 5)   _LayoutContainers
 * 6)   _HomePagePanel
 * 7)   _LogoLinksStyles
 * 8)   _LoginFormStyles
 * 9)   _FocusedContentStyles
 * 10)  _JoinFormStyles
 * XX)  _Footer
 * XX)  _ButtonStyles
 * XX)  _ClearFix */
/* _GeneralHtmlTags */
body {
  font-family: "Trebuchet MS", verdana;
  color: white;
  background-image: url(/images/Refact-bg.jpg);
  background-repeat: repeat-x;
  background-position: center -60px;
  background-attachment: fixed;
  background-color: #28272f;
  margin: 0px; }

/* _LayoutContainers */
#GlobContainer {
  position: relative;
  display: block;
  float: left !important;
  float: center;
  left: 50%;
  top: 0px;
  width: 950px;
  margin-top: 0px;
  margin-left: -475px; }

/* _HomePagePanel */
#HomePagePanel {
  position: relative;
  display: block;
  padding-bottom: 5px;
  width: 950px;
  margin-top: 40px;
  background-color: black;
  background-image: url(/images/Refact-home-logo.jpg);
  background-repeat: no-repeat; }
  #HomePagePanel .LeftColon, #HomePagePanel .RightColon {
    position: relative;
    display: block; }
  #HomePagePanel .LeftColon {
    float: left;
    width: 425px;
    margin-left: 20px; }
    #HomePagePanel .LeftColon .TopRow, #HomePagePanel .LeftColon .BottomRow {
      position: relative;
      display: block; }
  #HomePagePanel .RightColon {
    float: right;
    width: 350px;
    margin-right: 20px; }
    #HomePagePanel .RightColon .FocusedContentRow, #HomePagePanel .RightColon .JoinFormRow {
      width: 452px;
      position: relative; }
    #HomePagePanel .RightColon .FocusedContentRow, #HomePagePanel .RightColon .JoinFormRow {
      display: none; }
  #HomePagePanel .LeftColon .TopRow a {
    display: block;
    position: relative;
    float: left;
    width: 384px;
    height: 118px;
    top: 90px;
    left: 20px; }
  #HomePagePanel .RightColon .TopRow .NotAMember {
    display: block;
    position: relative;
    height: 40px;
    width: 100%;
    background-image: url(/images/Refact-home-separator.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 10px; }
    #HomePagePanel .RightColon .TopRow .NotAMember p {
      padding-top: 10px;
      color: #5e5e5e; }
    #HomePagePanel .RightColon .TopRow .NotAMember .Title {
      display: block;
      position: relative;
      top: 5px;
      color: #e2d2ba;
      font-weight: bold;
      font-size: 14px;
      padding-top: 2px;
      padding-bottom: 3px; }
    #HomePagePanel .RightColon .TopRow .NotAMember .BigButton {
      padding-top: 10px;
      width: 130px;
      top: 3px;
      float: right; }
      #HomePagePanel .RightColon .TopRow .NotAMember .BigButton .Cont {
        width: 120px; }
  #HomePagePanel .RightColon .TopRow form {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 10px; }
    #HomePagePanel .RightColon .TopRow form fieldset.Large {
      padding: 0px;
      margin: 0px;
      border-style: none;
      padding-bottom: 6px; }
      #HomePagePanel .RightColon .TopRow form fieldset.Large label {
        display: block;
        position: relative;
        float: left;
        left: 0px;
        height: 20px;
        width: 220px;
        color: #5e5e5e; }
      #HomePagePanel .RightColon .TopRow form fieldset.Large .Title {
        color: #e2d2ba;
        font-size: 14px;
        font-weight: bold;
        padding-top: 5px; }
      #HomePagePanel .RightColon .TopRow form fieldset.Large .SubTitle {
        font-size: 11px;
        padding-top: 0px; }
        #HomePagePanel .RightColon .TopRow form fieldset.Large .SubTitle a {
          color: #9c836d;
          text-decoration: none; }
          #HomePagePanel .RightColon .TopRow form fieldset.Large .SubTitle a:hover {
            text-decoration: underline; }
      #HomePagePanel .RightColon .TopRow form fieldset.Large input {
        display: block;
        position: relative;
        float: right;
        right: 0px;
        height: 19px;
        width: 125px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        padding-top: 4px;
        border-style: solid;
        border-width: 1px;
        border-color: #2f2c28;
        background-color: #151419;
        color: #55504d;
        margin-right: 10px; }
        #HomePagePanel .RightColon .TopRow form fieldset.Large input:focus {
          color: #e2d2ba; }
    #HomePagePanel .RightColon .TopRow form fieldset.Small {
      padding: 0px;
      margin: 0px;
      display: block;
      width: 205px;
      height: 20px;
      float: right;
      right: 0px;
      border-style: none; }
      #HomePagePanel .RightColon .TopRow form fieldset.Small input {
        display: block;
        position: relative;
        float: left;
        left: 0px; }
      #HomePagePanel .RightColon .TopRow form fieldset.Small label {
        display: block;
        position: relative;
        float: left;
        left: 2px;
        height: 20px;
        width: 120px;
        font-size: 11px;
        padding-top: 2px;
        color: white; }
      #HomePagePanel .RightColon .TopRow form fieldset.Small .BigButton {
        width: 60px;
        top: 2px;
        float: right; }
        #HomePagePanel .RightColon .TopRow form fieldset.Small .BigButton .Cont {
          width: 50px; }
  #HomePagePanel .FocusedContentRow {
    text-align: center; }
    #HomePagePanel .FocusedContentRow .FocusedContent, #HomePagePanel .FocusedContentRow .PressReview {
      display: block;
      width: 100%; }
    #HomePagePanel .FocusedContentRow .FocusedContent {
      padding-top: 20px; }
    #HomePagePanel .FocusedContentRow .PressReview {
      padding-top: 40px; }
    #HomePagePanel .FocusedContentRow .FocusedContent h1, #HomePagePanel .FocusedContentRow .FocusedContent h2 {
      display: block;
      position: relative; }
    #HomePagePanel .FocusedContentRow .FocusedContent h1 {
      margin: 0px;
      padding: 0px;
      font-size: 17px;
      font-weight: bold;
      color: #e2d2ba; }
    #HomePagePanel .FocusedContentRow .FocusedContent h2 {
      margin: 0px;
      padding: 0px;
      font-size: 11px;
      font-weight: normal;
      color: #5e5e5e;
      margin-top: 5px; }
    #HomePagePanel .FocusedContentRow .FocusedContent p {
      display: block;
      position: relative;
      margin: 0px;
      padding: 0px;
      font-size: 11px;
      line-height: 14px;
      text-align: justify;
      font-weight: normal;
      margin-top: 15px;
      color: #b7b7b7; }
    #HomePagePanel .FocusedContentRow .FocusedContent object {
      display: block;
      position: relative;
      width: 414px;
      height: 249px;
      border-style: solid;
      border-width: 14px;
      border-color: #191917;
      margin-top: 15px; }
    #HomePagePanel .FocusedContentRow .FocusedContent .PartnersLogo {
      display: block;
      position: relative;
      width: 100%;
      margin-top: 2px;
      height: 50px; }
      #HomePagePanel .FocusedContentRow .FocusedContent .PartnersLogo a.ParCoeur, #HomePagePanel .FocusedContentRow .FocusedContent .PartnersLogo a.MakeWish {
        display: block;
        position: relative;
        float: right;
        height: 48px; }
      #HomePagePanel .FocusedContentRow .FocusedContent .PartnersLogo a.ParCoeur {
        width: 83px;
        background-image: url(/images/Refact-par-coeur-logo.png);
        background-repeat: no-repeat; }
      #HomePagePanel .FocusedContentRow .FocusedContent .PartnersLogo a.MakeWish {
        width: 111px;
        right: 20px;
        background-image: url(/images/Refact-make-wish-logo.png);
        background-repeat: no-repeat; }
    #HomePagePanel .FocusedContentRow .PressReview .Title {
      display: block;
      position: relative;
      width: 100%;
      height: 22px;
      font-size: 15px;
      font-weight: bold;
      color: #e2d2ba; }
    #HomePagePanel .FocusedContentRow .PressReview a.PressLogos {
      margin: auto;
      display: block;
      position: relative;
      width: 452px;
      height: 30px;
      background-image: url(/images/Refact-press-logos.png);
      background-repeat: no-repeat; }
    #HomePagePanel .FocusedContentRow .Separator {
      display: block;
      position: relative;
      width: 100%;
      height: 70px;
      background-image: url(/images/Refact-separator.png);
      background-repeat: no-repeat;
      background-position: center 35px; }
    #HomePagePanel .FocusedContentRow .JoinFormRow {
      padding-top: 40px; }
      #HomePagePanel .FocusedContentRow .JoinFormRow h1, #HomePagePanel .FocusedContentRow .JoinFormRow h2 {
        display: block;
        position: relative; }
      #HomePagePanel .FocusedContentRow .JoinFormRow h1 {
        margin: 0px;
        padding: 0px;
        font-size: 17px;
        font-weight: bold;
        color: #e2d2ba; }
      #HomePagePanel .FocusedContentRow .JoinFormRow h2 {
        margin: 0px;
        padding: 0px;
        font-size: 11px;
        font-weight: normal;
        color: #5e5e5e;
        margin-top: 5px; }
      #HomePagePanel .FocusedContentRow .JoinFormRow form {
        display: block;
        position: relative;
        width: 430px;
        padding: 0px;
        padding-top: 20px;
        margin: auto;
        min-height: 100px; }
        #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Large {
          padding: 0px;
          margin: 0px;
          width: 100%;
          border-style: none;
          display: block;
          margin-bottom: 6px; }
          #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Large label {
            display: block;
            position: relative;
            float: left;
            left: 0px;
            height: 20px;
            width: 190px;
            text-align: right;
            color: white;
            font-size: 12px;
            padding-top: 5px; }
            #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Large label a {
              color: #9c836d;
              text-decoration: none; }
              #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Large label a:hover {
                text-decoration: underline; }
          #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Large input {
            display: block;
            position: relative;
            float: right;
            right: 0px;
            height: 19px;
            width: 210px;
            padding-left: 5px;
            padding-right: 5px;
            font-size: 12px;
            padding-top: 4px;
            border-style: solid;
            border-width: 1px;
            border-color: #2f2c28;
            background-color: #151419;
            color: #55504d; }
            #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Large input:focus {
              color: #e2d2ba; }
          #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Large select {
            display: block;
            position: relative;
            float: right;
            right: 0px;
            background-color: #151419;
            border: 1px solid black;
            color: white;
            width: 222px; }
        #HomePagePanel .FocusedContentRow .JoinFormRow form .PassWordLevel {
          display: block;
          position: relative;
          width: 100%;
          min-height: 25px;
          margin-bottom: 6px;
          text-align: right; }
          #HomePagePanel .FocusedContentRow .JoinFormRow form .PassWordLevel p {
            display: block;
            position: relative;
            margin: 0px;
            padding: 0px;
            font-size: 11px;
            line-height: 14px;
            font-weight: normal;
            color: #b7b7b7; }
            #HomePagePanel .FocusedContentRow .JoinFormRow form .PassWordLevel p span {
              color: #e2d2ba; }
        #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Small {
          padding: 0px;
          margin: 0px;
          display: block;
          width: 226px;
          height: 20px;
          padding-left: 226px;
          border-style: none; }
          #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Small label {
            height: 20px;
            width: 200px;
            font-size: 11px;
            padding-top: 2px;
            color: white; }
            #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Small label a {
              color: #e2d2ba; }
        #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Button {
          padding: 0px;
          margin: 0px;
          display: block;
          width: 226px;
          height: 30px;
          padding-left: 204px;
          border-style: none;
          padding-top: 20px; }
          #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Button .BigButton {
            width: 60px;
            top: 2px;
            float: right; }
            #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Button .BigButton .Cont {
              width: 50px; }
          #HomePagePanel .FocusedContentRow .JoinFormRow form fieldset.Button .Padded {
            right: 10px; }
  #HomePagePanel .ContentFlow {
    min-height: 200px; }
    #HomePagePanel .ContentFlow .loadIndicator {
      background-color: black; }
      #HomePagePanel .ContentFlow .loadIndicator .indicator {
        background: url(/images/contentflow/loader-alt.gif) center center no-repeat; }

/* _LogoLinksStyles */
/* _LoginFormStyles */
/* _FocusedContentStyles */
/* _JoinFormStyles */
/* _Footer */
#Footer {
  width: 100%;
  height: 10px; }
  #Footer ul {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    display: block;
    position: relative;
    list-style: none; }
    #Footer ul.LeftAlign {
      float: left;
      padding-left: 14px; }
    #Footer ul.RightAlign {
      float: right;
      padding-right: 14px; }
    #Footer ul li {
      display: inline;
      font-size: 11px;
      border-style: solid;
      border-width: 0px 1px 0px 0px;
      border-color: #e2d2ba;
      padding-right: 5px;
      padding-left: 5px; }
      #Footer ul li.NoBorder {
        border-width: 0px 0px 0px 0px;
        padding-right: 0px; }
      #Footer ul li a {
        color: #e2d2ba;
        text-decoration: underline; }
        #Footer ul li a:hover {
          text-decoration: none; }

/* _ButtonStyles */
.Button {
  display: block;
  position: relative;
  height: 17px; }
  .Button .Lcorn, .Button .Rcorn, .Button .Cont {
    height: 17px;
    display: block;
    height: inherit;
    position: relative; }
  .Button .Lcorn, .Button .Rcorn {
    width: 4px;
    font-size: 0px;
    background-image: url(/images/Refact-small-button-corner.png);
    background-repeat: no-repeat; }
  .Button .Lcorn {
    float: left;
    background-position: 0px 0px; }
  .Button .Rcorn {
    float: right;
    background-position: -4px 0px; }
  .Button .Cont {
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    background-image: url(/images/Refact-small-button-bg.png);
    background-repeat: repeat-x; }
    .Button .Cont a {
      height: 13px;
      display: block;
      padding-top: 4px;
      color: #010101;
      font-size: 11px;
      line-height: 10px;
      text-decoration: none;
      text-transform: uppercase; }
      .Button .Cont a:hover {
        text-decoration: underline; }

.ForgotPassword {
  font-style: italic; }

.BigButton {
  display: block;
  position: relative;
  height: 24px; }
  .BigButton .Lcorn, .BigButton .Rcorn, .BigButton .Cont {
    height: 24px;
    display: block;
    height: inherit;
    position: relative; }
  .BigButton .Lcorn, .BigButton .Rcorn {
    width: 4px;
    font-size: 0px;
    background-image: url(/images/Refact-big-button-corner.png);
    background-repeat: no-repeat; }
  .BigButton .Lcorn {
    float: left;
    background-position: 0px 0px; }
  .BigButton .Rcorn {
    float: right;
    background-position: -4px 0px; }
  .BigButton .Cont {
    float: left;
    padding-left: 1px;
    padding-right: 1px;
    font-weight: bold;
    text-align: center;
    background-image: url(/images/Refact-big-button-bg.png);
    background-repeat: repeat-x; }
    .BigButton .Cont a {
      height: 13px;
      display: block;
      padding-top: 7px;
      color: #010101;
      font-weight: bold;
      font-size: 11px;
      line-height: 10px;
      text-decoration: none;
      text-transform: uppercase; }
      .BigButton .Cont a:hover {
        text-decoration: underline; }

/* _ClearFix */
html[xmlns] .ClearFix {
  display: block; }

* html .ClearFix {
  height: 1%; }

.ClearFix {
  display: block; }
  .ClearFix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.hidden {
  display: none; }

#popup .close-block {
  font: bold 1em "Trebuchet MS", sans-serif;
  color: #e2d2ba;
  float: right;
  background: #2c2c2a;
  text-decoration: none;
  line-height: 11px;
  padding: 5px;
  margin: -25px 0 0; }
#popup .separ {
  background: url(/images/popup-separator.gif) no-repeat;
  width: 336px;
  height: 1px;
  text-indent: -3000px;
  overflow: hidden;
  display: block; }
#popup .separ-2 {
  background: url(/images/popup-separator2.gif) no-repeat;
  width: 598px;
  height: 1px;
  text-indent: -3000px;
  overflow: hidden;
  display: block; }
#popup .separ-3 {
  background: url(/images/popup-separator3.gif) no-repeat;
  width: 551px;
  height: 1px;
  text-indent: -3000px;
  overflow: hidden;
  display: block; }
#popup .separ-4 {
  background: url(/images/popup-separator4.gif) no-repeat;
  width: 650px;
  height: 1px;
  text-indent: -3000px;
  overflow: hidden;
  display: block; }

.n_a_s {
  position: absolute;
  left: -2000px; }

#password-clear {
  display: none; }
