BODY            {
  font-family: 'arial narrow', arial, sans-serif;
  font-size: x-small;
}
.Base           {
  font-family: 'arial narrow', arial, sans-serif;
}
.Label          {
  color: white;
  font-size: x-small;
  font-weight: bold;
  background-color: rgb(51,0,102);

}

.LabelGrey         {
  color: black;
  font-size: x-small;
  font-weight: bold;
  background-color: rgb(221,221,221);
}

.SubLabel       {
  color: white;
  font-size: x-small;
  background-color: rgb(51,0,102);
}
.Data           {
  font-size: x-small;
  background-color: white;

}
.DataTable           {
  font-size: x-small;
  background-color: white;

}
.DataDistribution           {
  font-size: x-small;
  font-style: italic;

}
.DataEdit           {
  font-size: x-small;

  background-color:#badcfe;
  }
.EdiData         {
  background-color: white;
}
.DataAlternate  {
  font-size: x-small;
  background-color: rgb(221,221,221);

}
.DataAlternateTable  {
  font-size: x-small;
  background-color: rgb(221,221,221);


}
.DataAlternateEdit  {
  font-size: x-small;
  background-color: #73b8fd;
}
.Bigger         {
  font-size: larger;
}
.Stronger       {
  font-weight: bold;
}
.Highlight      {
  font-weight: bold;
}
.HighlightRed      {
  font-weight: bold;
  font-style: italic;
  color : #DF0000
}
.Hint   {
  font-size: smaller;
  font-style: italic;
}
.NavLink  {

  font-size: x-small;
  color : black;
  text-decoration: none}

.Smaller   {
  font-size: smaller;
}
.Input    {
  font-size: x-small;
}
.Filter{
  font-size : x-small;
  background-color : #dddddd;
}
.Filter_2{
  font-size : x-small;
  background-color : rgb(185,185,185);
}
.label_2 {
COLOR: black; outline: none; text-decoration: none; cursor:text;
}
.popupLink2 {
COLOR: white; outline: none; text-decoration: none; cursor:text;
}
.popup {
POSITION: absolute; VISIBILITY: hidden; BACKGROUND-COLOR: #00ffff; width:0; height:0;  BORDER-LEFT: 1px solid black; BORDER-TOP: 1px solid black; BORDER-BOTTOM: 3px solid black; BORDER-RIGHT: 3px solid black; PADDING: 3px; z-index: 10
}
.popup_product {
POSITION: absolute; VISIBILITY: hidden; BACKGROUND-COLOR: #badcfe; width:250; height:0;  BORDER-LEFT: 1px solid black; BORDER-TOP: 1px solid black; BORDER-BOTTOM: 3px solid black; BORDER-RIGHT: 3px solid black; PADDING: 3px; z-index: 10
}


.padding {padding-right : 4px}

.box { border: thin solid black;
            padding:  4px;
            background-color: #73b8fd;
           }
.box2 { border: thin solid black;
            padding:  4px;
            background-color: Yellow;
           }
