/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
    color: #535E7A;
}

.Title   {
	font-family: Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #535E7A;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}

.HeaderPane {
	background-color: #FFFFFF;
}

.LeftPane {
	background-color: #EEEEEE;
}

.ContentPane {
    background-color: #FFFFFF;
}
.RightPane {
    background-color: #FFFFFF;
}

.FooterPane {
    background-color: #535E7A;
    color: #535E7A;
}

.normal {
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    color: black;
    font-family:  Verdana, Arial, Helvetica; 
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color: black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color: white;
    font-family: Verdana, Arial, Helvetica; 
    text-decoration: none;
	padding-left : 0px;
	padding-right : 0px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:white;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	padding-left : 0px;
	padding-right : 0px;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:white;
	font-size : 10px;
	font-family : Verdana,  Arial, sans-serif;
	padding-left : 0px;
	padding-right : 0px;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:white;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	padding-left : 0px;
	padding-right : 0px;
}

/* Main Menu - login tekst og nederste menulinietekst */
A.OtherTabs:hover    {
	text-decoration: none;
	color:black;
	font-size : 10px;
	font-family : Verdana, Arial, sans-serif;
	background-color: #EEEEEE;
	padding-left : 0px;
	padding-right : 0px;
}

/* Main Menu */

.MainMenu_MenuContainer {
    /* Menulinie - nederstes menu - samt login area.*/
	border-bottom: 0px solid #404040;
	border-left: 0px solid #FF8080;
	border-top: 0px solid #FF8080;
	border-right: 0px solid #404040;
	background-color: #535E7A; 
    font-size: 10px; 
    color: white;
}

.MainMenu_MenuBar {
	cursor: pointer;
	height:22;
    font-size: 10px; 
}

.MainMenu_MenuItem {
    /* Menulinie - og Undermenu - Br have samme baggrundsnuance som MainMenu_MenuContainer */
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	font-style: normal; 
	color : White;
	border-left: #535E7A 1px solid; 
	border-bottom: #535E7A 0px solid; 
	border-top: #535E7A 0px solid; 
	border-right: #535E7A 0px solid;  
	background-color: #535E7A; 
}

.MainMenu_MenuIcon {
    /* Menupunkts Ikon- Br have samme baggrundsnuance som ovenstende*/
	cursor: pointer;
	cursor: hand;
	border-left: #535E7A 1px solid;
	border-right: #535E7A 0px solid;
	border-bottom: #535E7A 0px solid;
	border-top: #535E7A 0px solid;
	color : white;
	text-align: center;
	font-size: 10px; 
	width: 0;
	height: 21;
	background-color: #535E7A; 
}

.MainMenu_SubMenu {
/*	z-index: 1000;   */
	cursor: pointer; 
    font-size: 10px;  
	font-weight: normal; 
	font-style: normal;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;  
	border-bottom: #535E7A 0px solid; 
	border-left: #535E7A 0px solid; 
	border-top: #535E7A 0px solid; 
	border-right: #535E7A 0px solid;
    background-color: #535E7A;
    color : Black;
}

.MainMenu_MenuBreak {
	border-bottom: 0px solid #535E7A; 
	border-left: 0px solid #535E7A; 
	border-top: 0px solid #535E7A;  
	border-right: 0px solid #535E7A; 
	background-color: #535E7A; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	cursor: pointer; 
	color: Black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	color: #535E7A; 
	cursor: pointer;
	border-left: #535E7A 0px solid;
	border-right: #535E7A 0px solid; 
	border-bottom: #535E7A 0px solid; 
	border-top: #535E7A 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
    color: #535E7A; 
	font-size: 10px; 
	cursor: pointer;
}