/* ================================
    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 {
}

/* 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    {
 color: #585858;
}

/* 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
{
 color: #585858;
}

/* 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 {
color: #ff9600;
 text-decoration: none;
}

A.CommandButton:visited  {
color: #ff9600;
 text-decoration: none;
}

A.CommandButton:hover    {
color: #ff9600;
 text-decoration: underline;
}
    
A.CommandButton:active   {
color: #ff9600;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
color: #ff9600;
 text-decoration: none;
}

A:visited   {
color: #ff9600;
 text-decoration: none;
}

A:hover {
color: #ff9600;
 text-decoration: underline;
}

A:active    {
color: #ff9600;
}

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 {
}

/* Nyhetarkiv */
.NyhetsarkivSokForfatter{
display:none;
}

/* Siste bøker*/
.LatestItemShortN{
/*
 width: 349px;
 margin-left: 5px;
 margin-right: 1px;
*/

 margin-left: 6px; 
 margin-right: 8px;
 color: #585858;
}




.LatestItemShort{
/*
 width: 349px;
 margin-left: 5px;
 margin-right: 1px;
*/

 width: 341px;
 margin-left: 6px;
 margin-right: 8px;
 color: #585858;
}

.LatestItemShortF{
/*
 width: 349px;
 margin-left: 5px;
 margin-right: 1px;
*/

 width: 341px;
 margin-left: 6px;
 margin-right: 8px;
 color: #585858;
}

.LatestItemShortNF{
/*
 width: 349px;
 margin-left: 5px;
 margin-right: 1px;
*/

 width: 660px;
 margin-left: 6px;
 margin-right: 8px;
 color: #585858;
}
.ItemSummaryNF{
float: left;
width:480px;
margin-left: 8px; 
}

.ItemTitle{
 font-size: 12px;
 font-weight: bold;
 margin-bottom: 10px;
}
.ItemTitleLink:link{
 color: #585858;
 text-decoration: none;
}
.ItemTitleLink:hover{
 color: #585858;
 text-decoration: underline;
}
.ItemTitleLink:visited{
 color: #585858;
}
.ItemImage{
 float: left;
}
.ItemSummary{
float: left;
width:200px;
margin-left: 8px; 
}
.ItemSummaryF{
float: left;
width:200px;
margin-left: 8px;
}
.ItemReadMore:link{
 color: #ff9600;
 text-decoration: none;
 font-size: 10pt;
}
.ItemReadMore:hover{
 color: #ff9600;
 text-decoration: underline;
 font-size: 10pt;
}
.ItemReadMore:visited{
 color: #ff9600;
 font-size: 10pt;
}
.ItemReadMoreF:link{
 color: #ff9600;
 text-decoration: none;
 font-size: 10pt;
}
.ItemReadMoreF:hover{
 color: #ff9600;
 text-decoration: underline;
 font-size: 10pt;
}
.ItemReadMoreF:visited{
 color: #ff9600;
 font-size: 10pt;
}
.End{
 clear: both;
}
.TitleView{
 color: #585858;
 font-size: large;
 margin-bottom: 10px;
}
.ImageView{
 float: left;
}
.TextView{
 color: #585858;
 float: left;
 margin-left: 10px;
}
.ReadMoreView:link{
 color: #ff9600;
 text-decoration: none;
}
.ReadMoreView:hover{
 color: #ff9600;
 text-decoration: underline;
}
.ReadMoreView:visited{
 color: #ff9600;
 text-decoration: none;
}
.EndView{
 clear.both;
}
.ItemReadMoreF:link{
 color: #ff9600;
 text-decoration: none;
}
.ItemReadMoreF:hover{
 color: #ff9600;
 text-decoration: underline;
}
.ItemReadMoreF:visited{
 color: #ff9600;

}
.ReadMoreView:link{
 color: #ff9600;
 text-decoration: none;
 font-size: 10pt;
}
.ReadMoreView:hover{
 color: #ff9600;
 text-decoration: underline;
 font-size: 10pt;
}
.ReadMoreView:visited{
 color: #ff9600;
 font-size: 10pt;
}
.SidemenyMenyelement{
    padding-bottom: 3px;
}
html>body .SidemenyMenyelement{
    padding-bottom: 7px;
}
.ItemTitleFLink 	{	 color: #585858;	}
.ItemTitleFLink:link 	{	 color: #585858;	}
.ItemTitleFLink:hover 	{	 color: #585858;	}
.ItemTitleFLink:visited {	 color: #585858;	}
.ItemTitleFLink:active 	{	 color: #585858;	}

/* React Event Module */
.EventsAlternatingRowStyle { background-color: #d2d0cf; }

/* List */
    .ReactEventListEvent { margin-left: 8px; color:#ffffff;  font-size:12px; font-weight:normal; font-family:Verdana; padding-bottom:5px; padding-top:5px; width:135px; border-bottom:#ffffff 0px dashed; }
    .ReactEventListEventDateTime { font-family:Verdana; font-size:11px; color:#ffffff; text-decoration:none; padding-top:0px; padding-bottom:0px; font-size:11px; }
    .ReactEventListEventDateTimeLink, .ReactEventListEventDateTimeLink:link { font-family:Verdana; font-size:11px; color:#ffffff; text-decoration:none; } 
    .ReactEventListEventDateTimeLink:active { font-family:Verdana; color:#ffffff; text-decoration:none; font-size:11px; }
    .ReactEventListEventDateTimeLink:hover, a.ReactEventListEventDateTimeLink:hover { font-family:Verdana; font-size:11px; color:#ffffff; text-decoration:underline; }
    .ReactEventListEventDateTimeLink:visited { font-family:Verdana; color:#ffffff; text-decoration:none; font-size:11px; }    
    .ReactEventListEventTitle { font-family:Verdana; font-size:12px; color:#ffffff; padding-bottom:2px; }
    .ReactEventListEventTitleLink, .ReactEventListEventTitleLink:link { font-family:Verdana; font-size:12px; font-weight:bold; color:#ffffff; padding-bottom:2px; }
    .ReactEventListEventTitleLink:hover, a.ReactEventListEventTitleLink:hover { font-family:Verdana; font-size:12px; font-weight:bold; color:#ffffff; padding-bottom:2px; text-decoration:underline;  }
    .ReactEventListEventTitleLink:visited { font-family:Verdana; font-size:12px; font-weight:bold; color:#ffffff; padding-bottom:2px; }
    .ReactEventListMore { margin-left: 8px; padding-top:10px; font-size:12px; }
    .ReactEventListMoreLink, .ReactEventListMoreLink:link { font-size:10px; font-weight:normal; font-family:Verdana; color:#ffffff; text-decoration:none; }    
    .ReactEventListMoreLink:active { color:#ffffff; text-decoration:none; }
    .ReactEventListMoreLink:hover, a.ReactEventListMoreLink:hover { color:#ffffff; text-decoration:underline; }
    .ReactEventListMoreLink:visited { color:#ffffff; text-decoration:none; }
/*
    .ReactEventListEvent { margin-left: 8px; color:#585858; background:#ffffff; font-size:12px; font-weight:normal; font-family:Arial; padding-bottom:5px; padding-top:5px; width:170px; border-bottom:#585858 1px dashed; }
    .ReactEventListEventDateTime { font-family:Arial; font-size:11px; color:#585858; text-decoration:none; padding-top:0px; padding-bottom:0px; font-size:11px; }
    .ReactEventListEventDateTimeLink, .ReactEventListEventDateTimeLink:link { font-family:Arial; font-size:11px; color:#585858; text-decoration:none; } 
    .ReactEventListEventDateTimeLink:active { font-family:Arial; color:#585858; text-decoration:none; font-size:11px; }
    .ReactEventListEventDateTimeLink:hover, a.ReactEventListEventDateTimeLink:hover { font-family:Arial; font-size:11px; color:#585858; text-decoration:underline; }
    .ReactEventListEventDateTimeLink:visited { font-family:Arial; color:#585858; text-decoration:none; font-size:11px; }    
    .ReactEventListEventTitle { font-family:Arial; font-size:12px; color:#3d868a; padding-bottom:2px; }
    .ReactEventListEventTitleLink, .ReactEventListEventTitleLink:link { font-family:Arial; font-size:12px; font-weight:bold; color:#3d868a; padding-bottom:2px; }
    .ReactEventListEventTitleLink:hover, a.ReactEventListEventTitleLink:hover { font-family:Arial; font-size:12px; font-weight:bold; color:#669298; padding-bottom:2px; text-decoration:none;  }
    .ReactEventListEventTitleLink:visited { font-family:Arial; font-size:12px; font-weight:bold; color:#3d868a; padding-bottom:2px; }
    .ReactEventListMore { margin-left: 8px; padding-top:10px; font-size:12px; }
    .ReactEventListMoreLink, .ReactEventListMoreLink:link { font-size:10px; font-weight:normal; font-family:Verdana; color:#3d868a; text-decoration:none; }    
    .ReactEventListMoreLink:active { color:#3d868a; text-decoration:none; }
    .ReactEventListMoreLink:hover, a.ReactEventListMoreLink:hover { color:#669298; text-decoration:underline; }
    .ReactEventListMoreLink:visited { color:#3d868a; text-decoration:none; }
*/
    
/* Event Details */
    .ReactEventDetailsMenu { width:700px; height:30px; text-align:right; background: url(skins/Domkirkeodden/images/bg_aktkalender.gif) no-repeat top right; padding-top:8px;} 
    .ReactEventDetailsMenuLink:link { font-family:Arial; font-size:12px; font-weight:bold; color: #3d868a; text-decoration: none; padding-top:12px; margin-right:23px; }
    .ReactEventDetailsMenuLink:hover, a.ReactEventDetailsMenuLink:hover { font-family:Arial; font-size:12px; font-weight:bold; color:#669298; text-decoration:none;}
    .ReactEventDetailsMenuLink:active { font-family:Arial; font-size:12px; font-weight:bold; color:#3d868a; text-decoration:none; margin-right:23px; }
    .ReactEventDetailsMenuLink:visited { font-family:Arial; font-size:12px; font-weight:bold; color:#3d868a; text-decoration:none; }
    .ReactEventDetailsEventDetails{ width:700px; }
    .ReactEventDetailsEventTitle { font-family:Arial; font-size:16px; font-weight: bold; color:#585858; }
    .ReactEventDetailsEventDateTime { font-family:Arial; font-size:12px; font-weight:normal; padding-top:5px; color:#585858; }
    .ReactEventDetailsEventImage {padding-top:10px; padding-bottom:0px; }
    .ReactEventDetailsEventSummary { font-family:Arial; font-size:12px; font-weight:normal; padding-top:0px; color:#585858; }
    .ReactEventDetailsEventText { font-family:Arial; font-size:12px; font-weight:normal; color:#585858; }
    .ReactEventDetailsRelatedLinks { font-family:Arial; font-size:12px; font-weight:bold; color:#585858; }
    .ReactEventDetailsLink:link { font-family:Arial; font-size:12px; font-weight:normal; color:#3d868a; }
    .ReactEventDetailsLink:hover, a.ReactEventDetailsLink:hover { font-family:Arial; font-size:12px; font-weight:normal; color:#669298; text-decoration:none; }
    .ReactEventDetailsLink:visited { font-family:Arial; font-size:12px; font-weight:normal; color:#3d868a; }
    .ReactEventDetailsListItem { font-family:Arial; font-size:12px; font-weight:normal; list-style: square outer ; color:#981E32; }

/* Event calendar */
	.ReactEventCalendarEventCalendar { padding:0px; margin-top:0px; margin-bottom:0px; margin-left:0px; width:700px; }
	.ReactEventCalendarEventCalendarMenu { padding:0px; margin-top:0px; margin-left: 0px; margin-bottom:-1px; width:700px; }
    .ReactEventCalendarMonthLink { font-size:14px; font-weight:bold; font-family: Verdana;}
    .ReactEventCalendarCategory,.ReactEventCalendarCategory:link,.ReactEventCalendarCategory:active,.ReactEventCalendarCategory:visited,.ReactEventCalendarCategory:hover { font-size:10px; font-weight:bold; font-family:Verdana; color:#3d868a; text-decoration: none; }

    .ReactEventCalendarMonthLink:link { font-family:Arial; font-size:12px; color:#3d868a; text-decoration:none; }
    .ReactEventCalendarMonthLink:active { font-family:Arial; font-size:12px; color:#3d868a; font-weight: normal; text-decoration:none; }
    .ReactEventCalendarMonthLink:hover, a.ReactEventCalendarMonthLink:hover { font-family:Arial; font-size:12px; color:#669298; text-decoration:none; }
    .ReactEventCalendarMonthLink:visited { font-family:Arial; font-size:12px; color:#3d868a; text-decoration:none; }
    .ReactEventCalendarMonth { text-align:center; padding-bottom:5px; }
    .ReactEventCalendarActiveMonth { background:#E6E7E7; padding-bottom:4px; }
    .ReactEventCalendarListPane {  }
    
/*Listelement*/
    .ReactEventCalendarEvent { margin-left:-1px; color:#585858; background:#E6E7E7; font-size:12px; font-weight: normal; font-family:Verdana; padding:10px; width:701px; margin-bottom:0px; }
        html>body .ReactEventCalendarEvent { width:680px; margin-left: 0px; }
    .ReactEventCalendarEventDateTime { font-family:Arial; font-size:12px; padding-top:0px; padding-bottom:5px; font-weight:normal; }
    
    .ReactEventCalendarEventTitleLink { font-family:Arial; font-size:12px; font-weight:bold; color:#3d868a; text-decoration:none; }
    .ReactEventCalendarEventTitleLink:link { font-family:Arial; font-size:12px; font-weight:bold; color:#3d868a; text-decoration:none; }
    .ReactEventCalendarEventTitleLink:active { font-family:Arial; font-size:12px; font-weight:bold; color:#3d868a; text-decoration:none; }
    .ReactEventCalendarEventTitleLink:hover, a.ReactEventCalendarEventTitleLink:hover { font-family:Arial; font-size:12px; font-weight:bold; color:#669298; text-decoration:none; }
    .ReactEventCalendarEventTitleLink:visited { font-family:Arial; font-size:12px; font-weight:bold; color:#3d868a; text-decoration:none; }
    
    .ReactEventCalendarEventTitle { font-family:Arial; font-size:12px; color:#3d868a; text-decoration:none; padding-bottom:2px; }
    .ReactEventCalendarEventSummary  { font-family:Arial; font-size:12px; font-weight:normal; padding-top:5px; height:0px;  /*background: #edf3e3;*/}
    .ReactEventCalendarMore { padding-top:15px; }
    .ReactEventCalendarMoreLink { font-size:10px; font-weight:normal; font-family:Arial; }
    .ReactEventCalendarMoreLink:link { font-family:Arial; font-size:12px; color:#3d868a; text-decoration:none; }
    .ReactEventCalendarMoreLink:active  { font-family:Arial; font-size:12px; color:#3d868a; text-decoration:none; }
    .ReactEventCalendarMoreLink:hover, a.ReactEventCalendarMoreLink:hover { font-family:Arial; font-size:12px; color:#669298; text-decoration:none; }
    .ReactEventCalendarMoreLink:visited { font-family:Arial; font-size:12px; color:#3d868a; text-decoration:none; }

    .ReactEventsGridText { font-family:Arial; font-size:12px; color:#585858; width: 600px;}

