/*******

    Spezielle CSS-Anweisungen
    für das ListTool

****/

.aktion a,
.aktion img{
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
    white-space: nowrap;
}

#contentwrapper table tr.noaccess td{
	color: red;
}

#contentwrapper table tr.noview td{
	color: #E9967A;
}

.draghover{
	border-top: 2px solid red !important;
}

.fixdirection.asc,
.fixdirection.desc{
	background-image: none !important;
	padding-left: 0px !important;
}