.subtitle {
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
.searchRow1 {
    background-color: #F4F4F4;
}
.searchRow2 {
    background-color: #E8EDF7;
}
.searchRowCell_label {
    padding: 1px;
    padding-left: 4px;
    width: 120px;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
}
.searchRowCell_filter {
    padding: 2px;
    padding-left: 4px;
    width: 452px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
.searchSelect {
    padding: 1px;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    width: 180px;
}
.searchOption {
    border-bottom: 1px dotted #F1F1F1;
}
