﻿@charset "utf-8";

table {
  margin:0 auto;
  width: 80%;
  border-spacing: 0;
  font-size:14px;
}
table th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
/*  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));*/
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
}
table th:first-child {
  border-left:1px solid #aaa;
}
table th:nth-child(4) {
  border-left:1px solid #aaa;
}
table th:last-child {
  border-right:1px solid #aaa;
}
table tr td {
  padding: 8px 15px;
  text-align: center;
}
table tr td:first-child {
  border-left: 1px solid #aaa;
  font-weight:bold;
}
table tr td:nth-child(3) {
  /*color: #990;*/
}
table tr td:nth-child(4) {
  border-left: 1px solid #aaa;
  font-weight:bold;
}
table tr td:last-child {
  border-right: 1px solid #aaa;
  /*color: #990;*/
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f5f5f5;
}
table tr:last-child td {
  border-bottom:1px solid #aaa;
}
