/* Blue Button Element */

.btn {
    margin: 0px;
    padding: 0px;
    background:transparent none repeat scroll 0 0;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
.btn span {
    padding-top: 2px;
    *padding-top: 1px;
    padding-bottom: 1px;
    *padding-bottom: 1px;
    padding-left: 4px;
    font-size: 10px;
    background-image: url(/img/buttons/btn-left.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.btn span span {
    padding-left: 0px;
    padding-right: 4px;
    font-size: 10px;
    
    background-image: url(/img/buttons/btn-right.gif);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #0085bd;    
}

/***************************/

.ListItemFilter {
    margin-top: 10px;
    line-height: 28px;
    border-top: 1px solid #0085BD;
    border-bottom: 1px solid #0085BD;
}

.ListItemFilter span {
    color: #0085BD;
    font-weight: bold;
    cursor: pointer;
}

.ListItemFilter span.active {
    color: #5A5A5A;
}
