* {
	font-family: verdana;
}

td, table, tr, th {
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #0099ff;
	border: 3px solid #eeecde;
	padding: 5px;
}

#Stats_Header {
	width: 800px;
	height: 115px;
	background-image: URL("http://promo.littlefroginnovations.com/stats-files/header.png");
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
}

#Stats_Body {
	width: 800px;
  text-align: left;
}

#Stats_Footer {
	margin-top: 50px;
	width: 800px;
	height: 150px;
	font-weight: bold;
	font-size: 12px;
	background-image: URL("http://promo.littlefroginnovations.com/stats-files/poweredby.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Left_Wrapper {
	
}

#Left_Header {
	width: 200px;
	height: 64px;
	background-image: URL("http://promo.littlefroginnovations.com/stats-files/left_header.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Left_Body {
	
}

#Left_Footer {
	width: 200px;
	height: 150px;
	background-image: URL("http://promo.littlefroginnovations.com/stats-files/left_poweredby.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.Stats_Overview {
	padding: 10px;
}

.Table_Header_Row {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.Table_Header_Cell {
  display: block;
  float: left;
  width: 150px;
}

.Table_Cell {
  display: block;
  float: left;
  width: 150px;
}

.Table_Cell .Table_Value {
  display: block;
  float: left;
  width: 60%;
}

.Table_Cell .Table_Percentage {
  display: block;
  float: left;
  width: 40%;
}

.Stats_Link {
  display: block;
  float: left;
  width: 150px;
  overflow: hidden;
  font-size: 10px;
}

.Table_Row {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}