/*
 Layout originally adapted from Tapestry Theme by roopletheme - see https://www.drupal.org/project/tapestry
 */

.book-navigation .menu {
    border-top: 1px solid #888;
    padding: 1em 0 0 3em;
}

.book-navigation .page-links {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    text-align: center;
    padding: 0.5em;
}

.book-navigation .page-previous {
    text-align: left;
    width: 42%;
    display: block;
    float: left;
}

.book-navigation .page-up {
    margin: 0 5%;
    width: 4%;
    display: block;
    float: left;
}

.book-navigation .page-next {
    text-align: right;
    width: 42%;
    display: block;
    float: right;
}

#book-outline {
    min-width: 56em;
}

.book-outline-form .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

#edit-book-bid-wrapper .description {
    clear: both;
}

#book-admin-edit select {
    margin-right: 24px;
}

#book-admin-edit select.progress-disabled {
    margin-right: 0;
}

#book-admin-edit tr.ahah-new-content {
    background-color: #ffd;
}

#book-admin-edit .form-item {
    float: left;
}

.node-unpublished {
    background-color: #fff4f4;
}

.preview .node {
    background-color: #ffffea;
}

#node-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#node-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}

td.revision-current {
    background: #ffc;
}

.node-form .form-text {
    display: block;
    width: 95%;
}

.node-form .container-inline .form-text {
    display: inline;
    width: auto;
}

.node-form .standard {
    clear: both;
}

.node-form textarea {
    display: block;
    width: 95%;
}

.node-form .attachments fieldset {
    float: none;
    display: block;
}

.terms-inline {
    display: inline;
}





.question_type_name {
    font-style: italic;
}

#quiz_progress {
    font-style: italic;
    font-size: 80%;
}

#quiz_score_possible,
#quiz_score_percent {
    font-weight: bold;
}

td.quiz_summary_qcell {
    vertical-align: top;
    padding: 1em 1em 0em 0em;
}

td.quiz_summary_qcell table tr {
    background: transparent;
}

td.quiz_summary_qcell table td {
    vertical-align: top;
    padding: .5em;
}

.quiz_answer_feedback {
    font-style: italic;
}

.quiz_summary_text {}

.feedback-icon {
    display: inline;
}

.hidden-question {
    display: none;
}

.browser-table th {
    border-bottom: 0px solid #666666;
}

.q-staying {
    display: inline;
    float: left;
    margin-right: 8px;
}

dl.quiz-report {
    margin: 0;
    padding: 0;
}

dl.quiz-report dt {
    background: #eee;
    border-top: solid 1px gray;
    padding-left: 5px;
}

dl.quiz-report dt div.quiz-report-score-container {
    border-right: solid 1px gray;
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
    float: right;
    padding: 4px 6px;
}

dl.quiz-report dt div.quiz-report-score-container span div.form-item {
    display: inline;
}

dl.quiz-report dd {
    margin: 10px 0 50px 0;
}

.quiz-report-skipped {
    float: right;
}

.q-correct {
    background-color: #DDFFDD;
}

.q-wrong {
    background-color: #FFCCCC;
}

.q-waiting {
    background-color: #FFFFDD;
}

.q-back-button {
    background: 0 none;
    border: 0 none;
    color: #666699;
}

.q-back-button:hover {
    color: #6666ff;
    cursor: pointer;
    text-decoration: underline;
}

.q-skip-button {
    background: 0 none;
    border: 0 none;
    color: #666699;
}

.q-skip-button:hover {
    color: #6666ff;
    cursor: pointer;
    text-decoration: underline;
}

.quiz-passed {
    color: #00dd00;
}

.quiz-failed {
    color: #dd0000;
}

#no-questions {
    font-style: italic;
}

#quiz-view-table {
    width: auto;
    border-collapse: separate;
    border: thin solid #555555;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

#quiz-start-quiz-button-form div {
    padding: 0px;
    margin: 0px;
}

#quiz-start-quiz-button-form input {
    margin: 0px;
}

#quiz-view-table td {
    padding: 0px 3px 0px 3px;
    margin: 0px;
    line-height: 110%;
}

.quiz-view-table-title {}

.quiz-view-table-data {}

#browser-pager .pager-last {
    display: none;
}

#browser-pager .pager-first {
    display: none;
}

.matching-tbl {
    width: auto;
    border-collapse: separate;
    padding: 0px;
    margin: 0px;
    border: 0px;
    line-height: 100%;
}

.matching-tbl p,
.matching-tbl select,
.matching-tbl div {
    padding: 0px;
    margin: 0px;
    line-height: 100%;
}

.matching-tbl td {
    padding: 2px;
    margin: 2px;
    line-height: 100%;
}

.quiz-solution {
    border-left: solid 5px #00ff00;
    padding-left: 3px;
}

.quiz-answer-hidden {
    font-style: italic;
}

#quiz-jumper {
    display: none;
}

#quiz-categorized-form #autocomplete {
    overflow: auto;
    max-height: 300px;
}


fieldset {
    margin-bottom: 1em;
    padding: .5em;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    height: 1px;
    border: 1px solid gray;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear-block {
    display: inline-block;
}

/*_\*/
* html .clear-block {
    height: 1%;
}

.clear-block {
    display: block;
}

/* End hide from IE-mac */



body.drag {
    cursor: move;
}

th.active img {
    display: inline;
}

tr.even,
tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

td.active {
    background-color: #ddd;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

tbody {
    border-top: 1px solid #ccc;
}

tbody th {
    border-bottom: 1px solid #ccc;
}

thead th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

.breadcrumb {
    padding-bottom: .5em
}

div.indentation {
    width: 20px;
    height: 1.7em;
    margin: -0.4em 0.2em -0.4em -0.4em;
    padding: 0.42em 0 0.42em 0.6em;
    float: left;
}

.error {
    color: #e55;
}

div.error {
    border: 1px solid #d77;
}

div.error,
tr.error {
    background: #fcc;
    color: #200;
    padding: 2px;
}

.warning {
    color: #e09010;
}

div.warning {
    border: 1px solid #f0c020;
}

div.warning,
tr.warning {
    background: #ffd;
    color: #220;
    padding: 2px;
}

.ok {
    color: #008000;
}

div.ok {
    border: 1px solid #00aa00;
}

div.ok,
tr.ok {
    background: #dfd;
    color: #020;
    padding: 2px;
}

.item-list .icon {
    color: #555;
    float: right;
    padding-left: 0.25em;
    clear: right;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
    list-style: disc;
}

ol.task-list li.active {
    font-weight: bold;
}

.form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

tr.merge-down,
tr.merge-down td,
tr.merge-down th {
    border-bottom-width: 0 !important;
}

tr.merge-up,
tr.merge-up td,
tr.merge-up th {
    border-top-width: 0 !important;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}

.form-item .description {
    font-size: 0.85em;
}

.form-item label {
    display: block;
    font-weight: bold;
}

.form-item label.option {
    display: inline;
    font-weight: normal;
}

.form-checkboxes,
.form-radios {
    margin: 1em 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.marker,
.form-required {
    color: #f00;
}

.more-link {
    text-align: right;
}

.more-help-link {
    font-size: 0.85em;
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

.pager-current {
    font-weight: bold;
}

.tips {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9em;
}

dl.multiselect dd.b,
dl.multiselect dd.b .form-item,
dl.multiselect dd.b select {
    font-family: inherit;
    font-size: inherit;
    width: 14em;
}

dl.multiselect dd.a,
dl.multiselect dd.a .form-item {
    width: 10em;
}

dl.multiselect dt,
dl.multiselect dd {
    float: left;
    line-height: 1.75em;
    padding: 0;
    margin: 0 1em 0 0;
}

dl.multiselect .form-item {
    height: 1.75em;
    margin: 0;
}

.container-inline div,
.container-inline label {
    display: inline;
}

ul.primary {
    border-collapse: collapse;
    padding: 0 0 0 1em;
    white-space: nowrap;
    list-style: none;
    margin: 5px;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #bbb;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-width: 1px;
    border-style: solid solid none solid;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: #fff 1px solid;
}

ul.primary li a:hover {
    background-color: #eee;
    border-color: #ccc;
    border-bottom-color: #eee;
}

ul.secondary {
    border-bottom: 1px solid #bbb;
    padding: 0.5em 1em;
    margin: 5px;
}

ul.secondary li {
    display: inline;
    padding: 0 1em;
    border-right: 1px solid #ccc;
}

ul.secondary a {
    padding: 0;
    text-decoration: none;
}

ul.secondary a.active {
    border-bottom: 4px solid #999;
}

#autocomplete {
    position: absolute;
    border: 1px solid;
    overflow: hidden;
    z-index: 100;
}

#autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#autocomplete li {
    background: #fff;
    color: #000;
    white-space: pre;
    cursor: default;
}

#autocomplete li.selected {
    background: #0072b9;
    color: #fff;
}

tr.selected td {
    background: #ffc;
}

table.sticky-header {
    margin-top: 0;
    background: #fff;
}

#clean-url.install {
    display: none;
}

html.js .js-hide {
    display: none;
}

#system-modules div.incompatible {
    font-weight: bold;
}

#system-themes-form div.incompatible {
    font-weight: bold;
}

span.password-strength {
    visibility: hidden;
}

input.password-field {
    margin-right: 10px;
}

div.password-description {
    padding: 0 2px;
    margin: 4px 0 0 0;
    font-size: 0.85em;
    max-width: 500px;
}

div.password-description ul {
    margin-bottom: 0;
}

.password-parent {
    margin: 0 0 0 0;
}

input.password-confirm {
    margin-right: 10px;
}

.confirm-parent {
    margin: 5px 0 0 0;
}

span.password-confirm {
    visibility: hidden;
}

span.password-confirm span {
    font-weight: normal;
}

ul.menu {
    list-style: none;
    border: none;
    text-align: left;
}

ul.menu li {
    margin: 0 0 0 0.5em;
}

li.expanded {
    list-style-type: circle;
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li.collapsed {
    list-style-type: disc;
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li.leaf {
    list-style-type: square;
    padding: 0.2em 0.5em 0 0;
    margin: 0;
}

li a.active {
    color: #000;
}

td.menu-disabled {
    background: #ccc;
}

ul.links {
    margin: 0;
    padding: 0;
}

ul.links.inline {
    display: inline;
}

ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
}

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 1.5em;
}

#access-rules .access-type,
#access-rules .rule-type {
    margin-right: 1em;
    float: left;
}

#access-rules .access-type .form-item,
#access-rules .rule-type .form-item {
    margin-top: 0;
}

#access-rules .mask {
    clear: both;
}

#user-login-form {
    text-align: center;
}

#user-admin-filter ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#user-admin-buttons {
    float: left;
    margin-left: 0.5em;
    clear: right;
}

#user-admin-settings fieldset .description {
    font-size: 0.85em;
    padding-bottom: .5em;
}

.profile {
    clear: both;
    margin: 1em 0;
}

.profile .picture {
    float: right;
    margin: 0 1em 1em 0;
}

.profile h3 {
    border-bottom: 1px solid #ccc;
}

.profile dl {
    margin: 0 0 1.5em 0;
}

.profile dt {
    margin: 0 0 0.2em 0;
    font-weight: bold;
}

.profile dd {
    margin: 0 0 1em 0;
}


.field .field-label,
.field .field-label-inline,
.field .field-label-inline-first {
    font-weight: bold;
}

.field .field-label-inline,
.field .field-label-inline-first {
    display: inline;
}

.field .field-label-inline {
    visibility: hidden;
}

.node-form .content-multiple-table td.content-multiple-drag {
    width: 30px;
    padding-right: 0;
}

.node-form .content-multiple-table td.content-multiple-drag a.tabledrag-handle {
    padding-right: .5em;
}

.node-form .content-add-more .form-submit {
    margin: 0;
}

.content-multiple-remove-button:hover {
    background-position: 0 -14px;
}

.content-multiple-removed-row .content-multiple-remove-button {
    background-position: 0 -28px;
}

.content-multiple-removed-row .content-multiple-remove-button:hover {
    background-position: 0 -42px;
}

html.js .content-multiple-removed-row {
    background-color: #ffffcc;
}

.content-multiple-weight-header,
.content-multiple-remove-header,
.content-multiple-remove-cell,
.content-multiple-table td.delta-order {
    text-align: center;
}

html.js .content-multiple-weight-header,
html.js .content-multiple-remove-header span,
html.js .content-multiple-table td.delta-order,
html.js .content-multiple-remove-checkbox {
    display: none;
}

.node-form .number {
    display: inline;
    width: auto;
}

.node-form .text {
    width: auto;
}

.form-item #autocomplete .reference-autocomplete {
    white-space: normal;
}

.form-item #autocomplete .reference-autocomplete label {
    display: inline;
    font-weight: normal;
}

#content-field-overview-form .advanced-help-link,
#content-display-overview-form .advanced-help-link {
    margin: 4px 4px 0 0;
}

#content-field-overview-form .label-group,
#content-display-overview-form .label-group,
#content-copy-export-form .label-group {
    font-weight: bold;
}

table#content-field-overview .label-add-new-field,
table#content-field-overview .label-add-existing-field,
table#content-field-overview .label-add-new-group {
    float: left;
}

table#content-field-overview tr.content-add-new .tabledrag-changed {
    display: none;
}

table#content-field-overview tr.content-add-new .description {
    margin-bottom: 0;
}

table#content-field-overview .content-new {
    font-weight: bold;
    padding-bottom: .5em;
}

.advanced-help-topic h3,
.advanced-help-topic h4,
.advanced-help-topic h5,
.advanced-help-topic h6 {
    margin: 1em 0 .5em 0;
}

.advanced-help-topic dd {
    margin-bottom: .5em;
}

.advanced-help-topic span.code {
    background-color: #EDF1F3;
    font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
    font-size: 0.9em;
    padding: 1px;
}

.advanced-help-topic .content-border {
    border: 1px solid #AAA
}


.rteindent1 {
    margin-left: 40px;
}

.rteindent2 {
    margin-left: 80px;
}

.rteindent3 {
    margin-left: 120px;
}

.rteindent4 {
    margin-left: 160px;
}

.rteleft {
    text-align: left;
}

.rteright {
    text-align: right;
}

.rtecenter {
    text-align: center;
}

.rtejustify {
    text-align: justify;
}

.ibimage_left {
    float: left;
}

.ibimage_right {
    float: right;
}

table.cke_editor fieldset {
    padding: 0 !important;
}

.cke_editor {
    display: table !important;
}

.cke_editor,
#ie#bug {
    display: inline-table !important;
}

.cke_panel_listItem {
    background-image: none;
    padding-left: 0;
}

tbody {
    border: 0;
}

.container-inline-date {
    width: auto;
    clear: both;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
}

.container-inline-date .form-item {
    float: none;
    padding: 0;
    margin: 0;
}

.container-inline-date .form-item .form-item {
    float: left;
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
    width: auto;
}

.container-inline-date .description {
    clear: both;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
    margin-right: 5px;
}

.container-inline-date .date-spacer {
    margin-left: -5px;
}

.views-right-60 .container-inline-date div {
    padding: 0;
    margin: 0;
}

.container-inline-date .date-timezone .form-item {
    float: none;
    width: auto;
    clear: both;
}

#calendar_div,
#calendar_div td,
#calendar_div th {
    margin: 0;
    padding: 0;
}

#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
    width: 185px;
    border-collapse: separate;
    margin: 0;
}

.calendar td {
    padding: 0;
}

span.date-display-single {}

span.date-display-start {}

span.date-display-end {}

span.date-display-separator {}

.date-repeat-input {
    float: left;
    width: auto;
    margin-right: 5px;
}

.date-repeat-input select {
    min-width: 7em;
}

.date-repeat fieldset {
    clear: both;
    float: none;
}

.date-views-filter-wrapper {
    min-width: 250px;
}

.date-views-filter input {
    float: left !important;
    margin-right: 2px !important;
    padding: 0 !important;
    width: 12em;
    min-width: 12em;
}

.date-nav {
    width: 100%;
}

.date-nav div.date-prev {
    text-align: left;
    width: 24%;
    float: left;
}

.date-nav div.date-next {
    text-align: right;
    width: 24%;
    float: right;
}

.date-nav div.date-heading {
    text-align: center;
    width: 50%;
    float: left;
}

.date-nav div.date-heading h3 {
    margin: 0;
    padding: 0;
}

.date-clear {
    float: none;
    clear: both;
    display: block;
}

.date-clear-block {
    float: none;
    width: auto;
    clear: both;
}

.date-clear-block:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.date-clear-block {
    display: inline-block;
}

/*_\*/
* html .date-clear-block {
    height: 1%;
}

.date-clear-block {
    display: block;
}

/* End hide from IE-mac */

.date-container .date-format-delete {
    margin-top: 1.8em;
    margin-left: 1.5em;
    float: left;
}

.date-container .date-format-name {
    float: left;
}

.date-container .date-format-type {
    float: left;
    padding-left: 10px;
}

.date-container .select-container {
    clear: left;
    float: left;
}

div.date-calendar-day {
    line-height: 1;
    width: 40px;
    float: left;
    margin: 6px 10px 0 0;
    background: #F3F3F3;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    color: #999;
    text-align: center;
    font-family: Georgia, Arial, Verdana, sans;
}

div.date-calendar-day span {
    display: block;
    text-align: center;
}

div.date-calendar-day span.month {
    font-size: .9em;
    background-color: #B5BEBE;
    color: white;
    padding: 2px;
    text-transform: uppercase;
}

div.date-calendar-day span.day {
    font-weight: bold;
    font-size: 2em;
}

div.date-calendar-day span.year {
    font-size: .9em;
    padding: 2px;
}

#edit-mollom-captcha {
    display: block;
}

.dblog-event pre,
#simpletest-result-form table td {
    white-space: pre-wrap;
}

.farbtastic {
    position: relative;
}

.farbtastic * {
    position: absolute;
    cursor: crosshair;
}

.farbtastic,
.farbtastic .wheel {
    width: 195px;
    height: 195px;
}

.farbtastic .color,
.farbtastic .overlay {
    top: 47px;
    left: 47px;
    width: 101px;
    height: 101px;
}

.calendar-calendar tr.odd,
.calendar-calendar tr.even {
    background-color: #fff;
}

.calendar-calendar table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.calendar-calendar .month-view table {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.calendar-calendar .year-view td {
    width: 32%;
    padding: 1px;
    border: none;
}

.calendar-calendar .year-view td table td {
    width: 13%;
    padding: 0;
}

.calendar-calendar tr {
    padding: 0;
    margin: 0;
    background-color: white;
}

.calendar-calendar th {
    color: #fff;
    background-color: #ccc;
    text-align: center;
    margin: 0;
}

.calendar-calendar th a {
    font-weight: bold;
    color: #fff;
    background-color: #ccc;
}

.calendar-calendar td {
    width: 12%;
    min-width: 12%;
    border: 1px solid #ccc;
    color: #777;
    text-align: right;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.calendar-calendar .mini {
    border: none;
}

.calendar-calendar td.week {
    width: 1%;
    min-width: 1%;
}

.calendar-calendar .week {
    clear: both;
    font-style: normal;
    color: #555;
    font-size: 0.8em;
}

.calendar-calendar .week a {
    font-weight: normal;
}

.calendar-calendar .inner {
    min-height: 5em;
    height: auto !important;
    height: 5em;
    padding: 0;
    margin: 0;
}

.calendar-calendar .inner div {
    padding: 0;
    margin: 0;
}

.calendar-calendar .inner p {
    padding: 0 0 .8em 0;
    margin: 0;
}

.calendar-calendar td a {
    font-weight: bold;
    text-decoration: none;
}

.calendar-calendar td a:hover {
    text-decoration: underline;
}

.calendar-calendar td.year,
.calendar-calendar td.month {
    text-align: center;
}

.calendar-calendar th.days {
    color: #ccc;
    background-color: #224;
    text-align: center;
    padding: 1px;
    margin: 0;
}

.calendar-calendar div.day {
    float: right;
    text-align: center;
    padding: 0.125em 0.25em 0 0.25em;
    margin: 0;
    background-color: #f3f3f3;
    border: 1px solid gray;
    border-width: 0 0 1px 1px;
    clear: both;
    width: 1.5em;
}

.calendar-calendar div.calendar {
    background-color: #fff;
    border: solid 1px #ddd;
    text-align: left;
    margin: 0 .25em .25em 0;
    width: 96%;
    float: right;
    clear: both;
}

.calendar-calendar .day-view div.calendar {
    float: none;
    width: 98%;
    margin: 1% 1% 0 1%;
}

.calendar-calendar div.title {
    font-size: .8em;
    text-align: center;
}

.calendar-calendar div.title a {
    color: #000;
}

.calendar-calendar div.title a:hover {
    color: #c00;
}

.calendar-calendar .content {
    clear: both;
    padding: 3px;
    padding-left: 5px;
}

.calendar div.form-item {
    white-space: normal;
}

table td.mini,
table th.mini,
table.mini td.week {
    padding: 0 1px 0 0;
    margin: 0;
}

table td.mini a {
    font-weight: normal;
}

.calendar-calendar .mini-day-off {
    padding: 0px;
}

.calendar-calendar .mini-day-on {
    padding: 0px;
}

table .mini-day-on a {
    text-decoration: underline;
}

.calendar-calendar .mini .title {
    font-size: .8em;
}

.mini .calendar-calendar .week {
    font-size: .7em;
}

.mini-row {
    width: 100%;
    border: none;
}

.mini {
    width: 32%;
    vertical-align: top;
}

.calendar-calendar .stripe {
    height: 5px;
    width: auto;
    font-size: 1px !important;
    line-height: 1px !important;
}

.calendar-calendar .day-view .stripe {
    width: 100%;
}

table.calendar-legend {
    background-color: #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
}

table.calendar-legend tr.odd .stripe,
table.calendar-legend tr.even .stripe {
    height: 12px !important;
    font-size: 9px !important;
    line-height: 10px !important;
}

.calendar-legend td {
    text-align: left;
}

.calendar-empty {
    font-size: 1px;
    line-height: 1px;
}

.calendar-calendar td.calendar-agenda-hour {
    font-family: serif;
    text-align: right;
    border: none;
    border-top: 1px #333 dotted;
    padding-top: .25em;
    width: 1%;
}

.calendar-calendar td.calendar-agenda-no-hours {
    min-width: 1%;
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour {
    font-size: 1.2em;
    font-weight: bold;
}

.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
    font-size: 1em;
}

.calendar-calendar td.calendar-agenda-items {
    border: 1px #333 dotted;
    text-align: left;
}

.calendar-calendar td.calendar-agenda-items div.calendar {
    width: auto;
    padding: .25em;
    margin: 0;
}

.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 1em 0;
    background-color: #fff;
}

.calendar-date-select form {
    text-align: right;
    float: right;
    width: 25%;
}

.calendar-date-select div,
.calendar-date-select input,
.calendar-date-select label {
    text-align: right;
    padding: 0;
    margin: 0;
    float: right;
    clear: both;
}

.calendar-date-select .description {
    float: right;
}

.calendar-label {
    font-weight: bold;
    display: block;
    clear: both;
}

.calendar-calendar div.date-nav {
    background-color: #ccc;
    color: #777;
    padding: 0.2em;
    width: auto;
    border: 1px solid #ccc;
}

.calendar-calendar div.date-nav a,
.calendar-calendar div.date-nav h3 {
    color: #777;
}

.calendar-calendar th.days {
    background-color: #eee;
    color: #777;
    font-weight: bold;
    border: 1px solid #ccc;
}

.calendar-calendar td.empty {
    background: #ccc;
    border-color: #ccc;
}

.calendar-calendar table.mini td.empty {
    background: #fff;
    border-color: #fff;
}

.calendar-calendar td div.day {
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    margin-bottom: 2px;
}

.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
    background: #eee;
}

.calendar-calendar div.calendar {
    border: none;
    font-size: x-small;
}

.calendar-calendar td .inner div.calendar div,
.calendar-calendar td .inner div.calendar div a {
    border: none;
    background: #ffc;
    padding: 0 2px;
}

.calendar-calendar td .inner div.calendar div.calendar-more,
.calendar-calendar td .inner div.calendar div.calendar-more a {
    color: #444;
    background: #fff;
    text-align: right;
}

.calendar-calendar td .inner .view-field,
.calendar-calendar td .inner .view-field a {
    color: #444;
    font-weight: normal;
}

.calendar-calendar td span.date-display-single,
.calendar-calendar td span.date-display-start,
.calendar-calendar td span.date-display-end,
.calendar-calendar td span.date-display-separator {
    font-weight: bold;
}

.calendar-calendar td .inner div.day a {
    color: #4b85ac;
}

.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
    background-color: #C3D6E4;
}

.calendar-calendar td .inner div.calendar div div.view-data-node-data-field-date-field-date-value {
    border-bottom: 1px solid #ccc;
}

.calendar-calendar td.past {}

.calendar-calendar td.future {}

.calendar-calendar td.has-events {}

.calendar-calendar td.has-no-events {}

@media print {

    span.ext,
    span.mailto {
        display: none;
        padding: 0;
    }
}

div.fieldgroup {
    margin: .5em 0 1em 0;
}

div.fieldgroup .content {
    padding-left: 1em;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
    margin-top: 0;
    margin-bottom: 0;
}

.views-exposed-form label {
    font-weight: bold;
}

.views-exposed-widgets {
    margin-bottom: .5em;
}

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

div.view div.views-admin-links {
    font-size: xx-small;
    margin-right: 1em;
    margin-top: 1em;
}

.block div.view div.views-admin-links {
    margin-top: 0;
}

div.view div.views-admin-links ul {
    padding-left: 0;
}

div.view div.views-admin-links li a {
    color: #ccc;
}

div.view div.views-admin-links li {
    padding-bottom: 2px;
    z-index: 201;
}

div.view div.views-admin-links-hover a,
div.view div.views-admin-links:hover a {
    color: #000;
}

div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
    background: transparent;
    ;
}

div.view div.views-admin-links a:before {
    content: "[";
}

div.view div.views-admin-links a:after {
    content: "]";
}

div.view div.views-hide {
    display: none;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide {
    display: block;
    position: absolute;
    z-index: 200;
}

div.view:hover div.views-hide {
    margin-top: -1.5em;
}

.views-view-grid tbody {
    border-top: none;
}

.addtoany {
    display: inline;
}

.addtoany img {
    vertical-align: bottom;
    margin-bottom: 2px;
}

.a2a_menu tbody {
    border: 0 !important;
}


#mainContent {
    height: auto;
    min-height: 300px;
}

html,
body,
div,
dl,
dt,
dd,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
input {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
}

p {
    margin: 0.5em 0;
}

#leaderboard {
    min-height: 1em;
    height: auto;
}

/*_\*/
* html #leaderboard {
    height: 1em;
}

/**/

#header {
    text-align: left;
}

#headercontainer {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    padding: 9px 0 0 0;
}

#header h1 {
    margin: 0;
    padding: 10px 0;
}

.site-logo {
    float: left;
    margin-right: 10px;
}

.site-slogan {
    font-size: 110%;
}

.node {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.sticky {
    padding: 10px;
}

#container h1,
#container h1.title {
    line-height: 125%;
    font-size: 180%;
    margin: .25em 0 .25em 0;
}

.site-logo {
    float: left;
    margin-right: 10px;
}

.breadcrumb {
    padding: 0 0 0 10px;
    float: left;
}

#primary {
    float: right;
    padding-right: 20px;
}

#primary ul {
    margin-top: 0;
    margin-bottom: 0;
}

#primary ul li {
    display: inline;
    margin: 0 0 0 20px;
}

#primary li a {
    padding: 3px 3px 3px 18px;
    font-weight: bold;
    font-size: 90%;
}

.comment {
    padding: 10px;
    margin: 10px 0;
}

#forum table {
    width: 100%;
}

#search.container-inline {
    float: right;
    margin-right: 10px;
}

#header-bottom {
    height: 3px;
    font-size: 0px;
}

#outer-container {}

#page-right {
    width: 924px;
    margin: 0 auto;
}

#page-left {}

#banner {
    width: 900px;
    margin: 0 auto;
}

#container {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    padding-top: 5px;
}

#header-region-container,
#footer-region-container {
    width: 900px;
    margin: 0 auto;
}

#region5 h2,
#region5 h2.title {
    margin: 0 0 5px 0;
}

#header-left,
#header-center,
#header-right,
#footer-left,
#footer-center,
#footer-right,
#user1,
#user2,
#user3,
#user4,
#user5,
#user6,
#user7,
#user8,
#user9,
#user10,
#user11,
#user12,
#user13,
#user14,
#user15 {
    float: left;
}

#sidebar-left {
    float: left;
    width: 180px;
    display: inline;
}

#sidebar-right {
    float: right;
    width: 180px;
    display: inline;
}

#sidebar-outside {
    float: left;
    width: 180px;
    clear: left;
}

#inside-content {
    float: right;
    margin-top: 1em;;
}

#mission {
    padding: 3px 0;
    margin: 10px 0;
}

#content-top-left,
#content-bottom-left {
    float: left;
}

#content-top-right,
#content-bottom-right {
    float: right;
}

#mainContent {
    float: left;
    width: 650px;
}

#container .page-bottom {
    height: 10px;
    font-size: 0px;
}

#mastfoot-bottom {
    height: 3px;
    font-size: 0px;
}

#trailerboard {}

#footer-message {
    text-align: center;
}

#footer-message p {
    margin: 0;
    padding: 10px 0;
}

img.rtlogo {
    display: block;
    margin: 0 auto;
    padding-top: 5px;
}

#round-right {
    width: 924px;
    margin: 0 auto;
}

#round-left {}

#round-container {
    width: 862px;
    height: 50px;
    margin: 0 auto;
}

tbody {
    border-top: none;
}

fieldset,
img {
    border: none;
}

body {
    font: 100%/1.25em Arial, Verdana, Helvetica, sans-serif;
    font-size: 90%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#mission {
    text-align: center;
}

#leaderboard,
#banner,
#header-region,
#footer-region,
#sidebar-outside,
#sidebar-left,
#sidebar-right,
#content-top,
#content-bottom,
#region1,
#region2,
#region3,
#region4,
#region5,
#footer {
    font-size: 95%;
}

.node h1,
.node h2,
.node h2.title,
.node h3 {
    line-height: 125%;
}

#banner h2,
#banner h2.title,
#leaderboard h2,
#leaderboard h2.title,
#header-region h2,
#header-region h2.title,
#footer-region h2,
#footer-region h2.title,
#sidebar-outside h2,
#sidebar-outside h2.title,
#sidebar-left h2,
#sidebar-left h2.title,
#sidebar-right h2,
#sidebar-right h2.title,
#content-top h2,
#content-top h2.title,
#content-bottom h2,
#content-bottom h2.title,
#region1 h2,
#region1 h2.title,
#region2 h2,
#region2 h2.title,
#region3 h2,
#region3 h2.title,
#region4 h2,
#region4 h2.title,
#region5 h2,
#region5 h2.title,
#footer h2,
#footer h2.title {
    font-size: 110%;
}

#sidebar-outside h3,
#sidebar-outside h3.title,
#sidebar-left h3,
#sidebar-left h3.title,
#sidebar-right h3,
#sidebar-right h3.title {
    font-size: 100%;
}

.node h2,
.node h2.title {
    margin-bottom: 4px;
}

#footer-message {
    font-size: 80%;
}

.boxborder {
    padding: 0 7px 0 0;
}

.bi {
    padding: 0 0 0 7px;
}

.bt {
    height: 7px;
    margin: 0 -7px;
    line-height: 0px;
    font-size: 0;
}

.bt div {
    width: 7px;
    height: 7px;
    line-height: 0px;
    font-size: 0;
}

.bb {
    height: 7px;
    margin: 0 -7px;
    line-height: 0px;
    font-size: 0;
}

.bb div {
    width: 7px;
    height: 7px;
    line-height: 0px;
    font-size: 0;
}

.pager {
    clear: both;
    text-align: left;
}

.pager a,
.pager strong.pager-current {
    padding: 0.4em 0.4em 0.2em;
}

.pager {
    font-size: 0.8em;
    clear: both;
    padding: 10px 0px 10px;
}

.pager div {
    padding: 0em;
    display: inline;
}

.pager strong,
.pager a,
.pager a:link,
.pager a:visited {
    margin: 0px 0.15em 0px 0.15em;
    font-weight: bold;
}

.pager a:hover {
    text-decoration: none;
    font-weight: bold;
}

.pager strong {
    font-weight: bold;
}

.book-navigation .menu {
    padding: 1em 0 1em 3em;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.width99 {
    width: 100%;
}

.width49 {
    width: 50%;
}

.width33 {
    width: 33%;
}

.width34 {
    width: 34%;
}

.unstyled-block {
    padding: 10px;
}

.rollover1-block {
    margin: 5px;
}

.rollover-block h2 {
    padding: 2px 5px;
}

.rollover-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rollover-block ul li,
.rollover-block ul li.leaf,
.rollover-block ul li.collapsed {
    padding: 0 0 0 0;
    list-style-image: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rollover-block ul li a {
    margin: 0;
    padding: 0 10px;
    display: block;
    text-decoration: none;
}

.custom-inbox {
    padding: 10px;
}

.no-margins-block {
    padding: 0;
    margin: 0;
}

.no-margins-block p {
    margin: 0;
}

.stripebox h2 {
    margin: 0 -10px 5px -10px;
    padding: 0 5px;
}

.blk-outline,
.blk-solid {
    margin: 5px;
    padding: 5px;
}

#leaderboard .blk-outline,
#leaderboard .blk-solid,
#banner .blk-outline,
#banner .blk-solid {
    margin: 0;
    padding: 5px;
}

span.alert,
span.help,
span.info,
span.note,
span.info,
span.errormsg,
span.xfer {
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0 10px;
}

span.alert {
    background-color: #F3CECE;
    border-top: 2px solid #d04040;
    border-bottom: 2px solid #d04040;
}

span.errormsg {
    background-color: #F3CECE;
    border-top: 2px solid #d04040;
    border-bottom: 2px solid #d04040;
}

span.help {
    background-color: #CADAEF;
    border-top: 2px solid #3060a0;
    border-bottom: 2px solid #3060a0;
}

span.note {
    background-color: #F8EFD0;
    border-top: 2px solid #E6CC62;
    border-bottom: 2px solid #E6CC62;
}

span.info {
    background-color: #F8EFD0;
    border-top: 2px solid #E6CC62;
    border-bottom: 2px solid #E6CC62;
}

span.xfer {
    background-color: #DDF8EB;
    border-top: 2px solid #20a060;
    border-bottom: 2px solid #20a060;
}

pre {
    padding: 10px;
    background: #F8F8F8 none repeat scroll 0%;
    border: 1px solid #C0C0C0;
    margin: 10px 0;
}

blockquote {
    padding: 10px 10px 10px 30px;
    font-style: italic;
    font-size: 110%;
    line-height: 130%;
    color: #555;
    margin: 15px;
}

.messages {
    padding: 5px;
    margin: 10px 0;
}


body {
    color: #1D2326;
    background: #8D1019;
}

a {
    color: #8D1019;
}

#outer-container {
    background: #8D1019 url(/layout/bg.png) repeat-x;
}

#container {
    background: #F2F0CF url(/layout/page-top.png) repeat-x;
}

#banner {
    background-color: #F2F0CF;
}

#page-right {
    background: transparent url(/layout/page-right.png) no-repeat scroll 100% 0;
}

#page-left {
    background: transparent url(/layout/page-left.png) no-repeat scroll 0 0;
}

#container .page-bottom {
    background: #F2F0CF url(/layout/page-bottom.png) repeat-x;
}

#round-right {
    background: transparent url(/layout/round-bottom-right.png) no-repeat 100% 0;
}

#round-left {
    background: transparent url(/layout/round-bottom-left.png) no-repeat 0 0;
}

#round-container {
    margin-top: -10px;
    background: transparent url(/layout/round-bottom.png) repeat-x;
}

#leaderboard {
    background: #561A25;
}

#trailerboard {
    background: #561A25;
}

#header {
    background: #001F46 url(/layout/masthead-bg.png) repeat-x;
}

#header {
    color: #F2F0CF;
}

#header a {
    color: #F2F0CF;
}

.site-slogan {
    color: #886A2E;
}

#header-bottom {
    background: #001F46 url(/layout/masthead-bottom.png) repeat-x;
}

#mission {
    border: 1px solid #001F46;
    color: #F2F0CF;
    background: #8D1019;
}

#mission a {
    color: #fff;
}

#region5 .unstyled-block {
    color: #F2F0CF;
}

#region5 .unstyled-block h2 {
    color: #F2F0CF;
}

#region5 .unstyled-block a {
    color: #fff;
}

#mastfoot {
    background: #001F46 url(/layout/mastfoot-bg.png) repeat-x;
}

#mastfoot-bottom {
    background: #001F46 url(/layout/mastfoot-bottom.png) repeat-x;
}

#footer {
    color: #F2F0CF;
}

#footer a {
    color: #886A2E;
}

.boxborder {
    background: url(/layout/box-right.gif) 100% 0 repeat-y;
}

.bi {
    background: url(/layout/box-left.gif) 0 0 repeat-y;
}

.bt {
    background: url(/layout/box.gif) 100% 0 no-repeat;
}

.bt div {
    background: url(/layout/box.gif) 0 0 no-repeat;
}

.bb {
    background: url(/layout/box.gif) 100% 100% no-repeat;
}

.bb div {
    background: url(/layout/box.gif) 0 100% no-repeat;
}

.color0-box-page-bg {
    background: #F2F0CF;
}

.color0-box-page-bg h2 {
    color: #8D1019;
}

.color0-box-page-bg a {
    color: #8D1019;
}

.color1-box-page-bg {
    background: #8D1019;
    color: #fff;
}

.color1-box-page-bg h2 {
    color: #F2F0CF;
}

.color1-box-page-bg a {
    color: #F2F0CF;
}

.color2-box-page-bg {
    background: #001F46;
    color: #F2F0CF;
}

.color2-box-page-bg h2 {
    color: #F2F0CF;
}

.color2-box-page-bg a {
    color: #fff;
}

.color3-box-page-bg {
    background: #561A25;
    color: #F2F0CF;
}

.color3-box-page-bg h2 {
    color: #F2F0CF;
}

.color3-box-page-bg a {
    color: #886A2E;
}

.color4-box-page-bg {
    background: #886A2E;
    color: #F2F0CF;
}

.color4-box-page-bg h2 {
    color: #F2F0CF;
}

.color4-box-page-bg a {
    color: #fff;
}

.stripe0-box-page-bg {
    background: #F2F0CF;
    color: #1D2326;
}

.stripe0-box-page-bg h2 {
    background: #886A2E;
    border-top: 1px solid #561A25;
    border-bottom: 1px solid #561A25;
    color: #F2F0CF;
}

.stripe0-box-page-bg a {
    color: #8D1019;
}

.stripe1-box-page-bg {
    background: #8D1019;
    color: #F2F0CF;
}

.stripe1-box-page-bg h2 {
    background: #001F46;
    border-top: 1px solid #886A2E;
    border-bottom: 1px solid #886A2E;
    color: #F2F0CF;
}

.stripe1-box-page-bg a {
    color: #fff;
}

.stripe2-box-page-bg {
    background: #001F46;
    color: #F2F0CF;
}

.stripe2-box-page-bg h2 {
    background: #8D1019;
    border-top: 1px solid #886A2E;
    border-bottom: 1px solid #886A2E;
    color: #F2F0CF;
}

.stripe2-box-page-bg a {
    color: #fff;
}

.stripe3-box-page-bg {
    background: #561A25;
    color: #F2F0CF;
}

.stripe3-box-page-bg h2 {
    background: #886A2E;
    border-top: 1px solid #F2F0CF;
    border-bottom: 1px solid #F2F0CF;
    color: #F2F0CF;
}

.stripe3-box-page-bg a {
    color: #fff;
}

.stripe4-box-page-bg {
    background: #886A2E;
    color: #F2F0CF;
}

.stripe4-box-page-bg h2 {
    background: #561A25;
    border-top: 1px solid #F2F0CF;
    border-bottom: 1px solid #F2F0CF;
    color: #F2F0CF;
}

.stripe4-box-page-bg a {
    color: #fff;
}

.blk-outline1 {
    border: 1px solid #8D1019;
}

.blk-outline1 h2,
.blk-outline1 a {
    color: #8D1019;
}

.blk-outline2 {
    border: 1px solid #001F46;
}

.blk-outline2 h2,
.blk-outline2 a {
    color: #001F46;
}

.blk-outline3 {
    border: 1px solid #561A25;
}

.blk-outline3 h2,
.blk-outline3 a {
    color: #561A25;
}

.blk-outline4 {
    border: 1px solid #886A2E;
}

.blk-outline4 h2,
.blk-outline4 a {
    color: #886A2E;
}

.blk-solid1 {
    background: #8D1019;
    color: #F2F0CF;
}

.blk-solid1 a {
    color: #fff;
}

.blk-solid2 {
    background: #001F46;
    color: #F2F0CF;
}

.blk-solid2 a {
    color: #fff;
}

.blk-solid3 {
    background: #561A25;
    color: #F2F0CF;
}

.blk-solid3 a {
    color: #fff;
}

.blk-solid4 {
    background: #886A2E;
    color: #F2F0CF;
}

.blk-solid4 a {
    color: #fff;
}

#region5 .blk-outline1,
#region5 .blk-outline2,
#region5 .blk-outline3,
#region5 .blk-outline4 {
    color: #F2F0CF;
}

#region5 .blk-outline2 {
    border: 1px solid #F2F0CF;
}

#region5 .blk-outline2 a,
#region5 .blk-outline2 h2 {
    color: #fff;
}

#region5 .blk-solid2 {
    background: #F2F0CF;
    color: #001F46;
}

#region5 .blk-solid2 a,
#region5 .blk-solid2 h2 {
    color: #8D1019;
}

.pager strong,
.pager a,
.pager a:link,
.pager a:visited {
    background-color: #F2F0CF;
    border: 1px solid #8D1019;
}

.pager a:hover {
    background-color: #8D1019;
    color: #F2F0CF;
}

.pager strong {
    background-color: #8D1019;
    color: #F2F0CF;
}

.sticky {
    border-bottom: 1px solid #8D1019;
}

.comment {
    border: 1px solid #8D1019;
}

#primary li a.active {
    color: #001F46;
}

#primary li a:hover {
    color: #001F46;
}

#suckerfishmenu a {
    color: #F2F0CF;
}

#suckerfishmenu a:active,
#suckerfishmenu a:hover {
    background: #8D1019;
    color: #F2F0CF;
}

#suckerfishmenu ul.menu li li a:link,
#suckerfishmenu ul.menu li li a:visited {
    color: #F2F0CF;
    background: #001F46;
    border-bottom: 1px solid #F2F0CF;
    border-top: 1px solid #8D1019;
    border-right: 1px solid #8D1019;
}

#suckerfishmenu ul.menu li li {
    border-left: 1px solid #F2F0CF;
}

#suckerfishmenu ul.menu li ul a {
    color: #F2F0CF;
}

#suckerfishmenu ul.menu li ul a:active,
#suckerfishmenu ul.menu li ul a:hover {
    color: #F2F0CF;
    background: #8D1019;
}

#suckerfishmenu ul.menu li li.expanded a {
    background: #001F46 url(/layout/sfmenu-expand-2.png) 100% 50% no-repeat;
}

#suckerfishmenu ul.menu li li.expanded a:active,
#suckerfishmenu ul.menu li li.expanded a:hover {
    background: #8D1019 url(/layout/sfmenu-expand-1.png) 100% 50% no-repeat;
}

#suckerfishmenu ul.menu li ul a:active,
#suckerfishmenu ul.menu li ul a:hover {
    background: #8D1019;
    text-decoration: none;
}

#suckerfishmenu ul.menu li li.expanded ul.menu a {
    background: #001F46;
}

#suckerfishmenu ul.menu li li.expanded ul.menu a:active,
#suckerfishmenu ul.menu li li.expanded ul.menu a:hover {
    background: #8D1019;
}

#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded a {
    background: #001F46 url(/layout/sfmenu-expand-2.png) 100% 50% no-repeat;
}

#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded a:active,
#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded a:hover {
    background: #2E4A6B url(/layout/sfmenu-expand-1.png) 100% 50% no-repeat;
}

.rollover-block h2 {
    color: #F2F0CF;
    background: #8D1019;
}

.rollover-block ul li a {
    color: #F2F0CF;
    background: #001F46;
}

.rollover-block ul li a:active,
.rollover-block ul li a:hover {
    color: #F2F0CF;
    background: #8D1019;
}

thead th {
    border-bottom: 3px solid #561A25;
}

.even th,
.even td,
.odd th,
.odd td {
    background-color: #F2F0CF;
    border-bottom: 1px solid #561A25;
}

td.active {
    background-color: #fff;
}

.messages {
    color: #561A25;
    border: 1px solid #561A25;
}





#suckerfish-container {
    margin: 0 auto;
    text-align: left;
}

#suckerfishmenu {
    float: right;
}

#suckerfishmenu h2 {
    display: none;
}

#suckerfishmenu .block {
    margin-bottom: 0;
    padding-bottom: 0;
}

#suckerfishmenu .block,
#suckerfishmenu .box {
    padding: 0;
}

#suckerfishmenu h2.title {
    display: inline;
}

#suckerfishmenu {
    line-height: 22px;
}

#suckerfishmenu ul.menu {
    padding: 0 0 0 0px;
    list-style: none;
    z-index: 100;
    display: inline;
}

#suckerfishmenu a {
    display: block;
    padding: 0px 14px 0px 14px;
    margin: 0;
    text-decoration: none;
    font-size: 90%;
    font-weight: bold;
}

#suckerfishmenu a:active,
#suckerfishmenu a:hover {
    text-decoration: none;
}

#suckerfishmenu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    height: 1%;
}

#suckerfishmenu ul.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#suckerfishmenu ul.menu li ul {
    position: absolute;
    width: 175px;
    left: -999em;
}

#suckerfishmenu ul.menu li li {
    float: right;
    width: 175px;
}

#suckerfishmenu ul.menu li li a:link,
#suckerfishmenu ul.menu li li a:visited {
    font-weight: normal;
    width: 175px;
}

#suckerfishmenu ul.menu li li {}

#suckerfishmenu ul.menu li ul a {
    padding: 0.1em 0 0em 0.8em;
    width: 175px;
    line-height: 22px;
}

#suckerfishmenu ul.menu li ul a:active,
#suckerfishmenu ul.menu li ul a:hover {
    text-decoration: none;
}

#suckerfishmenu ul.menu li ul ul {
    margin: -26px 0 0 185px;
}

#suckerfishmenu ul.menu li:hover ul ul,
#suckerfishmenu ul.menu li:hover ul ul ul,
#suckerfishmenu ul.menu li.sfhover ul ul,
#suckerfishmenu ul.menu li.sfhover ul ul ul {
    left: -999em;
}

#suckerfishmenu ul.menu li:hover ul,
#suckerfishmenu ul.menu li li:hover ul,
#suckerfishmenu ul.menu li li li:hover ul,
#suckerfishmenu ul.menu li.sfhover ul,
#suckerfishmenu ul.menu li li.sfhover ul,
#suckerfishmenu ul.menu li li li.sfhover ul {
    left: auto;
}