/* 
    Document   : mouseinfobox
    Created on : 19 août 2011, 21:19:53
    Author     : Ravenz
    Description:
        Purpose of the stylesheet follows.
*/

.tooltipBox {
  position: absolute;
}

.tooltipBox > div {
    background: none repeat scroll 0 0 rgba(35, 35, 35, 0.8);
    border: 2px solid #000000;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px;
}

/*
.infoBox {
  position: absolute;
}

.infoBox > div {
    background: none repeat scroll 0 0 rgba(35, 35, 35, 0.8);
    border: 2px solid #000000;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px;
}
*/

/*
.infoBox > div {
    background: none repeat scroll 0 0 rgba(35, 35, 35, 0.8);
    border: 2px solid #000000;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 10px;
}
*/

/*
.infoBox {
  position: absolute;
}

.infoBox > div {
  background: #DDD;
  color: #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}
*/
