BODY
{
	font-weight: normal;
	font-size: 14pt;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Tahoma,  Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	
}

td
{
	font-size: 8pt;
	font-family: Arial;
}
INPUT
{
	border: 1pt solid black;
	font-size: 8pt;
		font-family: Arial;
	height: 20px;
}
TextArea
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	font-size: 8pt;
	font-family: Arial;
}
.MsgBoxButton
{
	width: 75px;
}
.TableHeader
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	background-color: lightgrey;
}
.Title
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial;
}
.tabTitle
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	background-color: #ffffff;
	text-align: left;
	color:indigo;
}
.poupTabTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Arial;
	background-color: #003358;
	text-align: left;
}
.NormalTable
{
	background-color:Red;
	text-align: left;
}
.NormalTable tr
{
	vertical-align:middle;
}
.tabTable
{
	font-weight: bold;
	font-size: 11pt;
	cursor: hand;
	height: 20px;
	background-color: lightgrey;
	text-align: center;
}
.tabTR
{
	background-color: darkgray;
}


.MessageTable
{
	background-color: #d4d0c8;
	text-align: left;
}
.GridHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	height: 15pt;
	background-color:#990033;
}
.GridItem
{
	cursor: hand;
	height: 15px;
	background-color: #f5f5f5;
}

.scrollDynamicTable
{
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	overflow: auto;
	padding-top: 0px;
	width: 850px;
	text-align: left;
}

.scrollVariableTable
{
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	overflow: auto;
	padding-top: 0px;
	width: 850px;
	height:200px;
	text-align: left;
}

.scrollTable
{
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	overflow: auto;
	padding-top: 0px;
	height: 200px;
	width: 850px;
	text-align: left;
}
.scrollInvoiceTable1
{
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	overflow: auto;
	padding-top: 0px;
	height: 320px;
	width: 850px;
	text-align: left;
}
.scrollTable1
{
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	overflow: auto;
	padding-top: 0px;
	height: 300px;
	width: 850px;
	text-align: left;
}
.scrollPage
{
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	overflow: auto;
	padding-top: 0px;
	height: 490px;
	width: 870px;
	text-align: left;
}

.QuoScrollPage
{
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	padding-bottom: 0px;
	margin: 0px;
	vertical-align: top;
	overflow: auto;
	padding-top: 0px;
	height: 470px;
	width: 870px;
	text-align: left;
}

.scrollItemTable
{
	width: 850px;
	height:120px;
	position:static;
	overflow:scroll;
	margin: 0px;
}

.EditItem
{
	background-color: palegoldenrod;
}
.NumericEditItem
{
	background-color: palegoldenrod;
	text-align:right; 
}
.NumericReadOnly
{
	background-color: #f5f5f5;
	text-align:right; 
}
.ReadOnly
{
	background-color: #f5f5f5;
	ReadOnly:True;
}
.errorMsg
{
	color: #ff4500;
}
.menuTable
{
	font-weight: bold;
	background-color: lightgrey;
	text-align: center;
}
.normal
{
	cursor: hand;
	height: 20px;
	color: #000000;
	background-color: #cccccc;
}
.focus
{
	cursor: hand;
	height: 20px;
	color: #000000;
	background-color: darkgray;
}
.normalRow
{
	background-color: #f5f5f5;
}
.focusedRow
{
	cursor: hand;
	background-color: #9dcef0;
}
.pointingRow
{
	cursor: hand;
	background-color: #e0eeee;
}
.INPUTEDIT
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ffffcc;
	position: static;
	height: 18px;
	font-size: 8pt;
	font-family: Arial;
}
SELECT
{
	border-right: black 1pt solid;
	border-top: black 1pt solid;
	border-left: black 1pt solid;
	border-bottom: black 1pt solid;
	position: static;
	height: 18px;
	font-size: 8pt;
	font-family: Arial;
}
.Icon
{
}
.Report
{
	left:0px;
	margin-left:10px;
}
DIV
{
	left:0px;
	margin-left:0px;

}
.HideMenu
{
	visibility: hidden;
}
.ShowMenu
{
	visibility: visible;
}

.LightButton
{
	cursor: hand;
	background-color: #ccffff;
}
.ZeroBorder
{
	margin: 0px;
	border-right: black 0pt solid;
	border-top: black 0pt solid;
	border-left: black 0pt solid;
	border-bottom: black 0pt solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}