/*
html,body{
  color:#000;
  background:#FFF;
}
*/

#boundary{font-size:.9em;}

#itsthetable{
	font-family:arial,sans-serif;
	overflow:auto;
	width:550px;
	min-width:500px;
	margin:0 auto;
	/*padding:1em;*/
}

table {
	border-collapse: collapse;
	border: 1px solid #ffdf2d;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #666666;
	background: #ffef95;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  padding:5px;
  }
td, th {
	border: 1px dashed #ffdf2d;
	padding: 0.8em;
	color: #666666;
  }
thead td, tfoot td{
	font: bold 11px verdana, arial, helvetica, sans-serif;
	border: 1px solid #fff;
	text-align: left;
	background: #000099;
	color: #FFFFFF;
	padding-top:6px;
  }
tbody td a {
	background: transparent;
	text-decoration: none;
	color: #666666;
  }
tbody td a:hover {
	background: transparent;
	color: #333333;
  }
tbody th a {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
	font-weight:normal;
	color: #000;
  }
tbody th a:hover {
	background: transparent;
	color: #333333;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }

.odd {
  background: #ffd83b;
  }
tbody tr:hover {
	background: #ffffa5;
  }
tbody tr:hover th, tbody tr.odd:hover th {
	background: #ff9933;
  }
