/* General HTML Elements */

body {
    padding: 0;
    margin: 0;
    font: 11pt Georgia, serif;
}

td {
    font-size: 10pt;
}

th {
    text-align: left;
}

a {
    color: #11137d;
    font-weight: bold;
}

a img {
    border: none;
}

button {
    font-size: 8pt;
}

/* Header / Footer Page Layout */

div#header {
    width: 950px;
}

div#widthdiv {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

div#belowheader {
    margin: 1em;
}

div#menubar {
    background: #DBDBF3;
    float: right;
    width: 596px;
    height: 25px;
    background-image: url(/img/menubarbg.gif);
    margin-top: 20px;
    margin-right: 10px;
}

div#menubar a {
    margin-left:52px;
}

div#menubar img {
    vertical-align: bottom; /* Fix Internet Explorer alignment issue */
}

hr#footerseparator {
    clear: both;
    height: 1px;
    border: none;
    background: grey;
}

div#credits {
    text-align: center;
    font: 8pt Calibri, Tahoma, sans-serif;
    color: #aaaaaa;
}

/* Classes Available for Use in Content Pages */

.standoutbox {
    background: #f7f7fc;
    border: 1px #e7e7ec solid;
    padding: 1em;
    margin-bottom: 0.5em;
}

.standoutbox h1, .standoutbox h2 {
    margin-top: 0;
}

.error {
    font-weight: bold;
    color: red;
}

.importantfield {
    display: none;
}

.video {
    text-align: center;
}

/* Classes added for specific content elements */

.question {
    /* frequently asked questions page */
    font-weight: bold;
    margin-bottom: 0.5em;
}

.answer {
    /* frequently asked questions page */
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

td.pendingcount {
    /* administrator menu page */
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
}

img.dot {
    /* chat page userbox */
    width: 16px;
    height: 16px;
    margin-left: 1px;
}

img.level {
    /* chat page userbox */
    width: 64px;
    height: 16px;
    margin-left: 1px;
}

ol#loginproblems li {
    margin-bottom: 1em;
}

ol#pullerguidelines li {
    margin-bottom: 1em;
}

table#useredit td {
    padding-right: 2em;
    padding-bottom: 0.5em;
    vertical-align: top;
}

table#contactus td {
    padding-right: 2em;
    padding-bottom: 0.5em;
    vertical-align: top;
}

table#contactus input {
    width: 400px;
}

table#contactus textarea {
    width: 400px;
    height: 150px;
}

