/*--------------------------------------------------------------------------

  Copyright 2005 Travis Pickerill

  Licensed 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.

--------------------------------------------------------------------------*/


table { border-spacing: 0px; }											/* Firefox, Mozilla DIFFERENCE */

tr.tblfoot {
	background: #eee;
	border: .25px solid #7f9db9;										/* Firefox, Mozilla DIFFERENCE */
	font-weight: bold;
}

th {
	background: #eee;
	padding: 2px 5px;
	border: .25px solid #7f9db9;										/* Firefox, Mozilla DIFFERENCE */
	font-weight: bold;
	text-align: center;
}

td.title {
	border-bottom: .5px solid #7f9db9;									/* Firefox, Mozilla DIFFERENCE */
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

td.subtitle {
	border-bottom: .5px solid #7f9db9;									/* Firefox, Mozilla DIFFERENCE */
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

td.tbl, td.tblleft, td.tble {
	padding: 2px 3px;													/* Firefox, Mozilla DIFFERENCE */
	text-align: center;
	width: auto;
	border: .25px solid #7f9db9;
}
td.tbl { border-right: none; }											/* Firefox, Mozilla DIFFERENCE */
td.tblleft { text-align: left; }										/* Firefox, Mozilla DIFFERENCE */

.t, .tbg, .tbb, .tn, .tp, .tf, .td {
	padding: 2px 5px;													/* Firefox, Mozilla DIFFERENCE */
	border: .25px solid #7f9db9;										/* Firefox, Mozilla DIFFERENCE */
	border-right: none;													/* Firefox, Mozilla DIFFERENCE */
	text-align: center;
	width: auto;
	font-weight: bold;
	color: #000080;
	height:10px;
}

.tbg { background: #ccc; }
.tbb { background: #333; color: #fff; }

td.tblhr {
	background-color: #eee;
	padding: 2px 3px;													/* Firefox, Mozilla DIFFERENCE */
	border: .25px solid #7f9db9;										/* Firefox, Mozilla DIFFERENCE */
	border-right: none;
	text-align: center;
	width: auto;
}

.bn, .bna, .bs, .bb {
	padding: 2px 3px;													/* Firefox, Mozilla DIFFERENCE */
	border: .25px solid #7f9db9;										/* Firefox, Mozilla DIFFERENCE */
	border-right: none;
	vertical-align: top;
	text-align: center;
	font-weight: 500;
	font-size: 11px;
	width: auto;
}

.bna { background-color: #000080; color: #fff; }
.bs { background-color: #7f9db9; border: 2px solid #f00; }
.bb { background-color: #000; color: #000; }