/*
 * #%L
 * Mojo's Maven plugin for Cobertura
 * %%
 * Copyright (C) 2005 - 2013 Codehaus
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * #L%
 */
.sort-table {
    font: Icon;
    border: 1px Solid ThreeDShadow;
    background: Window;
    color: WindowText;
}

.sort-table thead {
    background: ButtonFace;
}

.sort-table td {
    padding: 2px 5px;
}

.sort-table thead td {
    border: 1px solid;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
    cursor: default;
}

.sort-table thead td:active {
    border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
    padding: 3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
    padding: 2px 5px;
}

.sort-arrow {
    width: 11px;
    height: 11px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 2px;
}

.sort-arrow.descending {
    background-image: url("../images/downsimple.png");

}

.sort-arrow.ascending {
    background-image: url("../images/upsimple.png");
}