/* Reset browser defaults */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
  margin: 0; 
  padding: 0; 
}
a img, :link img, :visited img { 
  border: none; 
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul, ul li {
  list-style: none;
}

body, td {
  margin: 0;
  padding: 0;
  font-family: Arial, "Nimbus Sans L", Verdana, sans-serif;
  font-size: 12px;
}
body {
  text-align: center;
  color: #313149;
  background: #f2f2f4 url(/images/layout/backgrounds/v4.gif) left top repeat;
}

#teaser_content img, #header_container img {
  behavior: url(/css/new/iepngfix.htc);
}

/* Structure */

#page_wrapper {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #f2f2f4;
}
#header_container {
  float: left;
  width: 100%;
  height: 129px;
  background: #224966 url(/images/layout/header.gif) left top no-repeat;
}
  #header_container h1 {
    height:77px;
    float: left;
    clear: both;
    padding: 23px 0 0 40px;
  }
    #header_container h1 span {
      display: none;
    }
  #authentication_area {
    float: left;
    padding: 3px 0 0 40px;
    height: 26px;
    color: #136d92;
  }
  #powered_by {
    float: right;
    height: 23px;
    padding-right: 45px;
    padding-top: 3px;
  }
#progress_wrapper, #menu_wrapper {
  float: left;
  width: 100%;
  height: 38px;
  background-color: #224966;
}
  #progress_wrapper ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: 674px;
    height: 38px;
    background: url(/images/layout/progress1_bg.gif) left top no-repeat;
  }
  #progress_wrapper ul.second {
    background: url(/images/layout/progress2_bg.gif) left top no-repeat;
  }
    #progress_wrapper ul li {
      display: inline;
      float: left;
      margin: 0;
      padding: 0 0 0 40px;
      width: 184px;
      height: 38px;
      line-height: 38px;
      font-weight: bold;
    }
  #menu_wrapper ul {
    padding: 11px 0 0 0;
/*     margin: 0 auto; */
    margin-left: 20px;
    list-style: none;
    height: 27px;
  }
    #menu_wrapper ul li {
      display: inline;
      float: left;
      margin: 0 7px 0 0;
      padding: 0;
      width: 118px;
      border: 1px solid #027aac;
      background: #027aac url(/images/layout/menu_bar_off_bg.gif) left bottom repeat-x;
    }
    #menu_wrapper ul li.selected {
      border-color: #f2f2f4;
      background: #f2f2f4 url(/images/layout/menu_bar_on_bg.gif) left top repeat-x;
    }
  
#footer_container {
  float: left;
  width: 100%;
  background: #006598 url(/images/layout/footer_bg.gif) left top repeat-x;
  color: #67cbfd;
}
  #footer_container #footer_ads {
    padding-top: 10px;
    padding-left: 121px;
  }
  #footer_container p.links {
    text-align: center;
    padding-top: 20px;
  }
  #footer_container p.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #078fbf;
    text-align: center;
  }
#content_wrapper {
  float: left;
  width: 100%;
  background-color: #f2f2f4;
}
  #home_teaser {
    width: 970px;
    height: 276px;
    background: #030303 url(/images/layout/home_new_teaser_bg.jpg) right top no-repeat;
  }
    #teaser_content {
      float: left;
      width: 370px;
      padding: 20px 10px 0 40px;
    }
      #teaser_content p {
        text-align: right;
        margin: 5px;
      }
    
#info_boxes {
  float: left;
  width: 948px;
  margin-bottom: 16px;
  padding-left: 22px;
}
  #info_boxes dl {
    width: 300px;
    background-color: #e8e9ee;
    float: left;
    margin: 0;
    height: 270px;
    overflow: hidden;
  }
    #info_boxes dl dt, #info_boxes dl dd {
      display: block;
      float: left;
      clear: left;
      margin: 0; padding: 0;
      width: 100%;
    }
    #info_boxes dl.blog, #info_boxes dl.buzz {
      margin-right: 14px;
    }
    #info_boxes dl.blog dt {
      background-color: #9ca8b8;
    }
    #info_boxes dl.buzz dt {
      background-color: #9bc1f0;
    }
    #info_boxes dl.about dt {
      background-color: #63bcde;
    }
      #info_boxes dl dd p, #info_boxes dl dd h3, #info_boxes dl dd h4 {
        margin: 7px 16px 7px 16px;
      }
  #info_boxes hr {
    margin: 0 0 20px 0;
    width: 926px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d2d9e1;
    height: 1px;
  }
  #home_info_boxes #info_boxes hr {
    display: none;
  }
  
h2#signup_link{
  float: left;
  width: 100%;
  clear: left;
  margin: 0; padding: 0;
}
  h2#signup_link a{
    display: block;
    height: 45px;
    line-height: 45px;
    background: url(/images/layout/home_signup_link_bg.gif) left top repeat-x;
    text-align: center;
  }

#page_content {
  float: left;
  width: 930px;
  padding: 20px;
}

#information_container {
  float: right;
  width: 360px;
  min-height: 300px;
  margin-left: 20px;
  padding-top: .7em;
}
  #information_container ul li {
    margin: 0 0 20px 0;
  }
  #information_container dt, #information_container dd {
    margin: 0;
    padding: 0;
  }
  
  
div.generic_border_pad {
  float: left;
  border: 1px solid #cacfd5;
  background-color: #fff;
  padding: 20px;
}

div.generic_info_box, div.alert_box, div.confirmation_box, div.exclamation_box {
  color: #656565;
  background-color: #fbfbdf;
  padding: 20px;
}
div.alert_box, div.confirmation_box, div.exclamation_box {
  border: 1px solid #c8cfd5;
  padding-left: 40px;
  background: #fbfbdf url(/images/icons/error.gif) 15px 20px no-repeat;
}
  div.alert_box ul {
    margin: 0;
    padding: 10px 0 10px 0;
  }
    div.alert_box ul li, #information_container div.alert_box ul li {
      margin: 3px 0 3px 0;
      padding: 2px 0 2px 15px;
      background: url(/images/icons/exclamation_sml.gif) left 5px no-repeat;
    }
div.confirmation_box {
  background-image: url(/images/icons/accept.gif);
  font-weight: bold;
}
div.exclamation_box {
  background-image: url(/images/icons/exclamation.gif);
}

div.generic_help_box {
  color: #fff;
  background-color: #8ea5b7;
  padding: 20px;
}
/* Text styling */

h2 {
  font-size: 1.6em;
}
  h2#signup_link {
    font-weight: normal;
  }
    h2#signup_link a {
      color: #fff;
    }
    h2#signup_link a:hover {
      text-decoration: none;
    }
      h2#signup_link a span {
        color: #64ccff;
      }
  
  #page_content h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0; padding: 0;
    color: #66c400;
  }
    #page_content h2 span {
      text-transform: none;
      margin-left: 10px;
      padding-left: 10px;
      color: #3093ba;
      font-weight: normal;
      border-left: 1px solid #d2d9e1;
    }
      #page_content h2 span strong {
        margin-left: 10px;
        color: #d2d9e1;
      }
      #page_content h2 span span {
        color: #012c5f;
        padding-left: 0;
        border-left: none;
      }
  #page_content h3 {
    color: #3093ba;
    font-size: 1.3em;
  }
  #page_content h2.border_bottom, #page_content h3.border_bottom {
    border-bottom: 1px solid #d2d9e1;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  #page_content h3.border_bottom {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  #page_content h2 .timeframe_links a {
    color: #3093ba;
    text-decoration: underline;
    font-size: 80%;
    padding: 2px 5px;
    font-weight: bold;
    margin-right: 10px;
  }
  #page_content h2 #timeframe_options a {
    text-decoration: none;
  }
    #page_content h2 #timeframe_options a.selected {
      color: #74bedb;
      text-decoration: underline;
    }
    #page_content h2 .timeframe_links a:hover {
      background-color: #3093ba;
      text-decoration: none;
      color: #fff;
    }
  
  #teaser_content h2 {
    font-size: 1.7em;
    font-weight: normal;
    color: #7cc7ef;
    padding-bottom: 10px;
    margin: 0;
  }

h3 {
  font-size: 1.4em;
}
  #teaser_content h3 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
  }

a {
  color: #67cbff;
}

#progress_wrapper {
  color: #224966;
}
  #progress_wrapper ul li.three {
    text-transform: uppercase;
    color: #c1d4e5;
  }
  #progress_wrapper ul li.one, #progress_wrapper ul.second li.two {
    color: #fff;
  }
  #progress_wrapper ul.second li.one {
    color: #224966;
  }

#menu_wrapper {
}
  #menu_wrapper ul li a {
    display: block;
    margin: 0;
    padding: 0;
    width: 118px;
    height: 25px;
    line-height: 25px;
    color: #f0f0f0;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #menu_wrapper ul li.selected a {
    color: #007da8;
  }
  
#footer_container p.copyright a {
  text-decoration: underline;
  color: #67cbfd;
}
#info_boxes dl dt {
  font-weight: normal;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  padding: 2px 0 2px 0;
}
  #info_boxes dl dd h3 {
    font-size: 1.4em;
    margin: 0 16px;
  }
  #info_boxes dl dd h4 {
    font-size: 1.2em;
    line-height: 1.1em;
  }
  #info_boxes dd p {
    color: #2f3350;
  }
  #info_boxes dd p.quoter {
    color: #9ea7b8;
    text-align: right;
    font-style: italic;
  }
  #info_boxes a {
    color: #019bd1;
    text-decoration: underline;
  }
  #info_boxes a:hover {
    text-decoration: none;
  }
  #info_boxes h3 a {
    text-decoration: none;
  }
  #info_boxes h3 a:hover {
    text-decoration: underline;
  }
  
#information_container dl {
}
  #information_container dt {
    font-weight: bold;
    line-height: 22px;
  }
    #information_container dt.help, #information_container dt.important {
      padding-left: 20px;
      background-position: left 3px;
      background-repeat: no-repeat;
    }
    #information_container dt.help {
      background-image: url(/images/icons/help.gif);
    }
    #information_container dt.important {
      background-image: url(/images/icons/error.gif);
    }
  #information_container dd {
    margin-bottom: 10px;
    line-height: 1.2em;
  }
    #information_container dd a {
      text-decoration: underline;
      color: #bfd9f9;
    }
    #information_container dd a:hover {
      text-decoration: none;
      color: #deedff;
    }
  
.zebra_table td {
/*   color: #7b7b7b; */
  color: #5ebd01;
}
.zebra_table td.date, .zebra_table tr.expenses_row td.date {
  color: #7b7b7b;
}
.zebra_table tr.expenses_row td {
  color: #bd0100;
}
  .zebra_table td.amount {
    font-weight: bold;
  }
  .zebra_table td a {
    color: #007aab;
    font-weight: normal;
    text-decoration: underline;
  }
  .zebra_table td.amount {
    text-align: right;
    white-space: nowrap;
  }
  .zebra_table td a.account_node, .zebra_table td a.account_leaf {
    background: url(/images/icons/acc_node.gif) left 6px no-repeat;
    padding-left: 15px;
  }
  .zebra_table td a.account_leaf {
    background-image: url(/images/icons/acc_leaf.gif);
  }
  
.zebra_table th {
  color: #fff;
  font-weight: bold;
}

/* Form styling */

#authentication_area input.text_input_small {
  border: 0;
  background: #224966 url(/images/forms/rounded_tf_small.gif) left top no-repeat;
  padding: 3px 8px 1px 8px;
  width: 103px;
  height: 14px;
  line-height: 14px;
  font-size: .8em;
  color: #676767;
}
#authentication_area label {
  color: #6995b2;
}
#authentication_area label, #authentication_area input {
  float: left;
  margin: 0 5px 0 0;
}

form.generic {
  margin: 0; padding: 0;
}
form.info_box_form {
  width: 507px;
  float: left;
}
  form.generic fieldset {
    margin-bottom: 10px;
    border: 1px solid #e8edf1;
    padding: 10px;
  }
    form.generic fieldset legend {
      color: #007caf;
      font-weight: bold;
      padding: 0 5px 0 5px;
      line-height: 1.4em;
      font-size: 1.1em;
    }
      form.generic fieldset legend span {
        font-weight: normal;
        font-size: 1em;
      }
  form.generic .form_row {
    float: left;
    clear: left;
    padding: 3px 0 3px 0;
    width: 100%;
  }
  form.generic .form_row_padded {
    padding-left: 5%;
    width: 94%;
  }
  form.generic label {
    display: block;
    float: left;
    width: 120px;
    color: #7b7b7b;
    margin-right: 10px;
    text-align: right;
    line-height: 1.2em;
  }
  form.generic label.required {
    color: #333;
  }
    form.generic label.required span {
      color: #999;
      font-size: 80%;
    }
  form.generic input.text_lg, form.generic input.text_sm, form.generic input.text_xl, form.generic textarea, form.generic select, .special_row input {
    border-style: solid;
    border-width: 1px;
    border-color: #cdcdcd #efefef #efefef #efefef;
    padding: 2px;
    float: left;
  }
  form.generic .form_row_error input, .special_row input.error_field, #wizard .error_field {
    border-color: #fe3c00 #e4aaa9 #e4aaa9 #e4aaa9;
  }
  form.generic .text_xl {
    width: 335px;
  }
  form.generic .text_lg {
    width: 225px;
  }
  form.generic .text_sm {
    width: 100px;
  }  
  
  form.generic .field_helper, form.generic .field_error_message {
    margin-left: 10px;
  }
  
  form.generic p.actions {
    text-align: right;
  } 

form#wizard input {
  float: none;
  vertical-align: middle;
  margin-right: 7px;
  font-size: 90%;
}
form#wizard .text_sm {
  width: 140px;
}
form#wizard .acc_name {
  font-weight: bold;
}
form#wizard .text_lg {
  color: #555;
}
form#wizard .form_row:hover {
  background-color: #fbfbdf;
}
#recaptcha_area {
   margin-left: 130px;
}
  #recaptcha_area #recaptcha_response_field {
    margin: 0;
    left: 0;
  }

/* misc action buttons/links styling from the great http://particletree.com/features/rediscovering-the-button-element/ */
.buttons {
}
.buttons a, .buttons button{
  display:block;
  float:left;
  margin:0 5px 0 0;
  background: #7dcafe url(/images/buttons/blue_but_bg.gif) left bottom repeat-x;

  border:1px solid #fff;
  
  font-size:90%;
  line-height:110%;
  text-decoration:none;
  font-weight:bold;
  color: #f0f0f0;
  cursor:pointer;
  padding:5px 5px 6px 3px; /* Links */
}
.buttons a.float_right, .buttons button.float_right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.buttons button{
  width:auto;
  overflow:visible;
  padding:3px 5px 2px 3px; /* IE6 */
}
.buttons button[type]{
  padding:4px 5px 4px 3px; /* Firefox */
  line-height:17px; /* Safari */
}
*:first-child+html button[type]{
  padding:3px 5px 2px 3px; /* IE7 */
}
.buttons button img, .buttons a img{
  margin:0 2px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}

/* colors styling */

button.positive:hover, .buttons a.positive:hover {
  color: #9cef7b;
}
button.negative:hover, .buttons a.negative:hover {
  color: #ffcfcf;
}
button:hover, .buttons a:hover {
  color: #fff;
}


/* STANDARD */

/*
button:hover, .buttons a:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
*/

/* Table styling */
table.zebra_table {
  border-collapse: collapse;
  width: 100%;
}
  .zebra_table tr {
    border: 1px solid #cacfd5;
    background-color: #fff;
  }
  .zebra_table tr:hover, .zebra_table tr.dark_row:hover, .zebra_table .special_row {
    background-color: #fbfbdf;
  }
  .zebra_table tr.dark_row {
    background-color: #e7f1fd;
  }
  .zebra_table tr.header, .zebra_table tr.pagination {
    border-color: #017bac;
    background: #017bac url(/images/layout/zebra_header_bg.gif) left bottom repeat-x;
  }
    .zebra_table tr.pagination td {
      padding: 0;
    }
  .zebra_table tr.stats {
    font-weight: bold;
  }
  .zebra_table tr.current_account.stats {
    font-weight: normal;
  }
    .zebra_table tr.stats td {
      color: #fff;
    }
  .zebra_table tr.balance_zero {
    background-color: #63bcde;
  }
  .zebra_table tr.balance_positive {
    background-color: #5ebd01;
  }
  .zebra_table tr.balance_negative {
    background-color: #fe0000;
  }
    .zebra_table tr.special_row .alert_box {
      border-width: 0;
      padding: 0 0 0 20px;
      background-position: top left;
    }
  .zebra_table th {
    padding: 5px 8px;
  }
  .zebra_table th.amount {
    text-align: right;
  }
  .zebra_table td {
    padding: 5px 8px;
  }
    .zebra_table td.balance_value {
      text-align: right;
    }
    .zebra_table td.account_name p {
      float: left;
      height: 1.5em;
      line-height: 1.5em;
    }
    .zebra_table td.account_name span {
      display: none;
      float: right;
    }
    .zebra_table td.account_name:hover span {
      display: block;
    }
      .zebra_table td.account_name span.account_actions a {
        margin-left: 5px;
      }
    .zebra_table td a.entry_action {
      margin-right: 5px;
    }
  .zebra_table tr.pagination td ul {  
    list-style: none;
    float: left;
    height: 24px;
    text-align: center;
    width: 100%;
  }
    .zebra_table tr.pagination td ul li {  
      display: inline;
      float: left;
      height: 24px;
      line-height: 22px;
      color: #bbb;
      font-weight: bold;
    }
      .zebra_table tr.pagination td ul li a {
        display: block;
        float: left;
        text-decoration: none;
        color: #ddd;
        height: 24px;
        font-weight: bold;
      }  
      .zebra_table tr.pagination td ul li.disabled span {
        color: #24688d;
      }
      .zebra_table tr.pagination td ul li a:hover {
        color: #fff;
        background-color: #24688d;
      }
    .zebra_table tr.pagination td ul li.next, .zebra_table tr.pagination td ul li.last {
      float: right;
    }
    .zebra_table tr.pagination td ul li.next a, .zebra_table tr.pagination td ul li.last a, 
    .zebra_table tr.pagination td ul li.next.disabled span, .zebra_table tr.pagination td ul li.last.disabled span {
      padding-right: 25px;
      padding-left: 10px;
      background-repeat: no-repeat;
      background-position: right center;
    }
    .zebra_table tr.pagination td ul li.next a {
      background-image: url(/images/icons/pagination/next.gif);
    }
    .zebra_table tr.pagination td ul li.last a {
      background-image: url(/images/icons/pagination/last.gif);
    }
    .zebra_table tr.pagination td ul li.next.disabled span {
      background-image: url(/images/icons/pagination/next_dis.gif);
    }
    .zebra_table tr.pagination td ul li.last.disabled span {
      background-image: url(/images/icons/pagination/last_dis.gif);
    }
    .zebra_table tr.pagination td ul li.first, .zebra_table tr.pagination td ul li.previous {
    }
    .zebra_table tr.pagination td ul li.first a, .zebra_table tr.pagination td ul li.previous a,
    .zebra_table tr.pagination td ul li.first.disabled span, .zebra_table tr.pagination td ul li.previous.disabled span {
      padding-left: 25px;
      padding-right: 10px;
      background-repeat: no-repeat;
      background-position: left center;
    }
    .zebra_table tr.pagination td ul li.first a {
      background-image: url(/images/icons/pagination/first.gif);
    }
    .zebra_table tr.pagination td ul li.previous a {
      background-image: url(/images/icons/pagination/previous.gif);
    }
    .zebra_table tr.pagination td ul li.first.disabled span {
      background-image: url(/images/icons/pagination/first_dis.gif);
    }
    .zebra_table tr.pagination td ul li.previous.disabled span {
      background-image: url(/images/icons/pagination/previous_dis.gif);
    }
    .zebra_table tr.pagination td ul li.pages {
      float: none;
      display: inline;
      margin-left: auto;
      margin-right: auto;
      text-align: left;
    }
      .zebra_table tr.pagination td ul li.pages a, .zebra_table tr.pagination td ul li.pages .current {
        float: none;
        display: inline;
        line-height: 24px;
        padding: 0 7px;
        margin: 0;
      }
    
/* Misc elements */
div.auto_complete {
  position:absolute;
  width:190px;
  background-color: #fff;
  border:1px solid #cacfd5;
  margin:0px;
  padding:0px;
}
div.auto_complete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.auto_complete ul li.selected {
  padding: 0;
  background-color: #e7f1fd;
}
div.auto_complete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  cursor: pointer;
  color: #00395c;
  background-color: #fff;
  border-bottom: 1px solid #cacfd5;
}

ul.bullet_agreements {
}
  ul.bullet_agreements li {
    list-style: circle outside;
    margin-left: 30px;
    margin-bottom: 10px;
    font-size: 130%;
/*     letter-spacing: .05em; */
    line-height: 110%;
  }

.float_right {
  float: right;
}

/* -- flash movies */
#tour_slide, #features_slide {
  margin-left: 253px;
}


/* reports styling */
#report_wrapper {
  text-align: center;
}
  #report_wrapper #report {
    text-align: left;
    margin-left: 115px;
  }

ul#reports_list {
  float: left;
  margin-left: 93px;
}
  ul#reports_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 362px;
  }
  ul#reports_list li a.image {
    float: left;
    display: block;
    padding: 5px;
    border: 1px solid #e8e9ee;
  }
  ul#reports_list li a:hover.image {
    border-color: #d2d9e1;
    background-color: #e8e9ee;
  }
  ul#reports_list li p {
    clear: left;
    text-align: center;
    margin-top: 5px;
    width: 100%;
  }
    ul#reports_list li p a {
      font-size: 130%;
      color: #3093BA;
      text-decoration: underline;
    }


/* ads styling */
div#amazoncontent {
  border: none !important;
}