/* ================================
    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;
  font-family:Tahoma;
 font-size:8pt;	
}
td{ font-family:tahoma; font-size:8pt; }
.LeftPane {
color:#000000;
}

.ContentPane {
color:Black;
}

.RightPane 
{
 color:#101030;
}

/* 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;
}

/* 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: #ffffff;
    
}

.SubHead    {

    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: #000000;
}

A:link  
{
    color: #000000;
    text-decoration: none;

}

A:Hover  {
    color: #ffffff;
    text-decoration: none;
}

A:visited  {
    color: #000000;
    text-decoration: none;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	font-family:Tahoma;
    color: #000000;
}

A.CommandButton:visited  {
    color: #000000;
}


/* 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:#ffffff;
}

.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 {
	background-color:Transparent;   
	width:121;

}

.MainMenu_MenuBar {
	cursor: pointer; 
	padding:3px 3px 3px 3px;
	background-repeat:no-repeat;
    width:121;
    height:26;

}

.MainMenu_MenuItem 
{
	border-left: #f2e9ca 1px solid; 
	border-bottom: #f2e9ca 1px solid; 
	border-top: #f2e9ca 1px solid; 
	border-right:#f2e9ca 1px solid;

	direction:ltr;
	cursor: pointer; 
	color: White; 
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: normal; 

	width:108;
	padding:3px 3px 3px 3px;
}
.MainMenu_MenuItemTitle
{
	font-size: 10pt !important; 
}
.MainMenu_MenuItemSel 
{
	cursor: pointer; 
	color: black; 
	font-family: tahoma; 
	font-size: 8pt; 
	font-weight: normal; 
	border:none;
	text-decoration:none;
	width:108;
	height:26;

}


.MainMenu_MenuIcon 
{
	border:none;
	display:none ;
	cursor: pointer; 
	background-color: #eeeeee;
	text-align: center; 
	width: 21; 
	height: 21;
	direction:rtl;
}
.MainMenu_SubMenu
{
	border-right: #f2e9ca 1px solid;
	border-top: #f2e9ca 1px none;
	border-left: #f2e9ca 1px solid;
	border-bottom: #f2e9ca 1px solid;
    direction:ltr;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= '#f2e9ca' , Direction=135, Strength=3);
	cursor: pointer;
	background-color:#f2e9ca;
	width:115px;
	color:Black;
}

.MainMenu_MenuBreak 
{
	display:none;
	height: 0px;
}


.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 2pt; 
	color: #333399; 
	cursor: pointer; 
	display:none
}

.MainMenu_RootMenuArrow 
{
	display:none;
}
.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;
}