body {
 margin-left:5px;
 margin-right:5px;
 margin-top:5px;
 font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
 font-size: 20px;
 color: #534a45;
}

h1 {
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.3em;    
  color: #330d59;
  font-size: 25px;  
  text-decoration: none;
}

h2 {
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.3em;    
  color: #330d59;
  font-size: 18px;    
}

h3 {
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
  line-height: 1.3em;    
  color: #330d59;
  font-size: 16px;    
  text-decoration: none;
  margin:0px;
}

h4 {
  font-size: 13px;
  color: #330d59;    
}

p {
    color: #534a45;
    font-size: 14px;    
}

a:link {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #006666;
}

a:visited {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #006666;
  text-decoration: underline;
}

a:hover {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #006666;
  text-decoration: none;
}

td {
  font-family: Lato, Helvetica, Arial, Lucida, sans-serif;    
  color: #534a45;
  font-size: 14px;    
  font-weight: normal;
}

.main-txt {
  font-size: 14px;
  font-weight: normal;
  color: #282828;
  text-decoration: none;
}

.gray-txt {
  font-size: 14px;
  font-weight: normal;
  color: #474747;
  text-decoration: none;
}

.header-bg {
  height: 24px;
  font-size: 12px;  
  text-align: left;
  font-weight:bold;  
  color: white;
  border: 1px solid #006666;
  background-color: white;
  background: linear-gradient(to bottom, white 0%, #006666 100%);
}

.textbox {
  font-size: 14px;
  color: #006666;
  text-decoration: none;
  border: 1px solid #d6d1c4;
  background-color:#FFFFFF;
}

.combo {
  font-size: 14px;
  color: #006666;
  text-decoration: none;
  border: 1px solid #d6d1c4;
  background-color:#FFFFFF;
  width:220px;
  margin-bottom: 3px;  
}

.textfield {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  width: 450px;
}

.buttons {
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #006666;
  border: 1px solid #333333;
  width: auto;
  margin: 15px;
}

.message-red {
  color: red;
  font-size: 12px;
  font-weight: normal;
}

.message-green {
  color: #006666;
  font-size: 12px;
  font-weight: normal;
}

.copyright {
  font-size: 14px;
  color: #AAAAAA;
  left: 10px;
  padding-left: 10px;
  padding-top: 5px;
}

.black {
  color: #534a45;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.green {
  font-size: 12px;
  font-weight: normal;
  color: #006666;
  text-decoration: none;
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: .5em;
    margin-top: .5em;    
    color: navy;
    font-weight: bold;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: auto;
  min-width: 300px;
  height: auto;
  background-color: #fff6e9;
  color: #111111;
  font-size: 100%;
  line-spacing: 4px;
  text-align: left;
  border-radius: 6px;
  border: 1px; solid; #666666;
  padding: 8px;
  position: absolute;
  z-index: 2000;
  bottom: 125%;
  left: -1.5em;
  margin-left: 10px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 3%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; 
    /* dots under the hoverable text */
	font-size: 150%;
	font-weight: bold;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #F6F6F6;
    color: #444444;
    text-align: left;
    padding: 5px 0;
    border-radius: 6px;
    top: -5px;
    right: 105%; 
/*    position: absolute;
    z-index: 1;*/
	width: 90%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

td.green {
  color: #006666;
}
