
.TopNavAreaLeft, .TopNavAreaRight {
	background-color: #cccccc;
}

@media print {
	.breakAfterCell !important { 
    	height:110%; 
    }  
}

.UMNSortableTable td[role=columnheader]:not(.no-sort) {
	cursor: pointer;
}

.UMNSortableTable td[role=columnheader]:not(.no-sort):after {
	content: '';
	float: right;
	margin-top: 7px;
	margin-right:20px;
	border-width: 0 6px 6px;
	border-style: solid;
	border-color: #404040 transparent;
	visibility: hidden;
	opacity: 0;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.UMNSortableTable td[aria-sort=ascending]:not(.no-sort):after {
	border-bottom: none;
	border-width: 6px 6px 0;
}

.UMNSortableTable td[aria-sort]:not(.no-sort):after {
	visibility: visible;
	opacity: 0.4;
}

.UMNSortableTable td[role=columnheader]:not(.no-sort):hover:after {
	visibility: visible;
	opacity: 1;
}
