body,div,span,p,ul,input,li,td,select,textarea,button
{
  font-family:Geneva, Verdana, Arial, sans-serif;
  font-size:8pt
}

body {
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em; 
}

/* Toolbar look */
.toolbar
{
  background-color:#3B6DA2;
  /*background-color:#336699;*/
  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:24px;
}

.textRed
{	
	color:Red;	
}

.toolbarImageButton, .toolbarHalfWidthImageButton, .toolbarHalfHeightImageButton, .toolbarDoubleImageButton, .toolbarWideImageButton
{
  background-color:Transparent;
  border-style:none;
  margin-left:2px;
  margin-right:2px;
  margin-top:2px;
  margin-bottom:0px;
  width:22px;
  height:22px;
}

.toolbarHalfWidthImageButton
{
  margin-left:0px;
  margin-right:0px;
  width:10px;
}

.toolbarHalfHeightImageButton
{
  margin-top:0px;
  height:10px;
}

.toolbarDoubleImageButton
{
  width:40px;
}

.toolbarWideImageButton
{
  width:73px;
}

.toolbarCombo, .toolbarTextEntry
{
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:Black;
  margin-top:2px;
  margin-bottom:4px;
  width:120px;
  font-size: 10px;
}


.toolbarText, .toolbarHeader
{
  
  margin-top:2px;
  margin-bottom:4px;
  font-size: 12px;
  font-weight:bold;
  color:White;
}

.toolbarHeader
{
  font-size: 18px;
  width: 100%;
}

/* Table definitions for toolbar/status bar */
.toolbarImageButtonCell
{
  width:21px;
}

.toolbarHalfWidthImageButtonCell
{
  width:10px;
}

.toolbarDoubleImageButtonCell
{
  width:42px;
}

.toolbarWideImageButtonCell
{
  width:73px;
}

.toolbarComboCell
{
  width:122px;
}

.toolbarCbCell
{
  width:250px;
}

.toolbarText
{
}
/* Statusbar */
.stbar
{
  background-color:#3B6DA2;
  /*background-color:#336699;*/
}

.stbarBox
{
  border:none;
  height:18px;
  color:White;
  background-color:#3B6DA2;
  /*background-color:#336699;*/
  font-family:Geneva, Verdana, Arial, sans-serif;
  font-family:Sans-Serif;
  font-size:8pt;
  font-style:normal;
}
