﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3; /*color: #2C4F88; 4/25/17*/
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3; 
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
	height: 437px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em; /* color: #666666; */
    color: #565656;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}


.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url('gradient.png');
}

.Portalheader
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    top: 0px;
    left: 0px;
    background-image: url('EEResourcePortal.png');
}

.header h1
{
    border-style: none;
	border-color: inherit;
	border-width: medium;
	font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 2em;
	height: 59px;
	width: 533px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.just100
{
	width: 100%;
}

div.hideSkiplink
{
    background-color: #2175BB; 
    /*middle background-color: #2175BB; left background-color: #343565; This is the red original   background-color: #DD1F27; */
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    background-color: #2175BB;  /*This is the red original   background-color: #DD1F27; */
}

div.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: auto;
}


div.menu ul li a, div.menu ul li a:visited
{
	/*border: 1px solid #4e667d;*/
	color: #dde4ec;
	display: block;
	line-height: 1.35em;
	padding: 4px 20px;
	text-decoration: none;
	white-space: nowrap;
}

div.menu ul li a:hover
{
    /*this is the menu hover*/
    background-color: #1676BC;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
	background-color: #0099FF;
	color: #cfdbe6;
	text-decoration: none;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/
.justBackMenu
{
    /*menu active not hover*/
    background-color: #666666;
}
.clear
{
    clear: both;
}


.title
{
    display: block;
    float: left;
    text-align: right;

/*    text-align: left;
    padding-left: 20px; */


    width: 348px; /*548*/

    padding-top: 5px;
    padding-bottom: 5px; /* padding 0 - 5 4/25/17*/
}

.Portaltitle
{
    display: block;
    float: left;

    text-align: right;

    width: 448px; /*548*/

    padding-top: 5px;
    padding-bottom: 5px; /* padding 0 - 5 4/25/17*/
}


.loginDisplay
{
    display: block;
    text-align: right;
    padding: 5px 10px 4px 10px; /*padding 0 - 5 4/25/17 */
    color: White;
    margin-top: 0px;
    margin-bottom: 0px;
}

.loginDisplay a:link
{
    color: white;
    text-decoration: none;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
    text-decoration: underline;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
        display: block;
 /*   text-align: right;

    padding-right: 10px; */
}

.button
{
     background: #ECECEC;
    height: 26px;
}
.button:hover
{
    border-top-color: #666666;
    background: #666666;
    color: #ffffff;
}

 
.divider{
    width:5px;
    height:auto;
    display:inline-block;
}
.myTextarea
{
   display: block;
   margin: 0px;
	padding: 0px;

}
.PaddingLeft30
{
    margin-left: 30px;
}
.PaddingLeft25
{
    margin-left: 25px;
}

.PaddingLeft20
{
    margin-left: 20px;
}

.PaddingRight
{
   margin-right: 25px;
}


.PaddingRight10
{
    margin-right: 10px;
}


.hidden {display:none;}
	
	
.BigBold
{
        font-size: 1.2em;
    font-weight: bold;
}
	
.Padding20
{
    padding-right: 20px;
}

.HoverUnderline a:link
{
    text-decoration: none;
}


.HoverUnderline a:hover
{
    text-decoration: underline;
}

.HoverNoChange a:hover
{
    text-decoration: none;
    color: #000000;
}


.NoUnderline
{
    text-decoration: none;
}

.tabletxtbox
 {
      display: block;

  height: 100%;
  width: 100%;
padding:0;border-width:0
 }

 .VisibilityHidden
{
    visibility: hidden;
}
 .VisibilityVisible
{
    visibility: visible;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 10px 0;
    padding: 0;
}
.BodyTextBN
{
    font-size: 15px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
}
.HeaderTextBN
{
    color: #2175BB;
    font-size: 25px;
    font-weight: bold;
}

.HRLink {
    display: inline;
    float: left;
}


.Checklist
{
    /*padding-top: 25px;*/
    font-size: 20px;
    /*vertical-align: baseline;*/
}
.ChecklistMargin {
    /*padding-top: 25px;
    font-size: 20px;*/
    margin-right: 10px;
    /*vertical-align: baseline;*/
}

.JustLineFeed
{
    display: block;
}

.centertext {
    margin-left: auto;
    margin-right: auto;
}