/*	Store Statistics Table

*/

body {
	margin: 0px;
	padding: 0px;
	font: normal 9pt arial, helvetica, sans-serif;
}

 /* -- Today on The IT Index -- */
  
#storeStatsTable
{
	border: 1px solid #c5c9e0;
	border-collapse:collapse;
	margin-left: 5px;
	width: 329px;
}

#storeStatsTable th,
#storeStatsTable td
{

	padding: 6px;
}

#statLabelHead,
#statValueHead
{
	background-color: #5d6289;
	color: #ffffff;
	font-size: 10pt;
	text-align: left;
}

#statValueHead
{
	background-color: #797ea3;
	border-left: 1px solid #797ea3;
}

#storeStatsTable th#statValueHead
{
	padding-left: 4px;
}

#storeStatsTable td.statLabel
{
	border-bottom: 2px solid #c5c9e0;
}

#storeStatsTable td.statValue
{
	background-color: #e9eaf5;
	border-left: 1px solid #c5c9e0;
	border-bottom: 2px solid #c5c9e0;
	color: #5d6289;
}

#statsLastUpdated 
{
	padding-left: 11px;
	padding-top: 10px;
}
