body
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	direction: rtl;	
	
	margin: 0px 0px 0px 0px;
}

input
{
	background-color: #E0F2F3;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	direction: ltr;
	
	border-bottom: 1px solid #959595;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;	
}

input.button
{
	background-color: #CDEBED;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;

	border-top: 1px solid #0F5AA4;
	border-left: 1px solid #0F5AA4;
	border-bottom: 1px solid #0A3865;
	border-right: 1px solid #0A3865;
}

table.general
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	direction: rtl;	
	
	/* border: 1px solid #000000; */
	border-style: none;
	
}

table.box
{
	background-color: rgb(242,242,255);
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	direction: rtl;	
	
	border: 1px dashed #333333;

}

div.box
{
	background-color: rgb(242,242,255);
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	direction: rtl;	
	
	border: 1px dashed #333333;

}

select
{
	background-color: #E0F2F3;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	direction: rtl;
	
	border-bottom: 1px solid #959595;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
}

hr
{
	color: rgb(150,150,255);
	border-bottom: 1px dashed #333333;	
}

.normaltitle
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #0F5AA4;
	direction: rtl;
	
	text-indent: 5px;
}

.cellseperator
{
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	color: rgb(150,150,255);
	direction: rtl;
}

.topborderdotted
{
	border-top-style: dashed;
	border-top-color: rgb(150,150,255);
	border-top-width: 1px;
	
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #0F5AA4;
	direction: rtl;
	
	text-indent: 5px;
}

.bottomborderdotted
{
	border-bottom-style: dashed;
	border-bottom-color: rgb(150,150,255);
	border-bottom-width: 1px;
}

.errorbox
{
	border-bottom: 1px dashed rgb(255,0,0);
	border-top: 1px dashed rgb(255,0,0);
	border-left: 1px dashed rgb(255,0,0);
	border-right: 1px dashed rgb(255,0,0);
	
	background-color: rgb(255,242,242);
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	direction: rtl;
}

.exclamationbox
{
	border-bottom: 1px dotted rgb(150,150,255);
	border-top: 1px dotted rgb(150,150,255);
	border-left: 1px dotted rgb(150,150,255);
	border-right: 1px dotted rgb(150,150,255);
	
	background-color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 20pt;
	font-weight: bold;
	color: rgb(255,0,0);
	direction: rtl;
}

.normaltext
{
	text-indent: 2px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	direction: rtl;
}

td.rightcolumnmenu
{
	background-color: rgb(242,242,255);
	/*background-color: #FFFFFF;*/
	border-right-style: solid; 
	border-right-color:#0F5AA4; 
	border-right-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color:#0F5AA4; 
	border-bottom-width: 1px;
	
	text-indent: 2px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	
	color: #333333;
	
	height: 18px;
}

.homemenupictures
{
	background-color: rgb(242,242,255);
	/*background-color: #FFFFFF;*/
	border-right-style: dotted; 
	border-right-color:#0F5AA4; 
	border-right-width: 1px;
	border-bottom-style: dotted; 
	border-bottom-color:#0F5AA4; 
	border-bottom-width: 1px;
	
	text-indent: 2px;
}

a
{
	text-indent: 2px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	
	color: #333333;
}

a.intext
{
	text-indent: 2px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	
	color: #A71414;
}

a:hover
{
	text-indent: 2px;
	direction: rtl;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: underline;
	
	color: #A71414;
}

.normalenglishtext
{
	text-indent: 2px;
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	direction: ltr;
}