

table, td
{
	border               : 1px dashed #E5AA10;
	border-collapse      : collapse;

}
table
{
	border                :none;
	border                :0px dashed #E5AA10;
}



thead th
{

  color                 : #E5AA10;  

	padding-left:5px; 
	padding-right:5px; 
	padding-top:5px; 
	padding-bottom:5px;
	  font-weight           : bold;
	  font-size:1.1em
}



tbody th
{
  background            : #383222;
  border-top            : 1px dashed #E5AA10;
   border-left            : 1px dashed #E5AA10;
  text-align            : left;
  font-weight           : normal;

   color                 : #ffffff;
	padding               : 5px 5px;
}





tbody tr td
{
	padding               : 5px 5px;
  color                 : #ffffff;
   background            : #383222;
}



tr.odd td, tr.odd th {
	background-color: #504937;
}

tbody tr:hover td, tbody tr:hover th {
	background-color: #ffffff;
	color: #333333
}


tfoot td,
tfoot th
{
  border-left           : medium none;
  border-top            : 1px dashed #E5AA10;
   border-bottom            : 1px dashed #E5AA10;
	padding               : 4px;
  background            : #F6E8D1;
  color                 : #333333;
    text-align            : left;
	font-size:.9em
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #E5AA10;
	font-weight:bold;
}
table a:visited
{
	color                 : #E5AA10;
	font-weight:bold;
}
table a:hover
{
	color                 : #ff0000;
	text-decoration       : none;
	font-weight:bold;
}



