body{
	font-size:11pt;
	font-family:Helvetica, Arial;
}

table{
	border-collapse: collapse;

}

table td{
	border:1px solid #ccc;
	margin:0;
	padding:7px 12px;
	font-size:.9em;
	text-align:right;
}


tr.zebra td{
	background-color:#eee;
}


table thead tr td{
	background-color:#555;
	color:white;
	font-weight:bold;
}


table#details{
	border:none;
	margin-bottom:10px;
}

table#details td{
	border:none;
	padding-right:40px;
}

table#details td.title{
	color:#999;
	padding-right:5px;
}