body /* بدنه سایت */
{
	background-color: #F0F0F0;
	color: #black;
	font-family: web_Mitra, Tahoma;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	overflow: scroll;
}
table /* جداول */
{
	border-collapse: collapse;
}
a:link, a:visited  /* لینک */
{
	color: #D56767;
	text-decoration: none;
}
a:hover /* لینک هنگام موس */
{
	color: blue;
}
input  /* ورودی های فرم */
{
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 5px;
	font-family: web_Mitra,Tahoma;
	font-size: 100%;
}
input[type=button]  /* دکمه */
{
	background-color: #E1E1E1;
	color: #5A5A5A;
	font-size: 80%;
	padding: 5px 20px 5px 20px;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 5px;
	background: #ddd;
	border: 0;
	border-bottom: 2px solid #bbb;
	margin:0px;
}
textarea /* ورودی های فرم */
{
	border: solid 1px #CCCCCC;
	line-height: 1.5;
	padding: 2px 4px 2px 4px;
}
select /* ورودی های فرم */
{
	border: solid 1px #CCCCCC;
	font-size: 12px;
	padding: 2px;
}
hr /* خطوط افقی */
{
	height: 1px;
	border-width: 0px;
	border-top: solid 1px #EBEBEB;
}
.bbr /* فاصله بین باکس ها */
{
	height: 15px;
}
.PagePart /* پارت های صفحه */
{
	padding: 0px;
}
.PartMain /* پارت اصلی */
{
	padding: 0px;
}
.Loading /* لودینگ */
{
	background-image: url('../../Images/Admin/Icon-16/Loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 50px;
}
.MsgSuccess /* پیام موفقیت */
{
	background-color: #E9FEED;
	border: 1px solid #84E891;
	color: Green;
	padding: 10px;
	margin-top: 5px;
	display: none;
	white-space: normal;
	line-height: 1.8;
}
.MsgError /* پیام خطا */
{
	background-color: #FFF0F0;
	border: 1px solid #FFA6A6;
	color: red;
	padding: 10px;
	margin-top: 5px;
	display: none;
	white-space: normal;
	line-height: 1.8;
}
.Form /* فرم های ورود اطلاعات */
{
}
.FormField /* فیلدهای فرم */
{
}
.Form table /* جدول فرم */
{
	text-align: right;
}
img
{
	border-style: none;
}
input[type=button]:hover  /* دکمه */
{
	background-color: #C1C1C1;
}
#picro-4 img
{
	display: none;
}
.FontItem img
{
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
.FontItem img:hover
{
	background-color: #EEEEEE;
	border: solid 1px #CCCCCC;
}
.PopUpFontCart
{
	position: fixed !important;
	width: 500px;
	max-height: 420px;
	overflow: hidden;
	overflow-y: auto;
	text-align: center !important;
	padding: 20px;
}
.PopUpClose
{
	background-image: url('../../Files/Skin/Delete.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
.RemoveButton
{
	cursor: pointer;
}
