.dash_box {
	background: #fff url('http://pmetrics.performancing.com/media/dash-box.gif') top left no-repeat;
	padding: 8px 10px;
	margin-bottom: 25px;
	min-height: 100px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.dash_box h2 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.dash_box_content {
	clear: left;
}
.dash_box_content td {
	white-space: nowrap !important;
}
.dash_box_content table.small td {
	font-size: 11px;
}
.dash_box_content td.value, .dash_box_content td.graph {
	width: 1px;
	white-space: nowrap !important;
	text-align: right;
	padding: 5px 8px;
	border-left: 1px dotted #dde;
}
.pmetrics_alt { background: #eee; }
