﻿body {
    background-image: url("../images/wheat_sheaf_background.jpg") !important;
    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;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}*/

a:link {
    /*color: #034af3;*/
    /*color: #A8DDFF;*/
    color: #006699;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    padding: 20px 0px;
}

a:visited
{
    color: #505abc;
    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;
}

header, footer, nav, section
{
    display: block;
}

/* 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;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* 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: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer
{
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: left;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

    #footer a:link {
        /*color: #034af3;*/
        color: #A8DDFF;
    /*    color: #006699;*/
        text-decoration: none;
        text-align: left;
        cursor: pointer;
        padding: 20px 0px;
    }

/* 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: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 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: 1em;
    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;
}

/* printer_friendly
----------------------------------------------------------*/

#printer_friendly {
    height: 55px;
    float: left;
    padding: 15px 20px 0px 0px;
    /*width: 125px;*/
}

    #printer_friendly a {
        font-size: 13px;
    }
/* Custom styles
----------------------------------------------------------*/

.MainPageBody {
    max-width: 1220px;
    width: 1220px;
    margin: auto;
    margin-top: 40px;
}

.MainPageBodyContent {
    max-width: 1220px;
    width: 1220px;
    float: left;
    min-height: 600px;
    background-color: #ffffff;
}

.MainPageBodyContentNotLoggedIn {
    max-width: 1220px;
    width: 1220px;
    float: left;
    min-height: 380px;
    background-color: #ffffff;
}
/*.MainPageBody
{
    max-width: 1000px;
    width: 1000px;
    margin: auto;
    margin-top: 40px;
}

.MainPageBodyContent
{
    max-width: 1000px;
    width: 1000px;
    float: left;
    min-height: 600px;
    background-color: #ffffff;
}*/

.MainPageBodyContentWindow
{
    max-width: 780px;
    width: 780px;
    background-color: #ffffff;
    float: left;
    height: 600px auto;
    margin-left: 10px;
    margin-bottom: 10px;
}

.BorderlessMainPageBodyContentWindow
{
    max-width: 780px;
    width: 780px;
    background-color: #ffffff;
    float: left;
    height: 600px auto;
    margin-bottom: 10px;
    border: none;
}

.navBar
{
    max-width: 200px;
    width: 200px;
    float: left;
}

.collapsedNavBar
{
    max-width: 200px;
    width: 0px;
    float: left;
    border: none;
}

.height400
{
    height: 400px;
}

.side_title
{
    list-style-type: none;
    position: relative;
    left: -15px;
    color: #000000;
}

.marked
{
    list-style: none;
    position: relative;
    left: -5px;
}

.marked a
{
    color: #244C5A;
}

#banner
{
    max-width: 1220px;
    width: 1220px;
    max-height: 251px;
    height: 251px;
    background-color: #ffffff;
}

#footBanner
{
    float: left;
    max-width: 1000px;
    width: 1000px;
    max-height: 50px;
    height: 50px;
    background-color: rgba(36, 76, 90, 0.5);
}

#welcomeBannerContainer
{
    display: block;
    min-height: 90px;
    max-height: 90px;
    max-width: 1220px;
    width: 1220px;
    background-color: #ffffff;
}

/*.welcomeBanner
{
    max-width: 920px;
    width: 920px;
    height: 100%;
    padding: 0px 20px;*/
    /*background-color: rgba(36,76,90,0.65);*/
    /*background-color: #244C5A;*/
    /*opacity: 0.5;*/
    /*float: left;
}*/

.welcomeBanner {
    max-width: 1140px;
    /*width: 1140px;*/
    width: 1076px;
    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;
}

.welcomeBannerSpacer
{
    min-width: 20px;
    width: 20px;
    float: left;
}

.bannerHelpLink
{
    float: left;
    color: #ffffff;
    text-decoration: underline;
}

.bannerWelcome
{
    float: right;
    color: #ffffff;
}

.fullUnderline
{
    border-bottom: 2px solid #512A44;
    width: 100%;
    display: block;
}

.partialUnderline
{
    border-bottom: 2px solid #512A44;
    width: 80%;
    display: block;
    text-decoration: none;
}

.navBarImages
{
    margin-left: 20px;
}

.footerInfo
{
    text-align: center;
}

.welcomeBannerSpacer
{
    min-width: 20px;
    width: 20px;
    float: left;
}

#portalBannerContainer
{
    padding: 40px 0px;
    display: block;
    min-height: 160px;
    max-height: 160px;
    max-width: 1000px;
    min-width: 1000px;
    width: 1000px;
    background-color: #ffffff;
    clear: left;
}

.portalBanner {
    max-width: 1220px; /**1140px*/
    width: 1220px; /**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;
}

/*.portalBanner
{
    max-width: 960px;
    width: 9600px;
    padding: 0px 20px 20px 20px;
    background-color: #FFFFFF;
    float: left;
}

.portalBannerLeft
{
    float: left;
    color: #ffffff;
}*/

.portalBannerRight {
    float: right;
    color: #ffffff;
}

.portalBannerImageLeft {
    /*margin-top: 15px;*/
    float: left;
    width: 100%;
}

/*.portalBannerImageLeft
{
    margin-top: 15px;
    float: left;
}*/

.portalBannerText
{
    padding: 68px 0px 0px 265px;
}

.alertBoxHeader
{
    width: 100%;   
    
}

.alertBoxInside
{
	border: solid 1px #caced1;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
	background-color: #caced1;
	border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;       
  }
 
.alertBoxHeaderContent
{ 
	width: 381px;
	text-align: left;
	color: #FFFFFF;
	background-color: #244C5A;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	font-family: Montserrat, Nunito Sans, Arial, Helvetica;        
}

.alertBoxHeaderLeft
{
	vertical-align: top;
	background-color: #244C5A;
	text-align: right;
	width: 10px;
	height: 25px;
	border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;        
}

.alertBoxHeaderRight
{
	vertical-align: top;
	background-color: #244C5A;
	text-align: right;
	width: 10px;
	height: 25px;
	border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;        
}