
/**
 * Case Studies
 */

#content A {
  color: #ffffff;
}

#top {
  background: #104a52;
}

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

#content {
  width: auto;
  height: 336px;
  margin-right: 10px;
  overflow: auto;
  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #104a52;
  scrollbar-highlight-color: #104a52;
  scrollbar-shadow-color: #104a52;
  scrollbar-track-color: #104a52;
}

#content TABLE {
  border-collapse: collapse;
  margin-left: -20px;
}

#content TABLE TR TH, 
#content TABLE TR TD {
  padding-bottom: 3px;
}

#content TABLE TR TH {
  width: 202px;
  padding-right: 15px;
  text-align: right;
}

#content TABLE TR TD {
  //height: 28px;
  height: 37px;
}

#content TABLE TR TD A {
  float: left;
  padding-right: 3px;
}

/**
 * View Page
 */

#content #thumbnails {
  float: right;
  margin-left: 10px;
  margin-right: -16px;
}

#content #thumbnails .thumb {
  margin: 5px;
  height: 71px;
  width: 71px;
  background-color: #5a5a5a;
}

.clear {
  clear: both;
}
