.data_view {
	background: none;
	width: 100%;
	*width: 98%;
}

.data_view th {
	text-align: left;
    font-weight: bold;
    color: white;
    background-color: #677f88;
    text-decoration: none;
	padding: 8px 12px;
	font-size: 14px;
}

.data_view th a {
	text-align: left;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.data_view td {
	padding: 3px 12px;
	border-bottom: 3px solid #fff;
}

.data_view td a {
	color: black;
}

.data_view td a:hover  {
	color: #024e81;
	text-decoration: none;
}

.data_view .pagination {
	color: #111;
}

.data_view .pagination a {
	color: #1b6388;
}

.disabled {
	color: #999;
}

.data_view tr.even:hover, .data_view tr.odd:hover {
	background: #fff;
}

.data_view .even {
	background-color: #efefef;
}

.data_view .odd {
	background-color: #f7f7f7;
}

.data_view .marked {
}

.data_view .highlighted {
}

.data_view td.padded {
	padding-bottom: 8px;
}

.data_view_actions {
	margin-bottom: 4px;
}

@media print {
	
	.data_view td, .data_view th {
		padding: 3px 6px;
		empty-cells: show;
		
	}
	
	.data_view td {
	    border-top: 1px solid black;
		background: white;
		vertical-align: top;
		font-size: 12px;
	}
	
	.data_view th, .data_view th a {
		color: black;
	}
	
	.data_view th {
		background: white;
		border-top: 0px;
		border-bottom: 2px solid black;
		vertical-align: top;
		font-size: 13px;
	}
	
	thead {
		display: table-header-group;
	}
	
}

@media print and (orientation: landscape) {
	.data_view {
		width: 10.5in;
	}
}

@media print and (orientation: portrait) {
    .data_view {
		width: 8in;
	}
}