body
{
  background-color:#CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
}

.controllabel
{
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
}

div.resizer
{
  background-color: transparent;
  width: 10px;
  height: 10px;
  overflow: hidden;
  font-size: 200pt;
  position: absolute;
  z-index: 400;
  -moz-user-select: none;
}

div.control
{
  background-color: #EEEEEE;
  text-align: center;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: #BBBBBB;
}

div.controlelement
{
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 9pt;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  margin: 1px;
  height: 24px;
}

div.info
{
  background-color: #CCCCCC;
  text-align: center;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: #BBBBBB;
  width: 15%;
}

div.infotext
{
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 10pt;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  margin: 3px;
}

div.infobutton
{
  cursor: pointer;
  cursor: hand;
  width: 35px;
  height: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: center;
  background-color: #DDDDDD;
  border-style: solid;
  border-width: 1px;
  border-color: #BBBBBB;
  margin: 3px;
}
