/*
 * techabulary.css
 *
 * Techabulary Site-Wide Stylesheet
 * Copyright (C) 2009
 * Packetizer, Inc.
 * All Rights Reserved
 *
 */

body
{
    font-family: "Times New Roman", serif;
}

div.content
{
    font-size: 12pt;
}

div.content h1
{
    font-size: 22pt;
    font-weight: bold;
    color: #a1932b;
}

div.content h2
{
    font-size: 18pt;
    font-weight: bold;
    color: #a1932b;
}

div.content h3
{
    font-size: 14pt;
    font-weight: bold;
    color: #a1932b;
}

div.content h4
{
    font-size: 12pt;
    font-weight: bold;
    color: #a1932b;
}

div.content h5
{
    font-size: 12pt;
    font-weight: bold;
    color: #a1932b;
}

div.content h6
{
    font-size: 12pt;
    font-weight: bold;
    color: #a1932b;
}

div.content ul
{
    font-size: 12pt;
}

div.content a:link
{
    color: #a1932b;
}

div.content a:visited
{
    color: #a1932b;
}

div.content a:hover
{
    color: #a1932b;
}

div.notebox, p.notebox
{
    background-color: #f1eed7;
    color: #404040;
    border: solid 1px #a1932b;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

div.source, pre.source, p.source
{
    font-size: 9pt;
    color: #000000;
    background-color: #f1eed7;
    border: #a1932b solid 1px;
    padding: 0.5em 1em 0.5em 1em;
    font-family: monospace;
    text-align: left;
    line-height: normal;
}

table.content-table
{
    border-collapse: collapse;
    padding: 0px;
}

table.content-table thead
{
    background-color: #e2e2e2;
}

table.content-table th
{
    padding-left: 0.2em;
    padding-right: 0.2em;
    vertical-align: bottom;
    text-align: left;
    color: #ffffff;
    background-color: #a1932b;
}

table.content-table td
{
    padding-left: 0.2em;
    padding-right: 0.2em;
    text-align: left;
}

tr.content-table-section
{
    background-color: #e2e2e2;
}

table.bordered-table th
{
    border: 1px solid #a1932b;
    text-align: left;
}

table.bordered-table td
{
    border: 1px solid #a1932b;
    text-align: left;
}

