<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

/* DNN_MENU Control */

.main_dnnmenu_container {
    background-color: transparent;
}

.main_dnnmenu_bar {
    cursor: pointer;
    cursor: hand;
    background-color: Transparent;
}

.main_dnnmenu_item {
    background-color: Transparent;
    font-family: Trebuchet MS,Verdana,Helvetica;
    font-weight: normal;
    font-size: 9pt;
    color: #32546D;
}

/*.main_dnnmenu_rootitem td {
	
}*/

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    background-color: Transparent;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    height: 21px;
    border: 1px solid Transparent;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Trebuchet MS,Verdana,Helvetica;
    font-weight: normal;
    font-size: 9pt;
    color: #32546D;
    /*set an unused color to be index color*/
    _border-color: tomato; /*For IE6-*/
    /*then remove this indexed color*/
    _filter: chroma(color=tomato); /*For IE6-*/
}

.main_dnnmenu_selectedrootitem {
    background-color: #F36422;
    color: #ffffff;
    border: solid 1px #F36422;
}

.main_dnnmenu_itemhover {
    text-decoration: underline;
}

/*.main_dnnmenu_itemhover td {  
	/*background-color: #8da4d3;
	text-decoration:underline; 
}*/

.main_dnnmenu_icon {
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 100%;
}

.main_dnnmenu_submenu {
    background-color: white;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
    padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
    border: 1px solid #64A8D0;
}

.main_dnnmenu_break {
    height: 1px;
    font-size: 1px;
}

.main_dnnmenu_arrow {
    border-right: #cad5ea 1px solid;
    border-bottom: #cad5ea 1px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}

.main_dnnmenu_rootmenuarrow {
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
    margin-bottom: 0;
    background-image: url('/css/flyfotoarkivet/bgbody.gif');
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
    text-decoration: underline;
}

/* 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-family: Trebuchet MS,Verdana,Helvetica;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin-top: 0;
    margin-bottom: 9px;
    margin-left: 0;
    margin-right: 0
}

/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Trebuchet MS,Verdana,Helvetica;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Trebuchet MS,Verdana,Helvetica;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Trebuchet MS,Verdana,Helvetica;
    font-size: 12px;
    margin: 0;
    border: 0;
    padding: 0
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Trebuchet MS,Verdana,Helvetica;
}

.NormalRed {
    font-family: Trebuchet MS,Verdana,Helvetica;
}

.NormalBold {
    font-family: Trebuchet MS,Verdana,Helvetica;
}

/* Containers */

.ct630 {
    width: 625px;
    margin: 0pt;
}

.ct420 {
    width: 405px;
    margin: 0pt 0pt 0pt 5px;
    padding: 0pt 15px 0pt 0pt;
}

.ct310 {
    width: 305px;
    margin: 10px 0pt 0pt 10px;
}

.ct210 {
    width: 205px;
    margin: 0pt 0pt 0pt 5px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Trebuchet MS,Verdana,Helvetica;
}

/* 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 {
}

A.Normal {
    font-family: Trebuchet MS,Verdana,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #0000FF;
}


/* GENERIC */
P {
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0;
}

H1 {
    margin-top: 0;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding: 0
}

H2 {
    font-family: Trebuchet MS,Verdana,Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    border: 0;
    padding: 0
}

H3 {
}

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 {
}

/* Bundlinie */
.flyfotoarkivet_bundlinie {
    background-color: #E6E6E6;
    color: #4E4E4E;
    font-size: 12px;
    font-family: Trebuchet MS,Verdana,Helvetica;
    text-align: center;
}

.flyfotoarkivet_login {
    color: #ff0000;
    font-size: 12px;
    font-family: Trebuchet MS,Verdana,Helvetica;
}

/* Breadcrumb */
.flyfotoarkivet_breadcrumb {
    color: #4E4E4E;
    font-size: 10px;
    font-family: Trebuchet MS,Verdana,Helvetica;
}
</pre></body></html>