body {
  margin: 0px;
  padding: 0px;
  background-color: floralwhite;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
}
a:link {
  color: #10685e;
  text-decoration: none;
}
a:visited {
  color: #28776e;
  text-decoration: none;
}
a:hover {
  color: #e65c00;
  text-decoration: none;
}
a:active {
  color: #cc3300;
  text-decoration: none;
}
a.ga:link {
  color: black;
  text-decoration: none;
}
a.ga:visited {
  color: black;
  text-decoration: none;
}
a.ga:hover {
  color: white;
  text-decoration: none;
}
div.container {
  border: 0px;
  padding: 0px;
  margin-left: 2%;
  margin-right: 2%;
}
.box {
  border: 0px;
  margin-top: 5px;
  padding: 0px;
}
.box h1 {
  color: black;
  font-size: 130%;
  font-style: italic;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3em;
  margin: 0px;
  padding: 0px;
  float: left;
}
#logo {
  width: 36px;
  height: 32px;
  margin: 0px;
  padding-right: 3px;
  vertical-align: middle;
}
.clear {
  clear: both;
}
.nota {
  text-align: center;
  margin-left: 0%;
  margin-right: 5%;
  padding: 0px;
}
.nota a:link {
  color: #10685e;
  text-decoration: underline;
}
.nota a:visited {
  color: #10685e;
  text-decoration: none;
}
.nota a:hover {
  color: white;
  text-decoration: none;
  background-color: #fd9966;
}
.nota a:active {
  color: red;
  text-decoration: none;
}
h1 {
  font-size: 130%;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
h2 {
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  padding: 0.3ex 0px;
}
h3 {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  padding: 0.3ex 0px;
}
.nav {
  vertical-align: middle;
  margin: 0px 0px 5px 0px;
  padding: 10px 0px 5px 0px;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.flright {
 float: right;
}

.sep {
  width: 5px;
  height: 5px;
  border: 0px;
  margin: 0px;
  padding: 0px 7px;
  vertical-align: middle;
}

.nav a:link {
  color: black;
  text-decoration: none;
}
.nav a:visited {
  color: black;
  text-decoration: none;
}
.nav a:hover {
  color: white;
  text-decoration: none;
  background-color: #fd9966;
}
.nav a:active {
  color: #ff6600;
  text-decoration: none;
  background-color: transparent;
}

a.home:link {
  color: black;
  text-decoration: none;
}
a.home:visited {
  color: black;
  text-decoration: none;
}
a.home:hover {
  color: white;
  text-decoration: none;
  background-color: #fd9966;
}
a.home:active {
  color: #ff6600;
  text-decoration: none;
  background-color: transparent;
}

a.cor:link {
  text-align: right;
  margin-right: 10px;
}
a.cor {
  color: black;
  text-decoration: underline;
}
a.cor:hover {
  color: white;
  text-decoration: none;
  background-color: #fd9966;
}

.b {
  font-weight: bold;
}
.col {
  white-space: nowrap;
}


#lucrari {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  border-collapse: collapse;
  margin-left: 0px;
  margin-right: 0px;
}
#lucrari td, #lucrari th {
    text-align: left;
  border-bottom: 1px solid #89beaa;
    padding: 5px;
}

#lucrari tr:nth-child(odd){background-color: #e6edde;}
#lucrari tr:nth-child(even){background-color: #fff7e6;}
#lucrari tr:hover {background-color: floralwhite;}

#lucrari th {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fda778;
}
#lucrari td.d {
  background-color: floralwhite;
  border-bottom-width: 0px;
  padding: 0px;
}
#lucrari td.dm {
  background-color: floralwhite;
  border-bottom-width: 0px;
}
#lucrari td.dmm {
  border-top: 1px solid #89beaa;
}
#lucrari th.d {
  background-color: floralwhite;
border-bottom-width: 0px; 
}
.hrnav {
  width: 100%; 
  height: 2px; 
  border: 0px;
  margin: 0px;
  background-color: #fda778;
  clear: both;
}

.clear {
  clear: both;
}
.colleft1 {
  float: left;
  display: table;
  padding: 0px;
  margin-right: 10px;
  margin-left: 10px;
}
.colleft2 {
  display: table;
  padding: 0px;
  margin-left: 10px;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted #89beaa;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 190px;
  background-color: #fff7e6;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  border: 1px solid #89beaa;
 font-size: 85%;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 110%
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #89beaa transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}