/* System Settings Styles */
#help_container {
    border: 1px solid #CCCCCC;
    border-top: 0;
    background: #F1F1F1;
}
#help_container #help_details {

}
#help_container #help_details div{
    padding-top: 2px;
    color: #999999;
}
#help_container #help_switch {
    height: 7px;
    cursor: pointer;
    font-size: 1px;
    line-height: 0;
}
#help_container #help_switch div {
    height: 7px;
    font-size: 1px;
    line-height: 0;
}
.help_footer {
    border-right: 1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}