

.databox{
  background-color: #FFF;
  margin-top:0px;
  padding:0px;
  height: 185px;
  width: 300px;
  border: 0px solid #ffcc00;
  font-family: verdana, arial, sans-serif;
  font-size: 8px;
  line-height: 1.2em;
  color: #4C4C4C;
  

}

div.databox h1 {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 2px;
    padding: 0px 3px;
    line-height: 12px;
	}

div.snapshot {
	clear: both;
	margin: 0px 0;
	width: 300px;
	}

	
div.snapshot h3 {
	margin:0px;
	padding:0px;
	background: url(http://www.livecharts.co.uk/images/thin_header_bg.gif) no-repeat;
	height: 21px;
	line-height: 18px;
	color: #fc0;
	font-size: 0.6em!important;
	padding-left: 4px!important;	
	margin-bottom: 0px;
	letter-spacing: normal !important;
        font-family: "Verdana", Sans-Serif;
	}
	
div.snapshot a {
	color: #FC0;
    text-decoration: none;
}	
div.snapshot a:hover {
	text-decoration: underline;
  color: #FFF;
}	
	
#snap_table
{
	font-family: "Verdana", Sans-Serif;
	font-size: 10px;
	background: #fff;
	width: 300px;
	border-collapse: collapse;
	text-align: left;
}
#snap_table th
{
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #ffcc00;
	background: url(http://www.livecharts.co.uk/images/thin_header_bg.gif) no-repeat;
	padding: 4px 4px;
	border-bottom: 1px solid #d6d6d6;
}
#snap_table td
{
	border-bottom: 1px solid #d6d6d6;
	color: #000;
	padding: 5px 4px;
}
#snap_table tbody tr:hover td
{
	color: #2a2a72;
}

#snap_table .odd
{
	background: #efefef; 
}

#snap_table a {
	color: #2a2a72;
  text-decoration: none;
}	
#snap_table a:hover {
	text-decoration: underline;
  color: #E80000;
}

div.links {
	padding: 0px 0px;
	width: 300px;
	font-family: "Verdana", Sans-Serif;
	font-size: 9px;
	line-height: 18px;
	}
	
div.links a {
	color: #2a2a72;
    text-decoration: none;
}	
div.links a:hover {
	text-decoration: underline;
    color: #000;	