/* 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%;
}

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

#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;
}

#content h1, #content h2 { margin-top: 1em; }
#content p, #content dd { line-height: 1.5em; }

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

#content ol {
    list-style: decimal outside;
}

#content ul {
    list-style: disc outside;
}

#content li {
    margin-left: 2em;
    padding: 5px 0px;
}

#content dd {
    margin: .25em 1em;
}

#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;
}

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

#content form ul {
    list-style: none;
}

#content form li {
    margin-left: 0;
}

#content form .help_text {
    color: #555;
    font-size: smaller;
}

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

#content tr.even {
}

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


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

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

#content sub {
    vertical-align: sub;
}

#content sup {
    vertical-align: super;
}

#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: left;
}

.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;
}

tr.level0 td {background: #f4f4f4;}
tr.level1 td {background: #fafafa;}
tr.level2 td {background: #fdfdfd;}
tr.level0 td:first-child {padding-left: 5px;}
tr.level1 td:first-child {padding-left: 15px;}
tr.level2 td:first-child {padding-left: 25px;}
tr.level3 td:first-child {padding-left: 35px;}
tr.level4 td:first-child {padding-left: 45px;}
tr.level5 td:first-child {padding-left: 55px;}
tr.level6 td:first-child {padding-left: 65px;}
tr.level7 td:first-child {padding-left: 75px;}
tr.level8 td:first-child {padding-left: 85px;}
tr.level9 td:first-child {padding-left: 95px;}
tr.level10 td:first-child {padding-left: 105px;}
tr.level11 td:first-child {padding-left: 115px;}
tr.level12 td:first-child {padding-left: 125px;}
tr td:first-child div.expander {float: left; width: 15px; height: 10px;}
tr.parent td:first-child div.expander {background: url(img/toggle-expand-dark.png) no-repeat 0 -2px; cursor: pointer;}
tr.parent.expanded td:first-child div.expander {background-image: url(img/toggle-collapse-dark.png);}
tr td.hover {background-color: #abc;}
tr td.highlight {background-color: #8f8;}
tr td.nohighlight {background-color: #fff;}

/* 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 -*-
 */

#content .field_input table {
	margin-bottom: 0px;
}

#content .field_input table td, th {
	padding: 0px;
}

#content small {
    font-size: 12px;
    font-style: italic;
}

.schedule-filter a.filter {
	color: black;
}

.schedule-filter a.filter:hover {
	color: #7EB132;
}

.schedule-filter a.selected {
	color: #7EB132;
}

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

table .top-navigation {
	font-size: 5px;
}
