
.Error	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: red;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif
}

.HeadBg	{
	background-color: #FFFFFF;
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within DouranPortal, not just HomePage.aspx */ 
/* This is used throughout all standard - user based pages */ 
.dp_DefaultLayoutDiv	{
	text-align:  center; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;    
    direction:rtl;
    background-color: #bbc28c;
}

.dp_DefaultLayoutTable	{
	text-align: Center;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* The div and the table style allow you to offer cross browser support for table positioning and size which allows you to apply your theme to all pages within DouranPortal, not just HomePage.aspx */ 
/* This is used throughout all non-standard - admin type based pages e.g edit pages, site admin pages. You can keep them the same size as the standard ones to maintain a consistent look or you may need more space for admin features. This gives you that flexibility */ 
.dp_AlternateLayoutDiv	{
	text-align:  center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.dp_AlternateLayoutTable	{
	width: 100%;
	table-layout:auto;
    text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}
/* DESKTOP PORTAL BANNER SETTINGS */ 
dp_AlternatePortalHeader	{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

dp_DefaultPortalHeader	{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

/* DESKTOP PORTAL MODULE VIEW AND EDIT AND SETTING*/
.dp_DefaultLayoutTableModule
{	
	width:84%;
	background-color:#D0DAA6;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}

.dp_AlternateLayoutTableModule
{
	width:84%;
	background-color:#D0DAA6;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
}


/* DESKTOP PORTAL Footer SETTINGS */ 
dp_AlternatePortalFooter	{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

dp_DefaultPortalFooter	{
width: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-collapse: collapse;
}

.SiteTitle	{
	PADDING-RIGHT: 0px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 10px;
    COLOR: #4D530D;
    PADDING-TOP: 30px;
    FONT-FAMILY:Times New Roman;
    TEXT-DECORATION: none;
    vertical-align:bottom;
}

.TabBg	{
    color: #ffffff;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
}

.OtherTabsBg	{
	COLOR: #ffffff;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
}

.SelectedTab	{
	FONT-SIZE: 14px;
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
}
A.SelectedTab	{
	FONT-SIZE: 11px;
    COLOR: #ffffff;
}

A.SelectedTab:hover	{
	COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
.OtherTabs	{
	FONT-SIZE: 11px;
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.OtherTabs	{
	FONT-SIZE: 11px;
    COLOR: #FFFFFF
}
A.OtherTabs:link	{
	COLOR: #ffffff;
    TEXT-DECORATION: none
}

A.OtherTabs:visited	{
	COLOR: #ffffff;
    TEXT-DECORATION: none
}

A.OtherTabs:active	{
	COLOR: #ffffff;
    TEXT-DECORATION: none
}

A.OtherTabs:hover	{
	COLOR: #ffffff;
    TEXT-DECORATION: none
}

.DesktopFooterItemStyle	{
	color: #ffffff;
	FONT-SIZE: 12px;
}

A.DesktopFooterItemStyle:visited	{
	Color:#ffffff;
}

A.DesktopFooterItemStyle:active	{
	Color:#ffffff;
}

A.DesktopFooterItemStyle:link	{
	color: ffffff;
	text-align: center;
}

A.DesktopFooterItemStyle:hover	{
	Color:#ffffff;
	TEXT-DECORATION: underline;
}

.SiteLink	{
	/* FONT-WEIGHT: bold; */
    FONT-SIZE: 10px;
    COLOR: #7C7C7C;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.SiteLink A:link	
{
	COLOR: #7C7C7C;
    TEXT-DECORATION: none
}

.SiteLink A:visited	{
	COLOR: #7C7C7C;
    TEXT-DECORATION: none
}

.SiteLink A:active	{
	COLOR: #7C7C7C;
    TEXT-DECORATION: none
}

.SiteLink A:hover	{
	/* COLOR: #E17400; */
    TEXT-DECORATION: underline
}

.Accent	{
	FONT-WEIGHT: bold;
    COLOR: #4775C1
}

.Message	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif;
    BACKGROUND-COLOR: #ffcc00
}

.dp_PageKeyPhrase	{
	}

.ItemTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: firebrick;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.ItemDate	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.Head	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.SubHead	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.TitleHead	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.SubSubHead	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.Normal	{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 11px;
	color: black;
}

.NormalTextBox	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.NormalRed	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ffcc00;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.NormalBold	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.NormalItalic	{
	FONT-SIZE: 11px;
    FONT-STYLE: italic;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

Input.CommandButton	{
	line-height: 14px;
}

input	{
	font-family: Tahoma, Arial;
	font-size: 11px;
}

select	{
	font-family: Tahoma, Arial;
	font-size: 11px;
}

textarea	{
	font-family: Tahoma, Arial;
	font-size: 11px;
}

H1	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 20px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

H2	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 20px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

H3	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

H4	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

H5	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

DT	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

H6	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

TFOOT	{
	FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

THEAD	{
	FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

TH	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    VERTICAL-ALIGN: baseline;
    COLOR: #000000;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

A:link	{
	COLOR: #000099;
    TEXT-DECORATION: none
}

A:visited	{
	COLOR: #ffffff;
    TEXT-DECORATION: none
}

A:active	{
	COLOR: #000099;
    TEXT-DECORATION: none
}

A:hover	{
    COLOR: #000099; 
    TEXT-DECORATION: none
}

SMALL	{
	FONT-SIZE: 8px
}

BIG	{
	FONT-SIZE: 14px
}

BLOCKQUOTE	{
	FONT-FAMILY: Tahoma,Lucida Console, monospace
}

PRE	{
	FONT-FAMILY: Tahoma,Lucida Console, monospace
}

UL LI	{
	LIST-STYLE-TYPE: square
}

UL LI LI	{
	LIST-STYLE-TYPE: disc
}

UL LI LI LI	{
	LIST-STYLE-TYPE: circle
}

OL LI	{
	LIST-STYLE-TYPE: decimal
}

OL OL LI	{
	LIST-STYLE-TYPE: lower-alpha
}

OL OL OL LI	{
	LIST-STYLE-TYPE: lower-roman
}

HR	{
	text-align: Left;
	color: #FF9933;
	height: 1pt;
}

.ArticleHead	{
	FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
    COLOR: #0066ff;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
}

.module	{
	PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 10px;
    BACKGROUND-COLOR: #000000
}
.ContentBrowser
{
	width:auto;
	background-color:Gray;
	color:Red;
}
.LeftPane	
{
	padding:10px 10px 10px 10px;
	background-color:white;
	height:100%;
}
.LeftPane A	{
}

.LeftPane A:visited	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.LeftPane A:hover	{
    COLOR: #FC6B00; 
    TEXT-DECORATION: none
}

.LeftPane A:active	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.LeftPane A:link	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.RightPane	{
	padding:10px 10px 10px 10px;
	background-color:white;
	height:100%;
}
.RightPane A	{
}

.RightPane A:visited	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.RightPane A:hover	{
    COLOR: #FC6B00; 
    TEXT-DECORATION: none
}

.RightPane A:active	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.RightPane A:link	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.ContentPane	{
	padding:0px;
	background-color:white;
	border:solid 3px #000099;
	height:100%;
	background-image:url('mod_bg.gif');
	background-repeat:repeat-y;
	background-position:right
}
.ContentPane A	{
}

.ContentPane A:visited	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.ContentPane A:hover	{
    COLOR: #FC6B00; 
    TEXT-DECORATION: none
}

.ContentPane A:active	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.ContentPane A:link	{
	COLOR: #643200;
    TEXT-DECORATION: none
}

.RightPane .normal	{
	COLOR: black
}

.RightPane TD	{
	COLOR: #000000
}

.Menu	
{
	width : 170px;
	font-family : Tahoma,Verdana,Sans-Serif;
	font-weight : normal;
	font-size:10px;
	COLOR: white;
    BACKGROUND-COLOR: #FFFFFF;
    border-color : #BBBBBB;
}
.LastModified	{
	FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: gray;
    LINE-HEIGHT: 30px;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif
    VERTICAL-ALIGN: bottom;
}

DIV.edmenuback	{
	background-color: #cccccc;
	border-bottom: 0px solid #929292;
	border-left: 1px solid #929292;
	border-right: 1px solid #929292;
	border-top: 1px solid #929292;
	width: 100%
}

TD.edmenuStyle	{
	width: 75px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: right;
}

TD.edmenuEditor	{
	}

TD.edmenuHTML{
	text-align: right;
	width: 35px;
}

.MessageTitle	{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:darkblue;
}

.MessageAuthor	{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkgray
}

.MessageBody	{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black
}

TR, TD	{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
    font-size:  11;
    font-weight: normal;
}

.SurveyQuestion	{
	color: darkred;
}

.SurveyPanel	{
	color: silver;
	background-color: silver;
}

.SurveyOption	{
	color: black;
}

.SurveyButton	{
	color: darkred;
	font-weight: bold;
}

.bc_Row	{
	padding-left:57px;border-bottom:solid 2px Black;background-color:#ffcc00;}
.bc_Text	{FONT-SIZE:10px;
}

.bc_Link, .bc_Link:link, .bc_Link:visited	{
	padding-left:8px;FONT-SIZE:10px;font-weight:bold;text-decoration:none;color:white}
.bc_Link:hover	{text-decoration:underline;
}

.spm_MenuContainer	{
	height:27px;border-bottom:solid 2px Black;}
.spm_MenuBar		{height:27px;
}

.spm_MenuBar TD	{
	FONT-SIZE: 12px;font-weight:bold;}
.spm_SubMenu		{z-index:200; border:solid 1px black;
}

.spm_SubMenu TD	{
	font-weight:bold;}
.spm_MenuBreak		{
}

.spm_MenuItem	{
	FONT-SIZE:12px;padding-left:5px; padding-right:5px;background-color:#ffcc00;cursor:pointer;cursor:hand;}
.spm_MenuItem TD	{FONT-SIZE: 12px;
}

.spm_MenuIcon	{
	border-left:solid 1px #ffcc00;}
.spm_MenuItemSel	{FONT-SIZE: 12px;
}

.spm_MenuItemSel TD	{
	FONT-SIZE: 12px;padding-left:5px; padding-right:5px;cursor: pointer; cursor: hand;}
.spm_MenuArrow		{font-family: webdings;cursor: pointer; cursor: hand;
}

.spm_RootMenuArrow	{
	font-family: webdings;cursor: pointer; cursor: hand; }

/* =================================
   SimpleMenu Module - static styles
   ================================= 
   style by Fariborz KHosravi
   =================================
*/
.sm_SimpleMenu 
{
	FONT-SIZE: 12px;
	COLOR:#ffcc00;
	background-color:#ffcc00;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	WIDTH: 100%;
	BORDER-BOTTOM: black 1px solid;
}

.sm_SimpleMenu A:hover	{
	FONT-SIZE: 12px;
	COLOR:#ffcc00;
	TEXT-DECORATION: none;
 }
.sm_SelectedTab	
{
	FONT-SIZE: 12px;
	COLOR:#FCFF00;
	FONT-WEIGHT: bold;
	background-color: dodgerblue;
}

.sm_OtherSubTabs	{
	FONT-SIZE: 12px;COLOR:#ffcc00;background-color: dodgerblue }
.sm_OtherSubTabsAlt		{FONT-SIZE: 12px;COLOR:#ffcc00;background-color: dodgerblue
}

.sm_Header	{
	FONT-SIZE: 12px;COLOR:#000000;BORDER-BOTTOM: black 2px solid }
.sm_Header A:link, .sm_Header A:visited	{FONT-SIZE: 12px;COLOR:#000000;
}

.sm_Header A:hover	{
	FONT-SIZE: 12px;COLOR:#000000;FONT-WEIGHT: bold;}
.sm_Footer				{FONT-SIZE: 12px;COLOR:#000000;BORDER-TOP: black 2px solid;
}



.sm_HWMenuItem	{
	COLOR:#FFFFFF;background-color:#6B6B6B;FONT-SIZE:11px;font-weight:normal;font-family:tahoma,Verdana, Helvetica, sans-serif;border:solid 0px #1B3955;
}
.sm_HWMenuHiItem  {
	COLOR:#000000;background-color:#CCCCCC;FONT-SIZE:11px;font-family:tahoma,Verdana, Helvetica, sans-serif;border:solid 0px #ffd700;border-bottom:solid 0px #ffd700;
}
.sm_HWMenuSubItem	{
	COLOR:#FFFFFF;background-color:#6B6B6B;FONT-SIZE:11px;font-family:tahoma,Verdana, Helvetica, sans-serif;border:solid 0px #FFFFFF;
}
.sm_HWMenuHiSubItem	{
	COLOR:#000000;background-color:#CCCCCC;FONT-SIZE:11px;font-family:tahoma,Verdana, Helvetica, sans-serif;border:solid 0px #FFFFFF;
}


.sm_SPMenuContainer	{
	height:22px;border-bottom:solid 0px Black;}
.sm_SPMenuBar		
{
	height:22px;
}

.sm_SPMenuBar TD	{
	FONT-SIZE: 11px;font-weight:normal;
}
.sm_SPSubMenu	
{
	z-index:200; border:solid 0px black;
}

.sm_SPSubMenu TD	{
	font-weight:normal; border-width:0px;
}
.sm_SPMenuBreak		{
}

.sm_SPMenuItem	{
	text-align:right;FONT-SIZE:11px;padding-left:5px; padding-right:5px;height:22px;background-color:#6B6B6B; color:White;cursor:pointer;cursor:hand; border-width:0px;
}
.sm_SPMenuItem TD	
{
	FONT-SIZE: 11px;
}

.sm_SPMenuIcon	{
	border-left:solid 0px #ffcc00;}
.sm_SPMenuItemSel		
{
	FONT-SIZE: 11px; background-color:#CCCCCC; color:Black;
}

.sm_SPMenuItemSel TD	{
	padding-left:5px; padding-right:5px;FONT-SIZE: 11px;cursor: pointer; cursor: hand;
}
.sm_SPMenuArrow		{font-family: webdings;cursor: pointer; cursor: hand;
}

.sm_SPRootMenuArrow	{
	font-family: webdings;cursor: pointer; cursor: hand; }
/* ================================ */
/* END Of Horizontal Tabs Styles */ 
/* Calendar */ 
/* style by H.Zandieh */ 
.Calendar	{
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
}

.SubModule	{
	background-color: #CCCCCC;
	font-weight: bold;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.SubSubModule	{
	background-color: #DDDDDD;
	color: #000000;
}

.FilterButton	{
	border-right: black thin solid;
	padding-right: 3px;
	border-top: silver thin solid;
	padding-left: 3px;
	font-size: 11px;
	background: #999999;
	padding-bottom: 2px;
	overflow: visible;
	border-left: silver thin solid;
	color: white;
	line-height: 12px;
	padding-top: 2px;
	border-bottom: black thin solid;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}

a.FilterButton	{
	color: white;
}

a.FilterButton:hover	{
	color: white;
}

.AlternateRow	{
	background-color: #EEEEEE;
}

.dp_Gallery_Alternative_ItemTitle	{
	font-weight: bold;
	background-color: #DAE4B0;
}

.dp_Gallery_Alternative_ItemValue	{
	background-color: #BDCE68;
}

.dp_Gallery_Item_Image	{
	border-top-width: thin;
	border-left-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
}

.dp_Gallery_Item_Title	{
	color: black;
	background-color: #AAC537;
	text-align: center;
}

.dp_Gallery_Item_ItemTitle	{
	font-weight: bold;
	background-color: #BDCE68;
}

.dp_Gallery_Item_ItemValue	{
	background-color: #DAE4B0;
}

.GridItemStyle	{
	background-color:#F0F0F0;
}

.GridHeaderStyle	{
	font-weight: bold;
/*	background-color:#C7C7C7; */
	background-image:url(gridHeader_bg.gif);
	height:20px;
/*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#80FF3300', EndColorStr='#8099CCFF');*/
}	

.GridAlternatingStyle	{
	background-color: #DDDDDD;
}

.GridStyle	{
	border:1;
	border-width:1;
	border-color:#EAE9E1;
	width:100%;
}

.Category_TreeView_Class	{
	border: darkgray thin solid;
	vertical-align:top;
}

.Category_LoadModule_Class	{
	border: darkgray thin solid;
	vertical-align:top;
}

a.ItemDate	{
	font-weight:normal;
}

.dp_directoryBackground	{
	}
/* ================================
   Directory
   ================================ */
.dp_DirectoryTree
{
	font-family:Tahoma;
	font-size: 11px;
}

.MenuCSS-MenuContainer	{
	border-style:none; HEIGHT: 24px;BACKGROUND-COLOR: #6B6B6B ;} 
.MenuCSS-MenuBar {border-style:none; HEIGHT: 24px
}

.MenuCSS-MenuItem	{
	border-style:none; HEIGHT: 24px; COLOR: #FFFFFF ;} 
.MenuCSS-MenuIcon {border-style:none; HEIGHT: 24px; BACKGROUND-COLOR: #C0C0C0
}

.MenuCSS-SubMenu	{
	border-style:none; HEIGHT: 24px;BACKGROUND-COLOR: #6B6B6B } 
.MenuCSS-MenuBreak {border-style:none; HEIGHT: 24px; BACKGROUND-COLOR: white
}

.MenuCSS-MenuItemSel	{
	border-style:none; HEIGHT: 24px;COLOR: black; BACKGROUND-COLOR: #CCCCCC } 
.MenuCSS-MenuArrow {border-style:none; HEIGHT: 24px;
}

.MenuCSS-MenuScroll	{
	border-style:none; HEIGHT: 24px;}
.MenuCSS-RootMenuArrow {border-style:none; HEIGHT: 24px;
}

/* ================================ */ 
.dp_Message_Error	{
	color : Red;
}

.dp_Message_Confirm	{
	color : Black;
	font-weight:bold;
}

.dp_Message_Success	{
	color : Green;
}

.dp_Message_Normal	{
	color : Black;
}

.MainMenu_MenuContainer	{
	BACKGROUND-COLOR: transparent
}

.MainMenu_MenuBar	{
	CURSOR: hand; HEIGHT: 16px; BACKGROUND-COLOR: transparent
}

.MainMenu_MenuItem	{
	BORDER-RIGHT: #cccccc 0px solid; BORDER-TOP: #cccccc 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 9pt; BORDER-LEFT: #cccccc 0px solid; CURSOR: hand; COLOR: black; BORDER-BOTTOM: #cccccc 1px solid; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Arial, Helvetica; BACKGROUND-COLOR: transparent
}

.MainMenu_MenuIcon	{
	BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; WIDTH: 15px; CURSOR: hand; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 21px; BACKGROUND-COLOR: #cccccc; TEXT-ALIGN: center
}

.MainMenu_SubMenu	{
	Z-INDEX: 1000; FILTER: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); CURSOR: hand; BACKGROUND-COLOR: #cccccc
}

.MainMenu_MenuBreak	{
	HEIGHT: 1px
}

.MainMenu_MenuItemSel	{
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; CURSOR: hand; COLOR: black; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Arial, Helvetica; BACKGROUND-COLOR: #aaaaaa
}

.MainMenu_MenuArrow	{
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 0px solid; FONT-SIZE: 10pt; CURSOR: hand; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: webdings
}

.MainMenu_RootMenuArrow	{
	FONT-SIZE: 10pt; CURSOR: hand; FONT-FAMILY: webdings
}



/*TreeView Control*/
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:hand; 
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px;
}

.HoverTreeNode 
{
  font-family: tahoma; 
  color:Red;
  cursor: hand; 
  font-weight:bold;
}

.HoverChildTreeNode 
{
  font-family: tahoma; 
  color:Red;
  cursor: hand; 
  font-weight:bold;
}
.SelectedTreeNode 
{ 
  font-family: tahoma; 
  color:Green;
  cursor: hand;
  font-weight:normal;
}

.ChildNode
{ 
  color:Green;
  cursor:hand;
  font-family: tahoma; 
  font-weight:normal;
}
.ParentChildNode
{ 
  color:Black;
  cursor:hand;
  font-family: tahoma; 
  font-weight:normal;
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}
/* =================================== 
	TaskManager
=====================================*/
.bodyTable {
    padding: 14px;
    width: 100%;
    height: 100%;
}


.bodyCell {
    padding-top: 20px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align: top;
}

.contentTable {
    width: 100%;
    height: 100%; 
}

.contentTableShort {
    width: 100%;
	border-top: 0px solid #0066ff;
	border-left: 1px solid #0066ff;
	border-right: 1px solid #0066ff;
	border-bottom: 1px solid #0066ff;
}



.contentCell {
    vertical-align:top;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
}



.tabInactive {
    font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 0px none #000000;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.tabInactive a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tabInactive a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tabInactive a:active {
	font-weight: bold;
	color: #FFC453;
	text-decoration: none;
}

.tabInactive a:hover {
	font-weight: bold;
	color: #FFC453;
	text-decoration: none;
}

.tabActive {
    font-size: 0.7em;
	border-top: 0px none #EDECD1;
	border-right: 1px solid #EDECD1;
	border-left: 1px solid #EDECD1;
	border-bottom: 0px none #EDECD1;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.tabActive a:link, .tabActive a:visited  {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}


.adminTabActive {
	font-size: 0.7em;
	font-weight: bold;
	color: #696969;
	border-top: 1px solid #0066ff;
	border-right: 1px solid #0066ff;
	border-left: 1px solid #0066ff;
	border-bottom: 0px none #0066ff;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.adminTabInactive {
    font-size: 0.7em;
	border-top: 1px solid #0066ff;
	border-right: 1px solid #0066ff;
	border-left: 1px solid #0066ff;
	border-bottom: 1px solid #0066ff;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
	background-color: White;
}


.adminTabInactive a:link{
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.adminTabInactive a:visited {
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.adminTabInactive a:active {
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}


.adminTabInactive a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.adminTabActive a:link, .adminTabActive a:visited  {
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}


.standardText {
	font-size: 0.9em;
	color: #000000;
}


.gridFirstItem {
	border-top: #696969 1px solid;
	border-right: #696969 1px solid;
	border-bottom: #696969 1px solid;
	border-left: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}


.gridItem {
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px double;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}


.gridLastItem {
	border-right: #696969 1px solid;
	padding: 4px;
	margin: 1px;
}



.gridHeader {
	border-bottom: #696969 1px solid;
	font-weight: bold;
	font-size: 0.8em;
	color: #696969;
}



.gridHeader a:active {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:link {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:visited {
	color: #696969;
	text-decoration: none;
}

.gridHeader a:hover {
	color: darkred;
	text-decoration: none;
}
/* =================================
   Elearning Styles
   ================================= */
.Offline_Sections
{
	width:300;
	background-color:#F0E7D8;
	border-style:dashed;
	
	border-width:1px;
	border-color:#636839;
	border-collapse:collapse
}
.CourseMainTable
{
	background-color:#FEFEFE;
	border:outset 1px #D4E8E8;
	padding:10px;
	color:Blue;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	width:95%;
}
.td_main
{
	background-color:#F7EEE6;
	border:outset 0px #F9991D;
	padding:10px;
	color:#2D3015;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
}
.Section_Title
{
	border-collapse:collapse;
	font-weight:bold;
	color:#636839;
}
.CourseInformationTitleMaster
{
	font-weight:bold;
	color:#636839;
}
.CourseInformationTitle
{
	font-weight:normal;
}
/* Task Progress style
   add by fariborz khosravi
   1385/02/01
*/
.TaskPrpgress1
{
	background-color:red
}
.TaskPrpgress2
{
	background-color:yellow
}
.TaskPrpgress3
{
	background-color:blue
}
.TaskPrpgress4
{
	background-color:green
}
/*
	admin control panel style
	add by fariborz khosravi
	1385/03/13
*/
.controlpanel
{
	background:url(../../../../images/controlPanelBg.gif); border:#ADADAD solid; border-width:0px 0px 2px; 
}
.controlpanel IMG
{
	margin:15px 5px 0px;
}
.controlpanel TD TD TD TD IMG
{
	margin:0px;
}
.controlpanel TD TD TD
{
	width:auto;
}
.controlpanel DIV
{
	border:#697215 solid; border-width:0px 1px; width:3px; height:100px;font-family:tahoma
}
.controlpanel TD.SubHead
{
	background:#A8C336 url(controlPanelTdSubHeadBg.gif) ; font-size:12px; color:#000; font-weight:bold;font-family:tahoma
}
.controlpanel TD TD .SubHead
{
	background:transparent; border:0px; font-size:11px; color:#333; font-weight:normal;font-family:tahoma
}
.controlpanel TD TD TD input
{
	background:#EFEFEF; font-size:11px; color:#000; font-weight:bold; padding-left:4px;font-family:tahoma
}
.controlpanel TD TD TD select
{
	background:#EFEFEF; font-size:11px; color:#333;font-family:tahoma
}
/* end of admin control panel style*/

/* new style for new skin add by fariborz */
/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body { margin: 0; background-color: #bbc28c; margin: 0 0 5 0;direction:rtl; }
/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: tahoma; font-size: 11px; line-height: 1.4em; }

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- outermost table of skin -Standard      --*/ .OuterTable { width: 85%; height: 100%; background: url(page_bg_.gif) repeat-y top right #FFF; align: center; }
/*-- outermost table of skin -Admin         --*/ .OuterTableAdmin { width: 85%; height: 100%; background: url(page_bg_.gif) repeat-y top right #FFF; align: center; }
/*-- cell containing login and register     --*/ .LoginTD { text-align:left; color: #404852; padding: 0 0 0 20px; }
/*-- cell containing search                 --*/ .SearchTD { height:81px; text-align:left; padding: 3px 0 0 9px;}
/*-- cell containing login no search        --*/ .LoginTDNS { height:56px; text-align:right; vertical-align: top; color: #404852; padding: 39px 30px 0 0; }
/*-- cell containing search no search       --*/ .NSPaneTD { height:135px; text-align:right; vertical-align: top; padding: 0 15px 0 0;}
/*-- cell containing panes                  --*/ .PanesTD { width:100%; vertical-align: top; padding: 0 0px 0 11px; }
/*-- DIV containing panes                   --*/ .PanesDIV { padding: 10px 5px 0 5px}
/*-- cell containing menu pane              --*/ .MenuPaneTD {  background: url(menu_bot.gif) no-repeat top right; width:100%; vertical-align: top; padding: 14px 0 0 0; }
/*-- bottom footer section                  --*/ .BottomRow { background: url(footer_b.gif) repeat-x top center #BBC28C; height: 80px; padding: 0;}
/*-- bottomleft footer section              --*/ .BottomRowLeft { background: url(footer_c.gif) no-repeat top right; height: 80px; padding: 0;border:0px;}
/*-- bottomright footer section             --*/ .BottomRowRight { background: url(footer_d.gif) no-repeat top right; height: 80px; border:0px; text-align: right; vertical-align: top; padding: 23px 40px 0 25px; }
/*-- middle content section                 --*/ .MiddleRow { background: url(page_bg0.gif) repeat-y top left; padding: 0 0 0 8px; }
/*-- cell containing breadcrumbs            --*/ .BreadCrumbsTD { text-align:right; vertical-align: middle; color: #FFF; padding: 0 14px 0 14px; height:26px;}
/*-- cell containing logo                   --*/ .LogoTD { text-align:center; vertical-align: middle; padding: 29px 0 0 0; height:191px; width: 204px;}

/*-- top header section                     --*/ .TopRow { background: url(header_b.jpg) repeat-x top right; height: 201px; padding: 0; }
/*-- topleft header section woman           --*/ .TopRowLeftW { background: url(header_e.jpg) no-repeat top right; height: 201px; width:100%; padding: 0; }
/*-- topright header section                --*/ .TopRowRight { background: url(header_f.jpg) no-repeat top left; height: 201px; width:100%; padding: 0; margin:0;}
/*-- topright header section without search --*/ .TopRowRightNS { background: url(header_g.jpg) no-repeat top right; height: 201px; width:100%; padding: 0; margin:0;}

/*  Vertical Nav     */
/*-- cell containing date                   --*/ .DateTD { text-align:right; vertical-align: middle; color: #FFF; padding: 0 14px 0 14px; height:39px;}
/*-- cell containing vertical menu          --*/ .MenuTD { width: 198px; vertical-align: top; padding: 0; border:0 }
/*-- top inner section vertical menu        --*/ .InnerTD { background: url(inner_bh.gif) repeat-x top right; height: 65px; width:100%; padding: 0; }
/*-- topleft inner section vertical menu    --*/ .InnerLeft { background: url(inner_bi.jpg) no-repeat top right; height: 65px; width:100%; padding: 0; vertical-align:top; }
/*-- topright inner section vertical menu   --*/ .InnerRight { background: url(inner_bj.jpg) no-repeat top left; height: 65px; width:100%; padding: 0; }

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 7px 0 7px; width: 50%; }
/*-- content pane                  --*/ .PaneCenter { padding: 0 7px 0 7px; }
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; width: 65%; }
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 7px 0 7px;background:#F8FBEF; }
/*-- bottom menu content pane      --*/ .PaneMenuBottom { width: 100%; padding: 5px 15px 0 15px; }
/*-- header content pane           --*/ .PaneHeader { width: 63%; padding: 10px 15px 0 15px; }

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #404852; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #000; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object { color: #FFF; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #DCDDDF; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #FFFFFF; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#FFF; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#FFF; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#DDD; font-weight:bold; text-decoration:none;  }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- admin button-link style           --*/ .CommandButton, a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { background-image: url('buttenbg.gif');color: #6A6A6A; border: 1px solid #ABABAB; padding: 1px 3px 1px 4px; font-family: tahoma; font-weight: bold; font-size: 10px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/a.CommandButton:hover { background-image: url('buttenbg.gif');color: #6A6A6A; border: 1px solid #868686; padding: 1px 3px 1px 4px; font-family: tahoma; font-weight: bold; font-size: 10px; text-decoration: none; height: 20px; }


/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-right: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/* end new style for new skin add by fariborz */
.headerSearchTextBox
{
	height:19px;
	background: transparent;
	width: 140px; 
	color: #404852; 
	padding: 4px 0px 0px 0px; 
	border: 0px solid #FFFFFF; 
	cursor:text;
}
.HeaderSearchButton
{
	cursor: hand; 
	margin: 0px;
	background:url(headerSearchBtnBg.gif);
	color:White;
	border:0px;
	height:16px;
}
.LanguageSwitcher
{
	background:#F1F0C2;
	border:0px;
	font-family:Tahoma,Times New Roman;
}

.SearchHighLight
{
    background-color:Yellow;
}

/* eform style*/

.eForm_ControlSelector	
{
	direction : ltr;
	width : 400px;
}

.eForm_ControlToolBar	
{
	background-image : url(../../../../aspnet_client/mtv/navbar-images/group_bg_ltr.gif);
	background-position: left;
	background-repeat : repeat-y;
	width : 100px;
	height : 100%;
	direction : ltr;
	vertical-align : top;
	border-left: #7c7c94 1px solid;
	border-right: #7c7c94 1px solid;
}

.eForm_ControlProperties	{
	background-color : #f1f1f1;
	vertical-align : top;
	width : 100%;
	padding : 0px;
	margin : 0px;
	height : 0px;
}

.eForm_FormToolBar	{
	background-image : url(../../../../aspnet_client/mtv/navbar-images/group_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:White;
	vertical-align : top;
	height :100%;
	width : 15%;
	border-left: #7c7c94 1px solid;
	border-right: #7c7c94 1px solid;
	white-space : nowrap;
}

.eForm_ControlContainer
{
	background-color:#d1d1d1;
	vertical-align : top;
	height : 100%;
}

.eForm_Edit
{
	Width : 100%;
	Height : 100%;
	border: solid 0px black;
}

.eForm_DesignerContainer
{
	Width : 100%;
	Height : 100%;
	border: solid 0px black;
	vertical-align : top;
	white-space : nowrap;
}

.eForm_Edit_Links_Left
{	
	text-align : right;
}
.eForm_Edit_Links_Right
{
	text-align : left;
}
.eForm_Edit_Links
{
	width : 100%;
	background-color:#e8e8e8;
}

.eForm_Grid_AddButton
{
	float : left;
}

/* end eform style */

/*Componentart Grid*/
.ComArtGridClass
{
  CURSOR: default
}

.ComArtRowClass
{
  BACKGROUND-COLOR: #ffffff
}

.ComArtDataCell 
{
  cursor: default;
  border-right: 1px solid #BFBFBF; 
  border-bottom: 1px solid #BFBFBF; 
  font-family: Tahoma,Verdana, Helvetica, sans-serif; 
  font-size: 10px;
  padding:0px 3px 0px 3px;
}

.ComArtAlternatingRowClass 
{
  BACKGROUND-COLOR: #E9E9E9
}

.ComArtHeaderClass 
{
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  FONT-FAMILY: verdana
}
.ComArtTableHeading
{
}
.ComArtHeadingCellClass 
{
  border-right:solid 1px #c0c0c0;
  PADDING-RIGHT: 10px;
  PADDING-LEFT: 4px;
  HEIGHT: 15px
}

.ComArtHeadingTextClass 
{
  PADDING-LEFT: 5px;
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
  FONT-FAMILY: verdana;
  WHITE-SPACE: nowrap
}

.ComArtHeadingRowClass 
{
  background: url(../../../../aspnet_client/mtv/Image_rtl/header_rowBg.gif);
  height:20px
}

.ComArtSelectorCell 
{
  background-color:#e0e0e0;
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5;
}

.ComArtSelectedRowClass 
{
  BORDER-RIGHT: #040484 1px solid;
  BORDER-TOP: #040484 1px solid;
  BORDER-LEFT: #040484 1px solid;
  BORDER-BOTTOM: #040484 1px solid;
  BACKGROUND-COLOR: #C3C3C3;
}

.ComArtSelectedRowClass TD.DataCell 
{
  BORDER-RIGHT: #90a8d0 1px solid;
  cursor: default; 
  padding-left: 3px; 
  font-family: Tahoma,Verdana, Helvetica, sans-serif; 
  font-size: 10px;
}

.ComArtIndentCell 
{
  BORDER-RIGHT: 0px;
  BACKGROUND: #a9c7f4;
  HEIGHT: 20px
}
.ComArtGridPagerText
{ 

  font-family: Tahoma,Verdana, Helvetica, sans-serif; 
  font-size: 11px; 
} 
.ComArtGridFooter
{
  cursor: default;
  padding:5px;
  vertical-align: bottom;
  direction:ltr;
}

.ComArtGridFooter a 
{
  color: Black;
  font-weight: bold;
}

/* end Componentart Grid style */

/* by mohammadi */
.MPanel
{
	background-color: #F8F8F8;
	border:solid 1px #D0CFCF;
}
/* Start of Report Generator Styles */

/*add for Tab Strip 
.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url(images/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(images/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(images/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:150px;
  position:relative;
  padding:10px;
  top:-3px;
  left:1px;
  z-index:98;
}*/

.TabStripTopGroup
{
  z-index:99;
  position:relative;
}
.TabStripDefaultTab 
{
  color:black;
  background-image: url(../../../../images/RG_tab_bg.gif);
  font-family:Tahoma; 
  font-size:9px; 
  cursor:default;
}
.TabStripDefaultTabHover 
{
  color:black; 
  background-image: url(../../../../images/RG_hover_tab_bg.gif);
  font-family:Tahoma; 
  font-size:9px;
  cursor:default;
}
.TabStripSelectedTab 
{
  color:black; 
  background-image: url(../../../../images/RG_selected_tab_bg.gif);
  font-family:Tahoma; 
  font-size:9px;
  cursor:default;
}
.TabStripMultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:750px;
  height:250px;
  position:relative;
  top:-3px;
  left:1px;
  z-index:98;
  padding:12px;
}

.AvailableFieldsCssClass
{
	background-color:#DDE9A1;
	font-family:Tahoma;
	font-size:11px;
	color:Blue;
	direction:ltr;
}
.SelectedFieldsCssClass
{
	background-color:#DDE9A1;
	font-family:Tahoma;
	font-size:11px;
	color:green;
	direction:ltr;
}
/* end of add*/
.lnkCssClass
{
	text-transform:uppercase;
	color:#E47400;
}
a.lnkCssClass:active
{
	text-transform:uppercase;
	color:#B85F01;
}
a.lnkCssClass:visited
{
	text-transform:uppercase;
	color:#E47400;
}
a.lnkCssClass
{
	text-transform:uppercase;
	color:#E47400;
}
a.lnkCssClass:hover
{
	text-transform:uppercase;
	color:#B85F01;
}
.ComArtTrvRelationsCssClass
{
	background-color: #FFFFFF;
    padding-top: 4px; 
	padding-left: 1px; 
	cursor: default; 
}
.ComArtTrvRelationsHoverNodeCssClass
{
	font-family: tahoma; 
	font-size: 11px; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 
	cursor:hand;
	background-color:#d7e9ff;
}
.ComArtTrvRelationsHoverNodeRowCssClass
{
}
.ComArtTrvRelationsNodeCssClass
{
	font-family: tahoma; 
	font-size: 11px; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 

}
.ComArtTrvRelationsNodeRowCssClass
{
}
.comArtTrvRelationsSelectedNodeCssClass
{
	font-family: tahoma; 
	font-size: 11px; 
	padding-top:2px;
	padding-bottom:1px;
	padding-left: 3px; 
	padding-right: 3px; 
	cursor: hand;
	background-color:#abc9f8;
}
.lblCssClass
{
	color:#C0a000;
}
.txtExpressionCssClass
{
	background-color:#DDE9A1;
	font-family:Tahoma;
	font-size:11px;
	color:Blue;
	direction:ltr;
}
.txtCssClass
{
	background-color:#DDE9A1;
	font-family:Tahoma;
	font-size:11px;
	color:Blue;
}
.comboCssClass
{
	background-color:#DDE9A1;
	font-family:Tahoma;
	font-size:11px;
	color:Blue;
/* End of Report Generator Styles */