/* Copyright (C) 2008 Crush & Lovely */

/* Row */

div.row {
  float: left;
  clear: both;
  background-image: url(/images/view_all/4.gif);
  background-position: 0 0;
  background-repeat: repeat-y;
  margin-bottom: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
}

div.row_4 { background-position: 0 0; }
div.row_3 { background-position: -227px 0; }
div.row_2 { background-position: -454px 0; }
div.row_1 { background-position: -681px 0; }

/* Date box */

div.date {
  float: left;
  width: 203px;
  padding: 0 10px 0 14px;
}

div.date h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0 8px 14px;
  height: 15px;
  line-height: 1em;
  position: relative;
  left: -13px;
  margin-bottom: 12px;
  background: url(/images/view_all/header_bg.gif) 0 0 no-repeat;
}

div.date h4 a {
  color: #0c2c39;
  text-decoration: none;
  font-weight: normal;
}

div.date h4 a span {
  color: #ba0000;
  font-weight: bold;
  width: 48px;
  float: left;
  display: block;
}

div.date h4 a:hover { color: #1d97b6; }

div.date img {
  border: 3px #e3e8ea solid;
  float: right;
  margin-right: 6px;
  margin-left: 14px;
  margin-bottom: 14px;
  width: 52px;
}

div.date span.response_by {
  color: #8b8e8f;
  font-size: normal;
  font-style: italic;
  font-size: 11px;
  line-height: 1.5em;
  display: block;
}

div.date span.response_by span {
  color: #184c5e;
  display: block;
  font-size: 12px;
  font-style: normal;
}

div.date span.response_by span a { color: #184c5e; }

div.date span.response_by span span.name,
div.date span.response_by span span.name a {
  color: #1d97b6;
  font-weight: bold;
}

div.inactive h4,
div.inactive h4 a,
div.inactive h4 a:hover,
div.inactive h4 a span,
div.inactive span.response_by,
div.inactive span.response_by span,
div.inactive span.response_by span a,
div.inactive p {
  color: #c6c9ca;
  text-decoration: none;
}