/* CSS Document */
table.detail-view .null
{
	color: pink;
}

table.detail-view
{
	border:1px solid #ccc;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	padding:5px;
	background-color: #FFFFFF;
	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius:6px;
	-webkit-border-top-right-radius:6px;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius:6px;
	-webkit-border-top-left-radius:6px;
	margin-top: 10px;
}

table.detail-view th, table.detail-view td
{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-right-color: #ccc;
	border-bottom-color: #999;
	border-left-color: #ccc;
	font-size: 0.9em;
}

table.detail-view th
{
	text-align: right;
	width: 160px;
}

table.detail-view tr.odd
{
	background: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 30px;
}

table.detail-view tr.even
{
	background: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 30px;
}

table.detail-view tr.odd th
{
}

table.detail-view tr.even th
{
}

