@import url(global.css);
@import url(common.css);
@import url(header.css);

#downloaditems {
  width: 100%;
}

#downloaditems .item {
  vertical-align: top;
}

.bycategory {
  width: 100%;
}

.bycategory thead a {
  color: #69c;
  font-weight: bold;
  text-decoration: none;
}

.bycategory thead a:hover {
  color: #e00;
}

.bycategory thead td {
  background-image: url(../images/item.gif);
  background-repeat: no-repeat;
  background-position: 6px center;
  padding-left: 25px;
  height: 22px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}

.bycategory ul {
  margin: 0px; 
  padding: 0px 0px 0px 23px;    
  list-style-image: url(../images/vt.gif);
}

.bycategory ul li {
  padding: 4px 0px 4px 2px;
}

.bycategory ul .more {
 list-style-image: url(../images/more.gif);
 padding-bottom: 8px;
}

#articles {
  width: 100%;
  margin-top: 10px;
}

#articles .left{
  background-image: url(../images/vwall.gif);
  background-repeat: no-repeat;
  background-position: 6px center;
  padding-left: 28px;
  height: 22px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  font-weight: bold;
}

#subject {
  background-image: url(../images/doc.gif);
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 25px;
}

#listtitle {
  background-image: url(../images/list.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 25px;
}

#ratingprompt {
  height: 20px;
  color: #00e;
  font-weight: bold;
}

#ratingprompt span {
  font-style: normal;
  color: c96;
}

#rating {
  width: 100%;
}

#rating .helpful {
  font-weight: bold;
}

#rating .unhelpful {
  text-align: center;
  font-weight: bold;
}

#rating a {
  color: #69c;
}

#rating a:hover {
  color: #e00;
}

#rating .stars {
  text-align: right;
  color: #fc6;
  white-space: nowrap;
}

#listnav {
  font-size: 12px;
  width: 100%;
  margin: 4px 0px 4px 0px;
}

#listnav .left {
  text-align: left;  
}

#listnav .right {
  text-align: right;  
}

#articlelist {
  width: 100%;
  margin-top: 8px;
}

#articlelist a {
  color: #69c;
}

#articlelist a:hover {
  color: #e00;
}

#articlelist .left {
  font-weight: bold;
  text-align: left; 
  background-image: url(../images/viewp.gif);
  background-repeat: no-repeat;
  background-position: 2px center;
  padding: 2px 0px 0px 25px;
}

#articlelist .right {
  text-align: right;  
  color: #fc6;
  white-space: nowrap;
  padding: 2px 2px 0px 0px;
}

#articlelist tbody td {
  color: #666;
  font-size: 12px;
  padding: 0px 2px 2px 2px;
}

.pagination {
  margin-top: 10px;
}

#content .browse {
  padding: 6px;
  border: 1px solid #ddd;
}

#content .browse legend {
  color: #69c;
  font-weight: bold;
  margin-bottom: 6px;
}

#content .browse #attachments {
  margin-top: 15px;
}

#content .browse #attachments span {
  margin-right: 15px;
}

#content .browse #attachments a {
  color: #039;
  font-weight: bold;
}

#content .browse #attachments a:hover {
  color: #e00;
}