﻿body {
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
}
.head {
  background: #351c74;
  color: white;
}
.MyBodyUnlogged {
  background: #b1f8f0;
}
.MyBody {
  background: #d2f9cc;
}
.WhiteBg {
  background: white;
}
.TopVAlign {
  vertical-align: top;
}
.CenterHAlign {
  text-align: center;
}
.MyTable {
  background: #c9d373;
  color: black;
}
.MyTableHead {
  background: #ffd800;
  color: black;
}
.MyGridHover {
  background-color: #add8e6 !important;
}
.MyGrid td {
  border: 1px solid lightgray;
  padding: 0px 5px 0px 5px;
}
.MyGrid th {
  border: 1px solid lightgray;
  padding: 0px 5px 0px 5px;
}
.MyGrid2 th {
  border: 1px solid lightgray;
  padding: 0px 0px 0px 0px;
}
.MyGrid2 td {
  border: 1px solid lightgray;
  padding: 0px 0px 0px 0px;
}
.MyGridEmpty th {
  border: none;
}
.MyGridEmpty td {
  border: none;
}
.Daf td {
  font-size: 12px;
  font-family: Verdana;
  padding: 0px 5px 0px 5px;
}
.DafTab11 {
  border-width: thin;
  border-style: solid;
  background-color: #a8f8ec;
}
.DafTab12 {
  border-width: thin;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  background-color: #a8f8ec;
}
.DafTab13 {
  border-width: thin;
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #a8f8ec;
}
.DafTab21 {
  border-width: thin;
  border-left-style: solid;
  border-right-style: dotted;
  border-bottom-style: dotted;
}
.DafTab22 {
  border-width: thin;
  border-right-style: dotted;
  border-bottom-style: dotted;
}
.DafTab24 {
  border-width: thin;
  border-right-style: solid;
  border-bottom-style: dotted;
}
.DafTab41 {
  border-width: thin;
  border-left-style: solid;
  border-right-style: dotted;
  border-bottom-style: solid;
}
.DafTab42 {
  border-width: thin;
  border-right-style: dotted;
  border-bottom-style: solid;
}
.DafTab44 {
  border-width: thin;
  border-right-style: solid;
  border-bottom-style: solid;
}

.css-vertical-text {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform: rotate(270deg);
	white-space:nowrap;
	display:block;
	padding-left: 15px;
	position:absolute;
	right:-5px;
	top:0px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* MENU */
.MyMenu {
    color: white;
    border: 1px #4e667d solid;
    text-decoration: none;
    padding: 4px 12px;
}
.MyMenu:hover {
  color: #465c71;
  background-color: #bfcbd6;
}

/* MAPA */
.bigmap {
  width: 100%;
  height: 1000px;
  border: 0px;
}

#ZHintDiv{
    float:left;
    border: 1px solid silver; 
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    background-color: white; 
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: normal;
}
