a:link, a:visited, a:active
{
  color: blue;
}
#loading
{
  display: none;
  position: fixed;
  z-index: 9;
  right: 33px;
  bottom: 33px;
  width: 50%;
  height: 50%;
  background-image: url('../images/ecns_wait3.gif');
  background-repeat: no-repeat;
}
body
{
  margin: 0px;
  background-image: url('../images/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ffffff;
  color: #3c3c3c;
  overflow-y: scroll;
}
div.header
{
  background-image: url('../images/header.png');
  height: 100px;
  width: 1200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
div.body
{
  background-color: #ffffff;
  background-image: url('../images/bggrad.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
div.pageheader
{
  font-size: 150%;
  font-weight: bold;
}
div.content
{
  padding: 20px;
  overflow: auto;
}
div.footer
{
  background-color: #f86923;
  padding: 2px 0px 2px 0px;
  text-align: center;
  color: #ffffff;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 90%;
  margin-bottom: 15px;
}
div.footer a:link, div.footer a:visited
{
  color: #ffffff;
  text-decoration: none;
}
div.footer_fade
{
  background-image: url('../images/fade.png');
  height: 14px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
div.colortitle
{
  margin: auto;
  background-color: #c7f6c9;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
div.navcontainer
{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f86923;
  text-align: center;
}
table.login
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 10px 20px 10px 20px;
  background-color: #ffffff;
  border: 1px solid LightGray;
  width: 500px;
}
table.help
{
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #ffffff;
  color: #636363;
  border: 1px solid LightGray;
  width: 500px;
}
table.tblUsers
{
  border-collapse: collapse;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
table.tblUsers th
{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #c7f6c9;
  cursor: default;
}
table.tblUsers th, table.tblUsers td
{
  padding: 5px;
}
table.tblUsers tr:nth-child(even)
{
  background-color: #f2f2f2;
}
table.tblUsers tr:hover
{
  background-color: #dddddd;
  cursor: pointer;
}
tr.tblUserHoverOverride:hover, tr.tblUserHoverOverride td:hover
{
  cursor: default;
}
table.tblUserDetails
{
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
}
table.tblUserDetails th, table.tblUserDetails tr
{
  padding: 5px;
}
table.tblUserDetails th
{
  width: 160px;
}
table.tblProfile
{
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  background-color: #f2f2f2;
  padding: 15px 30px 15px 30px;
}
table th.heading
{
  color: #3c3c3c;
  font-size: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
}
input[type="button"]
{
  cursor: pointer;
}
input[type="text"], input[type="password"], select
{
  width: 100%;
  padding: 2px;
}
.submit
{
  width: 80px;
  float: right;
}
.message
{
  padding: 5px;
  text-align: center;
  background-color: #a8ffe2;
  font-weight: bold;
  color: #124c00;
  margin: 0px;
}
.warning
{
  padding: 5px;
  text-align: center;
  background-color: #ffeca8;
  font-weight: bold;
  color: #af5a00;
  margin: 2px 0px 2px 0px;
}
.error
{
  padding: 5px;
  text-align: center;
  background-color: #ffcccc;
  font-weight: bold;
  color: #b30000;
}
.userbar
{
  background-color: #e6e6e6;
  color: #737373;
  margin: 0px;
  padding: 2px 20px 2px 20px;
  height: 15px;
  font-size: 80%;
}
.more
{
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  text-align: center;
  color: #4a4a4a ;
}
.lbclose
{
  float: right;
  color: #ffffff;
  font-weight: bold;
  background-color: Gray;
  padding: 7px;
  cursor: pointer;
  width: 75px;
  text-align: center;
}
.lbsubmit
{
  float: right;
  color: #ffffff;
  font-weight: bold;
  background-color: #85b9da;
  padding: 7px;
  cursor: pointer;
  width: 75px;
  text-align: center;
}
.titles
{
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}
#lightbox
{
  display: none;
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url('../images/lbbg.png');
}
#dimbox
{
  display: none;
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: url('../images/lbbg_25.png');
}
#lightboxborder
{
  margin-top: 100px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#lightboxcontent
{
  background-color: #f2f2f2;
  padding: 20px;
}
#inputCompanyResults
{
  z-index: 3;
  min-width: 385px;
}
#inputContactResults
{
  z-index: 4;
  min-width: 195px;
}
#inputCompanyResults, #inputContactResults
{
  border: 1px solid grey;
  display: none;
  background-color: #fefefe;
  position: absolute;
  max-height: 300px;
  overflow-y: scroll;
}
#inputCompanyResults a:link, #inputCompanyResults a:visited, #inputContactResults a:link, #inputContactResults a:visited
{
  text-decoration: none;
  color: #000;
}
#inputCompanyResults a, #inputContactResults a
{
  display: block;
}
a.apicwCompanyListMember
{
  padding: 3px;
  font-weight: normal;
}
a.apicwCompanyListMemberRed
{
  padding: 3px;
  font-weight: normal;
  background-color: #ffe7e7;
}
a.apicwCompanyListMember:hover, a.apicwCompanyListMember:focus
{
  background-color: #ecebeb;
  outline: none;
}
a.apicwCompanyListMemberRed:hover, a.apicwCompanyListMemberRed:focus
{
  background-color: #dadada;
  outline: none;
}
#inputSummary
{
  height: 100px;
  width: 1024px;
  /* background-image: url('/images/ecnslogobg2.png'); */
  background-repeat: no-repeat;
  background-size: 100% 500px;
  resize: vertical;
  padding: 5px;
  margin-right: 1px;
  border: 1px solid LightGray;
}

/* TOOLTIP HOVER START */
.tooltip, .tooltip2, .tooltip3
{
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltiptext
{
  visibility: hidden;
  background-color: black;
  width: 150px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  bottom: 150%;
  left: 50%;
  margin-left: -80px;
}
.tooltip2 .tooltiptext2
{
  visibility: hidden;
  background-color: black;
  width: 150px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  top: 150%;
  left: 50%;
  margin-left: -80px;
}
.tooltip3 .tooltiptext3
{
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  top: -5px;
  left: 105%;
}
.tooltip:hover .tooltiptext, .tooltip2:hover .tooltiptext2, .tooltip3:hover .tooltiptext3
{
  visibility: visible;
}
/* TOOLTIP HOVER END */

/* DROP DOWN MENU CSS */
.dropbtn
{
  display: inline-block;
  background-color: #f86923;
  color: white;
  padding: 6px 15px 6px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.navcontainer a:link, .navcontainer a:visited
{
  color: #ffffff;
}
.dropdown
{
  position: relative;
  display: inline-block;
  z-index: 6;
}
.dropdown-content
{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: left;
}
.dropdown-content a
{
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:link, .dropdown-content a:visited
{
  color: #000000;
}
.dropdown-content a:hover
{
  background-color: #dddddd;
}
.dropdown:hover .dropdown-content, .dropbtn a
{
  display: block;
}
.dropdown:hover .dropbtn, .dropbtn:hover
{
  background-color: #e64f05;
}
/* DROPDOWN MENU END*/