.listing,
.stx table {
    border-collapse: collapse;
    border-left: 1px solid #9CADC5;
    border-bottom: 1px solid #9CADC5;
    font-size: 95%;
    margin: 1em 0em 1em 1px;
}
.listing th,
.stx table th {
    background: #FF9900;
    border-top: 1px solid #FF9900;
    border-bottom: 1px solid #FF9900;
    border-right: 1px solid #FF9900;
    font-weight: bold;
    padding: 0.5em 1em 0.5em 1em;
    color: white;
}
.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
.listing .odd {
    /*every second line should be shaded */
    background-color: transparent;
}
.listing .even {
    background-color: #F1F1F1;
}
.listing .listingCheckbox {
    text-align: center;
}
.listing td,
.stx table td {
    border: 1px solid #ECECEC;
    padding: 0em 1em;
    text-align: left;
}
.listing a:hover {
    text-decoration: underline;
}
.listing img {
    vertical-align: middle;
}

.plain .gray {
background-color: #ECECEC;
}