﻿body
{
	background: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #8f8f8f;
	font-family: Tahoma;
	margin: 0px;
}
a
{
	color: #0066CC;
	text-decoration: none;
}
a:hover
{
	color: #FF0000;
}
.subject
{
	color: Green;
}
.Title
{
	font-weight: bold;
	background-color: #E8E8E8;
	border-bottom: 1px solid #CCC;
	padding: 0px 5px 0px 5px;
	height: 22px;
	font-size: 9pt;
}
.Content
{
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	padding: 0px 5px 0px 5px;
	height: 25px;
	font-size: 9pt;
}
.Tick
{
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 55px;
	text-align: center;
	height: 22px;
}
.sText
{
	font-family: Tahoma;
	font-size: 8pt;
}
.Text
{
	font-family: Tahoma;
	font-size: 9pt;
	line-height: 170%;
	direction: rtl;
	text-align: justify;
}
.TextContent
{
	font-size: 9pt;
	vertical-align: top;
	line-height: 150%;
	text-align: right;
	background: white;
}
.Menu
{
	text-align: center;
	width: 90px;
	height: 35px;
	background: url(../Images/MenuBg.png);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #0e72c2;
}
.Menu img
{
	margin-top: 7px;
}
textarea
{
	border: 1px solid #CCC;
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
}
input
{
	border: 1px solid #CCC;
	direction: ltr;
	text-align: left;
	font-family: Tahoma;
	font-size: 9pt;
}
.btn
{
	font-size: 8pt;
	background: url(../Images/Bgs/Btn.gif);
	padding-bottom: 2px;
	text-align: center;
	color: Black;
}
td
{
	font-size: 9pt;
}
.Header
{
	background: #EEE;
	padding: 0px 5px 0px 5px;
	height: 23px;
	text-align: center;
}
.Hand
{
	cursor: pointer;
}
.ListTitle
{
	background: url(../Images/Bgs/TitleBg.gif);
	padding: 0px 5px 0px 5px;
	font-family: Tahoma;
	font-size: 9pt;
	height: 25px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.ListItem
{
	padding: 0px 5px 0px 5px;
	font-family: Tahoma;
	font-size: 9pt;
	height: 23px;
	text-align: center;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: White;
}