﻿.fx
{
	position: absolute;
}

body
{
	font-size: 8pt;
	cursor: default;
	color: black;
	background: #fff url(slices/bg.jpg);
	font-family: Arial, Tahoma, Verdana;
}

.xR
{
	border-right: 1px solid #ced1ba;
}
.xL
{
	border-right: 1px solid #ced1ba;
}

a:link, a:visited, a:active, a
{
	color: #7c8756;
	text-decoration: none;
}

.whitex a:link, .whitex a:visited, .whitex a:active, .whitex a
{
	color: #2c5c9d;
	text-decoration: none;
}

p.INS
{
	color: #4169e1;
}

A.nav:active, A.nav:link, A.nav:visited
{
	color: white;
	text-decoration: none;
}

a:.nav:hover
{
	color: #87ceeb;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

input
{
	font-size: 8pt;
}

ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

li
{
	margin-left: -16px;
}

.showBox
{
	padding-left: 20px;
	padding-right: 20px;
}

h1
{
	font-size: 17pt;
	margin-bottom: 2px;
	color: #7c8756;
	font-family: Arial Narrow, Arial;
	font-weight: bold;
}

h2
{
	font-size: 13pt;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #7c8756;
	font-family: Arial Narrow, Arial;
	font-weight: bold;
}

p
{
	margin-bottom: 0px;
	margin-top: 0px;
}

td
{
	vertical-align: top;
}

Table
{
	color: black;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8pt;
	text-align: left;
}

img
{
	border: 0px;
	GALLERYIMG: no;
}


.tabOn
{
	background: #f0f0f0 url(slices/tile.jpg);
	border: 1px solid #AAB879;
	padding: 6px;
}
.tabOff
{
	border: 1px solid #AAB879;
	padding: 6px;
	background: #fefefe url(slices/hanseltitle.png);
}
.tabPanel
{
	background: #f0f0f0;
	color: black; /*border-bottom: 1px solid gray;             border-left: 1px solid gray;             border-right: 1px solid gray;*/
}
.tabPanelVisible
{
	display: block;
}
.tabPanelHidden
{
	display: block;
}
