table.wbfaq {
    border          : 1px solid #ccc;
    border-top      : 0;
    width           : 100%;
    margin          : auto;
    padding         : 15px;
}
.wbhead {
    background      : #303030;
    border          : 1px solid #333;
    padding         : 5px;
}

.wbfaqquestlist {
    border          : 1px solid gray;
}
.wbfaqquestlist a {
    text-decoration : none;
}
.wbfaqanswer {
    border          : 1px solid #999;
    padding         : 5px;
    margin          : 10px;
    background-color: #000;
}
.wbfaqbutton {
    border           : 1px solid #000;
    background-color : #eee;
    text-decoration  : none;
    padding          : 0.3em;
    /* Mozilla Browsers only */
    -moz-border-radius : 5px;
    -moz-border-radius : 5px;
    /* Konquerer/Safari Browsers only */
    -khtml-border-radius : 5px;
    -khtml-border-radius : 5px;

}
.tomove {
    text-decoration  : line-through;
    color            : #ccc;
}

#navcontainer ul {
    padding          : 10px 0;
    margin           : 15px 0 0 0;
    border-bottom    : 1px solid #ccc;
    font             : bold 12px Verdana, sans-serif;
}

#navcontainer ul li {
    list-style       : none;
    margin           : 0;
    display          : inline;
}

#navcontainer ul li a {
    padding          : 10px 1.2em;
    margin-left      : 3px;
    border           : 1px solid #ccc;
    border-bottom    : none;
    background-color : #303030;
    color            : #fff;
    text-decoration  : none;
    /* Mozilla Browsers only */
    -moz-border-radius-topleft   : 5px;
    -moz-border-radius-topright  : 5px;
    /* Konquerer/Safari Browsers only */
    -khtml-border-radius-topleft : 5px;
    -khtml-border-radius-topright: 5px;
}

#navcontainer ul li a:link    { color: #fff; }
#navcontainer ul li a:visited { color: #fff; }

#navcontainer ul li a:hover {
    background-color : #ffffcc;
}

#navcontainer span.current a {
    background       : #000;
    border-bottom    : 1px solid #000;
}
#navcontainer span.current a:link,
#navcontainer span.current a:visited
{
    color            : #fff;
}
