#communityIndicators {
    width: 900px;
    min-height: 600px;
    margin: 25px auto 0 auto;
    font-size: 10pt;
    color: #004D95;
    line-height : 1.2em;
}

#communityIndicators #current {
    width: 800px;
    min-height: 230px;
    margin: 10px auto;
    border: 1px solid #004D95;
}

#communityIndicators #current .currentHeader,
#communityIndicators #available .availableHeader {
    width: 800px;
    height: 25px;
    border-bottom: 1px solid #004D95;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#communityIndicators #available {
    width: 800px;
    min-height: 500px;
    margin: 10px auto 0 auto;
    padding: 0 0 25px 0;
    border: 1px solid #004D95;
}

#communityIndicators #available .groupHeader {
    width: 700px;
    height: 22px;
    margin: 15px 0 15px 25px;
    font-weight: bold;
    font-size: 16px;
}

#communityIndicators #available .categoryHeader {
    width: 700px;
    height: 22px;
    cursor: pointer;
    margin: 15px 0 15px 50px;
    padding: 0 0 0 25px;
    font-weight: bold;
    font-size: 16px;
}

#communityIndicators #available .open {
    background-image: url("../../../images/community/common/arrow_down.png");
    background-repeat: no-repeat;
    background-position: left;
}

#communityIndicators #available .closed {
    background-image: url("../../../images/community/common/arrow_right.png");
    background-repeat: no-repeat;
    background-position: left;
}

#communityIndicators #available .availableIndicator {
    width: 675px;
    overflow: hidden;
    margin: 0 0 0 75px;
    padding: 0 0 0 25px;
    background-image: url("../../../images/community/common/add.png");
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

#communityIndicators #available .availableIndicator:hover {
    background-color: #F9F7F7;
}

#communityIndicators .currentSelected {
    padding: 5px 0;
}

#communityIndicators .currentSelected .selectedIndicator {
    width: 725px;
    height: 18px;
    overflow: hidden;
    margin: 0 0 0 50px;
    padding: 0 0 0 25px;
    background-image: url("../../../images/community/common/cross.png");
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

#communityIndicators .currentSelected .selectedIndicator:hover {
    background-color: #F9F7F7;
}
