
/* ***** Site-wide settings *********************************************** */

html, body
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body
{
    color: #220a06;
    font-family: verdana, sans-serif;
}

a:link, a:visited
{
    text-decoration: none;
}

a:active, a:hover
{
    text-decoration: underline;
}


/* ***** Layout table elements ******************************************** */

table.main
{
    background-color: #edd8bb;
    border-collapse: collapse;
    font-size: 0.85em;
    text-align: left;
    width: 85%;
}


table.main .header
{
    background: url(/images/glass.jpeg) no-repeat;
    background-color: #ffffff;
    border-bottom: 2px solid #540e0c;
    padding: 5px 0;
    width: 100%;
}

table.main .header h1
{
    font-size: 210%;
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 200px;
    padding-right: 0px;
    padding-top: 0px;
    white-space: nowrap;
}

table.main .header h2
{
    color: #740903;
    font-size: 95%;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 15px;
    padding-left: 200px;
    padding-right: 0px;
    padding-top: 0px;
    white-space: nowrap;
}


table.main .left
{
    border-left: 2px solid #540e0c;
    border-right: 2px solid #540e0c;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    valign: top;
    width: 15%;
}

table.main .left ul
{
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

table.main .left a
{
    display: block;
    border: 0px solid #540e0c;
    border-bottom-width: 2px;
    color: #550000;
    text-decoration: none;
    padding: 4px 5px 4px 10px;
    font-family: tahoma, arial, sans-serif;
    font-weight: bold;
}

table.main .left li
{
    background-color: #e89d66;
    list-style: none;
}

table.main .left li.selected
{
    background-color: #d16733;
}

table.main .left li a:hover
{
    background-color: #d16733;
}

table.main .left li a:active
{
    background-color: #d16733;
}

table.main .left li.spacer
{
    background-color: #edd8bb;
    border: 0px solid #540e0c;
    border-bottom-width: 2px;
    height: 10px;
}


table.main .center
{
    border-right: 2px solid #540e0c;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}


table.main .right
{
    border-right: 2px solid #540e0c;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 10px;
    width: 15%;
}


table.main .footer
{
    border-top: 2px solid #540e0c;
    font-size: 80%;
    padding: 5px 0px 15px;
    background-color: #ffffff;
    text-align: center;
}


/* ***** Other settings *************************************************** */


hr
{
    background-color: #000000;
    color: #000000;
    height: 1px;
}


input, select, textarea
{
    font-family: sans-serif;
    font-size: 10pt;
}


input.fullwidth, textarea.fullwidth
{
    width: 100%;
}

input.small, select.small, div.small
{
    font-size: 90%;
}

div.small
{
    text-align: center;
}


span.asterisk
{
    color: #ff0000;
}


div.error
{
    background-color: #ff0000;
    border-color: #000000;
    border-style: solid;
    border-width: 2px;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 7px;
    text-align: center;
}

div.error a
{
    color: #404040;
}


table.centered
{
    margin-left: auto;
    margin-right: auto;
}

table.notes, table.notes_edit
{
    width: 100%;
}

table.notes th, table.notes_edit th
{
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

table.notes_edit th
{
    font-weight: normal;
}

table.notes td.spacer
{
    /* Doesn't work? */
    width: 10px;
}

table.notes td, table.notes_edit td
{
    width: 100%;
    vertical-align: top;
}

table.notes td.narrow
{
    white-space: nowrap;
    width: auto;
}


table.forum
{
    border-collapse: collapse;
    width: 100%;
}

table.forum th, table.forum td
{
    border: 1px;
    border-style: solid;
    font-size: 80%;
    padding: 3px;
}

table.forum th
{
    background-color: #e89d66;
}

table.forum td.replies
{
    text-align: center;
}


input.search
{
    border-color: #540e0c;
    border-style: solid;
    border-width: 2px;
    font-size: 90%;
    width: 90%;
}

