BODY {
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em; 
}

/* Toolbar look */
.toolbar
{
  /*background-color:#5A768D;*/
  background-color:#0099cc;
  border-style:none;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  position:fixed;
  top:0px;
  left:0px;
}


/* TOOLBAR controls */
.imageButton
{
  border-style:none;
}

.toolbarButton
{
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:Black;
  margin-top:2px;
  margin-bottom:4px;
  width:60px;
  height:20px;
}

.toolbarImageButton, .toolbarHalfWidthImageButton, .toolbarHalfHeightImageButton, .toolbarDoubleImageButton, .toolbarWideImageButton
{
  background-color:Transparent;
  border-style:none;
  margin-left:2px;
  margin-right:2px;
  margin-top:2px;
  margin-bottom:0px;
  width:20px;
  height:20px;
}

.toolbarHalfWidthImageButton
{
  margin-left:0px;
  margin-right:0px;
  width:10px;
}

.toolbarHalfHeightImageButton
{
  margin-top:0px;
  height:10px;
}

.toolbarDoubleImageButton
{
  width:40px;
}

.toolbarWideImageButton
{
  width:80px;
}

.toolbarCombo, .toolbarTextEntry
{
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:Black;
  margin-top:2px;
  margin-bottom:4px;
  width:120px;
  height:20px;
}

/* Table definitions for toolbar/status bar */
.toolbarImageButtonCell
{
  width:21px;
}

.toolbarHalfWidthImageButtonCell
{
  width:10px;
}

.toolbarDoubleImageButtonCell
{
  width:42px;
}

.toolbarWideImageButtonCell
{
  width:82px;
}

.toolbarComboCell
{
  width:122px;
}

/* Statusbar */
.statusbar
{
  background-color:#5A768D;
}

.statusbarBox
{
  border:none;
  height:18px;
  color:White;
  background-color:#5A768D;
  font-family:Geneva, Verdana, Arial, sans-serif;
  font-family:Sans-Serif;
  font-size:small;
  font-style:normal;
}
