body#pop_table { background:none; padding;0; margin:0; }
#pop_table #pop_header {background:#3B3A36;}
#pop_table #header{ background-position:0 0; height:113px;padding:0; margin:0; width:620px; }
#pop_table #header h1, #pop_table #header .slogan{ top:12px; }
#pop_table .text{ width:95%; padding-top:20px; }
#pop_table .commentary_title { color:#000; font:bold 16px/16px Verdana, Arial, sans-serif;}

/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
  border-collapse: collapse;
  border: 1px solid #999;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #E0EEC6;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #999;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #999;;
  text-align: left;
  background: #000;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #F7FBF1;
  }
tbody tr:hover {
  background: #EEE3C6;
  border: 1px solid #999;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #EEE3C6;
  color: #FFFFFF;
  }
