.data_view {
    border: 0px;
}

.data_view th {
	text-align: left;
    font-weight: bold;
    color: white;
    background-color: #2860AD;
    text-decoration: none;
    padding-right: 8px;
}

.data_view th a {
	text-align: left;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.data_view td {
	padding-right: 8px;
}

.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: #d0d7ec;
}

.data_view .even {
}

.data_view .odd {
	background-color: #DEE3F1;
}

.data_view .marked {
}

.data_view .highlighted {
}

.data_view td.padded {
	padding-bottom: 8px;
}

.data_view_actions {
	margin-bottom: 4px;
}

.data_view_total {
	padding-top: 5px;
	font-weight: bold;
}

@media print {
	.data_view td {
	    border-top: 1px solid black;
	}

  .data_view .pagination {
    display: none;
  }

}
