.headerSortDown { 
    /*background-image: url(../../../img/desc.gif);   
    background-position: right;*/
} 
.header {
    /*background-repeat:no-repeat;*/
    cursor:pointer;
    background-position: center right;
    cursor: pointer;
    /*background-color: #e6EEEE;*/
}
.headerSortUp {
    /*background-image: url(../../../img/asc.gif); 
    background-position: right;*/
}

.batchFlyatlasWidget table {
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #777;
    font-size: 80%;
}

.batchFlyatlasWidget tbody {
/*    background-color: #f9f9f9;*/
/* N.B. border, padding and margin have no effect here for IE6 */
}

.batchFlyatlasWidget tr.top {
/*    border-top: 2px solid #ddd;*/
}

.batchFlyatlasWidget tr.top td {
    border-top: 2px solid #ddd;
}

.batchFlyatlasWidget td {
    border: none;
    text-align: center;
    vertical-align: top;
/*    border-top: 2px solid white;*/
/*    border-left: 2px solid white; */
    margin-left: 2px;
    padding: 2px 2px 2px 2px;
}

.batchFlyatlasWidget th {
    border: 1px solid;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    font-weight: normal;
    color: #777;
    /*background-color: #f3f3f3;*/
    font-size: 80%;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom:1px;
    text-align: center;
    height: 50px;   
}

.batchFlyatlasWidget .callNone {
    background-color: inherit;
    color: #aaa;
}

.batchFlyatlasWidget .callUp {
/*    background-color: #BEFFA8;*/
    background-color: #A6C9FF;
    color: black;
}

.batchFlyatlasWidget .callDown {
    background-color: #FFCC99;
    color: black;
}

.batchFlyatlasWidget .testisSpecific {
    font-weight: bold;
    color: black;
}

.batchFlyatlasWidget .xx {
    font-weight: bold;
}

.batchFlyatlasWidget .flyatlasChangeUp {
    background-color: green;
}

.batchFlyatlasWidget .flyatlasChangeDown {
    background-color: red;
}

.isselected {
    display: none;
}

.selected {
    background-color: #99f;
    color: white;
    font-weight: bold;
}

.selected .selector {
    display: none;
}

.selected .isselected {
    display: inline;
}

.pairwisePanelet {
    display:inline;
}
