div.dataviewer table{
	width: 100%;
	border-collapse: collapse;
}

div.dataviewer table thead{
	font-weight: bold;
}

div.dataviewer table thead td{
	padding-top: 5px;
	padding-bottom: 5px;
}

div.dataviewer table tbody tr{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

div.dataviewer table tbody td{
	padding-top: 5px;
	padding-bottom: 5px;
}

div.dataviewer .dv_options{
	text-align: right;
}
