a            { color: #800000;text-decoration: none;font-family: Tahoma; font-size: 9pt   }
a:hover      { color: #B00000}

table        { font-family: Tahoma; font-size: 9pt; color: #000000 }
td.error
{
	font-size: 8pt;
	color: #800000;
	direction: rtl;
	height: 20px;
	background-color: #ffff99;
	text-align: justify;
}
td.title
{
	font-weight: bold;
	font-size: 8pt;
	color: #0000FF;
	height: 23px;
	text-align: center
}

td.title2
{
	font-size: 8pt;
	color: #000000;
	direction: rtl;
	height: 23px;
	background-color: #FF6600;
	text-align: center
}

td.lable
{
	padding-left: 2px;
	font-size: 9pt;
	direction: rtl;
	height: 20px;
	text-align: left;
}
td.field
{
	padding-right: 2px;
	text-align: right;
}
td.button
{
	height: 30;
	text-align: center
}	

div.ltrfield
{
	border:1px solid #999999; padding-right: 2px;
	padding-left:2; padding-top:2; padding-bottom:2;
	direction:ltr; height:22
}

div.rtlfield
{
	border:1px solid #999999; padding-right: 2px;
	padding-left:2; padding-top:2; padding-bottom:2;
	direction:rtl; height:22
}

input
{
	font-size: 9pt;
	font-family: Tahoma;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;

}
input.button
{
	background-color: navajowhite;
}
input.field
{
	direction: rtl;
}

SELECT
{
	font-size: 9pt;
	font-family: Tahoma;
}
textarea
{
	font-size: 9pt;
	font-family: Tahoma;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}
textarea.field
{
	direction: rtl;
}