/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
  border-collapse: collapse;
/*  border: 1px solid #03476F;
*/  color: #363636;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#414141;
	font-size:14px;
	line-height:16px;
	float:left;
	margin-top:0;
	width:610px;
  }


td, th {
  border: 1px solid #9e9e9e;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
/*  border: 1px solid #000;
*/  text-align: left;
  background: #9e9e9e;
  color: #000;
  padding-top:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#000;
	font-size:14px;
	line-height:16px;
  }
  
  


tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  font-family:Arial, Helvetica, sans-serif;
  }
  
  
.odd {
  background: #fff;
  }
  
  
