.builderhead{
  font-weight:bold;
  font-family:verdana;
  color:white;
  font-size:20px;
  background:green;
  padding:15px;
 }
.buildertitle{
  font-family:verdana;
  font-size:20px;
  color:black;
  font-weight:bold;
  text-align:left;
 }
.buildertxt{
  font-family:verdana;
  font-size:14px;
  color:black;
 }
.builderhelp{
  font-family:verdana;
  font-size:10px;
  color:black;
  font-style:italic;
  text-align: center;
  display: inline-block;
}
.imgborder{
   border:2px solid black;
   padding: 0px !important;
   border-width: 2px;
}
.dashborder{
   border:2px dotted black;
   padding:-0px !important;
   border-width: 2px;
}
.imgleft{
  float: left;
  margin-right:10px
}
.imgcenter{
  float: center;
  margin-right:10px;
  margin-left:10px;
  display: block;
}
.imgright{
  float: right;
  margin-left:10px;
}
.img800{
    max-height:800px;
    max-width:800px;
    height:auto;
    width:auto;
    margin-bottom:5px;
}
.img700{
    max-height:700px;
    max-width:700px;
    height:auto;
    width:auto;
    margin-bottom:5px;
}
.img600{
    max-height:600px;
    max-width:600px;
    height:auto;
    width:auto;
    margin-bottom:5px;
}
.img500{
    max-height:500px;
    max-width:500px;
    height:auto;
    width:auto;
    margin-bottom:5px;
}
.img400{
    max-height:400px;
    max-width:400px;
    height:auto;
    width:auto;
    margin-bottom:5px;
}
.img300{
    max-height:300px;
    max-width:300px;
    height:auto;
    width:auto;
    margin-bottom:5px;
}
.img200{
    max-height:200px;
    max-width:200px;
    height:auto;
    width:auto;
    margin-bottom:5px;
}
.img100{
    max-height:100px;
    max-width:100px;
    height:auto;
    width:auto;
    margin-bottom:5px;
}
.imgh800{
    max-width:800px;
    height:800px;
    width:auto;
    margin-bottom:5px;
}
.imgh700{
    max-width:700px;
    height:700px;
    width:auto;
    margin-bottom:5px;
}
.imgh600{
    max-width:600px;
    height:600px;
    width:auto;
    margin-bottom:5px;
}
.imgh500{
    max-width:500px;
    height:500px;
    width:auto;
    margin-bottom:5px;
}
.imgh400{
    max-width:400px;
    height:400px;
    width:auto;
    margin-bottom:5px;
}
.imgh300{
    max-width:300px;
    height:300px;
    width:auto;
    margin-bottom:5px;
}
.imgh200{
    max-width:200px;
    height:200px;
    width:auto;
    margin-bottom:5px;
}
.imgh100{
    max-width:100px;
    height:100px;
    width:auto;
    margin-bottom:5px;
}
.imgh70{
    max-width:70px;
    height:70px;
    width:auto;
    margin-bottom:5px;
}
.go_up{
  text-decoration: none;
  color: #0000A9;
}
span[tooltip]:hover {
    color: black;
    display: inline-block;
    position: relative;
    padding: 4px;
}
span[tooltip]:hover:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.span[tooltip]:hover {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  width: 120px;
  top: 100%;
  left: 50%;
  margin-left: -60px
  }
.f_inverrorbold{
   font-weight: bold;
   color:white;
   font-size:14px;
   background:red;
}
.f_inverrorbold16{
   font-weight: bold;
   color:white;
   font-size:16px;   
   background:red;
}

.f_inverrorbold18{
   font-weight: bold;
   color:white;
   font-size:18px;   
   background:red;
}
.f_invnoerror_g{
   color:#03B903;
   background:#FEFFB3;
}

.f_invnoerrorbold{
   font-weight: bold;
   color:white;
   font-size:14px;
   background:green;
}
.f_invnoerrorbold16{
   font-weight: bold;
   color:white;
   font-size:16px;
   background:green;
}
.f_invnoerrorbold18{
   font-weight: bold;
   color:white;
   font-size:18px;   
   background:green;
}

.txt16{
   font-size:16px;   
}
.txt18{
   font-size:18px;   
}
