
/**
 * Client List
 */

#top {
  background: #861802;
}

#bottom {
  background-image: url('/images/client-list/gradient.jpg');
}

#content {
  width: auto;
  height: 336px;
  line-height: 14px;
  margin-right: 10px;
  overflow: auto;
  padding: 0px 130px;

  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #861802;
  scrollbar-highlight-color: #861802;
  scrollbar-shadow-color: #861802;
  scrollbar-track-color: #861802;
}

#content .column1 {
  width: 270px;
}

#content .column2 {
  float: right;
  width: 270px;
}

.client {
  height: 10px;
  border-bottom: 1px solid #efd6ba;
  margin-bottom: 5px;
}

.client .name {
  background: #861802;
  float: left;
  padding-right: 4px;
}

.client .date {
  background: #861802;
  float: right;
  padding-left: 4px;
}
