.table_guild_list {
  border-collapse: collapse;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: #efeaea;
  }
caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;s
  color: #3B3B3B;
  }
  
  td.border
  {
  	border-style: dashed none;
  }
 	
/*tr.hover
  {
   color: #3B3B3B;
  }		
  
tr.hover:hover
  {
 
	background: #113569;
  	color: #FFFFFF;

  }	*/
	
 td, th {
  border: 1px dashed #113569;
  padding: .8em;
  }
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  text-align: left;
  background: #38160C;
  color: #F6ECF0;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  }
tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #FFFFFF;
  }
tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  
  background: #38160C;
  padding-top:6px;
  }
