/** Stylesheet based on the Federated corporate site**/
html {
    background-color: #d6d3ce;
    color: #444444;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

body {
    background-color: #d6d3ce;
    margin: 0;
    padding: 0;
}

a:link {
    color: #2298e5;
    text-decoration: none;
}

a:visited { color: #2298e5; }

a:hover {
    color: #17375E;
    text-decoration: underline;
}

a {
    color: #2298e5;
    font-weight: bold;
    text-decoration: none;
}


b {
    color: #393634;
    font-weight: bold
}

hr { display: none; }

ul { list-style-type: square; }

ul.inneritem { list-style-type: circle; }

img { border: 0; }

.smalltext {
    color: #005f97;
    font-size: 12px;
    font-weight: normal;
}

a.footerlinks {
    color: #005f97;
    font-size: 17px;
    font-weight: normal;
}

.section-heading {
    color: #005f97;
    font-size: 16px;
    font-weight: normal;
    font-weight: bold
}

.content {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
}

.copyright {
    color: #444444;
    font-size: 11px;
}
form { display: inline; }

h1, h2, h3,
h4, h5, h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    color: #000;
    font-size: 2em;
}

h2 {
    color: #336699;
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    color: #336699;
    font-size: 1.2em;
    font-weight: bold;
}

h4 {
    color: #336699;
    font-size: 1.1em;
}

h5, h6 { font-size: 1em; }

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

h3.fieldset-header, .fieldset-header {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* login page */

#logon { float: left; }

#logon .validation-error {
    display: block;
    margin-left: 15px;
}

#logon .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#logon .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

#logon input { width: 250px; }

#logon input[type="checkbox"],
#logon input[type="submit"],
#logon input[type="button"],
#logon button { width: auto; }

/* styles for validation helpers */

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid { display: none; }

input.input-validation-error, select.input-validation-error { border: 1px solid #e80c4d; }

input[type="checkbox"].input-validation-error { border: 0 none; }

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
}

.validation-summary-valid { display: none; }

/* forms */

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend { display: none; }

fieldset ol {
    list-style: none;
    padding: 0;
}

fieldset ol li { padding-bottom: 5px; }

label {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
}

/*** don't enable field highlighting on the ChangePassword fields **/

input, textarea, select, option, #ChangePassword input[type='password'].input-validation-error {
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #333;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

input:focus, textarea:focus { border: 1px solid #7ac0da; }

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #999999;
    color: #000;
    cursor: pointer;
    font-weight: normal;
    margin-right: 16px;
    padding: 5px 7px 5px 7px;
    width: auto;
}

button:hover {
    background-color: #999999;
    border: 1px solid #000;
    color: #FFF;
}

.warning {
    color: red;
    font-size: 12pt;
    line-height: normal !important;
}

.information {
    color: black;
    font-size: 12pt;
    line-height: normal !important;
}

.odd-item, .selected-item { background-color: #ffffee; }

.even-item { background-color: #ffffff; }

.border-bottom { border-bottom: 2px solid #c3d6cb; }

.border-top { border-top: 2px solid #c3d6cb; }

.hidden { display: none; }

.align-left { text-align: left; }

.align-right { text-align: right; }

.align-center { text-align: center; }

.fixed-space-12pt { line-height: 12px; }

.full-width {
    display: inline-block;
    width: 100%;
}

.monospace { font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace; }

.no-wrap { white-space: nowrap; }

.no-scroll { overflow: hidden; }

.scroll-x {
    overflow-x: scroll;
    overflow-y: hidden;
}

img.image-no-border { border: none; }

img.image-link-with-right-text {
    margin-right: 10px;
    vertical-align: middle;
}

.no-bullet { list-style-type: none; }

ul.no-bullet > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

/* info and errors */

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error { color: #e80c4d; }

.error-row {
    color: #e80c4d;
    font-weight: bolder;
}

/** content specific **/

#content-area {
    max-width: 915px;
    min-height: 200px;
}

#logo {
    margin-bottom: 0;
    padding-left: 35px;
    padding-top: 25px;
}

#title {
    color: #2e70a4;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 10px;
    padding-left: 35px;
    width: 625px;
}

#userinfo {
    color: #2e70a4;
    padding-bottom: 10px;
    padding-right: 35px;
}

.button {
    background-color: transparent;
    background-image: url('/images/button.png');
    background-repeat: no-repeat;
    border-style: none !important;
    border-width: 0 !important;
    color: White !important;
    cursor: pointer;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 20px !important;
    line-height: 16px;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 100px !important;
}
