body
{
}
.ColumnsTitlesOnTable
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	text-align: center;
}

.TextBoxReadOnly
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	color: navy;
	background-color: gainsboro;
	height:20px;
}
.TextBoxEdit
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	color: black;
	background-color: white;
	height:20px;
}

.EditButtons
{
	font-weight: bold;
	font-size: x-small;
	color: navy;
	font-family: 'Arabic Transparent';
}

.HiddenControl
{
	width: 40px;
	height: 20px;
	background-color: aqua;
}

.NotificationLabel
{
	font-weight: bold;
	font-size: 9pt;
	overflow: auto;
	color: maroon;
	font-family: Tahoma;
	text-align: center;
}

.HeaderBackGround
{
	font-weight: bold;
	color: #ffffff;
	font-family: Arial;
	background-color: #2092c1;
}
.FooterBackGround
{
	color: #ffffff;
	font-family: Tahoma;
	background-color: #2092c1;
}
.MainTitles
{
	font-weight: bold;
	font-size: x-small;
	color: #ffffff;
	font-family: Tahoma;
	background-color: #336699;
}
.DataEntryTables
{
	background-color: #f5f5f5;
}
.ObjectTables
{
	background-color: #e6e6fa;
}
.SelectionTables
{
	background-color: #f8f8ff;
}
.ImagesTitles
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	background-color: #e6e6fa;
	text-align: center;
}
.ImagesTitlesDisabled
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma;
	background-color: Silver;
	text-align: center;
}
.ButtonsTables
{
	background-color: #e6e6fa;
}
.ColumnsTitlesOnTableReport
{
	font-size: 9pt;
	color: black;
}