@charset "utf-8";
/* CSS Document */

/* Tables */
table {
	border-collapse: collapse;
	border: 1px solid #e7e7e7;
	font: normal 12px arial, helvetica, sans-serif;
	color: #000;
	background: #fcfcfc;
	width:470px;
  }
caption {
	text-align: left;
	font: normal 12px arial, helvetica, sans-serif;
	background: transparent;
  }
td, th {
  border-left:1px dashed #e7e7e7;
  border-top:1px dashed #e7e7e7;
  border-right:1px dashed #e7e7e7;
  border-bottom:1px solid #ddd;
  padding: 5px;
  color: #111;
  }
thead th, tfoot th {
  font: bold 11px arial, helvetica, sans-serif;
  border: 1px solid #e7e7e7;
  text-align: left;
  background: #f4f4f4;
  color: #111;
  }
tbody td a {
  background: transparent;
  text-decoration:none;
  color: #0059a1;
  }
tbody td a:hover {
  background: transparent;
  text-decoration:underline;
  color: #000;
  }
tbody th a {
  font: normal 12px arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #0059a1;
  }
tbody th a:hover {
  background: transparent;
  color: #000;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
	padding-bottom: 7px;
  border: 1px solid #e7e7e7;
  background: #ebeff2;
  }
.odd {
  background: #fafbfc;
  }
tbody tr:hover {
  background: #fff;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #fff;
  }
td ul { margin:0 !important; padding:0 !important; }
td li { background:none !important; margin:0 0 3px 15px !important; padding:0 !important; list-style-type:square !important; }
