/** Styles for auto-linked (sponsored, API etc...) words/phrases */
/* implicit API link, sponsored word and FAQ style @see com.javaranch.jforum.javadoc */
a.api:link, a.api:visited, a.faq:link, a.faq:visited {
    color: inherit;
    border-bottom: 1px dotted #555;
    text-decoration: none;
}
a.api:link:hover, a.api:visited:hover, a.faq:link:hover, a.faq:visited:hover {
    color: inherit;
    border-bottom: 1px solid #444;
    text-decoration: none;
}
a.scratch:link, a.scratch:visited {
    color: #995C56;
    border-bottom: 3px double #995C56;
    text-decoration:none;
}
a.scratch:link:hover, a.scratch:visited:hover {
    color: inherit;
    border-bottom: 3px double black;
    text-decoration:none;
}
option.api {
    color: inherit;
    border-bottom: 2px dotted #555;
    text-decoration: none;
    padding-bottom: 1px;
}
/* Make it a bit more obvious when choosing the option in admin panels */
option.scratch {
    color: #995C56;
    border-bottom: 3px double #995C56;
    text-decoration:none;
    padding-bottom: 1px;
}

