table.detail-view .null
{
	color: pink;
}

table.detail-view
{
	background: rgba(255, 255, 255, 0);
	border-collapse: separate;
	width: 100%;
	margin: 0;
}

table.detail-view th, table.detail-view td
{
	font-size: 0.9em;
	border: 1px gray solid;
	padding: 0.3em 0.6em;
	vertical-align: top;
}

table.detail-view th
{
	text-align: right;
	width: 30%;
}

table.detail-view tr.odd
{
	background: #4a4a4a;
	border-top: 2px solid rgb(119, 119, 119);
	border-right: 2px solid rgb(119, 119, 119);
	border-left: 2px solid rgb(119, 119, 119);
	border-bottom: 2px solid rgb(119, 119, 119);
}

table.detail-view tr.even
{
	background: #3e3e3e;
	border-top: 2px solid rgb(119, 119, 119);
	border-right: 2px solid rgb(119, 119, 119);
	border-left: 2px solid rgb(119, 119, 119);
	border-bottom: 2px solid rgb(119, 119, 119);
}

table.detail-view tr.odd th
{
}

table.detail-view tr.even th
{
}
