﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-image: url("./images/wheat_sheaf_background.jpg") ;
    background-repeat: repeat-x;
    background-color: black;
    font-size: .85em;
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    /*color: #034af3;*/
    color: #A8DDFF;
    /*color: #006699;*/
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    padding: 20px 0px;
}

a:visited {
    color: #505abc;
    /*    color: #006699;*/
    text-decoration: none;
}



a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #12eb87;
    text-decoration: underline;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
    list-style:none;
}

header, footer, nav, section {
    display: block;
}

.stronger {
    color: #333333;
    font-weight: bold;
    padding: 0;
  
    width: px;
}

.strong{
    color: #666666;
    font-size: 12px;
    line-height: 1em;
    bottom: 5px;

}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
    margin-block-start: 0px;
    margin-block-end: 0px;
    text-align: center;
    color:white;
}

h4 {
    font-size: 1.1em;
    margin: 10px 0px 0px 0px;
}

h5, h6 {
    font-size: 100%;
    margin: 10px 0px 0px 0px;
    width: 200px;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    header h1, #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
}

footer,
#footer {
    background-color: #000000;
    color: #FFFFFF;
    padding: 0 0 5px 0;
    text-align: left;
    /*text-align: right;*/
    line-height: normal;
    margin: 0 0 5px 0;
    font-size: .9em;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    max-width: 1400px ;
    width: 1400px ;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
            border-radius: 8px 8px 0 0;
            -webkit-border-radius: 8px 8px 0 0;
            -moz-border-radius: 8px 8px 0 0;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

/*table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}*/

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}


/* Navigation Bar
----------------------------------------------------------*/
.box {
    background: url(images/sidebar/sidebarBottomLeft.gif) no-repeat left bottom;
    
}

.outer-box {
    background: url(images/sidebar/sidebarBottomRight.gif) no-repeat right bottom;
}

.inner-box {
    background: url(images/sidebar/sidebarTopRightTop.gif) no-repeat right top;
    padding: 0px 0px 7px 0px;
}

.top-left {
    background: url(images/sidebar/sidebarTopLeftTop.gif) no-repeat left top;
    padding: 7px 0px 0px 0px;
}

.shadow {
    background: url(images/sidebar/sidebarTopBottomShadow.gif) no-repeat left bottom;
    padding: 0px 0px 4px 0px;
}

.middle {
    background: url(images/sidebar/sidebarTopMiddle.gif) repeat-y left top;
    padding: 0px 0px 6px 0px;
}

.navBar {
    max-width: 211px;
    width: 211px;
    float: left;
    background-color: #caced1;
    margin: 0px 10px 10px 15px;
}

.navBarLogedOut {
    max-width: 211px;
    width: 211px;
    float: left;
    background-color: #caced1;
    margin: 0px 10px 10px 15px;
}


#secondary_column {
    max-width: 211px;
    width: 211px;

}
/* View Fees 
----------------------------------------------------------*/
#view_fees_box {
    padding-bottom: 15px;
    width: 211px;
    background-color: white;  padding-top:10px;
}

#view_fees {
    height: 25px;
    width: 175px;
    margin: auto;
    background-image: url(images/view_fees_button.png);
}
/* printer_friendly
----------------------------------------------------------*/

#printer_friendly {
    height: 55px;
    float: left;
    padding: 15px 0px 0px 0px;
  /*width: 125px;*/
}
#printer_friendly a {
    font-size: 13px;    
}

    /* Custom styles
----------------------------------------------------------*/
    .MainPageBody {
    max-width: 1400px;
    width: 1400px;
    margin: auto;
    margin-top: 40px;
}

.MainPageBodyContent {
    max-width: 1400px;
    width: 1400px;
    float: left;
    min-height: 600px ;
    background-color: #ffffff;
}

.MainPageBodyContentNotLoggedIn {
    max-width: 1400px;
    width: 1400px;
    float: left;
    min-height: 570px ;
    background-color: #ffffff;
}

.MainPageBodyContentWindow {
    max-width: 1100px;
    width: 1100px;
    background-color: #ffffff;
    float: left;
    height: 600px auto;
    margin-left: 10px;
    margin-bottom: 10px;
}

.BorderlessMainPageBodyContentWindow {
    max-width: 1100px;
    width: 1100px;
    background-color: #ffffff;
    float: left;
    height: 600px auto;
    margin-left: 10px;
    margin-bottom: 10px;
}



.collapsedNavBar {
    max-width: 200px;
    width: 0px;
    float: left;
    border: none;
}

.height400 {
    height: 400px;
}

.side_title {
    list-style-type: none;
    position: relative;
    left: -25px;
    color: #000000;
    font-size: 0.9em;
    margin-top: 5px;
}



.side_title_login {
    list-style-type: none;
    position: relative;
    left: -60px;
    color: #000000;
    font-size: 1.3em;
    margin-top: 5px;
}

.marked {
    list-style: none;
    position: relative;
    left: -25px;
    background: url(images/linkmark.gif) no-repeat left center;
}

.marked-home {
    list-style: none;
    position: relative;
    left: -25px;
}

.marked-circle {
    list-style: none;
    position: relative;
   
    background: url(images/link_arrow_circle.gif) no-repeat left center;
}


    .marked-circle a {
        padding: 0px 0px 0px 8px;
        color: #006699;
        font-weight: bold;
        margin: 0px 0px 0px 10px;
        position: relative;
        font-size: 13px;
    }
a.marked_circle {
    padding: 0px 0px 0px 16px;
    font-weight: bold;
    color: #006699;
}

.marked a {
    /*color: #244C5A;*/
    color: #006699;
    font-size: 12px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 8px;
    width: 100%;
}

.marked-home a {
    /*color: #244C5A;*/
    color: #006699;
    font-size: 13px;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 8px;
}



.marked-medium {
    font-size: medium;
    text-align: left;
    /*left: -15px !important;*/
}

.bannerText {
    color: #FFFFFF;
    font-weight: bold;
}

.bannerTextLink {
    color: #FFFFFF !important;
    text-decoration: none;
}

#banner {
    max-width: 1400px;
    width: 1400px;
    max-height: 251px;
    height: 251px;
    background-color: #ffffff;
}

#footBanner {
    float: left;
    max-width: 1400px;
    width: 1400px;
    max-height: 50px;
    height: 50px;
    background-color: rgba(36, 76, 90, 0.5);
}

#welcomeBannerContainer {
    display: block;
    max-width: 1400px;
    min-width: 1400px;
    width: 1400px;
    background-color: #ffffff;
    clear: left;
}

.signedInBanner {
    /*min-height: 55px;
    max-height: 55px;*/
    min-height: 90px;
    max-height: 90px;
}

.signedOutBanner {
    /* min-height: 55px;
    max-height: 55px;*/
    min-height: 90px;
    max-height: 90px;
}

.home_tab  {
    width: 47px;
    background: url(images/tabs/home_tab.jpg) no-repeat 0 0;
}

.welcomeBanner {
    max-width: 1340px;
    /*width: 1340px;*/
    width: 1256px;
    height: 55px;
    padding: 0px 20px 0px 20px;
    margin-right: 15px;
    /*background-color: rgba(36,76,90,0.65);*/
    background-color: #6e768e;
    /*opacity: 0.5;*/
    /*float: left;*/
    float: right;
}

.welcomeBannerLoggedOut {
    max-width: 1340px;
    width: 1340px;
    height: 55px;
    padding: 0px 20px;
    /*background-color: rgba(36,76,90,0.65);*/
    background-color: #244C5A;
    /*opacity: 0.5;*/
    float: left;
}

.logoutBanner {
    max-width: 1340px;
    width: 1340px;
    height: 100%;
    padding: 0px 20px;
    /*background-color: rgba(36,76,90,0.65);*/
    background-color: #ffffff;
    /*opacity: 0.5;*/
    float: left;
}

.welcomeBannerSpacer {
    min-width: 20px;
    width: 20px;
    float: left;
}

.bannerHelpLink {
    float: left;
    color: #ffffff;
    text-decoration: underline;
}

.bannerWelcome {
    float: right;
    color: #ffffff;
}

#portalBannerContainer {
    padding: 20px 0px;
    display: block;
    min-height: 160px;
    max-height: 160px;
    max-width: 1400px;
    min-width: 1400px;
    width: 1400px;
    background-color: #ffffff;
    clear: left;
}

.portalBanner {
    max-width: 1400px; /**1140px*/
    width: 1400px; /**1140px*/
    /*height: 100%;*/
    /*padding: 0px 20px 20px 20px;*/
    background-color: #FFFFFF;
    float: left;
}

.portalBannerLeft {
    float: left;
    color: #ffffff;
    margin-left: 15px;
    min-width: 55px;
    width: 55px;
    height: 55px;
}

.portalBannerRight {
    float: right;
    color: #ffffff;
}

.portalBannerImageLeft {
    /*margin-top: 15px;*/
    float: left;
    width: 100%;
}

.portalBannerText {
    padding: 68px 0px 0px 270px;
}

.fullUnderline {
    border-bottom: 2px solid #512A44;
    width: 100%;
    display: block;
}

.partialUnderline {
    border-bottom: 1px dotted #000;
    width: 110%;
    display: block;
    text-decoration: none;
}

.navBarImages {
    margin-left: 20px;
}

.navBarImagesBottom {
    margin-bottom: 20px;
}

.footerInfo {
    padding: 10px 0 0 0;
    text-align: center;
    clear: left;
    max-width: 1400px;
    width: 1400px;
}

#logoutBannerContainer {
    display: block;
    min-height: 55px;
    max-height: 55px;
    max-width: 1400px;
    width: 1400px;
    background-color: #ffffff;
}

.bannerLogout {
    float: right;
    color: #ffffff;
    text-decoration: underline;
}

.btnSmall {
    border-right: 0px;
    border-top: 0px;
    /*background-image: url(../images/CtrlSPButtonSmallUp.png);*/
    /*background-repeat: no-repeat;*/
    border-left: 0px;
    width: 131px;
    cursor: pointer;
    color: #ffffff;
    border-bottom: 0px;
    position: relative;
    height: 35px;
    text-align: center;
    font-weight: bold;
    background-color: #244C5A;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
}

.paddingSides70 {
    padding: 0px 70px;
}

.portalContentRight {
    float: right;
    width: 350px;
}
    .portalContentRight a {
        color: #006699;
    }

.supportedBrowsers {
    background: #D2D7C1;
    width: 350px;
    padding: 5px;
}

.popUps {
    background: #D2D7C1;
    width: 350px;
    padding: 5px;
}

.portalContentLeft {
    float: left;
    width: auto;
    max-width: 700px;
}
