﻿/* Label */
.FooterText
{
	font-size: small;
	font-family: Tahoma;
	font-weight: bold;
	color: #555555;
}
.SmallTitleText
{
	font-size: small;
	font-family: Tahoma;
	font-weight: bold;
	color: #555555;
}
.SimpleText
{
	font-size: small;
}
/* TextBox */
/* LinkButton & HyperLink */
.FeedEnglishLink
{
	color: #ffffff;
	font-family: Arial, Tahoma;
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
	text-decoration: none;
	cursor: hand;
	text-align: left;
}
.FeedPersianLink
{
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	font-size: x-small;
	white-space: nowrap;
	text-decoration: none;
	cursor: hand;
	text-align: right;
}
.Hyperlink
{
	color: #3399cc;
	text-decoration: none;
	white-space: nowrap;
}
.Menulink
{
	color: #3399cc;
	text-decoration: none;
}
/* Button */
/* Image & ImageButton */
.Image
{
	border: 0px;
}
.SmallImageContainer
{
	width: 70px;
	height: 65px;
}
.Thumbnail
{
	border: 1px solid #111c20;
	cursor: hand;
}
/**/
/**/
/**/
/**/
/* Navigation */
.FaraconeshWebsiteMenu
{
	white-space: nowrap;
	padding: 0px;
}
.StaticMenuItemStyle
{ /* Root Menu Items | Default View */
	cursor: pointer;
	color: #293d6b;
	padding: 8px 0px 0px 8px;
	white-space: nowrap;
	width: auto;
	height: auto;
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	letter-spacing: 1px;
}
.StaticMenuItemStyle:hover
{ /* Root Menu Items | Hover View */
	cursor: pointer;
	color: #ff5227;
}
.StaticMenuItemStyle:active
{ /* Root Menu Items | Selected View */
  color: #ff5227;
  white-space: nowrap;
  letter-spacing: 1px;
}
.DynamicMenuItemStyle
{ /* SubMenu Menu Items | Default View */
	background-color: #c7d6e2;
	cursor: pointer;
	color: #293d6b;
	padding: 5px 0px 5px 8px;
	white-space: nowrap;
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	letter-spacing: 1px;
	border-collapse: collapse;
	border-top: 1px solid #98b1c4;
}
.DynamicMenuStyle
{ /* SubMenu Menu Items | Edge View */
	background-color: #c7d6e2;
	border-collapse: collapse;
	border: 0px;
	border-right: 8px solid #98b1c4;
	border-bottom: 1px solid #98b1c4;
	border-left: 1px solid #98b1c4;
}
.DynamicHoverStyle
{ /* SubMenu Menu Items | Hover View */
	cursor: pointer;
	color: #549695;
}
.DynamicSelectedStyle
{ /* SubMenu Menu Items | Selected View */
  color: #293d6b;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: bold;
}