/*
 * cocosLive widget ccs file
 * (c) Sapus Media
 */
table.ccl-stats {
  width: 100%;
  background-color:#FFFFFF;
  border: 1px solid #54b0fd;
  border-spacing: 0pt;
  border-collapse: collapse;
}  
  table.ccl-stats, table.ccl-stats td, table.ccl-stats th, table.ccl-stats thead, caption {
    border-color: #54b0fd;
    border-bottom:1px solid #54b0fd;
    border-right:1px transparent #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }
  table.ccl-stats td, table.ccl-stats th {
    padding: 0.3em 0.5em;
  }
  table.ccl-stats tr.ccl-row2 td {
    background-color: #d9e9ff;
  }
  table.ccl-stats th,caption {
    background-color: #000000;
    color: #54b0fd;
	text-align: left;
  }
  table.ccl-stats td form {
      margin: 0;
  }
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #54b0fd;
}
A:link {
	text-decoration: none;
	color:#CCCCCC;
}
A:visited {
	text-decoration: none;
	color:#CCCCCC;
}
A:active {
	text-decoration: none
	color:#CCCCCC;
}
A:hover {
	color:#FFFFFF;
}
table.ccl-stats
{
	color:#000000;
}