#content #transfer {
  font-size: 10px;
  margin: 8px 0 14px;
}

#content #transfer .left_bars .bar,
#content #transfer .left_transfers .bar {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
}

#content #transfer .right_bars .bar,
#content #transfer .right_transfers .bar {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
}

#content #records {
  border-collapse: collapse;
  width: 100%;
  font-size: 10px;
}

#content #records th {
  text-align: center;
  font-weight: bold;
  padding-bottom: 3px;
  font-size: 12px;
}

#content #records tr {
  height: 40px;
}

#content #records tr.even_row {
  background-color: white;
}

#content #records tr.odd_row {
  background-color: #EEE;
}

#content #records td {
  border-top: 1px solid #CCCCCC;
  padding: 3px 0px;
  vertical-align: top;
}

#content #records .date {
  padding-left: 6px;
  width: 100px;
}

#content #records .description {
  width: 300px;
}

#content #records .description_image {
  width: 25px;
}

#content #records .short_description {
  width: 275px;
}

#content #records .transfer_amount {
  width: 100px;
}

#content #records .amount {
  width: 100px;
}

#content #records .date p,
#content #records .description p,
#content #records .short_description p {
  margin: 4px 0;
}

#content #records td.description p.actor {
  font-size: 10px;
}

#content #records .amount p,
#content #records .transfer_amount p {
  margin: 10px 0;
  text-align: right;
}

#content #records .cancelation {
  width: 80px;
  text-align: center;
  vertical-align: middle;
}

#content #records .cancelation .button {
  font-size: 10px;
}

#content #records tr.total td {
  font-weight: bold;
  font-size: 12px;
}

#content #records tr.total td.description p {
  margin: 10px 0;
}

#content #records .details {
  font-size: 80%;
  width: 100%;
  padding: 2px 5px;
  border: 1px solid #CCC;
}

#content #records .details tr {
  height: auto;
}

#content #records .details td {
  border: none;
}

#content #records .details td.amount {
  width: 70px;
}

#content #records .details td p {
  margin: 0;
}

#content .shares {
  position: relative;
    top: 0;
    left: 0;
  min-height: 150px;
}

#content .allocation_shares {
  padding-top: 100px;
  background: url(/images/withdrawal_share_sliders_header.png) no-repeat 154px 0px;
}

#content .withdrawal_shares {
  padding-top: 100px;
  background: url(/images/allocation_share_sliders_header.png) no-repeat 154px 0px;
}

#content .allocation_shares .allocation_sliders,
#content .withdrawal_shares .withdrawal_sliders {
  background: url(/images/share_sliders_bg.png) repeat-y 154px 0px;
}

#content #chart_div {
  position: absolute;
    right: 0;
    top: 16px;
  width: 250px;
  height: 150px;
}

#content .slider_row {
  position: relative;
    top: 0;
    left: 0;
  width: 236px;
  margin: 5px 0;
  padding-left: 154px;
}

#content span.color_box {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin-top: 0;
  margin-right: 5px;
}

#content .slider_row .name {
  font-weight: normal !important;
}

#content .slider_row .slider {
  width:150px;
  background-image: url(/images/slider/bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height:18px;
  position: relative;
    top: 3px;
    left: 0;
}

#content .slider_row .slider .handle {
  width:15px; 
  height:15px;
  background-image: url(/images/slider/handle.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: move;
  position: absolute;
    top: 0;
    left: 0;
}
