
html, body {
    font-family: Helvetica, Arial, Sans-Serif;
    background-color: white;
    color: #1F2126;
}

div#banner {
    background-color: #365D95;
    padding: 1em;
    margin: 0;
}

div#banner img {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    margin-right: 1em;
    border: 0;
}

div#banner > span.title {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

h1#title {
    font-family: "Myriad Web", "Myriad Pro", "Gill Sans", Helvetica, Arial, Sans-Serif;
    background-color: #365D95;
    color: #FDFDFD;
    font-size: 1.6em;
    display: inline;
    font-weight: normal;
    font-style: normal;
    margin: 0;
}

h1 span {
    border-bottom: 1px solid #6383B1;
    border-color: #4E6F9E;
}

h1#title a:link, h1#title a:hover, h1#title a:visited, h1#title a:active {
    color: #fdfdfd !important;
    text-decoration: none;
}

p#tagline {
    font-size: .7em;
    padding-top: 1em;
    color: #D0DCEE;
    background-color: transparent;
    margin: 0;
}

h3 {
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    color: #690;
    background-color: white;
    font-size: 1.1em;
    border-bottom: 1px dotted #AAAA77;
    text-decoration: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

div#results_container {
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em;
}

div#results_container ul li {
    list-style-type: disc;
    margin-left: 1em;
}
div#results_container ul {
    margin-left: 1.5em;
    margin-right: 1.5em;
}


div#results_container ul.navbar {
    border-top: 1px solid #DCDDE0;
    border-bottom: 1px solid #DCDDE0;
    text-align: center;
    margin: 0 0 2em 0;
    padding: .5em;
}
div#results_container ul.navbar span {
    display: none;
}

div#results_container ul.navbar a:link, div#results_container ul.navbar a:visited {
    color: #365D95;
    text-decoration: none;
    margin-right: 1em;
    margin-left: 1em;
}

div#results_container ul.navbar a:hover, div#results_container ul.navbar a:active {
    color: #1f2126;
    text-decoration: underline;
    margin-right: 1em;
    margin-left: 1em;
}

div#results_container ul.navbar li {
    display: inline;
}

h2.valid, h2.invalid, h2.congrats {
    text-align: center;
    margin: 0;
    font-family: "Bitstream Vera Sans", sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    border-color: black;
    padding-top: .2em;
    padding-bottom: .2em;
}

.valid, .valid strong {
    background-color: #55B05A;
    color: white;
}

.invalid, .invalid strong {
    background-color: #D23D24 !important;
    color: white !important;
}

.congrats, .congrats strong {
    background: #55B05A;
    color: white;
}

span.invalid, h3.invalid {
    color: #D23D24 !important;
    background-color: white !important;
}

ul, ol {
    list-style: none;
}

ol#warnings, ol#error_loop, ol#fatal-errors  {
    padding: 0;
    border-top: 1px solid #EAEBEE;
}

ol#warnings li ul li, ol#error_loop ul li, ol#error_loop p, ol#warnings p {
    line-height: 135%;
    margin-bottom: .65em;
}

.msg {
    font-weight: bold;
    line-height: 130%;
}

li.msg_info span.msg { /* these messages are not errors */
    font-weight: normal !important;
}

li.msg_info {
    padding-bottom: 2em;
}

ol#warnings, ol#error_loop, ol#fatal-errors {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

ol li.msg_info, ol li.msg_warn, ol li.msg_err {
    border: 1px solid #EAEBEE;
    border-top: 0;
    list-style-position: inside;
    padding: 1em;
    padding-bottom: 2em;
    clear: both;
}

ol li.msg_info:hover, ol li.msg_warn:hover, ol li.msg_err:hover,
ol li.msg_info:hover *, ol li.msg_warn:hover *, ol li.msg_err:hover * {
    background-color: #fcfcfc;

}

ol#warnings, ol#error_loop, ol#fatal-errors  {
    padding: 0;
    border-top: 1px solid #EAEBEE;
}

ol#warnings li ul li, ol#error_loop ul li, ol#error_loop p, ol#warnings p {
    line-height: 135%;
    margin-bottom: .65em;
}

li span.err_type img {
    width: 1.2em;
    height: 1.2em;
    padding-bottom: .2em;
    padding-right: .5em;
    vertical-align: middle;
}

ul#tabset_tabs li {
    cursor: pointer;
    float: left;
    margin: 1em;
    font-weight: bold;
}

div#fields {
    clear: both;
}

#source ol {
    list-style-type: decimal;
    list-style-position: outside;
    background-color: #EAEBEE;
    color: black;
    font-size: small;
    border: 1px solid black;
    padding-top: 1em;
    padding-bottom: 1em;
}

#source ol li pre {
    display: inline;
    font-family: "Bitstream Vera Sans Mono", monospace;
}

h3, h4 {
    color: #777 !important;
}

h4 > span {
    font-weight: normal;
    font-style: normal;
    font-size: smaller;
    margin-left: 1em;
    border-bottom: 1px dotted #6383B1;
}

ul.documentation {
    border: 1px solid #EAEBEE;
    padding: 0;
}

ul.documentation > li {
     border: 1px solid #EAEBEE;
     padding: 0 .5em;
}

.documentation table {
    margin-left: 30px;
    border-collapse: separate;
    border-spacing: 4px;
}

.documentation td {
    background-color: #dddddd;
    color: #000000;
    padding: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    word-spacing: normal;
}

.documentation ul {
    list-style: disc;
}

.documentation pre {
    font-family: "Bitstream Vera Sans Mono", monospace;
    background-color: #EAEBEE;
    color: black;
    padding: .5em;
    font-size: small;
    /* border: 1px solid black; */
}

ul#menu {
    text-align: center;
    background-color: #EAEBEE;
    padding: .5em 0 .5em;
    border-top: 1px solid #DCDDE0;
}

ul#menu span {
    display: none;
}

ul#menu a:link, ul#menu a:visited {
    background: #EAEBEE;
    color: #365D95;
    text-decoration: none;
}

ul#menu a:hover, ul#menu a:active {
    color: #1f2126;
    text-decoration: underline;
}

ul#menu li {
    display: inline;
}

p.backtop {
    color: #bbc;
    font-size: x-small;
    padding-right: 0 !important;
    margin: 1em 0 !important;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: .3em;
    text-align: right;
    border-top: 1px solid #eef;
    clear: both;
}

p.backtop a:link, p.backtop a:hover, p.backtop a:visited {
    color: #bbc;
    text-decoration: none;
}

div#footer {
    padding: 0 2em;
}

p#activity_logos {
    float: left;
    padding-right: 2em;
    margin-top: .6em;
}

p#support_logo {
    float: right;
    font-size: .8em;
    text-align: center;
    padding-left: 2em;
    padding-top: 1.8em;
    width: 90px;
    height: 100px;
}

p.copyright {
    text-align: center;
    text-transform: uppercase;
    font-size: .7em;
    line-height: 1.4;
}

p.copyright, p.copyright a {
    text-decoration: none;
    color: #7C8395;
}

p.copyright a:link, p.copyright a:visited {
    color: #A3756E;
}

p.copyright a:hover, p.copyright a:active {
    color: #7D4A42;
}

p#version_info {
    font-size: small;
    text-align: center;
    color: #888;
    background-color: white;
}
