body
{
	font-family: arial, helvetica, geneva, swiss, sunsans-regular
}

select
{
	font-size: 0.8em
}

a.menu:hover
{
	font-size: x-small;
	color: blue;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	text-decoration: none
}

a.menu:visited
{
	font-size: x-small;
	color: navy;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	text-decoration: none
}

a.menu
{
	font-size: x-small;
	color: navy;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	text-decoration: none
}

a
{
	color: navy;
	text-decoration: none
}

a:active
{
	color: navy;
	text-decoration: none
}

a:visited
{
	color: navy;
	text-decoration: none
}

a:link
{
	color: navy;
	text-decoration: none
}

.cell_Gray
{
	font-size: x-small;
	background-color: #ebebeb
}

.cell_White
{
	font-size: x-small;
	background-color: white
}

.cell_Title
{
	font-weight: bolder;
	color: white;
	background-color: black;
	text-align: center
}

.cell_Button
{
	font-weight: bolder;
	font-size: x-small;
	width: 100%;
	color: white;
	background-color: black;
	text-align: left;
	text-decoration: underline
}

.cs
{
	font-size: xx-small;
	color: black;
	background-color: #dfdff3;
	text-align: center
}

.ct
{
	font-size: x-small;
	color: black;
	background-color: #dcdcdc;
	text-align: left
}

.cr
{
	font-size: xx-small;
	cursor: auto;
	background-color: #dcdcdc;
	text-align: center
}

input
{
	font-size: x-small
}

.tab
{
	min-width:30px;
	max-width:70px;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	font-size: 8.5pt;
	border:   1px solid black;
	padding:  3px;
	margin:  1px 1px 0 0;
	background-color: #aaaaaa;
	text-align: center;
}

.tabSelected
{
	min-width:30px;
	max-width:70px;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	font-size: 8.5pt;
	border: 1px solid black;
	padding: 3px;
	margin:  1px 1px 0 0;
	z-index: 3;
	top: -2px;
	background-color: #dddddd;
	text-align: center;
}

.tabHover
{
	min-width:30px;
	max-width:70px;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	font-size: 8.5pt;
	border:   1px solid black;
	padding: 3px;
	margin:  1px 1px 0 0;
	color: white;
	background-color: #0a246a;
	text-align: center;
}

.tab a
{
	color: windowtext;
	text-decoration: none
}

.tabDisabled
{
	min-width:30px;
	max-width:70px;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	font-size: 8.5pt;

	border-right: 1px solid black;
	border-left:  1px solid black;
	border-top:   1px solid black;
	border-bottom: none;

	padding: 3px;
	margin:  1px 1px 0 0;

	z-index: 1;
	float: left;
	color: #cccccc;
	white-space: nowrap;
	position: relative;
	top: 0;
	background-color: #888888;
	text-align: center;
}

.tabPage
{
	clear: both;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	background: buttonhighlight;
	color: windowtext;
	position: relative;
	top: 1px;
	height: 400px;
}

.tabRow
{
	padding-top:5px;
	display:inline-block;
}

.tabPane
{
	width: 100%;
	position: relative
}

