#stats-table {
	background-color: #fcebe3;
  	width: 100%;
	}
#stats-table th {
	vertical-align: middle;
	background-color: #555;
}
#stats-table th{
	padding: 0 1em;
	}
#stats-table td	{
	padding: 1em;
}
#stats-table tr.stats td {
	vertical-align: top;
	background-image:url(/cml/assets/gfx/build/td_underline.gif);
	background-repeat:no-repeat;
	background-position: 12px 100%;
}

#stats-table tr.stats td.code {
	background-position: -548px 100%;
}
#stats-table tr.stats .st-container {
	padding-left: 2.5em;
}
#stats-table tr.stats td.protected .st-container {
	background-image: url(/cml/assets/gfx/build/icon_padlock.gif);
	background-repeat:no-repeat;
}
#stats-table td.top	{
	background-color: #fff;
	padding: 0.25em;
	font-size: smaller;
}
#stats-table tr {
	vertical-align: top;
	}	
#stats-table .item-file {
	font-size: 85%;

	padding: 0.5em 0 0 0;
}

