/** Global Tag Settings **/
/* Normalization */
html, body, p, td, input {
    font-size:   11px;
    font-family: sans-serif;
}
form {
    display: inline;
}
table, img {
    border-width: 0px;
}
tr, td, input, ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, div {
    background-color: transparent;

    margin-top:     0px;
    padding-top:    0px;
    margin-right:   0px;
    padding-right:  0px;
    margin-bottom:  0px;
    padding-bottom: 0px;
    margin-left:    0px;
    padding-left:   0px;
}

/* Header style */
h1 {
    font-size:     18px;
    font-weight:   bold;

    margin-top:    12px;
}
h2 {
    font-size:     14px;
    font-weight:   bold;

    margin-top:    25px;
    margin-bottom: 10px;
}
h3 {
    font-size:     14px;
    font-weight:   bold;

    margin-top:    12px;
}

/* Link style */
a {
    text-decoration: underline;
    white-space: nowrap;
}
a:hover, a:visited {
    text-decoration: underline;
    white-space: nowrap;
}

/* Standard style */
abbr, acronym {
    border-bottom: 1px dashed;

    cursor: help;
}
dl {
    display: inline;
}
dd {
    margin-left: 10px;
}
p  {
    margin-top:    10px;
    margin-bottom: 10px;
}
ul {
    margin-left:   20px;
    padding-left:  20px;
}
li {
    margin-top:    1px;
    margin-bottom: 1px;
}


/** Classes **/
dl.inline {
    display: block;
}
dl.inline > * {
    display: inline;
}
dl.inline > dt:after {
    content: ":";
}
dl.inline > dd {
    margin-left: 5px;
}
.description {
    font-size: 11px;

    margin-top:    0px;
    margin-bottom: 25px;
    margin-left:   5px;
}
.code, .output {
    font-family: "Courier New", monospace;
    text-indent: 0px;
    white-space: nowrap;

    border: 1px solid;

    margin-left: 10px;
    padding:     5px;
}


/** ID - Layout **/
#PageHeader {
    border-bottom: 1px solid;
    height: 24px;
}
#PageHeader a {
    font-size:       18px;
    font-weight:     bold;
    text-decoration: none;

    text-align:     left;
    vertical-align: bottom;
}
#PageHeader a:hover {
    text-decoration: underline;
}
#HeaderEmail {
    font-size: 8px;
    float: right;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 1px;
    text-align: right;
}
#PageFooter {
    text-align: center;

    border-top: 1px solid;

    margin-top: 15px;
}
