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

table.detail-view 
{
	background: none repeat scroll 0 0 white;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
	box-shadow: 0px 2px 10px #333;
        -moz-box-shadow: 0px 2px 10px #333;
        -webkit-box-shadow: 0px 2px 10px #333;
        -o-box-shadow: 0px 2px 10px #333;
        -ms-box-shadow: 0px 2px 10px #333;
	table-layout: fixed;
}

table.detail-view th, table.detail-view td 
{
	border: 0px dotted black;
	font-size: 0.9em;
	padding: 0.7em 0.6em;
	vertical-align: top;
}

table.detail-view th 
{
	text-align: left;
	width: 160px;
}

table.detail-view td 
{
	text-align: left;
	word-wrap: break-word;
}

table.detail-view tr.odd {

	background: none repeat scroll 0 0 #E5F1F4;
}

table.detail-view tr.even 
{
	background: none repeat scroll 0 0 #F8F8F8;
}

table.detail-view tr.odd th 
{
	background-color:#777777;
	color:white;
}

table.detail-view tr.even th 
{
	background-color:#707070;
	color:white;
}
