﻿html {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #555555;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

/*.navigation {
    overflow-y: scroll; 
}*/

.navigation div {
    padding-bottom: 0px;
    padding-top: 10px;
}

nav > div {
    font-size: 16px;
    /*font-weight: bold;*/
}

nav a {
    color: #3478b2;
}

nav a:hover {
    color: #0d3d66;
}
/*nav > div a {
    padding-bottom: 30px;
}*/

nav > div div {
    font-size: 13px;
    padding-left: 20px;
    font-weight: normal;
}

/*.navigation a {
    
}*/

.headerDivider {
    height: 1px;
    border-bottom: 1px solid #c0c0c0;
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
}

.icon {

    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    
}

ul {
    margin-top: 20px;
}

li {
    padding-bottom: 10px;
}

/* HEADERS ------------------------*/
h1 {
    color: #444444;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 {
    color: #226ba9;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 22px;
    margin-top: 40px;
}

h3 {
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

/*---------------------------*/

.importantNote {
    color: rgb(142, 130, 60);
    background-color: rgb(255, 249, 217);
    border: 1px solid rgb(240, 222, 116);
}

.secondaryDescription {
    max-width: 600px;
    color: rgb(130, 130, 130);
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(216, 216, 216);
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
}

.proTip {
    max-width: 600px;
    color: rgb(94, 78, 38);
    background-color: rgb(255, 244, 211);
    border: 1px solid rgb(239, 200, 77);
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 14px;
}

div.headerSpacer {
    height: 30px;
}

.helpDocContent > div {
    margin-left: 30px;
}

.helpDocContent > div > ul {
    margin-left: -30px;
}

.noUnderline:hover {
    text-decoration: none;
}

.updateDate {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}

