/* Tags */
body {
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
}

textarea, code, kbd, pre, samp, tt {
    font-family:"Courier New", Courier, monospace;
}

table th {
    text-align: left;
    padding-right: 1em;
    font-weight: bold;
    vertical-align: top;
}

#content h1 {
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .833em;
    width: 100%;
}

.mceContentBody h2,
#content h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: .909em;
}

.mceContentBody h3, .mceContentBody h4,
.mceContentBody h5, .mceContentBody h6,
.mceContentBody p,  .mceContentBody blockquote,
.mceContentBody pre, .mceContentBody table,
.mceContentBody dl, .mceContentBody ol, .mceContentBody ul,
#content h3, #content h4, #content h5, #content h6,
#content p,  #content blockquote, #content pre, #content table,
#content dl, #content ol, #content ul {
    margin-bottom: 1em;
}

.mceContentBody blockquote,
#content blockquote {
    margin-left: 1em;
    margin-right: 1em;
}

.mceContentBody ol,
#content ol {
    list-style: decimal outside;
}
.mceContentBody ul,
#content ul {
    list-style: disc outside;
}
.mceContentBody li,
#content li {
    margin-left: 2em;
}
.mceContentBody dd,
#content dd {
    margin: .25em 1em;
}

.mceContentBody ul ul, .mceContentBody ul ol, .mceContentBody ul dl,
.mceContentBody ol ul, .mceContentBody ol ol, .mceContentBody ol dl,
.mceContentBody dl ul, .mceContentBody dl ol, .mceContentBody dl dl,
#content ul ul, #content ul ol, #content ul dl,
#content ol ul, #content ol ol, #content ol dl,
#content dl ul, #content dl ol, #content dl dl {
    margin-top: 0;
    margin-bottom: 0;
}

.mceContentBody table ol,
.mceContentBody table ul,
#content table ol,
#content table ul {
    margin: 0;
    padding: 0;
}

.mceContentBody form ul,
#content form ul {
    list-style: none;
}
.mceContentBody form li,
#content form li {
    margin-left: 0;
}
.mceContentBody form .help_text,
#content form .help_text {
    color: #555;
    font-size: smaller;
}

.mceContentBody tr.odd,
#content tr.odd {
    background-color: #eee;
}

.mceContentBody tr.even,
#content tr.even {
}

.mceContentBody th,
.mceContentBody td,
#content th,
#content td {
    padding: .25em .5em .25em .5em;
}

.mceContentBody b,
.mceContentBody strong,
#content b,
#content strong {
    font-weight: bolder;
}

.mceContentBody cite,
.mceContentBody dfn,
.mceContentBody var,
#content cite,
#content dfn,
#content var {
    font-style: italic;
}

.mceContentBody sub,
#content sub {
    vertical-align: sub;
}
.mceContentBody sup,
#content sup {
    vertical-align: super;
}
.mceContentBody sub,
.mceContentBody sup,
#content sub,
#content sup {
    font-size: smaller;
    line-height: normal;
}

/* IDs */

/* Classes */

.catalog {
    width: 100%;
}
.catalog .catalog-category {
    font-size: 110%;
    text-align: left;
    font-weight: bold;
}
.catalog th.catalog-category {
    padding-bottom: 1em;
}
.catalog td {
    vertical-align: top;
}
.catalog td:first-child {
    padding-right: 1em;
}
.catalog .summary {
    padding-bottom: 1.5em;
}
.catalog .summary dt {
    padding-bottom: .5em;
}
.catalog .summary dt a {
    font-weight: bold;
}
.catalog .detail dt {
    font-weight: bold;
    margin: 1.5em 0 .5em 0;
}
.catalog .detail .outline {
    font-size: 90%;
}
#body li.chapter,
#body li.appendix {
    margin-left: 1.5em;
}
#body li.appendix {
    list-style-type: upper-alpha;
}
#body li.chapter li,
#body li.appendix li {
    margin-left: 3em;
}
.catalog .detail .outline li.chapter,
.catalog .detail .outline li.appendix {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.catalog .detail .outline li li {
    font-weight: normal;
    text-transform: none;
}
.catalog .upcoming {
    width: 100%;
    border: 1px solid #eee;
    border-spacing: 0;
}
.catalog .upcoming * {
    white-space: nowrap;
}
.catalog .upcoming th {
    background-color: #eee;
    border-bottom: 1px solid #eee;
}
.catalog .upcoming th,
.catalog .upcoming td {
    font-size: 80%;
    padding: .25em .5em;
}

.errorlist {
    color: #f00;
}
table .errorlist {
    float: right;
}

td.price {
    text-align: right;
}

.schedule {
    width: 100%;
}
.schedule th,
.schedule td {
    padding: .5em 1em;
    vertical-align: top;
}
.schedule th {
    border-bottom: 1px solid #97d246;
}
.schedule td {
    border-bottom: 1px dashed #aaa;
}
.schedule td * {
    white-space: nowrap;
}
.schedule-filter th, 
.schedule-filter td {
    vertical-align: middle;
}
.schedule-filter th {
    padding-right: .5em;
}
.schedule-filter td {
    padding-right: 1.5em;
}

.seealso {
    float: right;
    clear: right;
    width: 33%;
    margin: .5em 0 2em 2em;
    padding: .25em;
    border: 2px solid #aaa;
}
.seealso .hey {
    position: relative;
    top: -1ex;
    left: -1em;
    padding: .25em;
    background: #fff;
    font-weight: bold;
    border: 2px solid #9d4;
}

/* vim: set fileencoding=utf-8 : -*- coding: utf-8 -*-
 * vim: set sw=4 ts=8 sts=4 expandtab autoindent :
 * -*- tab-width 8 ; indent-tabs-mode: nil -*-
 */
