/* ================================
    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
{
	word-wrap: break-word;
	font-family:Verdana; 
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-size:12px;
	color:Black;
}

/* 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
{
}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
	font-size:70px;	
    font-weight:bold;    
    color:Black;
    font-family:Verdana; 
    margin: 0 0 0 0;
}

H2  {
	font-size:60px;	
    font-weight:bold;    
    color:Black;
    font-family:Verdana; 
    margin: 0 0 0 0;
}

H3  {
	font-size:55px;	
    font-weight:bold;    
    color:Black;
    font-family:Verdana; 
    margin: 0 0 0 0;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL 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 {
}

/***************************************************/
/*          Artikkel styles                        */
/* Advis view  */
/*OpenerHeadline*/
.ArticleOpenerHeadlineAdvisView{
	color:black;
	font-family:Verdana; 
    font-size:15px;     
    text-decoration:none; 
}
.ArticleOpenerHeadlineAdvisView_Advis_D{
	color:black;
	font-family:Verdana; 
    font-size:11px;     
    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-weight:bold;
	text-decoration:none;        
}
.ArticleHeadlineAdvisView_Advis_A a:hover{
	color:black;
	font-size:36px; 
	color:black;
	font-family:Verdana;     
    font-weight:bold;
	text-decoration:underline;        
}
.ArticleHeadlineAdvisView_Advis_D, .ArticleHeadlineAdvisView_Advis_D a:link, .ArticleHeadlineAdvisView_Advis_D a:visited, .ArticleHeadlineAdvisView_Advis_D a:active{
	color:black;
	font-size:14px; 
	color:black;
	font-family:Verdana;     
    font-weight:bold;
	text-decoration:none;        
}
.ArticleHeadlineAdvisView_Advis_D a:hover{
	color:black;
	font-size:14px; 
	color:black;
	font-family:Verdana;     
    font-weight:bold;
	text-decoration:underline;        
}

/*Ingress*/
.ArticleIngressAdvisView{
	font-family:Verdana; 
    font-size:12px; 
}
/*Ingress*/
.ArticleIngressAdvisView p{
	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:225px;
}
.imageAdvisA
{
	width:705px;
}
.imageAdvisA_Emneside
{
	width:705px;
}
/****************************/
/* Detailed view */
/****************************/
/*Common detailed view styles*/
.ArticleDetailedView{
	color:Black;
	font-family:Verdana; 
	padding-left:0px;
}
/*Unngå at p i detaljert artikkelvisning ikke 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{
	font-size:12px; 	
}
.ArticleBylineDetailedView, .ArticleBylineDetailedView a:link, .ArticleBylineDetailedView a:visited, .ArticleBylineDetailedView a:active{
	color:#0063ab;	
}
/*Text*/
.ArticleTextDetailedView{	
	font-size:12px; 	
}
/*PublicationDateTime*/
.ArticlePublicationDateDetailedView{
}
/*ArchiveDateTime*/
.ArticleArchiveDateDetailedView{
}
/*Quotation*/
.ArticleQuotationDetailedView{
}
/*Credit*/
.ArticleCreditDetailedView{
}
/*Images*/
.ArticleTopImageDetailedView{
	
}
.ArticleImagesDetailedView{
	clear:right;
	float:right;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:5px;    
}
.ArticleTopImageTextDetailedView{
	font-size:10px; 	
	margin-top:5px;    
    margin-bottom:5px;    	
}
.ArticleImageTextDetailedView{
	clear:right;	
	font-size:10px; 	
	float:right;	
    margin-left:10px;
    margin-bottom:5px;    
	width:200;	
}
.ArticleTopImagePhotographerDetailedView{
	font-size:10px; 	
	margin-bottom:10px;    
}
.ArticleImagePhotographerDetailedView{
	clear:right;
	font-size:10px; 	
	float:right;		
    margin-left:10px;
    margin-bottom:10px;    
	width:200;
}
.ArticlePublicationDateTimeDetailedView{
	font-size:12px; 		
}
/*          End Artikkel styles                    */
/***************************************************/

/***************************************************/
/*          NewspaperArticleExtract styles         */
.ArticleExtract_HeadlineLinkAdvis, .ArticleExtract_HeadlineLinkAdvis a:active, .ArticleExtract_HeadlineLinkAdvis a:link, .ArticleExtract_HeadlineLinkAdvis a:visited{
	color:#0063ab;
	font-family:Verdana;	
	font-size: 12px;	
	text-decoration:none;
}
.ArticleExtract_HeadlineLinkAdvis a:hover{
	text-decoration:underline;
}
/*          End ViewNewspaperArticleExtractstyles  */
/***************************************************/



/***************************************************/
/*          TipAFriend styles                      */

.TipAFriendTextBox{
	margin: 2 2 2 2;
	border: solid 1px #0063ab;
}
/*          End TipAFriend styles                  */
/***************************************************/
/***************************************************/
/*          TabbedMenu styles                      */
.tablabel{
    /*background-color:#f1f0f0;*/
    background-color:#f1f0f0;
    color:black;     
    font-weight:bold;
    font-family:Verdana;
    font-size: 12px;
    /*border: outset 2px silver;*/
    margin: 0px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
}
.tablabelhover{
    background-color:#badef3;
    color: black;         
    font-weight: bold;
    font-family:Verdana;
    font-size: 12px;
    /*border-top: outset 2px silver;    
    border-left: outset 2px silver;    
    border-right: outset 2px silver;    
    border-bottom: solid 2px silver;    */
    margin: 0px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
    cursor:pointer;	
}
.tablabelselected{
    background-color:#badef3;
    color: black;         
    font-weight: bold;
    font-family:Verdana;
    font-size: 12px;
    /*border-top: outset 2px silver;    
    border-left: outset 2px silver;    
    border-right: outset 2px silver;    
    border-bottom: solid 2px silver;*/
    margin: 0px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
}
.tabcontainer{
    border-top: outset 3px #86a3b4;        
    margin-top: 5px;
}

.TabbedMenu_linkitem, .TabbedMenu_linkitem a:link, .TabbedMenu_linkitem a:visited, .TabbedMenu_linkitem a:active{
	font-size:11px;
	font-family:Verdana;		
	color:#0063ab;
	padding-bottom:2;
	text-decoration:none;
}
.TabbedMenu_linkitem a:hover{
	text-decoration:underline;
}
/*          End TabbedMenu styles                  */
/***************************************************/
/***************************************************/
/*          breadcrumb styles                      */
.breadcrumb, a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active{
	color:White;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
a.breadcrumb:hover{
	color:White;
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
}
.breadcrumb_background{	
	color:White;
	float:left;
	text-align:left;
	width:710;	
	height:21;
}
html>body .breadcrumb_background{	
    height:31;
}
.breadcrumb_background_72, .breadcrumb_background_118, .breadcrumb_background_81, .breadcrumb_background_93, .breadcrumb_background_117, .breadcrumb_background_157, .breadcrumb_background_198, .breadcrumb_background_205, .breadcrumb_background_208, .breadcrumb_background_209, .breadcrumb_background_210, .breadcrumb_background_211, .breadcrumb_background_212, .breadcrumb_background_213, .breadcrumb_background_214, .breadcrumb_background_215, .breadcrumb_background_216, .breadcrumb_background_103, .breadcrumb_background_217, .breadcrumb_background_218, .breadcrumb_background_83, .breadcrumb_background_220, .breadcrumb_background_158, .breadcrumb_background_224, .breadcrumb_background_225, .breadcrumb_background_247, .breadcrumb_background_317{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_nyhet.gif) repeat-x;			
}
.breadcrumb_background_74, .breadcrumb_background_82, .breadcrumb_background_96, .breadcrumb_background_97, .breadcrumb_background_169, .breadcrumb_background_137, .breadcrumb_background_188, .breadcrumb_background_189, .breadcrumb_background_190, .breadcrumb_background_191, .breadcrumb_background_192, .breadcrumb_background_193, .breadcrumb_background_194, .breadcrumb_background_195, .breadcrumb_background_196, .breadcrumb_background_197, .breadcrumb_background_166, .breadcrumb_background_165, .breadcrumb_background_271, .breadcrumb_background_248, .breadcrumb_background_355, .breadcrumb_background_356,.breadcrumb_background_367{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_sport.gif) repeat-x;		
}
.breadcrumb_background_98, .breadcrumb_background_99, .breadcrumb_background_100, .breadcrumb_background_101, .breadcrumb_background_102, .breadcrumb_background_199, .breadcrumb_background_200, .breadcrumb_background_201, .breadcrumb_background_202, .breadcrumb_background_203, .breadcrumb_background_204, .breadcrumb_background_206, .breadcrumb_background_207, .breadcrumb_background_208, .breadcrumb_background_167, .breadcrumb_background_219, .breadcrumb_background_223, .breadcrumb_background_227, .breadcrumb_background_228, .breadcrumb_background_233, .breadcrumb_background_234, .breadcrumb_background_230, .breadcrumb_background_229, .breadcrumb_background_231, .breadcrumb_background_232, .breadcrumb_background_164, .breadcrumb_background_226, .breadcrumb_background_238, .breadcrumb_background_237, .breadcrumb_background_236, .breadcrumb_background_235, .breadcrumb_background_318, .breadcrumb_background_357,.breadcrumb_background_359,.breadcrumb_background_370{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_kultur.gif) repeat-x;		
}
.breadcrumb_background_78, .breadcrumb_background_84, .breadcrumb_background_104, .breadcrumb_background_138, .breadcrumb_background_76, .breadcrumb_background_113, .breadcrumb_background_221, .breadcrumb_background_250, .breadcrumb_background_270, .breadcrumb_background_301{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_tjenester.gif) repeat-x;		
}
.breadcrumb_background_XX{/*Rubrikk har kun eksterne sider*/
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_rubrikk.gif) repeat-x;		
}
.breadcrumb_background_91, .breadcrumb_background_92, .breadcrumb_background_109, .breadcrumb_background_110, .breadcrumb_background_111, .breadcrumb_background_222, .breadcrumb_background_240, .breadcrumb_background_244, .breadcrumb_background_246, .breadcrumb_background_272, .breadcrumb_background_274, .breadcrumb_background_275, .breadcrumb_background_276, .breadcrumb_background_278, .breadcrumb_background_279, .breadcrumb_background_280, .breadcrumb_background_282, .breadcrumb_background_285, .breadcrumb_background_286, .breadcrumb_background_287, .breadcrumb_background_288, .breadcrumb_background_289, .breadcrumb_background_290, .breadcrumb_background_291, .breadcrumb_background_292, .breadcrumb_background_293, .breadcrumb_background_294, .breadcrumb_background_295, .breadcrumb_background_297, .breadcrumb_background_362, .breadcrumb_background_363,.breadcrumb_background_369{
	background: url(grafikkelementer/breadcrumb/breadcrumb_background_kundeservice.gif) repeat-x;		
}
.breadcrumb_background_369,.breadcrumb_background_371{
background: url(grafikkelementer/breadcrumb/breadcrumb_guleblaa.png) repeat-x;		
}
/*          End breadcrumb styles                  */
/***************************************************/

/***************************************************/
/*          link styles                            */
A:link {
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color:#0063ab;
}
A:visited{
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color:#0063ab;
}
A:active{
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color:#0063ab;
}
A:hover{
	font-family:Verdana;
	font-size:11px;
	text-decoration: underline;
	color:#0063ab;
}
/*          End link styles                        */
/***************************************************/

/***************************************************/
/*          Blog styles                            */
.BlogPanel{
    margin-bottom:10px;
}
.BlogHeadingAndComments{
    margin: 12px 11px 10px 10px;
}
a.BlogTeaserHeading:active, a.BlogTeaserHeading:visited, a.BlogTeaserHeading:link, a.BlogTeaserHeading:hover{
    font-size:12px;    
}
a.BlogTeaserComment:active, a.BlogTeaserComment:visited, a.BlogTeaserComment:link, a.BlogTeaserComment:hover{
    font-size:10px;
    color:#707070;
    font-weight:lighter;
}
.BlogTeaserImage{
    padding-bottom: 4px;
}
.SpaceAfterBlogEntry{
    padding-bottom: 4px;
}
.SpaceAfterBlogTeaserHeading{
    padding-bottom: 8px;
}
.BlogEntriesHeading{
    
    font-size:11px;    
    color:#707070;
    font-weight:bold;
}
/*          End blog styles                        */
/***************************************************/
.AdminCommentsTable{
    font-size:11px;
}
#CommentsPanel{

}
.CommentsTable{
    
}
.NewCommentsTable{
    
}
.CommentTitle{
    font-size:14px;
    font-weight:bold;
}
.CommentSignature{
    font-size:14px;
    font-style:italic;
}
.CommentText{
    font-size:12px;
}
.CommentsHeading{
    margin-bottom:10px;
}

.TitleHead
{
	font-size:26px;
	color:#000;
}
