/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{ 

}

.ControlPanel { 
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {font-family:Verdana; font-size:10px; color:#000000; font-weight:normal;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {font-family:Verdana; font-size:16px; color:#000000; font-weight:bold; text-align:left;
}

/* style of item titles on edit and admin pages */
.SubHead    { font-family: Verdana;font-size:10px; color:#000000; font-weight:bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { font-family:Verdana; font-size:10px; color:#000000; font-weight:normal;
}

/* text style used for most text rendered by modules */
.Normal {  font-family:Arial; font-size:11px; font-weight:normal; color:#000000; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox { font-family:Verdana; font-size:10px; font-weight:normal; color:#000000; text-decoration:none; }

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link { font-family:Verdana; font-size:10px; color:#000000; font-weight:normal;
}
A.CommandButton:visited { font-family:Verdana; font-size:10px; color:#000000; font-weight:normal;
}
A.CommandButton:hover { font-family:Verdana; font-size:10px; color:#000000; font-weight:normal;
}
A.CommandButton:active { font-family:Verdana; font-size:10px; color:#000000; font-weight:normal;
}


/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}


A:link { color:#000000; }
A:visited { color:#000000; }
A:hover { color:#000000; }
A:active { color:#000000; }

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*========================================================*/
/*     Nyheter                                            */
/*========================================================*/

.articleTitle { font-size:14px; font-weight:bold; color:#006600; }
.articleTable { /*background-color:#000000;*/ margin: 0px; }
.articleTopCell { background-color:#c54c00; color:white; font-weight:bold; padding:6px; height:25px; }
.articleFooterCell { color:#ffffff; padding:3px; background-color:#c54c00; height:25px; }
.articleContentCell { color:#000000; padding:6px; background-color:#fefefe; }
.articleTextCell { color:#000000; padding:6px; background-color:#ffffcc; }
.articleIconCell { background-color:#d0d0d0; width:20px; }
.articleFooterCell { color:#ffffff; padding:3px; background-color:#336699; height:25px; }
.articleFooterCell .NormalBold { color:#ffffff; }
.featuredTopCell { background-color:#336699; font-family:Arial; font-size:10px; font-weight:normal; color:#ffffff; }
.NewsArticles { width:100%; }
.NewsArticles:link, a.NewsArticles:link, .NewsArticles a:link { font-family:Arial; font-size:10px; font-weight:normal; color:#000000; text-decoration:none; }
.NewsArticles:visited, a.NewsArticles:visited, .NewsArticles a:visited { font-family:Arial; font-size:10px; font-weight:normal; color:#000000; text-decoration:none; }
a.NewsArticles:hover, .NewsArticles a:hover { font-family:Arial; font-size:10px; font-weight:normal; color:#000000; text-decoration:underline; }


/*========================================================*/
/*     Nyheter - print.item                               */
/*========================================================*/

.PrintTitle { font-size:large; margin-bottom:10px; }
.PrintImage { margin-bottom: 10px; }
.PrintText { width:100%; height:100%;}

/*========================================================*/
/*     Nyheter - listing.item                             */
/*========================================================*/
.ItemShort { width:547px; padding:0 0 20px 0; margin:0; clear:left; }
.ItemTitle { width:432px; float:left; clear:right; font-family:Arial; font-size:12px; color:#000000; font-weight:normal; padding:0; }
.ItemTitleLink:link, a.ItemTitleLink:link, .ItemTitleLink a:link { font-family:Arial; color:#000000; font-size:12px; font-weight:bold; text-decoration:none; }  
.ItemTitleLink:visited, a.ItemTitleLink:visited, .ItemTitleLink a:visited { font-family:Arial; color:#000000; font-size:12px; font-weight:bold; text-decoration:none; }  
a.ItemTitleLink:hover, .ItemTitleLink a:hover { font-family:Arial; color:#000000; font-size:12px; font-weight:bold; text-decoration:underline; }
.ItemImage { float:left; box-sizing:border-box; -moz-box-sizing:border-box; width:105px; padding-bottom:10px; }
.ItemSummary, .ItemSummary p { float:right; font-family:Arial; font-size:10px; color:#000000; box-sizing:border-box; -moz-box-sizing:border-box; width:432px; padding-bottom:0px; }
.ItemReadMore:link, a.ItemReadMore:link, .ItemReadMore a:link { font-family:Arial; font-size:10px; color:#394b93; text-decoration:none; }
.ItemReadMore:visited, a.ItemReadMore:visited, .ItemReadMore a:visited { font-family:Arial; font-size:10px; color:#394b93; }
a.ItemReadMore:hover, .ItemReadMore a:hover { font-family:Arial; font-size:10px; color:#394b93; text-decoration:underline; }
.End{ /*clear: both;*/}

/*========================================================*/
/*     Nyheter flere rader - listing.item                 */
/*========================================================*/
.LatestItemShort { width:547px; padding:0; margin:0; float:left; border-bottom: solid 5px #ffffff; }
.LatestItemTitle { width:432px; float:left; clear:right; font-family:Arial; font-size:12px; color:#000000; font-weight:bold; }
.LatestItemImage { float:left; box-sizing:border-box; -moz-box-sizing:border-box; width:105px; }
.LatestItemSummary, .LatestItemSummary p { float:right; font-family:Arial; font-size:10px; color:#000000; box-sizing:border-box; -moz-box-sizing:border-box; width:432px; padding-bottom:0; }
.LatestItemReadMore:link, a.LatestItemReadMore:link, .LatestItemReadMore a:link { font-family:Arial; font-size:10px; color:#394b93; text-decoration:none; }
.LatestItemReadMore:visited, a.LatestItemReadMore:visited, .LatestItemReadMore a:visited { font-family:Arial; font-size:10px; color:#394b93; }
a.LatestItemReadMore:hover, .LatestItemReadMore a:hover { font-family:Arial; font-size:10px; color:#394b93; text-decoration:underline; }

.LatestItemTitleAktuelt { height:1px; }
.LatestItemTitleAktuelt:link, a.LatestItemTitleAktuelt:link, .LatestItemTitleAktuelt a:link { font-family:Arial; color:#000000; font-size:12px; font-weight:normal; text-decoration:underline; }
.LatestItemTitleAktuelt:visited, a.LatestItemTitleAktuelt:visited, .LatestItemTitleAktuelt a:visited { font-family:Arial; color:#000000; font-size:12px; font-weight:normal; text-decoration:underline; }
a.LatestItemTitleAktuelt:hover, .LatestItemTitleAktuelt a:hover { font-family:Arial; color:#000000; font-size:12px; font-weight:normal; text-decoration:none; }

.End{ /*clear: both;*/}

/*========================================================*/
/*     Nyheter - view.item                                */
/*========================================================*/
.TitleView { width:385px; font-family:Arial; color:#000000; font-size:14px; font-weight:bold; padding:10px 0 10px 0; }
.ImageView { width:385px; }
.TextView, .TextView p, li { font-family:Arial; font-size:12px; color:#000000; width:100%;  }
.TextView:link, a.TextView:link, .TextView a:link, .TextView a:visited, a.TextView:hover, .TextView a:hover { font-family:Arial; font-size:12px; color:#000000; text-decoration:underline; }
.TextViewDate { font-family:Arial; font-size:12px; color:#000000; font-weight:normal; text-align:left; }
.TextViewSummary, .TextViewSummary p { font-family:Arial; font-size:12px; color:#000000; font-weight:bold; width:100%; }
.TextViewHeader { font-family:Arial; font-size:12px; font-weight:bold; color:#ffffff; }
.ReadMoreView:link, a.ReadMoreView:link, .ReadMoreView a:link { font-family:Arial; font-size:12px; color:#394b93; text-decoration:none; }
.ReadMoreView:visited, a.ReadMoreView:visited, .ReadMoreView a:visited { font-family:Arial; font-size:12px; color:#394b93; text-decoration:none; }
a.ReadMoreView:hover, .ReadMoreView a:hover { font-family:Arial; font-size:12px; color:#394b93; text-decoration:underline; }
.Pages { color:#585858; }
.PagesNav:link, a.PagesNav:link, .PagesNav a:link { font-family:Arial; font-size:12px; color:#394b93; }
.PagesNav:visited, a.PagesNav:visited, .PagesNav a:visited { font-family:Arial; font-size:12px; color:#394b93; }
a.PagesNav:hover, .PagesNav a:hover { font-family:Arial; font-size:12px; color:#394b93; text-decoration:underline; }
.EndView { clear.both; }

/*========================================================*/
/*     Nyheter - nyhetsarkiv                              */
/*========================================================*/
.ArchiveTitle { width:100%; padding:0 0 3px 0; }
.ArchiveTitle:link, a.ArchiveTitle:link, .ArchiveTitle a:link { font-family:Arial; font-size:12px; color:#492125; text-decoration:none; }
.ArchiveTitle:visited, a.ArchiveTitle:visited, .ArchiveTitle a:visited { font-family:Arial; font-size:12px; color:#492125; text-decoration:none; }
a.ArchiveTitle:hover, .ArchiveTitle a:hover { font-family:Arial; font-size:12px; color:#492125; text-decoration:underline; }
H1 { font-family:Arial; color:#492125; font-size:12px; font-weight:bold; padding:10px 0 10px 0; }
