﻿/* ================================
    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
{
    font-family:Verdana;
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* 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   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal { font-family: Verdana; font-size: 12px; font-weight: normal; color: Black; 
}
.ContentPane TD { font-family: Verdana; font-size: 12px; font-weight: normal; color: #000000; line-height: 12px; }
.ContentPane TD a:link { font-family: Verdana; font-size: 12px; font-weight: normal; color: #000000; line-height: 12px; /*text-decoration: underline;*/ }
.ContentPane TD a:hover { font-family: Verdana; font-size: 12px; font-weight: normal; color: #000000; line-height: 12px; }
.ContentPane TD a:visited { font-family: Verdana; font-size: 12px; font-weight: normal; color: #000000; line-height: 12px; }
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.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 {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

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 {
    height: 33px;
    background: url(Skins/Skins/SkinAccessories/Images/menu_background.gif) repeat-x top center transparent; 
}

.MainMenu_MenuItem {
    text-transform: uppercase;
    font-family:Arial;
    font-size: 16px;
    color:White;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
    
}
.SubMenuCssClass{
    background-color:Black;   
    z-index:1;
}
.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
    text-transform: uppercase;
    font-family:Arial;
    font-size: 16px;
    color:White;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.MainMenu_Left_Separator{
    background: url(Skins/Skins/SkinAccessories/Images/menu_background_icon.jpg) repeat-x top center transparent; 
    height: 33px;	
    width: 28px;
}
.MainMenu_Separator{
    height: 33px;
    background: url(Skins/Skins/SkinAccessories/Images/menu_background.gif) repeat-x top center transparent; 
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/*IE vs FF Hack*/
.SolPartMenuBackgroundIEFFFix{top:2px;}
html>body .SolPartMenuBackgroundIEFFFix{top:1px;} 
/***************************************************/
/*          Artikkel styles                        */
/* Advis view  */
/*OpenerHeadline*/
.ArticleOpenerHeadlineAdvisView{
	color:black;
	font-family:Verdana; 
    font-size:15px;     
    text-decoration:none; 
}
/*Headline*/
.ArticleHeadlineAdvisView, .ArticleHeadlineAdvisView a:link, .ArticleHeadlineAdvisView a:visited, .ArticleHeadlineAdvisView a:active{
	color:black;
	font-family:Verdana; 
    font-size:18px; 
    font-weight:bold;
    text-decoration:none; 
}
.ArticleHeadlineAdvisView a:hover{
	color:black;
	font-family:Verdana; 
    font-size:18px; 
    font-weight:bold;
	text-decoration:underline;        
}
.ArticleHeadlineAdvisView_Advis_A, .ArticleHeadlineAdvisView_Advis_A a:link, .ArticleHeadlineAdvisView_Advis_A a:visited, .ArticleHeadlineAdvisView_Advis_A a:active{
	color:black;
	font-size:36px; 
	color:black;
	font-family:Verdana; 
    font-size:36px; 
    font-weight:bold;
	text-decoration:none;        
}
.ArticleHeadlineAdvisView_Advis_A a:hover{
	color:black;
	font-size:36px; 
	color:black;
	font-family:Verdana; 
    font-size:36px; 
    font-weight:bold;
	text-decoration:underline;        
}

/*Ingress*/
.ArticleIngressAdvisView{
	font-family:Verdana; 
    font-size:12px; 
}
.ArticleReadMoreTokenAdvisView, .ArticleReadMoreTokenAdvisView a:link, .ArticleReadMoreTokenAdvisView a:active, .ArticleReadMoreTokenAdvisView a:visited{
	color:#0063ab;	
	font-family:Verdana; 
	font-size:11px; 	
    text-decoration:none;
}
.ArticleReadMoreTokenAdvisView a:hover{
	text-decoration:underline;
}
.ArticleImageAdvisView{
	padding-bottom: 2;	
	border: 0px none;
}

.imageAdvisC
{
	width:250px;
}
.imageAdvisA
{
	width:640px;
}
/****************************/
/* Detailed view */
/****************************/
/*Common detailed view styles*/
.ArticleDetailedView{
	color:Black;
	font-family:Verdana; 
	padding-left:5px;
	margin-bottom:5px;
}
/*Unngå at p i detaljert artikkelvisning får linjeskift*/
.ArticleDetailedView p{
	margin-bottom: 7px;
}
/*Headline*/
.ArticleHeadlineDetailedView{	
	font-size:47px; 
    font-weight:bold;    
    margin-bottom:10px;    
}
.ArticleOpenerHeadlineDetailedView{		
    font-size:18px;     
    margin-top:10px;
}
/*Ingress*/
.ArticleIngressDetailedView{
	font-size:17px; 	
	padding-bottom: 5;
}
/*Byline*/
.ArticleBylineDetailedView_Name{
	font-size:14px; 	
	font-weight:bold;
	font-family:Arial;
}
.ArticleBylineDetailedView_SendEmail, .ArticleBylineDetailedView_SendEmail a:link, .ArticleBylineDetailedView_SendEmail a:visited, .ArticleBylineDetailedView_SendEmail a:active{
	font-size:10px; 	
	color:#c62d28;
	text-decoration:underline;
}
/*Text*/
.ArticleTextDetailedView{	
	font-size:12px; 	
}
/*PublicationDateTime*/
.ArticlePublicationDateDetailedView{
}
/*ArchiveDateTime*/
.ArticleArchiveDateDetailedView{
}
/*Quotation*/
.ArticleQuotationDetailedView{
}
/*Credit*/
.ArticleCreditDetailedView{
}
/*Images*/
.ArticleTopImageDetailedView{
	
}
.ArticleImagesDetailedView{		
    margin-left:10px;
    margin-bottom:5px;    
    width:300;
}
.ArticleTopImageTextDetailedView{
	font-size:10px; 	
	margin-top:5px;    
    margin-bottom:5px;    	
}
.ArticleImageTextDetailedView{	
	font-size:10px; 		
    margin-left:10px;    
	width:300;	
}
.ArticleTopImagePhotographerDetailedView{
	font-size:10px; 	
	margin-bottom:10px;    
}
.ArticleImagePhotographerDetailedView{	
	font-size:10px; 		
    margin-left:10px;
    margin-bottom:10px;    
	width:300;
}
.ArticlePublicationDateTimeDetailedView{
	font-size:10px; 		
}

/*          End Artikkel styles                    */
/***************************************************/
/***************************************************/
/*          TabbedMenu styles                      */
.tablabel{
    
}
.tablabelhover{
    
}
.tablabelselected{            
    visibility: hidden;/* Bruker modultema for å vise overskrift (så lenge det kun er "Mest lest" som brukes */    
}
.tabcontainer{
    margin-top: 0px;
}

.TabbedMenu_linkitem, .TabbedMenu_linkitem a:link, .TabbedMenu_linkitem a:visited, .TabbedMenu_linkitem a:active{
	font-size:16px;
	font-family:Verdana;			
	padding-bottom:2;
	padding-top:2;	
}
.TabbedMenu_linkitem a:hover{
	text-decoration:underline;	
}
.TabbedMenu_br{
    
}
.TabbedMenuMostVisited{
    margin-top: -20px;        
    margin-bottom: 10px;
}
/*          End TabbedMenu styles                  */
/***************************************************/
/***************************************************/
/*          TipAFriend styles                      */

.TipAFriendTextBox{
	margin: 2 2 2 2;
	border: solid 1px #cccccc;
	width: 135;
}
/*          End TipAFriend styles                  */
/***************************************************/
/***************************************************/
/*          Related articles styles                */
.RelatedArticlesHeader{
    clear:left;
	float:left;
	margin-top:10px;
	font-size:14px;
	font-style: italic;
}
.RelatedArticlesLinks, .RelatedArticlesLinks a:link, .RelatedArticlesLinks a:visited, .RelatedArticlesLinks a:hover{
    color: #717171;
	font-family:Verdana;
	font-size:12px;
	clear:left;
	float:left;
	margin-bottom:10px;
}
/***************************************************/
/*          End Related articles styles            */
/***************************************************/
/*          New styles                             */
p{
	margin: 0;	
}
.DefaultContainerHeader{
    background: url(Containers/Containers/Images/container_headline_background.gif) repeat-x ;		
    color: White;         
    font-weight: bold;
    font-family:Arial;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    width:250px;
    float:left;
}

/*          End New styles                         */
/***************************************************/

