/* Left side menu */

#sidemenu {
    padding: 38px 0 0 0;
    margin: 0 26px 0 0;
    float: left;
    height: 400px;
    display:inline;
}

#sidemenu h2 {
    color: #a57c5b;
    font-family: Georgia;
    font-style: italic;
    font-size: 1em;
    margin: 0 0 0 0;
}

#sidemenu img {
    margin: 5px 0 3px 0;
}

#menuitems {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#menuitems li {
    margin: 0 0 8px 0;
    list-style: none;
    font-family: Helvetica;
    font-weight: bold;
    font-size: .75em;
}

#menuitems a {
    color: #a57c5b;
}

#menuitems a:hover {
    color: #f0e8de;
}


/* Breadcrumbs */

.breadcrumbs {
    font-family: Helvetica;
    color: #ffffff;
    font-size: .7em;
}

.breadcrumbs a {
    font-weight: bold;
    text-decoration: underline;
    color: #a57c5b;
}

.breadcrumbs a:hover {
    color: #ffffff;
}


/* System messages */

.sysmsg {
    background-color: #f0e8de;
    border: 1px solid;
    color: #a57c5b;
    padding: 10px;
    margin: 10px 0;
}

.sysmsg p {
    margin: 0;
    padding-left: 20px;
    background: url(../images/silk/resultset_next.png) no-repeat top left;
    line-height: 20px;
}

#sysmsg_error {
    color: #ff0000;
}

#sysmsg_error p {
    background-image: url(../images/silk/exclamation.png);
}

#sysmsg_success {
    color: #008000;
}

#sysmsg_success p {
    background-image: url(../images/silk/accept.png);
}

#sysmsg_warning {
    color: #ff8c00;
}

#sysmsg_warning p {
    background-image: url(../images/silk/error.png);
}


/* Page content */

#pagecontent h1 {
    margin: 16px 0 0 0;
    color: #f0e8de;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 2em;
}

#pagecontent {
    float: left;
    width: 710px;
    padding-bottom: 80px;
}

.contenttext {
    color: #a1958d;
    font-family: Helvetica;
    font-weight: bold;
    font-size: .8em;
    line-height: 12pt;
}

.contenttext a {
    font-weight: bold;
    text-decoration: underline;
    color: #a57c5b;
}

.contenttext a:hover {
    color: #ffffff;
}


/* Content block */

.content-block {
    background-color: #3f3935;
    border: 1px solid #a57c5b;
    padding: 5px;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: Helvetica;
    font-size: .8em;
    line-height: 12pt;
}

.content-block h3 {
    background-color: #a57c5b;
    padding: 10px;
    margin: -5px;
}

.content-block h4 {
    color: #a57c5b;
    text-transform: uppercase;
}


/* Tables */

table {
    width: 700px;
    border-collapse:collapse;
    border:1px solid #a57c5b;
}

thead th {
    text-transform: uppercase;
    font-family: Helvetica;
    background: #a57c5b;
    height: 30px;
    color: #3f352e;
    font-size: 0.7em;
    font-weight: bold;
    padding: 0px 7px;
    margin: 20px 0px 0px;
    text-align: left;
}

tbody tr {
}

tbody tr.odd {
    background: #3f3935;
}

tbody th,td {
    font-size: 0.7em;
    line-height: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 10px 7px;
    text-align: left;
}

tbody a {
    font-size: 1.2em;
    color: #a57c5b;
    font-weight: bold;
    text-decoration: underline;
}

tbody a:hover {
    color: #ffffff;
    text-decoration: underline;
}

table p {
    width: 350px;
    margin: 6px 0 0 0;
    font-weight: lighter;
}


/* Forms */

table.formTable {
    width: auto;
    border-collapse:collapse;
    margin: 10px;
    border: none;
}

table.formTable td {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 5px;
    font-size: 1em;
    text-align: left;
    vertical-align: top;
}

table.formTable tbody th {
    font-family: Helvetica;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    text-align: right;
    vertical-align: top;
}

table.formTable tbody td .text-input, table.formTable tbody td .textarea-input, table.formTable tbody td .select-input {
    width: 250px;
}

table.formTable tbody td .short-input, {
    width: auto;
}

table.formTable tbody td .long-input, {
    width: auto;
}


/* FAQ */

.faq dt {
    font-weight: bold;
}

.faq dd {
    font-style: normal;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

