/* direct/ftpb */
#wizard {
  position: relative;
  width: 680px;
  background-image: url('http://members.rakebacknation.com/assets/table/slide_gradient.gif');
  background-position: 0px 15px;
  background-repeat: repeat-x;
  font-size: 16px;
  color: black;
  line-height: 100%;
  margin: 0px auto 1em;
  padding: 35px 10px 10px;                /* top padding (35px) is addition of 10px + 25px height from .progress */
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#wizard .matte {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
  width: 680px;
  height: 350px;                          /* master height */
}
#wizard .slides {
  position: absolute;
  top: 0px;
  left: 0px;
}
#wizard .slide {
  float: left;
}

#wizard .navigation {
  /*display: none;*/
  position: absolute;
  bottom: 10px;
  right: 10px;                            /* ie doesn't like margin right on the navigation links, otherwise this would be right: 0em */
  font-size: 12px;
}
#wizard .navigation a {
  display: block;
  float: left;
  color: white;
  font-weight: bold;
  background-color: #693;
  margin-left: 1em;                       /* ie cumulatively adds margin on right side, otherwise this would be margin-right: 1em */
  padding: 0.25em 1em;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#wizard .navigation a:hover {
  background-color: #360;
  text-decoration: none;
}
#wizard .hidden,
#wizard .navigation a.hidden {
  display: none;
}
#wizard .navigation img {
  border-width: 0;
}

#wizard .progress {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 702px;                           /* width (735px) is addition of #wizard width (715px) and #wizard left+right padding (20px) + #wizard border-width x2 (2px) */
  height: 25px;
  font-size: 12px;
  border-collapse: collapse;
}
#wizard .progress th {
  width: 16.6%;                           /* 1/6 */
  color: #c10200;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 0.25em 0em;
  background-color: white;
  background-image: url('http://members.rakebacknation.com/assets/signup/td_progress.gif');
  background-position: -200px 0px;
  background-repeat: repeat-y; 
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#wizard .progress th.complete {
  color: white;
}


/* slide template*/
#wizard .slide {
  height: 350px;
}
#wizard .title {
  font-size: 24px;
  line-height: 125%;
  font-weight: bold;
  margin: 0px 0px 10px;
}

#wizard .summary {
  position: relative;
  font-size: 12px;
  margin-bottom: 10px;
}
#wizard .summary .feature {
  color: blue;
}
#wizard .summary .poker_pro {
  font-variant: small-caps;
  color: #666;
}
#wizard .summary .signup_code {
  font-weight: bold;
  color: orange;
}
#wizard .more_help {
  position: absolute;
  bottom: -3em;
  right: 1em;
  z-index: 2;
}

#wizard .slide_logo {
  float: left;
  margin: 5px 15px 0px 5px;
}
#wizard .slide_logo img {
  width: 150px;
  height: 150px;
}

#wizard .details {
  position: relative;
}

#wizard .details .important {
  color: red;
  margin-top: 2em;
}

#wizard .icon {
  vertical-align: text-top;
  margin-right: 0.5em;
}

#wizard .icon_label {
  
}

#wizard p {
  padding: 0em;
  margin: 0em;
}

#wizard ul {
  list-style-position: outside;
  list-style-type: none;
}

#wizard a,
#wizard a:link,
#wizard a:visited,
#wizard a:active {
  text-decoration: none;
}
#wizard a:hover {
  text-decoration: underline;
}



/* intro */
#wizard .site_details {
  float: left;
  width: 495px;
  max-height: 210px;
  overflow: auto;
}

#wizard .site_details table {
  width: 100%;
}

#wizard .site_details tr.odd td {
  background-color: #dde2d8;
}

#wizard .site_details td {
  vertical-align: top;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  padding: 0.1em 0.5em;
}

#wizard .site_details td.column_header {
  width: 40%;
  font-weight: bold;
}

#wizard .site_details td strong {
  color: orange;
}





/* clear cookies */
#wizard .icon_list {
  padding: 0em;
  margin: 0em;
}
#wizard .icon_list li {
  position: relative;
  padding-top: 5px;
  margin-bottom: 1em;
}
#wizard .icon_list li.option {
  margin-top: 3em;
}
#wizard .icon_list img {
  position: absolute;
  top: 0.25em;
  left: 0em;
}
#wizard .icon_list p {
  margin: 0em 0em;
  padding: 0px 0px 0px 50px;
}
#wizard .icon_list .name {
  display: inline;                    /* silly IE */
  font-size: 13px;
  font-weight: bold;
}
#wizard .icon_list .instructions {
  font-size: 11px;
}
#wizard .icon_list .instructions span {
  color: #693;
  font-weight: bold;
}





/* download */
#wizard #download_slide .icon_list {
  float: left;
}

#wizard #download_slide .details {
  float: right;
  margin-right: 1em;
}

#wizard #download_slide .details p {
  color: gray;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  line-height: 1em;
}





/* create account */
#wizard #create_account_slide .help_images {
  margin: 0em;
  padding: 0em;
}
#wizard #create_account_slide .help_images li {
  float: left;
  font-size: 12px;
  margin: 1em 1em;
  text-align: center;
}
#wizard #create_account_slide .help_images a {
  display: block;
}
#wizard #create_account_slide .help_images img {
  vertical-align: top;
	width: 150px;
	height: 150px;
	border-width: 0px;
	margin-bottom: 0.5em;
}
#wizard #create_account_slide .help_images li span {
  display: block;
}
#wizard #create_account_slide .help_images li strong {
  color: orange;
  font-weight: bold;
}
#wizard #create_account_slide .help_images li span.description {
  color: gray;
  font-size: 10px;
}




/* submit name */
#wizard form {
  margin-top: 1em;
}

#wizard fieldset {
  float: left;
  width: 45%;
  line-height: 100%;
  background-color: #eee;
  border: 1px solid #555;
  padding: 0em;
  margin: 0em 1em 0em 0em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#wizard legend {
  font-size: 16px;
  font-weight: bold;
  padding: 0em 0.5em;
}
#wizard fieldset div.body {                 /* would apply padding to fieldset but IE doesn't render fieldset legend properly */
  padding: 0.75em 0.75em;
}

#wizard form .errors {
  display: none;
  list-style-type: disc;
  padding: 0em 0em 0.5em 0em;               /* would be margin but IE doesn't render margin properly */
  margin: 0em 0em 0em 1.5em;
}
#wizard form .errors li {
  font-size: 11px;
  color: red;
}
#wizard form fieldset ul {
  padding: 0em;
  margin: 0em;
}
#wizard form fieldset li {
  padding-bottom: 0.75em;                   /* this would be margin-bottom but IE renders margins terribly */
}
#wizard form label {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
#wizard form label.checkbox {
  display: inline;
  font-size: 13px;
  font-weight: bold;
}
#wizard form input,
#wizard form textarea,
#wizard form select {
   width: 99%;
   font-size: 13px;
   font-weight: bold;
   background-color: white;
   border: 1px solid #999;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
}
#wizard form input.checkbox {
  width: auto;
  background-color: transparent;
  border: 0px none;
  margin: 0em;
  vertical-align: middle;
}
#wizard form input.placeholder.example {
  color: gray;
}
#wizard form li p {
  font-size: 11px;
  color: gray;
  font-style: italic;
}

#wizard .existing_user_message {
  color: #693;
  font-style: italic;
  font-size: 13px;
  margin-top: 1em;
}
#wizard .existing_user_message strong {
  display: block;
}





/* finished slide */
#wizard #information_review {
  width: 45%;
}
#wizard #information_review table {
  width: 100%;
  border-collapse: collapse;
}
#wizard #information_review tr.separated td {
  border-bottom-width: 1px;
  border-style: dotted;
  border-color: #666;
}
#wizard #information_review td {
  border-width: 0px;
  padding: 0.5em 0.5em;
}
#wizard #information_review td.header {
  width: 30%;
  color: #666;
  font-size: 9px;
  text-align: right;
}

#wizard #information_review td.cell {
  font-size: 13px;
  font-weight: bold;
  color: #693;
}

#wizard #quick_note {
  width: 50%;
  margin-right: 0em;
}
#wizard #quick_note ul {
  list-style: circle outside;
  font-size: 11px;
  padding: 0em;
  margin-left: 1em;
}
#wizard #quick_note li {
  margin-bottom: 0.75em;
}
#wizard #quick_note strong {
  font-weight: normal;
  color: red;
}


/* dialogs */
.dialog {
  display: none;
}
#image_viewer_dialog p {
  text-align: center;
}



/* promotions */
#site_promotions .title {
  font-size: 18pt;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
#site_promotions .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#site_promotions .list li {
  position: relative;
  background: #fff url('http://members.rakebacknation.com/assets/promotion_gradient.gif') repeat-x;
  font-size: 11pt;
  border: 1px solid #e5eeff;
  padding: 0.25em 0 0.5em;
  margin: 0.5em 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#site_promotions .list li p {
  padding: 0 0 0 40px;
  margin: 0;
}
#site_promotions .list li a,
#site_promotions .list li a:visited,
#site_promotions .list li a:active {
  color: blue;
}
#site_promotions .list li a:hover {
  text-decoration: underline;
}
#site_promotions .list li .badge {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 0;
}
#site_promotions .list li .name {
  font-weight: bold;
}
#site_promotions .list li .code span {
  color: orange;
  font-weight: bold;
}
#site_promotions .list li .description {
  font-size: 9pt;
}

#site_promotions .list li .description span {
  color: gray;
}