body {
   padding: 15px;
   font-family:  'Open Sans', sans-serif, Verdana, Arial;
   font-size: .9em;
}

h1 {
   color: #0065A7;
   font-size: 1em;
   font-weight: bold;
}

h2 {
   color: #0065A7;
   font-size: .9em;
   margin-bottom: 0px;
   margin-top: 25px;
}

p {
   margin-top: 3px;
   padding-top: 0px;
}


/* SORTABLE TABLE STYLES */
table.blueTable {
  border: 1px solid #0065A7;
  background-color: #EFF6EE;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-top: 5px;
}

table.blueTable td, table.blueTable th {
  border: 1px solid #fff;
  padding: 3px 2px;
}

table.blueTable tbody td {
  font-size: 13px;
}

table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}

table.blueTable thead {
  background: #0065A7;
  border-bottom: 2px solid #ffffff;
}

table.blueTable thead th {
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #fff;
  text-align: center;
}

table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 1em;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}

table.blueTable tfoot td {
  font-size: 1em;
}

table.blueTable tfoot .links {
  text-align: right;
}

table.blueTable tfoot .links a{
  display: inline-block;
  background: #0065A7;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/* END TABLE STYLES */

/* INPUT FIELDS */
input[type=button] {
   background-color: #0065A7;
   color: #ffffff;
   padding-left: 15px;
   padding-right: 15px;
   cursor: pointer;
   border-radius: 3px;
   border: 0px;
   margin-left: 3px;
}

input[type=button]:hover {
  background-color: #A7A8AA
}

input[type=submit] {
   background-color: #0065A7;
   color: #ffffff;
   padding-left: 15px;
   padding-right: 15px;
   cursor: pointer;
   border-radius: 3px;
   border: 0px;
}

input[type=submit]:hover {
  background-color: #A7A8AA
}

input, select, textarea {
    border: 1px solid #c0c0c0;
    padding: 3px;
    background-color: #fff;
    margin: 0 0 5px 0;
}

.button_div {
   display:block; /* change this from inline-block */
   width:60%; /* setting the width */
   margin:0 auto;  /*  this will center  it */
   position:relative;
   /* font-style:normal;
   font-weight:normal; */
   font-size:1em;
   outline:none;
   border:1px solid #3799CF;
   text-decoration:none;
   text-align:center;
   cursor:pointer;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   background-color:#3799CF;
   color: #ffffff;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 3px;
   margin-bottom: 6px;
}

.Label {
    text-align: right;
}

.Cell {
    background-color: #efefef;
    padding: 3px;
    border-color: 2px solid #efefef;
}

.blue {
   background-color:#3799CF;
   color: #ffffff;
}

.white {
   background-color: #ffffff;
   color: #3799CF ;
   border: 1px solid #3799CF;
}

.Message {
   font-weight: bold;
   font-size: 22pt;
   color: red;
}

li.liMain {
   line-height:20px;
   margin-top: 20px;
   }
   
.liSubText {
   font-size: .8em;
}

.ehCounts {
   font-weight: bold;
   color: red;
}

.liMainSpan {
   font-weight: bold;
   color: #0065A7;
}

li.liHome {
   margin: 20px;
   line-height:10px;  
   border: 1px solid #0065A7;
   padding: 20px;
   background-color: #F1F9FA;
   color: #0065A7;
   cursor: pointer;
   margin-right: 10px;
   margin-left: -40px;
}

li.liHome > a {
  text-decoration: none;
  color: #fff; 
  display:block  
}

li.liHome:hover {
  text-decoration: none;
  background-color: #0065A7;
  color: #fff;  
}

li.liHome:hover > a {
  text-decoration: none;
  background-color: #fff;
  color: #0065A7;  
}

#logo {
   height: 50px; 
   margin-bottom: 15px;
   margin-top: 0px;
}

.form-input {
   width: 300px;
}

#links {
   list-style-type: none;
}

.EHLastLoadMsg {
  font-size: .6em; 
  margin-top: 6px;
  margin-bottom: 6px;
  color: #666666;
}

#footerEHLoadMsg {
   text-align: center;
}

#accountNameDisplay {
  font-size: .8em; 
  margin-top: 0px;
  margin-bottom: 6px;
  color: #F89C0E;
  font-weight: bold;
}

.miniTh {
   font-size: .7em;
   background-color: #0065A7;
   color: #ffffff;
   font-weight: bold;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 3px;
   padding-right: 3px;
   margin-top: 0px;
   margin-bottom: 0px;
}

.miniTable {
   background-color: #c0c0c0;
   border-spacing: 1px;
   border-collapse: separate;
   margin-top: 6px;
}

.miniTd {
   font-size: .7em;
   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 6px;
   padding-right: 6px;
   margin-top: 0px;
   margin-bottom: 0px;
   background-color: #F1F9FA;
   color: #0065A7;
   font-weight: bold;
}

.miniRowFailed {
   font-weight: bold;
   color: red;
}

.modalCustom {
   text-align: center;
   width: 400px;
}

.rowAlertClass {
   background-color: #FFD8D8;
}

.rowAlertClassGrade {
   color: #FF0000;
   font-weight: bold;
}

#loginfailed {
   text-align:center;
   margin: 80px;
   padding: 40px;
   background-color: #F1F9FA;
   color: #0065A7;
   font-weight: bold;
   font-size: 14pt;
   border: 1px solid #0065A7;
}