/* ================================
    CSS STYLES FOR ArianaPortal
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-size: 9pt;
	color: #000000;
	font-family: tahoma;
}
.normalBold
{
	color:#000000;	
	font-size:8pt;
	font-weight:normal ;
}

/* background color for the content part of the pages */
Body
{
margin:0px 0px 0px 0px;
direction:rtl;
font-family:Tahoma;
font-size:8pt;	
scrollbar-3dlight-color:#a6a6a6;
scrollbar-arrow-color:white;
scrollbar-base-color:#ffffff;
scrollbar-face-color:#807f7f;
scrollbar-highlight-color:white;
scrollbar-shadow-color:#807f7f	
}
td{ font-family:tahoma; font-size:8pt; }
.LeftPane {
color:#000000;
}

.ContentPane {
color:Black;
}

.RightPane 
{
 color:#000000;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: tahoma;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    line-height:150%;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}
.SelectedTab1 {
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}
/* hyperlink style for the selected tab */

A.SelectedTab:link 
{
	font-family:Tahoma;
    text-decoration:    none;
    color: #000000;
    text-decoration: none;
}

A.SelectedTab:visited  
{
	font-family:Tahoma;
    text-decoration:    none;
    color: #000000;
    text-decoration: none;
}

A.SelectedTab:active   
{
	font-family:Tahoma;
    text-decoration:    none;
    color: #000000;
    text-decoration: none;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #000000;
    
}

.SubHead    {

    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: #000000;
}

A:link  
{
    color: #0F71B9;
    text-decoration: none;

}

A:Hover  {
    color: #000000;
    text-decoration: none;
}

A:visited  {
    color: #333399;
    text-decoration: none;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	font-family:Tahoma;
    color: #000000;
    text-decoration: none;
}

A.CommandButton:visited  {
    color: #000000;
    text-decoration: none;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 8pt;
    color:#000000;
    font-family: tahoma;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#000000;
}

.Footer
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.Footer:link,A.Footer:visited,A.Footer:active
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}
A.Footer:hover    {
    text-decoration:    underline;
    color:#000000;
}
/* Main Menu */
/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #997b4c 0px solid; 
	border-left: #997b4c 0px solid; 
	border-top: #997b4c 0px solid; 
	border-right: #997b4c 0px solid;  
	background-color:Transparent;
	width:160;
}

.MainMenu_MenuBar {
	cursor: hand; 
	padding:3px 3px 3px 3px;
	width:160;
}

.MainMenu_MenuItem {
	cursor: hand; 
	color:Black; 
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: normal; 
	border-left: #997b4c 1px solid; 
	border-bottom: #997b4c 1px solid; 
	border-top: #997b4c 1px solid; 
	border-right:#997b4c 1px solid;
	width:170;
	padding:3px 3px 3px 3px;
}
.MainMenu_MenuItemSel 
{
	padding:3px 3px 3px 3px;
	background-color:#d0b07d; 
	cursor: hand; 
	color: #000000; 
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration:none;
	width:200;
	border-left: #d0b07d 1px solid; 
	border-bottom: #d0b07d 1px solid; 
	border-top: #d0b07d 1px solid; 
	border-right:#d0b07d 1px solid;
}


.MainMenu_MenuIcon 
{
	display:none ;
	cursor: hand; 
	background-color: #997b4c;
	border-left: #997b4c 0px solid; 
	border-right: #997b4c 0px solid; 
	border-bottom: #997b4c 0px solid; 
	border-top: #997b4c 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
	direction:rtl;
}

.MainMenu_SubMenu
{
	padding:3px 3px 3px 3px;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	cursor: hand;
	border-top: #997b4c 1px none;
	border-left: #997b4c 1px solid;
	border-right: #997b4c 1px solid;
	border-bottom: #997b4c 1px solid;
	background-color:#997b4c;
	width:220px;
	color: #000000;
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration:none;
}

.MainMenu_MenuBreak 
{
	
	border-bottom: #997b4c 0px solid; 
	border-left: #997b4c 0px solid; 
	border-top: #997b4c 0px solid;  
	border-right: #997b4c 0px solid; 
	height: 0px;
}


.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 2pt; 
	color: #ffffff; 
	cursor: hand; 
	border-right: #997b4c 0px solid; 
	border-bottom: #997b4c 0px solid; 
	border-top: #997b4c 0px solid;
	border-left: #997b4c 0px solid;
}

.MainMenu_RootMenuArrow 
{
	color: #ffffff; 
	border-right: #997b4c 0px solid; 
	border-bottom: #997b4c 0px solid; 
	border-top: #997b4c 0px solid;
	border-left: #997b4c 0px solid;
	width:3px;
}
.UserLink
{
	color:#000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}
A.UserLink:link,A.UserLink:visited,A.UserLink:hover,A.UserLink:active
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	font-family: tahoma;
	text-decoration: none;
}
.WhiteTitle
{
	font-family:tahoma;
	font-size:8pt;
	color:#3CA1E9;
}
TR.DataGrid_HeaderStyle A
{
	text-decoration:	none;
	color:	#000000;
}

TR.DataGrid_HeaderStyle A:visited
{
	text-decoration:	none;
	color:#000000;
}

TR.DataGrid_HeaderStyle A:hover
{
	text-decoration:	none;
	color:	#000000;
}
TR.DataGrid_HeaderStyle
{
	color: #000000;
	background-color: #CFdfB2; 
	font-family: Verdana;
	font-weight: normal;
}
.PanelBackground
{
	background-color:#f4f4f4;
	border-bottom:solid 2px #B8BCAD;
	border-left :solid 2px #D6D6D4;
	border-right :solid 2px #B8BCAD;
	background-repeat:repeat-y ;
	background-attachment:scroll ;
	 
}
.selected-tab
{
height:32px;
width:140px;
cursor:hand;
border-right:1px solid #777777;
FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=90,color=#444444,strength=4); 
background:url(http://www.e-ir.com/Portals/60/Skins/New%20Folder/images/selectedtab.gif);
background-repeat:no-repeat;
background-position:left top;

}
.normal-tab
{
height:32px;
width:140px;
cursor:hand;border-bottom:1px solid #777777;
background:url(http://www.e-ir.com/Portals/60/Skins/New%20Folder/images/tab.gif);
background-repeat:no-repeat;
background-position:left top;
color:#ffffff;
}
A.siteNavigation:link
{
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
}
A.siteNavigation:visited
{
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
}
A.siteNavigation:hover
{
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
	text-decoration: none;
}