/*
    Author: Nate Smith
    Created: 2009-11-04
*/

#HelpDocumentBody {
    font-size: 13px;
}

#DocumentLinkPanel {
    float: left;
    width: 210px;
    background-image: url('/knowledgebase/img/linkPanel.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 10px;
    min-height: 300px;
}

#DocumentLinkPanel h2 {
    margin: 0 0 10px 0;
}

#DocumentBodyPanel {
    margin-left: 240px;
}

a.HelpDocumentLink, a.HelpDocumentLinkSelected {
    padding: 10px 10px 10px 30px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #9cf;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #06c;
}

a.HelpDocumentLink:last-child {
    border-bottom: 1px solid transparent;
}

a.HelpDocumentLink:hover {
    text-decoration: none;
    border: 1px solid #06c;
    border-bottom: 1px solid #06c;
    background-color: #9cf;
}

a.HelpDocumentLinkSelected {
    color: #fff;
    border: 1px solid #06c;
    border-left: transparent;
    background-color: transparent;
    background-image: url('/knowledgebase/img/documentSelected.png');
    background-repeat: no-repeat;
    background-position: center left;
}

a.Sticky {
    background-image: url('/knowledgebase/img/star.png');
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

h1 {
    font-size: 32px;
    font-weight: normal;
    color: #333;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #444;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    color: #555;
}

#HelpDocumentHeading, #HelpDocumentBody {
    margin: 10px;
}

div.separator {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div.HelpDocumentNote {
    background-image: url('/knowledgebase/img/helpDocumentNote.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ffc;
    color: #333;
    padding: 10px;
    margin-top: 5px;
}

div.HelpDocumentLink {
    background-image: url('/knowledgebase/img/helpDocumentNote.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ffc;
    color: #333;
    padding: 10px;
    margin-top: 5px;
}

a.pdfLink {
    padding: 10px 10px 10px 48px;
    font-size: 18px;
    background-image: url('/knowledgebase/img/pdficon_large.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

div.pdfLinkContainer {
    margin: 20px 0;
}

div.pdfInstructions {
    margin-top: 5px;
    margin-left: 48px;
    color: #444;
    font-size: 10px;
}
