@charset "utf-8";
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	color: #2a3d49;
}
.flipV {
	filter: FlipV;
}
.flipH {
	filter: FlipH;
	width: 10px;
}
.repeatedVerLine {
	background-image: url(Images/Common/verLine.gif);
	background-repeat: repeat-x;
}
.repeatedHorLine {
	background-image: url(Images/Common/horLine.gif);
	background-repeat: repeat-y;
}
.BackGroundColorWhite {
	background-color: #FFFFFF;
}
.menuBottom {
	background-image: url(Images/Common/menuBottom.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menuBottomLine {
	background-image: url(Images/Common/menuBottomLine.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 1px;	
}
.repeatedVerLine1pxRight {
	background-image: url(Images/Common/menuBottomLine.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.fontSize16
{
	font-size:16px;
}
.fontSize12
{
	font-size:12px;
}
.fontSize10
{
	font-size:10px;
}
.fontSize9
{
	font-size:9px;
}
.fontColorDarkRed
{
	color: #96381f;
}
.fontColorDarkBlue
{
	color: #536068;
}
.fontColorDarkGray
{
	color: #666666;
}
.fontColorWhite
{
	color: #FFFFFF;
}
.fontColorGreen
{
	color: #1d9282;
}
.fontColorRed
{
	color: #FF0000;
}
.fontBold {
	font-weight: bold;
}
.fontFarsiDefault
{
	font-family: Tahoma;
}
.lineSpacingMore
{
	line-height: 16px;
}
.lineSpacingSemiMore
{
	line-height: 14px;
}
.lineSpacing {
	line-height: 4px;
}
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}
.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

.PagerNormal {
	font: 9pt Verdana;
	color: #951919;
	border: solid 1px #778899;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	background-color: #CCCCCC;
}
.PagerCurrent {
	font: 9pt Verdana;
	border: solid 1px #778899;
	padding: 1px 4px 1px 4px;
	background-color: #FFD700;
	direction: ltr;
}
.fontColorGold {
	color: Gold;
}
.linkDecoration {
	text-decoration: none;
}

