.Dump
{
	background-color: #f0f0df;
}

.Dump table
{
	width: 100%;
	table-layout: fixed;
	border-spacing: 1px;
}

.Dump table.RecordSet
{
	width: auto;
	table-layout:auto;
}

.Dump table th, .Dump table td
{
	padding: 2px;
	vertical-align: top;
	font-size: 10pt;
	text-align: left;
}

.Dump table th
{
	width: 150px;
	background-color: #e9e9ce;
	font-weight: bold;
	text-decoration: none;
}

.Dump table td
{
	background-color: #ffffff;
}

.Dump table tr.DumpExpandable th
{
	cursor: pointer;
	text-decoration: underline;
}

.Dump table tr.DumpExpandable td
{
	background-color: #f0f0df;
}

/* Reset styles applied by the expandable class on static elements nested within
 * an expandable element. */

.Dump table tr.DumpStatic th
{
	cursor: default;
	text-decoration: none;
}

.Dump table tr.DumpStatic td
{
	background-color: #ffffff;
}

.Dump table td .DumpLabel
{
	background-color: #f0f0df;
}

.Dump .Dump
{
	display: none;
}

/******************************************************************************
 **********                        Metrics                           **********
 ******************************************************************************/

div.Metrics
{
	background-color: #FFFFFF;
	border: 2px solid #f0f0df;
	padding: 0px;
}

div.Metrics table
{
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
}

div.Metrics table tr th,
div.Metrics table tr td
{
	text-align: left;
	padding: 2px 5px;
}

div.Metrics table tr th
{
	background-color: #f0f0df;
	vertical-align: bottom;
}

div.Metrics table tr th div.Units
{
	font-weight: normal;
	font-size: smaller;
}

div.Metrics table tr.even td
{
	background-color: #efefef;
}

div.Metrics table tr td.Name
{
	font-weight: bold;
	padding-right: 15px;
}

div.Metrics table tr .Value
{
	text-align: right;
	padding-right: 15px;
}

div.Metrics table tr .Context
{
	/* Do nothing. */
}

div.Metrics table tr .Duration,
div.Metrics table tr .Count,
div.Metrics table tr .Average
{
	text-align: right;
	padding-left: 15px;
}

