/* Styles for the static page */
.section {
    margin-top: 1em;
}

.url {
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 1em;
}

.product {
    font-style: italic;
}

/* Styles for the XSL */
td.spacer {
    padding-bottom: 10px;
    padding-top: 10px;
}

.title {
    font-family: sans-serif;
    color: #99AACC;
}

.bodyText {
    font-family: sans-serif;
    font-size: 9pt;
    color: #000000;
}

.sub-header {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 9pt;
    color: white;
}

.log-text {
    font-family: sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 8pt;
    color: black;
}

.big-header {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 9pt;
    color: white;
    border-top: 10px solid white;
}

.light-row {
    background: #FFFFFF
}

.dark-row {
    background: #EEEEFF
}

.header {
    background: #99AADD
}

#indent {
    word-wrap: break-word;
    width: 300px;
    text-indent: 10px;
}
