.stToolbox
  {
  display: none;
  }

.stCallHistory .chContainer
  {
  padding: 13px 10px 10px 30px;
  margin-bottom: 10px;
  }

.stCallHistory .chHeader
  {
  font-weight: bold;
  padding-bottom: 10px;
  }

.stCallHistory .chBody
  {
  padding: 15px;
  }

.stCallHistory .chFileName
  {
  }

.stCallHistory .chOwner
  {
  border-bottom: 1px dotted #000;
  }

.stCallHistory .chTypeNote
  {
  background-image: url(/images/icons/comment.gif);
  background-repeat:  no-repeat;
  background-position: 8px 0px;
  }

.stCallHistory .chTypeAttachment
  {
  background-image: url(/images/icons/disk.gif);
  background-repeat: no-repeat;
  background-position: 8px 0px;
  }

.stCallHistory .chTypeEmail
  {
  background-image: url(/images/icons/email_page.gif);
  background-repeat: no-repeat;
  background-position: 8px 0px;
  }

.stCallHistory .chColor1
  {
  background-color: #fff;
  }

.stCallHistory .chColor2
  {
  background-color: #fff;
  }

.stControlRight
  {
  display:none;
  }

