.toolbar
{
  width:  100%;
  min-width: 1024px;
  height: 27px;
  background-color: #005588;
  color: white;
  font-family:Arial;
  font-size: 15px;
  font-weight: normal;
  padding-top:  12px;

}
.toolbar_dvt
{
  width:  100%;
   min-width: 1024px;
  height: 27px;
  background-color: #107046;
  color: white;
  font-family:Arial;
  font-size: 15px;
  font-weight: normal;
  padding-top:  12px;

}
#toolbarLeft
{
  margin-left:15px;
}
#toolbarBtns, #toolbarLogout
{
  float:right;
  margin-right:15px;
}
#toolbarRight
{
  float:right;
  margin-right:15px;
}

.toolbarBtn
{
  margin-top:-5px;
  width:16px;
  height:16px;
  margin-right:15px;
}

.navBarBtn
{
  margin-top:-7px;
  cursor:pointer;
  max-width:28px;
  max-height:28px;
  margin-right:10px;
}
.navBarBtn:hover
{
  background-color:#888800;
}

.navBarTxtBtn
{
  margin-top:-20px;
  margin-left: 10px;
  margin-right: 10px;
  cursor:pointer;
  width:100px;
}
.navBarTxtBtn:hover
{
  text-decoration:underline;
}