﻿body
{
	direction:rtl;
	background-color:Transparent;
	margin:10px 0px 0px 0px;
	 background-color: #f7f4ee;
}

.ContentPanel
{
	background-image: url(images/background.jpg);  
	background-repeat: repeat-y;  
	background-position: center; 
	
	width:1032px;
}

.menuItem
{
	width: 100px;
	font-family: Tahoma;
	font-size: 14pt;
	word-wrap: normal;
	text-align: center;
	padding:10px;
}
.FormLabel
{
	 
	font-family: Tahoma;
	font-size: 10pt;
	word-wrap: normal;
	text-align: center;
}
.RequiredField
{
	color: #FF0000;
	width: 1%;
}
.grayedText
{
	font-family: Tahoma;
	font-size: 8pt;
	font-style: italic;
	color: #808080;
}
.icon
{
	width:72px;
	height:72px;
	border:0;
}
.NormalLink
{
	font-size:16pt;
	width:100%;
}
.iconSmall
{
	width:32px;
	height:32px;
	border:0;
}
.NormalLinkSmall
{
	font-size:12pt;
	width:100%;
}
