body
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	background-color: white;
}
pre
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	margin: 0px;
}
a
{
	color: black;
}
a:hover
{
	color: #8DB9C9;
	text-decoration: none;
}
td
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	text-align: right;
}
.nested
{
}

.nested table
{
	background-color: #ffffff;
}

input
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	width: 97%;
	direction: rtl;
}
.tableHeader
{
	background-color: #8DB9C9;
	font-weight: bold;
}
.dataBlock
{
	background-color: #FFFFFF;
}
.columnBlock
{
	background-color: #C1E0EC;
}

.style1 {font-size: 16px;}
.style4 {FONT-SIZE: small; FONT-FAMILY: serif}
.style5 {MARGIN-LEFT: 0px}
.style6 {TEXT-ALIGN: center; }
.style7 {FONT-SIZE: xx-large}
.style13 {font-size: 12pt }
.style15 {font-size: 14; font-weight: bold; }
.style16 { font-size: 14pt; font-weight: bold;}

#overallMaskLayer
{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
		   /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	  /* IE 5-7 */
	  filter: alpha(opacity=50);
	  /* Netscape */
	  -moz-opacity: 0.5;
	  /* Safari 1.x */
	  -khtml-opacity: 0.5;
	  /* Good browsers */
	  opacity: 0.5;
	z-index: 10;
	background-color: #CFCFCF;
}
#messageLayer
{
	position: absolute;
	display: none;
	height: 100px;
	width: 500px;
	z-index: 11;
	background-color:  #8DB9C9;
	border: 1px solid red;
}