﻿body
{
	direction: rtl;
	font-family: Tahoma;
	font-size: 11px;
	background-image: url(../../img/NewTemplate/LogoBg.jpg);
	background-repeat:;
	background-position:center;
	background-color:rgb(215,215,215);
}

.Header
{
    height:20px;
    text-align:center;
    /*background-color: #f9e95d;*/
    background-image: url(../../img/NewTemplate/text-box-tile.jpg);
    color: white;
    font-weight:bold;
    /*border:solid 1px #f9e95d;*/
}

.Panel
{
	/*background-color: rgb(243,236,218);*/
	color:Blue;
	border: #c8c8c8 1px solid;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	text-align:justify;
}

.Titr
{
	/*background-color: silver;*/
	background-image: url(../../img/NewTemplate/text-box-tile.jpg);
	height: 20px;
	text-align: right;
	direction: rtl;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: aqua;
}
.RightSpaceGray
{
    background-color: #8c8c8c;
    width:11px;
    float:right;
}
.TextBox
{
	font-size: 11px;
	font-family: Tahoma;
	background-image: url(../../img/NewTemplate/textbox.jpg);
	color: yellow;
	background-repeat: repeat-x;
	direction: rtl;
	background-color: #B1B1B1;
	font-weight:bold;
}
.TextBoxEn
{
	font-size: 11px;
	font-family: Tahoma;
	color:yellow;
	background-image: url(../../img/NewTemplate/textbox.jpg);
	background-color: #B1B1B1;
	background-repeat: repeat-x;
	direction:ltr;
}
.Element
{
	font-size:11px;
	font-family:Tahoma;
	direction:rtl;
}
.ElementEn
{
	font-size:11px;
	font-family:Tahoma;
	direction:ltr;
}
.Button
{
	font-size: 11px;
	font-family: Tahoma;
	padding-left:10px;
	padding-right:10px;
}

.BodyLinks a:normal
{
	color:Blue;
	text-decoration:underline;
}
.BodyLinks a:link
{
	color:Blue;
	text-decoration:underline;
}
.BodyLinks a:visited
{
	color:Blue;
	text-decoration:underline;
}
.BodyLinks a:hover
{
	color:Red;
	text-decoration:none;
}

a:normal
{
	color:Yellow;
	text-decoration:underline;
}
a:link
{
	color:Yellow;
	text-decoration:underline;
}
a:visited
{
	color:Yellow;
	text-decoration:underline;
}
a:hover
{
	color:Red;
	text-decoration:none;
}
