body, html {
    font-family: Arial, Helvetica, Verdana, serif;
    font-size: 12px;
    background: #e3e3e3;
    text-align: center;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 799px;
}

#error, p.error {
    background: #C60505;
    border: 1px solid black;
    color: white;
    font-weight: bold;
    margin: 2px 0px 2px 0px;
    text-align: center;
    width: 100%;
}

#flash {
    background: #C60505;
    border: 1px solid black;
    color: white;
    font-weight: bold;
    margin: 2px 0px 2px 0px;
    text-align: center;
    width: 100%;
}

#block {
    color: white;
    width: 163px;
    background: black;
}

#content {
    background: white;
    padding: 0px 5px 0px 5px;
    vertical-align: top;
    width: 614px;
}

#footer {
    font-size: 10px;
    text-align: center;
    margin: 0px 26px;
    width: 100%;
}

#footer a {
    color: gray;
}

a {
    text-decoration: none;
    color: #6C110F;
    font-weight: normal;
}

a:hover {
    color: #ea2727;
    font-weight: normal;
}

.link {
    text-decoration: none;
    color: #6C110F;
    font-weight: normal;
    cursor: pointer;
}

#block ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#block ul li {
    padding: 0px;
    margin: 0px;
}

#block ul li a {
    color: white;
    display: block;
    font-family: Times New Roman, Verdana, Arial;
    font-size: 17px;
    margin: 0px;
    margin-left: 7px;
    margin-bottom: 5px;
    padding: 0px 5px 0px 13px;
    width: 130px;
}

#block ul li a:hover {
    color: #C60505;
    background: white;
}

#block ul li.associate {
    margin-left: 15px;
}

#block ul li.associate a {
    width: 115px;
}

#block ul li.associate a:hover {
    color: #C60505;
    background: white;
}

#block div.people a:hover {
    color: #bbb;
}

#block a.admin {
    display: block;
    background: white;
    color: black;
    font-size: 14px;
    font-weight: bold;
    font-family: Times New Roman, Arial, Verdana;
    margin: 4px 8px;
    padding: 3px 3px 3px 5px;
}

#block a.admin:hover {
    color: white;
    background: #c60505;
}

form table {
    border: 0px;
}

form table td {
    border: 0px;
}

.label {
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
}

.label.required {
    font-weight: bold;
}

.label.optional {
    font-weight: normal;
}

.inputs {
    text-align: left;
    padding-bottom: 3px;
}

.submit {
    padding-top: 5px;
    clear: both;
    text-align: center;
}

.submit input {
    background-color: #eee;
    border: 1px solid #666;
    padding: 1px 3px;
    text-decoration: none;
}

.submit input:hover {
    color: #999;
    padding: 1px 3px;
    text-decoration: none;
}

input, .file, select, textarea, .button {
    background: #FFFEFB;
    border: 1px solid #ddd;
    color: #555;
    font-family: Verdana, Arial, Helvetica, serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

.text, textarea {
    width: 300px;
}

textarea {
    height: 100px;
    overflow: auto;
}

.checkbox {
    background: none;
    border: 0;
}

form {
    margin: 0px;
}

img {
    border: 0;
    padding: 0px;
}

#content img {
    padding: 5px;
}

#content .border img {
    padding: 0px;
    border: 0px;
}

#block img {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

ul, ol {
    margin-top: 4px;
    margin-bottom: 0px;
}

li {
    margin-top: 0px;
    margin-bottom: 0px;
}

.button {
    height: 21px;
    vertical-align: middle;
}

.line {
    border-bottom: 1px solid black;
    height: 1px;
    margin: 0px;
}

.title {
    font-weight: bold;
    font-size: 14px;
}

.small {
    font-size: 11px;
}

.edit, .delete, .disable, .preview, .files {
    width: 16px;
    padding-left: 2px;
}

.order {
    width: 55px;
}

table {
    padding: 0px;
    border-collapse: collapse;
    background-color: #fff;
}

th {
    background-color: #ccc;
    text-align: center;
    border-bottom: 1px solid black;
}

table td {
    vertical-align: top;
    padding: 0px;
}

table tr.altRow td {
    background: #f4f4f4;
}

table.database_dump {
    font-size: 10px;
    margin-bottom: 2px;
}

table.border {
    text-align: left;
    width: 100%;
}

table.border td {
    border: 0px;
    border-bottom: 1px solid black;
    white-space: nowrap;
}

.module_title {
    border-bottom: 1px solid black;
    color: black;
    font-family: Verdana, Arial, Helvetica, serif;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
    margin: 2px 0px 5px 0px;
}

.module_content {
    padding: 0px 5px;
    font-size: 14px;
}

