﻿body, li, div, p, td, textarea
	{font: 14px Arial}
button, input, select
	{font: 11px Arial}
a
	{color: Maroon; text-decoration: none}
a:hover
	{text-decoration: underline}
form
	{margin-bottom: 0px}

.Text8			{font-size: 11px}
.Text10			{font-size: 11px}
.Text12			{font-size: 12px}
.Text14			{font-size: 14px}
.Text16			{font-size: 15px}
.Text18			{font-size: 18px}
.Text22			{font-size: 22px}
.Text28			{font-size: 28px}
.Bold			{font-weight: bold}
.Normal			{font-weight: normal}

.DimGray		{color: #363636}
.Gray			{color: Gray}
.LightGrey		{color: LightGrey}
.White			{color: #FFFFFF}
.Red			{color: #DD0000}
.Red2			{color: #800000}
.Red3			{color: Red}
.Brown			{color: #CC9900}
.DarkGreen		{color: #318300}
.Green			{color: #33CC33}
.Blue			{color: Blue}
.Blue2			{color: #006BA5}
.Black			{color: #000000}
.Gold			{color: #BB934E}
.Yellow			{color: Yellow}

.BoxDimGray		{border: 1px solid #363636}
.BoxGray		{border: 1px solid Gray}
.BoxGainsboro	{border: 1px solid Gainsboro}
.BoxRed			{border: 1px solid #DD0000}
.BoxWhite		{border: 1px solid #FFFFFF}
.BoxBlue2		{border: 1px solid #006BA5}
.BoxLightBlue	{border: 1px solid #E9EAF1}
.BgDimGray		{background-color: #363636}
.BgWhite		{background-color: #FFFFFF}
.BgGray			{background-color: #B4B4B4}
.BgGainsboro	{background-color: Gainsboro}
.BgRed			{background-color: #DD0000}
.BgYellow		{background-color: #FFCC66}
.BgLavender		{background-color: Lavender}
.BgLemon		{background-color: LemonChiffon}
.BoxLightGreen	{background-color: #D2FFAE}

.Clickable		{cursor: pointer}
.Justify		{text-align: justify}
.Center			{text-align: center}
.Underline		{text-decoration: underline}
.W90			{width: 90%}
.W100			{width: 100%}
.H90			{height: 90%}
.H100			{height: 100%}
.VAM			{vertical-align: middle}
.TDNone			{text-decoration: none}
.Fixed			{table-layout: fixed}
.Auto			{table-layout: auto}
.OFH			{overflow: hidden; white-space: nowrap; text-overflow: ellipsis}
.Vertical		{writing-mode: tb-rl}

.MenuSmall		{font-family: Tahoma; font-size: 10px}
.Menu			{font-family: Tahoma; font-size: 11px}

.DateNum		{font-size: 20px; height: 25px; WIDTH: 22px; float: right}
.DateHeb		{font-size: 11px; clear: both}
.IconFrame		{height: 20px; width: 20px; float: right; margin: 2px}
.IconFrameLong	{height: 20px; width: 40px; float: right; margin: 2px}

.PopupBody
{
	margin: 0px;
	border: solid 1px #6B8FA7;
	background-color: White;
	padding: 1px;
}
.Form
{
	font: 14px Arial;
	color: DimGray;
}
.Form input
{
	font: 14px Arial;
}
.Form textarea
{
	width: 100%;
}
.Form div
{
	color: #DD0000;
}
.Form tr
{
	height: 30px;
}

div#divSticky {
	position: absolute;
	top: expression(eval(document.compatMode && document.compatMode == 'CSS1Compat') ? documentElement.scrollTop + (documentElement.clientHeight - this.clientHeight) : document.body.scrollTop + (document.body.clientHeight - this.clientHeight));
	left: expression("0px");
}
