/************************* Module Layout Styles *************************/

div.WaitunaBase,
.reContentArea {
    font-size: 9pt;
    color: #333300;
    font-family: Verdana, Helvetica, sans-serif
}

.LeftPane div.WaitunaBase {
    padding-left: 15px;
    padding-right: 15px
}

.ContentPane div.WaitunaBase {
    padding-right: 30px
}

.WaitunaBase .ModuleButton {
    float: right;
    position: relative;
    top: -1em
}

.WaitunaBase .module-title {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #08529D;
    line-height: 20px
}

.WaitunaBase .module-content {
    padding-bottom: 10px;
    vertical-align: top;
    color: #333333
}

.RightPane .WaitunaBase .module-content {
    font-size: .9em
}

.Highlight {
    color: #cc0000
}

.WaitunaBase .Highlight {
    color: #cc0000
}

.WaitunaBase a {
    color: #203d9f
}

.WaitunaBase a:hover {
    color: #cc0000
}

.WaitunaBase h1,
.WaitunaBase .Head {
    font-size: 1.3em;
    color: #08529D;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 2px;
}

.WaitunaBase h2,
.WaitunaBase .SubHead {
    font-size: 1.2em;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 2px;
    color: #0F0F0F
}

.WaitunaBase h3,
.WaitunaBase h4,
.WaitunaBase h5,
.WaitunaBase h6 {
    font-size: 1.1em;
    color: #0F0F0F;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 2px;
}

.WaitunaBase p {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 8px
}

.WaitunaBase .Field {
    font-weight: normal;
    font-size: .9em;
    background-color: #f5f4f2;
    border: 1px #c6c6c6 solid
}

.WaitunaBase .ContactFormTable .Field {
    width: 90%;
}

.WaitunaBase .Button,
.WaitunaBase a.Button,
.WaitunaBase a:link.Button,
.WaitunaBase a:visited.Button,
.WaitunaBase a:hover.Button,
.WaitunaBase a:active.Button {
    border-right: #696969 1px solid;
    padding-right: 1em;
    border-top: silver 1px solid;
    margin-top: 0.1em;
    padding-left: 1em;
    font-weight: bolder;
    font-size: .9em;
    margin-bottom: 0.1em;
    padding-bottom: 3px;
    overflow: visible;
    border-left: silver 1px solid;
    color: #fff;
    line-height: 20px;
    padding-top: 3px;
    border-bottom: #696969 1px solid;
    background-repeat: repeat-x;
    background-color: #203d9f;
    text-align: center;
    text-decoration: none
}

.WaitunaBase input.Button {
    font-size: .9em;
    line-height: 12px
}