/* Menü */

/* gesamter Menü Container */
.MainMenu_MenuContainer
{
	width: 150px;
}

/* ein Hauptmenüelement */
.MainMenu_MenuBar
{
	height: 25px;
}

/* gesamtes Untermenü */
.MainMenu_SubMenu
{
	background-color: #F6F6F6; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	z-index: 1000;
}

/* erster Teil eines Untermenüelements */
.MainMenu_MenuIcon
{
	background-color: #F6F6F6;	
	border-bottom: #F6F6F6 1px solid;
	border-left: #F6F6F6 1px solid; 
	border-top: #F6F6F6 1px solid;
	height: 21px;
	width: 10px; 
}


/* zweiter Teil eines Untermenüelements */
.MainMenu_MenuItem 
{
	background-color: #F6F6F6;
	border-bottom: #F6F6F6 1px solid; 
	border-top: #F6F6F6 1px solid; 
	color: #666666;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 13px;
	font-weight: 400;	
}

/* dritter Teil eines Untermenüelements */
.MainMenu_MenuArrow 
{
	background-color: #F6F6F6;
	border-bottom: #F6F6F6 1px solid;
	border-right: #F6F6F6 1px solid;
	border-top: #F6F6F6 1px solid; 
}

/* selektiertes Untermenüelement */
.MainMenu_MenuItemSel
{
	background-color: #DDDDDD;
	color: #016D37;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: 400;
}

/* ein Hauptmenüelement */
.MainMenu_rootItem
{
	background-color: #FFFFFF;
	color: #016D37;
	font-size: 14px;
	font-weight: 500;
}

/* selektiertes Hauptmenüelement */
.MainMenu_rootItemSelected
{
	background-color: #DDDDDD;
	color: #016D37;
	font-size: 14px;
	font-weight: 500;
}

/* Login, Breadcrumb, User */
.OtherTabs {
    font-family: Arial, Helvetica, Sans-Serif;   
    font-size: 8.5pt;
    font-weight: bold;
}
    
A.OtherTabs:link {
    color: #696969;
}

A.OtherTabs:visited  {
    color: #696969;
}

A.OtherTabs:active   {
    color: #696969;
}

A.OtherTabs:hover    {
    color: #696969;
    text-decoration: none;
}

/* Announcementmodul, Eventmodul Überschrift + Text */
.SubHeadEvent    
{
	color: #696969;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold
}

.SubHead    
{
	color: #696969;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold
}

.Normal
{
	font-family: Arial, Helvetica, Sans-Serif;
	/*text-align: left;*/
	font-size: 12px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
		color: #696969;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
		color: #696969;
}

A.CommandButton:visited  
{
		color: #696969;	
}

A.CommandButton:active   
{
		color: #696969;
}

A.CommandButton:hover    
{
		color: #696969;
}
