body {
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
}

#main {
    left: auto;
    right: auto;
    width: 1024px;
}

.paragraph {
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
}

.filterContainer {
    float: left;
    width: 1002px;
}

.filterDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 5px;
    min-height: 25px;
    width: 990px;
}

.textTd {
    vertical-align: top;
}

.filterTd {
    margin-right: 30px;
    padding: 2px;
}

.filterButton {
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #EEE;
    cursor: pointer;
}

.filterButton:hover {
    border: 1px solid #CCC;
    background-color: #DDD;
}

.restoreFilter {
    float: right;
}

.selectAllFilter {
    float: right;
    margin-right: 12px;
}

.shrinkFilter {
    position: absolute;
    right: 10px;
    margin-top: -15px;
}

.deleteDiv {
    max-width: 750px;
}

.textDiv {
    float: left;
    padding: 5px;
}

.expandFilter {
    position: absolute;
    right: 10px;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #EEE;
    cursor: pointer;
}

.expandFilter:hover {
    border: 1px solid #CCC;
    background-color: #DDD;
}

.deleteButton {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #EEE;
    background-color: #EEE;
}

.deleteButton:hover {
    border: 1px solid #CCC;
    background-color: #DDD;
}

.hiddenDiv {
    width: 967px;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
}