/* General Pages */
#titlebar {
    background: transparent;
    border-bottom: 1px solid #FFFFFF;
    padding: 2em 0;
    width: 100%;
}
#logo {
    height: 80px;
}
#tools {
    text-align: right;
}
#main {
    background: #FFFFFF;
    padding: 3em 0;
    width: 100%;
}
#page_options {
    /*background: #E5ECF9;*/
    margin-bottom: 0;
}
#page_options .box {
    margin-bottom: 0;
}
.sidebar_group {
    margin-bottom: 2em;
}
.sidebar_group h3, #page_options h2 {
    border-bottom: 1px solid #D0D0D0;
    color: #333333;
    font-size: 1.5em;
    font-variant: small-caps;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 0;
}
.sidebar_group ul, #page_options div.box {
    list-style: none outside none;
    padding: 0.5em 0em 0.5em 1em;
    text-indent: -1em;
    background: transparent;
}
.sidebar_group ul a {
    color: #888888;
    font-variant: small-caps;
    text-decoration: none;
}
.sidebar_group ul a:hover {
    text-decoration: underline;
}
#page_options .sidemenu_item label {
    color: #333333;
    font-variant: small-caps;
    font-weight: normal;
}
#page_options .sidemenu_item a {
    color: #888888;
    font-variant: small-caps;
    text-decoration: none;
    padding-left: 3px;
}
#page_options .sidemenu_item a:hover  {
    text-decoration: underline;
}
#content h2 {
    font-family: Trebuchet MS, Tahoma, Arial;
}
#content a {
    color: #444444;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#footer {
    border-top: 1px dotted #FFFFFF;
    color: #777777;
    font-size: x-small;
    padding: 2.5em 0;
}

/* Special Pages */
div.data_table {
    overflow: auto;
    max-height: 400px;
    border: 1px solid #AAAAAA;
    margin-bottom: 1.5em;
}
div.data_table table {
    border-collapse: collapse;
    font-size: x-small;
    font-family: Lucida Sans, Lucida Grande, Arial, sans-serif;
    overflow: hidden;
    margin: 0;
}
div.data_table table th {
    border-bottom: 1px solid #AAAAAA;
    vertical-align: bottom;
    border-spacing: 0;
    padding: 5px 5px 0 5px;
    color: #222222;
    font-weight: bold;
}
div.data_table table tr.alt_row td {
    background: #EEEEEE;
}
div.data_table table tr td {
    border-spacing: 0;
    padding: 0.5em;
    vertical-align: top;
    padding-bottom: 5px;
    padding-top: 5px;
}
form {
    margin-bottom: 2em;
}
table.form_table {
    border-spacing: 0 0.5em;
    width: auto;
    margin-bottom: 1em;
    margin-top: -0.5em;
}

form ul.errorlist {
    color: #CC0000;
    list-style: none;
    padding: 0;
    margin: 0;
}
table.form_table tr th {
    width: auto;
    text-transform: capitalize;
    padding: 0 1em 0 0;
    vertical-align: bottom;
}
table.form_table tr td {
    padding: 0;
    vertical-align: bottom;
}
table.form_table tr td.spacer {
    min-width: 7em;
}
form table.form_table tr td input {
    margin: 0.5em 0 0 0 !important;
    padding: 0;
}
table.form_table + h1, table.form_table + h2 {
    margin-top: 1em;
}
#schedule_form table {
    width: auto;
}
#schedule_form table tr th ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#schedule_form table tr th ul li {
    float: left;
    width: 150px;
}
#schedule_form table tr td input[type=text] {
    width: 100px;
    margin-right: 48px;
}
#welcome_letter_form table {
    width: auto;
}
#welcome_letter_form table tr th {
    vertical-align: top;
    padding-top: 8px;
}
#welcome_letter_form table tr td textarea {
    width: 500px;
}
#welcome_letter_form table tr td input[type=checkbox] {
    margin: -7px 0 0 0;
}
#block_account_form {
    margin: 2em 0 3em 0;
}
#block_account_form table tr th, #block_account_form table tr td {
    vertical-align: top;
}
#block_account_form table tr td {
    padding-top: 0;
}
#block_account_form #id_details {
    width: 500px;
    height: 100px;
}
#unblock_account_table {
    width: auto;
}
#unblock_account_table tr td.spacer {
    width: 50px;
}
.unblock_account_form {
    margin: 0;
}



