/*
 * Licensed to the Apache Software Foundation (ASF) under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The ASF licenses this file to You under the Apache License, Version 2.0
 * (the "License"); you may not use this file except in compliance with
 * the License.  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.tobago-menuBar-default {
  height: 17px;
  border: 1px solid gray;
  background: #dddddd;
}

.tobago-menuBar-page-facet {
  height: 22px;
}

.tobago-menuBar-item-page-facet {
  font: bold 12px arial, helvetica, sans-serif;
}

.tobago-menuBar-container {
  font: normal 12px arial, helvetica, sans-serif;
}

.tobago-menuBar-subitem-container {
  border: 1px solid gray;
  background: #dddddd;
  z-index: 1000;
}

.tobago-menu-item {
  height: 18px;
  z-index: 1000;
}

.tobago-menu-item-separator {
  height: 8px;
  z-index: 1000;
}

.tobago-menu-item-hover {
  background: #bbbbbb;
}

.tobago-menu-item-focus {
  background: #bbbbbb;
}

.tobago-menuBar-item-span {
  left: 20px;
  text-decoration: none;
}

.tobago-menuBar-item-span-enabled {
}

.tobago-menuBar-item-span-disabled {
  color: #888888;
}

.tobago-menuBar-item-span-top {
  left: 0px;
}

.tobago-menuBar-item-page-top {
  top: 3px;
}

.tobago-menu-item-image {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: 1px
}

.tobago-menu-subitem-arrow {
  width: 16px;
  height: 16px;
}

.tobago-toolBarButton-menu-item {
  padding-top: 2px;
  background: red;
}

.tobago-menuBar-separator {
  width: 100%;
  position: relative;
  top: 3px;
  left: -3px;
  border-top: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid gray;
  border-left: 1px solid #E2E2E2;
}

