/* 
 * File: css/settings.css
 * Purpose: stylesheet of the settings page
 *
 * */

div.advanced, div.expert {
    display: none;
}

h2.advanced, h2.expert {
    color: #99c;
    border-bottom: none ! important;
}

h2.active {
    color: red;
    border-bottom: 1px dashed ! important;
}

h2.advanced a, h2.expert a {
    color: #99c;
    text-decoration: none;
}
h2.active a {
    color: #c44;
    text-decoration: none;
}

h2.advanced a:hover, h2.expert a:hover {
    color: #c99;
}
h2.active a:hover {
    color: #c44;
}

/* eof */

