.data_view {
    border: 0px;
    width: 100%;
}

.data_view th, .data_view td {
    padding: 12px 3px;
}

.data_view th {
	text-align: left;
    font-weight: bold;
    color: #555;
    background-color: #e2e2e2;
    text-decoration: none;
    padding-right: 8px;
}

.data_view th a {
	text-align: left;
    font-weight: bold;
    color: #555;
    text-decoration: none;
}

.data_view td {
	padding-right: 8px;
	border-bottom: 1px solid #e3e3e3;
}

.data_view td a,
.data_view td button.link {
	color: black;
}

.data_view td a:hover,
.data_view td button.link:hover  {
	color: #D87E32;
	text-decoration: none;
}

.data_view .pagination a {
	color: #D87E32;
}

.disabled {
	color: #DEE3F1;
}

.data_view tr.even:hover, .data_view tr.odd:hover {
	background: #efefef;
}

.data_view .even {
}

.data_view .odd {
	background-color: #fafafa;
}

.data_view .marked {
}

.data_view .highlighted {
}

.data_view td.padded {
	padding-bottom: 8px;
}

.data_view_actions {
	margin-bottom: 4px;
}

@media print {
	.data_view td {
	    border-top: 1px solid black;
	}
}