﻿#logos
{
    display: inline-block;
    height: inherit;
    line-height: 1em;
    text-align: center;
    width: 95%;
}

p
{
    padding-bottom: 0.6em;
}

td
{
    font-family: Helvetica,Verdana,Arial,sans-serif;
    letter-spacing: 0.01em;
}

.textInput input
{
    font-size: 1.2em;
    margin: 0.2em;
}

.comboInput select
{
    font-size: 1.2em;
    margin: 0.2em;
}

.mForm h1
{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25em;
}

.eForm h1
{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25em;
}

#buttonBar 
{
    background-color: #978b7f;
    color: #ffffff;
    display: block;
    font-size: 0.8em;
    height: 1.5em;
    letter-spacing: 0.15em;
    line-height: 1em;
    margin: 0px;
    padding: 0.1em 0px 0.9em 30%;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    width: 100% !important;
    z-index: 3;
}

table .bold
{
    font-family: Helvetica,Verdana,Arial,sans-serif;
}

table .smallerBold
{
    font-weight: bold;
}

.italic
{
    font-style: italic;
}

.ezForm
{
    border: medium solid;
    display: table-cell;
    margin-right: 10%;
    padding: 2em;
}

#saveMessage
{
    font-size: 2em;
    padding-left: 50px;
}

#logoTop
{
    float: left;
    height: 85px;
    margin: 0px 5px 5px;
    padding-left: 3%;
    width: 300px;
}

#logoRight
{
    float: right;
    padding-bottom: 2em;
    padding-right: 3%;
    padding-top: 0px;
}

#footer
{
    border-top: 0.4em solid #978b7f;
    top: 0.5em;
    width: 100%;
}

#footerHelpBut a
{
    border-right: 1px dotted #978b7f;
    clear: none;
    color: #978b7f;
    display: block;
    float: left;
    font-size: 0.8em;
    height: auto;
    margin-bottom: 15px;
    padding-left: 1em;
    padding-right: 1em;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    width: auto;
}

#footer #copyright
{
    color: #978b7f;
    font-size: 0.8em;
    line-height: 1.2em;
}

.fs20
{
    font-size: 1.3em !important;
}

#featureContainer
{
    background-color: #ffffff;
    display: inline-block;
    line-height: 1em;
    margin-top: 2.7em;
    padding: 0px;
    position: relative;
    width: 100% !important;
}

#eBooks
{
    line-height: 1.5em;
    padding-top: 10em;
}

#container
{
    line-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    width: 100%;
}

#outerContainer
{
    display: block;
    height: inherit;
    margin: 0px auto 0.3px;
    max-width: none !important;
    padding: 0px;
    width: 100%;
}

body
{
    background-color: #231f20;
    background-repeat: repeat-x;
    font-family: "Ubuntu",Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Droid Serif",Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0.45em 0px;
    padding: 0px;
}

.red
{
    color: red;
}

#indent
{
    margin-left: 1%;
    margin-right: 3%;
    height: 100%;
    margin-top: 3em;
}

#largeIndent
{
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    margin-top: 3em;
}

.links li
{
    font-size: 1.2em;
    /*line-height: 1.5em;
    list-style: square outside none;*/
}

.center
{
    margin: auto;
    text-align: center;
}

.bold
{
    font-family: Helvetica,Verdana,Arial,sans-serif !important;
    font-weight: bold;
}

.mForm
{
    padding: 2em;
    float: left;
}

.eForm
{
    border-left: medium solid;
    padding: 2em;
    float: left;
}

/*#links
{
    padding-top: 4em;
}*/

#forms
{
    clear: both;
    display: inline-block;
    margin-bottom: 1.1em;
}

.headImg
{
    margin-left: 2em;
    max-width: 300px;
    min-width: 150px;
    position: absolute;
    top: 0;
    width: 25%;
    z-index: 100;
}

.burstImg {
    max-width: 200px;
    min-width: 150px;
    clear:none;
    top: 0;
    width: 25%;
    z-index: 100;
    float: left;
    position: absolute;
    left: 320px;
    margin-top:-3em;
    display: none;
}

.vol1CoverImg
{
    clear: both;
    display: table;
    float: left;
    height: auto;
    max-width: 315px;
    min-width: 150px;
    width: 30%;
}

.coverText
{
    vertical-align: middle;
}

.autoWidth
{
    display: table-cell;
    width: auto;
}

.imageListItem
{
    list-style: none;
    display: inline-flexbox;
    padding: 4em;
}

.submitBtn
{
    background-color: #9f5026;
    border: 0 solid #9f5026;
    border-radius: 100px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #ffffff;
    font-size: 0.75em;
    letter-spacing: 0.065em;
    margin-top: 1em;
    padding: 0.25em 1em;
    text-decoration: none;
    text-shadow: 1px 1px #9f5026;
    text-transform: uppercase;
}

div#links
{
    position: relative;
    display: inline-flex;
    padding-bottom: 4em !important;
    overflow: hidden;
}

span.imagewrapper
{
    float: left;
    position: relative;
    padding: 2.4em;
    margin-bottom: 50px;
}

span.caption
{
    position: absolute;
    bottom: -80px;
    left: 0px;
    width: 100%;
    font-family: 'tahoma';
    font-size: 14px;
    padding-top: 5px;
    height: 125px;
    display: inline-block;
}

div.ui-dialog div.ui-dialog-titlebar
{
    float: inherit;
}
