/*
 * 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-sheet-header-div {
  left: 1px;
  height: 20px;
  border-bottom: 1px solid #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tobago-sheet-header{
	border-color: #b8b6b6 #ffffff #d7d7d7 #b8b6b6;
	background-color: #d7d7d7;
  font: bold 12px arial, helvetica, sans-serif;
  color: #333333;
  text-align: left;
  padding: 2px 2px 0px 3px;
}

.tobago-sheet-body-table  {
/* none defined so far, but class attribute is generated */
}

.tobago-sheet-body-div {
  padding-top: 20px;
  background: #D7D7D7;
  border: 1px solid #CCCCCC;
}

.tobago-sheet-content-odd {
  font: 12px arial, helvetica, sans-serif;
  background: #ffffff;
}

.tobago-sheet-content-even {
  font: 12px arial, helvetica, sans-serif;
  background: #ffffff;
}

.tobago-sheet-row-selected {
	background: #EBEAEA;
	color: #000000;
}

.tobago-sheet-cell-td {
  border-bottom: 1px solid #E2E2E2;
}

.tobago-sheet-cell-inner {
  padding: 3px 10px 0px 2px;
}


.tobago-sheet-footer {
  background: #E2E2E2;
  font: bold 10px arial, helvetica, sans-serif;
  color: #333333;
  text-decoration: none;
  padding: 0px;
  padding-top: 1px;
}

.tobago-sheet-paging-span-left {
  left: 2px;
}

.tobago-sheet-paging-span-right {
  right: 2px;
}

.tobago-sheet-paging-input {
  height: 15px;
  width: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  font: bold 10px arial, helvetica, sans-serif;
  border: 1px solid black;
}

.tobago-sheet-paging-pages-text {
  padding-right: 0px;
}

.tobago-sheet-selector-menu {
  margin-top: 1px;
  margin-left: 0px;
}

