

/***** FILE: /novus/style/presentation_normal.css *****/

/**********************************************
 *                                            *
 *   Style Sheet for the Presentation Script  *
 *            Norway Pelagic                  *
 **********************************************/





/*--------------------------------------------*/
/*   Outer wrapper div                        */
/*--------------------------------------------*/

#wrapper-background {
    padding: 2px 12px 0px 1px;
    margin: 0 auto;
    width: 960px;
    background: transparent url(/gfx/bg_drop1.gif) no-repeat top left;
}

#bottom-shadow {
    padding: 0;
    margin: 0 auto;
    width: 974px;
    height: 14px;
    background: transparent url(/gfx/bg_drop2.gif) no-repeat top left;
}

#wrapper-outer {
    padding: 13px 0px 0px 0px;
    width: 960px;
}

#wrapper-outer div {
    float: left;
}


#footer {
    padding: 0;
    margin: 0 auto;
    width: 974px;
}



/*--------------------------------------------*/
/*   Inner wrapper div                        */
/*--------------------------------------------*/

    #wrapper-inner {
        padding: 0px 0px 0px 0px;
        background: #e5e5e5 url(/novus/upload/file/Backgrounds/bg_plain.jpg) no-repeat top left; 
        width: 960px;
    }

    #wrapper-inner .normal-height {
        height: 470px;
        /* position: relative; */
    }

    #wrapper-inner .extra-height {
        /* height: 520px; */
        height: 620px;
    }

    #wrapper-inner .dynamic-height {
        height: auto;
    }

    #wrapper-inner .min-height-600 {
        /* min-height hack - http://www.dustindiaz.com/min-height-fast-hack/ */
        height: auto !important;    /* for modern browsers */
        height: 600px;              /* for IE5.x and IE6 */
        min-height: 600px;          /* for modern browsers */
    }

    #wrapper-inner .normal-height-bottom {
        height: 265px;
    }

    #wrapper-inner .dynamic-height-bottom {
        height: auto;
    }





/*--------------------------------------------*/
/*   Left column                              */
/*--------------------------------------------*/


        #column-left {
            width: 271px;
            /* background-color: yellow; */
        }

        #column-left img.logo {
            height: 130px;
            width: 110px;
            padding-left: 25px;
            float: left;
        }

        #column-left div.info {
            padding: 85px 0px 30px 40px;
        }

        


/*--------------------------------------------*/
/*   Right column                             */
/*--------------------------------------------*/

        #column-right {
            width: 689px;
            clear: right;
        }

            .article {
                width: 655px;
                padding: 0px 16px 0px 17px;
                /* min-height: 499px; */
            }

            .article p.header {
                padding: 0px;
                margin: 0px;
            }

            .article p.subtitle {
                padding: 0px;
                margin: 0px;
                color: #767676;
                font-size: 12px;
                height: 35px;
            }

            .article p.button {
                padding: 0px 13px 0px 0px;
                margin: 0px;
                float: left;
                height: 70px;
            }

            .article p.button-spacer {
                padding: 40px 0px;
            }

            .article p.text, .article div.wide p {
                padding-left: 0px;
            }

            .article p.text {
                padding-top: 26px;
            }


            .article p.text b, 
            .article p.text em, 
            .article p.text strong, 
            table.bottom-articles b, 
            table.bottom-articles em, 
            table.bottom-articles strong
            {
                font-size: 10px;
                text-transform: uppercase;
            }

            .article p.narrow{
                width: 250px;
            }

            .article p.wide, .article div.wide {
                width: 520px;
            }

		            .article div.wide h2.xml {
		                padding-bottom: 15px;
		            }

            .article p.button a {
                padding: 54px 0px 0px 0px;
                display: block;
            }

            .article p.search-result-not-first {
                height: auto;
            }

            .article p.search-results {
                padding-bottom: 41px;
                padding-top: 41px;
            }

            .article p.search-parent {
                height: 17px;
                margin-left: 2px;
            }

            .article p.search-result-not-first a {
                padding: 0px 0px 0px 0px;
            }

            .article div.sitemap-column {
                float: left;
                width: 153px;
                /* min-height: 195px; */
                padding: 0px 10px 33px 0px;
            }


            ul#menu-top {
                float: left;
                list-style-type: none;
                padding: 16px 0px 6px 7px;
                margin: 0;
                height: 79px;
            }
        
            ul#menu-top li {
                padding: 21px 14px 0px 9px;
                display: block;
                float: left;
                background: transparent url(/gfx/menu_separator.gif) no-repeat top left;
            }
            
            ul#menu-top li.superfish {
                padding: 0px;
                background: none;
            }
        
            ul#menu-top li.last {
                padding-right: 0;
            }

        
            ul#menu-top li.last a {
            	/* width: 50px; */
            }

            ul#menu-top a, 
            ul#menu-top a:visited {
                cursor: pointer;
                display: block;
                height: 18px;
                /* width: 75px; */
                width: 62px;
                background-position: 0% 0%;
                background-color: transparent;
                background-repeat: no-repeat;
                text-indent: -9999px;
            }    
        
            ul#menu-top a:hover, 
            ul#menu-top a:focus, 
            ul#menu-top a:active {
                background-position: 0px -50px;
            }    
        
            ul#menu-top a.selected {
                background-position: 0px -100px;
            }    
            
            /* Custom widths */
            ul#menu-top a.num-1 {
                width: 75px;
            }
            
            /*

            ul#menu-top a.num-2 {
                width: 54px;
            }

            ul#menu-top a.num-3 {
                width: 51px;
            }

            ul#menu-top a.num-4 {
                width: 60px !important;
            }

            ul#menu-top a.num-5 {
                width: 50px;
            }

            ul#menu-top a.num-6 {
                width: 46px;
            }

            ul#menu-top a.num-7 {
                width: 50px;
            }

            ul#menu-top a.num-8 {
                width: 50px;
            }
            
            */


            ul#menu-top li.num-8 {
                width: 60px;
            }

	            ul#menu-top li.num-8 a {
                width: 60px;
	            }
        


            ul#menu-left {
                float: left;
                list-style-type: none;
                margin: 98px 0 0 12px;
                padding: 0;
                width: 250px;
            }
        
  html>body ul#menu-left {  /* IE6 */
                margin: 98px 0 0 23px;
            }
        
            ul#menu-left li a {
                display: block;
                height: 18px;
                width: 100%;
                text-indent: -9999px;
                background-image: none;
                background-position: top left;
                background-repeat: no-repeat;
            }

            ul#menu-left li a, ul#menu-left li {
                /* cursor: pointer; */
            }
        
            ul#menu-left li.no-indent a {
                display: inline !important;
                text-indent: 0 !important;
            }
        
            ul#menu-left li.no-indent p {
                padding: 0px 0px 0px 10px;
            }

            ul#menu-left li a img {
            }


            ul#menu-left p {
                padding: 15px 70px 0px 0px;
            }

            ul#menu-left p.frontpage {
                padding-left: 7px;
            }


            #search-box {
                float: right !important;
                width: 119px;
                height: 19px;
                background: transparent url(/gfx/bg_search.png) no-repeat top left;
                padding: 3px 62px 0px 21px;
                margin-top: 5px;
            }

  html>body #search-box {   /* IE6 */
                margin-top: 9px;
            }

            #search-box input {
                width: 110px;
                height: 14px;
                font-size: 11px;
                font-family: Georgia,Arial,Sans-Serif;
                background: transparent;
                border-style: none;
                border: none;
                padding: 0px;
                margin: 0px;
                outline: none;
            }

            .newsitem {
                width: 652px;
                padding-left: 3px;
                padding-top: 21px;
                float: left;
                clear: both;
                background: transparent url(/gfx/bg_newslist.gif) bottom left no-repeat;
            }

  html>body .newsitem { /* IE6 */
                background: transparent url(/gfx/bg_newslist.png) bottom left no-repeat;
            }

                .newsitem .newsitem-left {
                    width: 194px;
                    float: left;
                }

                    .newsitem-left p {
                        margin-bottom: 6px;
                    }

                    .newsitem-left p.date {
                        padding-bottom: 45px;
                    }

                .newsitem .newsitem-right {
                    width: 458px;
                    float: left;
                }





        #column-right .person-box {
            background: transparent url(/gfx/bg_person_box.jpg) repeat-x bottom left;
            width: 648px;
        }

        #column-right .person-box .min-height { /* Cross-browser min-height simulation, injected with javascript */
            height: 204px;
            float: right;
        }


        #column-right .person-box .left {
            width: 648px;
        }

        #column-right .person-box .left img.header {
            float: left;
            padding: 14px 0px 0px 2px;
        }

        #column-right .person-box .left .inner {
            width: 191px;
            float: right;
        }

        #column-right .person-box .left .inner p {
            padding: 15px 0px 0px 0px;
        }

        #column-right .person-box .left .inner p span {
            color: #258f9c;
            font-style: italic;
        }

        #column-right .person-box .left .inner p.about {
            padding: 0px;
        }






        #column-left-bottom {
            width: 250px;
            /* background-color: pink; */
            padding: 0px 0px 0px 20px;
        }
        
            table.news {
                /* margin-top: 15px; */
                margin-top: 9px;
                margin-bottom: 3px;
                width: 251px;
            }
        
            table.news td {
                vertical-align: top;
                width: 182px;
                padding: 3px;
            }
        
            table.news td a {
                text-decoration: none;
            }
        
            table.news td a:hover {
                text-decoration: underline;
                color: #434343;
            }
        
            table.news td.date {
                width: 60px;
                padding: 3px 8px 3px 10px;
            }
        
            table.news td.date p {
                margin: 0;
                padding: 0;
                border-bottom: 1px solid #b2b2b2;
                text-align: right;
            }


        #column-left-bottom .text-block {
            padding: 15px 0px 0px 9px;
        }

        #column-right-bottom .text-block {
            padding: 15px 30px 0px 5px;
        }


        #column-horizontal-bottom .text-block {
            padding: 15px 9px 0px 9px;
        }


        #column-horizontal-bottom .text-block table td b, #column-horizontal-bottom .text-block table td strong {
            font-size: 10px;
        }


        #column-right-bottom {
            width: 650px;
            padding-left: 8px;
        }

        html>body #column-right-bottom {
            /* padding-left: 18px; */
        }


        #column-right-bottom img.product, 
        div.kvote img.product {
            /* height: 80px; */
            padding: 17px 0px 17px 5px;
            width: 103px; /* WAS 125px */
            position: relative;
            z-index: 90;
        }

        #column-right-bottom img.product-two {
            width: 125px;
            height: 74px;
            padding-left: 0px;
            margin-left: 5px;
            padding-top: 0px;
            padding-bottom: 0px;
            margin-bottom: 17px;
            border-bottom: 1px solid #f59831;
        }

        #column-right-bottom img.product-two-hover {
            border-bottom: 1px solid #c2c2c2;
        }

        #column-right-bottom img.product-three {
        }

        #column-right-bottom img.quote {
            height: 50px;
            padding-top: 0px;
        }


        #column-horizontal-bottom {
            width: 920px;
            padding: 0px 20px 0px 20px;
        }





    #footer p {
        width: 960px;
        margin: 0px;
        text-align: center;
    }

    a.fac-button {
        display: block;
        width: 125px;
        height: 80px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: 9px;
        float: left;
    }

    a.fac-button img {
        width: 125px;
        height: 80px;
    }




    
    
    
/**********************************************
 *  Template-based background images+hover    *
 **********************************************/

#wrapper-outer div.plain {
    background: #fff url(/novus/upload/file/Backgrounds/bg_plain.jpg) no-repeat top left;
}

#wrapper-outer div.icebergs {
    background: #fff url(/novus/upload/file/Backgrounds/bg_icebergs.jpg) no-repeat top left;
}

#wrapper-outer div.skyline {
    background: #fff url(/novus/upload/file/Backgrounds/bg_skyline.jpg) no-repeat top left;
}

#wrapper-outer div.fish1 {
    background: #fff url(/novus/upload/file/Backgrounds/bg_fish1.jpg) no-repeat top left;
}

#wrapper-outer div.makrell {
    background: #fff url(/novus/upload/file/Backgrounds/bg_makrell.jpg) no-repeat top left;
}

#wrapper-outer div.makrell-kart {
    background: #fff url(/novus/upload/file/Backgrounds/bg_makrell_kart.jpg) no-repeat top left;
}

#wrapper-outer div.facilities {
    background: #fff url(/novus/upload/file/Backgrounds/bg_facilities.jpg) no-repeat top left;
}

#wrapper-outer div.boat {
    background: #fff url(/novus/upload/file/Backgrounds/bg_boat.jpg) no-repeat top left;
}

#wrapper-outer div.no-bg-image {
    background-image: none;
    background-color: #fff;
}

#wrapper-outer div.gray {
    background-color: #e5e5e5;
}

#wrapper-outer div.bottom {
    background-position: bottom left;
}

#wrapper-outer div.extra-height {
    background-position: left 150px;
}







.article p.catching-area a:hover {
    background: transparent url(/novus/upload/file/Buttons/button_bg_catching_area.jpg) no-repeat top left;
}

.article p.produkt-makrell a:hover {
    background: transparent url(/novus/upload/file/Buttons/button_bg_makrell.jpg) no-repeat top left;
}



    
    
/**********************************************
 *   Misc                                     *
 **********************************************/


.debug {
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
}

.debug p {
    margin-bottom: 3px;
}

#frontflashcontainer {
    padding: 0px 0px 0px 5px;
}

html>body #frontflashcontainer {
    padding: 0px 0px 0px 7px;
}

.bottom-articles td p {
    padding: 15px 9px 0px 9px; 
}

.bottom-articles td p.hugin {
	padding: 6px;
}


.bottom-articles td table {
    /* padding: 15px 9px 0px 9px !important;  */
    /* border-collapse: separate; */
}

.bottom-articles td table th {
	text-align: left;
}


span.highlight {
    font-weight: bold;
}




div.kvote {
		position: relative;
    float: left;
    width: 108px; /* WAS 130px */
    z-index: 90;
}

div.kvote-popup {
		background: transparent url(/gfx/bg_kvote_hover.gif) no-repeat bottom left;
		position: absolute;
		left: -20px;
		top: 0;
		z-index: 100;
		display: none;
    width: 142px;
    padding: 0px 0px 10px 7px;
}
	
	div.kvote-popup img.product {
		width: 125px !important;
		position: relative;
		z-index: 100;
		padding-top: 3px;
		padding-bottom: 14px;
	}
	
	div.kvote-popup p {
		font-size: 10px;
	}


div.kvote p {
    margin: 0;
    padding: 0px 0px 0px 5px;
}

div.kvote .bar {
    padding: 0;
    margin: 8px 0px 0px 2px;
    height: 8px;
    width: 125px;
    background: transparent url(/gfx/quota_grey.jpg) repeat-x top left;
    float: none;
}

html>body div.kvote .bar {  /* IE 6 */
    margin: 8px 0px 0px 5px;
}

p.kvote-left {
    float: left;
    width: 70px;
}

p.kvote-right {
    float: left;
    width: 53px;
    padding: 0px 2px 0px 0px !important;
    text-align: right;
}

p.kvote-footer {
    padding: 8px 0px 0px 5px !important;
    color: #434343 !important;
}

p.blue, p.grey {
    font-family: verdana;
    color: #258F9C;
}

p.grey {
    color: #9c9c9c;
}

div.container-facilities {
    width: 655px;
}

td.dummy {
    display: none;
}

p.alternate-header {
    font-size: 28px;
    line-height: 32px;
    font-family: arial, helvetica;
    font-weight: normal;
    margin: 0 0 2px 0;
    padding: 0;
    height: 31px;
}

p.alternate-sub-header-blue, p.alternate-sub-header-orange , p.alternate-sub-header-gray {
    height: 18px;
    margin: 0 !important;
    color: #4e9eaa;
    font-family: arial,helvetica;
    white-space: normal;
    background-color: #fff;
    
    /* padding: 7px 0 0 10px !important; */
    /* font-size: 12px; */
    /* line-height: 14px; */

    font-size: 12pt;
    line-height: 1em;
    
    /* padding: 7px 0px 0px 10px !important; */
    padding: 7px 0px 0px 0px !important;
}


p.alternate-sub-header-orange {
    color: #f38f30;
}

p.alternate-sub-header-gray {
    color: #707070;
}

.w650 {
    width: 650px;
}

li.hidden {
    display: none;
}

.loader {
    height: 13px;
    width: 208px;
    background: transparent url(/gfx/loadingAnimation.gif) no-repeat top left;
    display: none;
}

.relative-pos {
    position: relative;
}

.map-marker {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1000px;
    right: -1000px;
    background: transparent url(/gfx/map_marker_normal.gif) no-repeat top left;
    z-index: 1000;
}

.map-marker-active {
    background: transparent url(/gfx/map_marker_active.gif) no-repeat top left;
    z-index: 2000;
}


/* IE 6 */
html>body .map-marker {
    background: transparent url(/gfx/map_marker_normal.png) no-repeat top left;
}

/* IE 6 */
html>body .map-marker-active {
    background: transparent url(/gfx/map_marker_active.png) no-repeat top left;
}

div.alt-header-wrapper {
    float: none !important;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 2px;
}

p.pad-20 {
    clear: left;
    padding-top: 20px !important;
    padding-top: 0px;
    margin: 0;
}


/**********************************************
 *   DEBUG                                    *
 **********************************************/

body.debug-div div, body.debug-p p, body.debug-ul ul, body.debug-li li {
    border: 1px solid red !important;
}

html>body.debug-div div, body.debug-p p, body.debug-ul ul, body.debug-li li {   /* IE 6 */
    outline: 1px solid red !important;
    border: none !important;
}





/* =========== DESIGN AWARDS ENDRING 13.03.2009 ============ */

#wrapper-inner {
	position: relative;
}

/*
div.innhold-indre div.kolonne-venstre {
	margin-bottom: 200px;
}
*/

div#designaward {
	width: 940px;
	float: left;
	background: #fff;
	padding: 40px 0px 15px 20px;
}





table.bottom-articles table tr.hover {
	background: transparent url(/gfx/table_shadow.gif) no-repeat top left;
}


/* Endringer magnus 08.03.2011 */
#column-right h2 {
	background-color: #e6e6e6;
	font-style: italic;
	padding: 7px 8px;
	font-size: 14px;
	font-weight: bold;
	/* margin-bottom: 16px; */
	margin-bottom: 2px !important;
}
#column-right h2.fabrikk {
	margin-bottom: 20px !important;
}
#column-right table.bred {
	width: 648px !important;
	width: 647px; /* IE 6 */
	margin: 0px 0px 0px 7px;
	color: #000;
}
#column-right table {
	width: 310px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 17px;
}
#column-right table.avdeling {
	border-bottom: 1px solid #8e8e8e;
	margin-bottom: 20px !important;
}
br.clear {
	clear: both;
}
#column-right table.personer td, #column-right table.personer strong, #column-right table.personer span, #column-right table.personer a {
	font-size: 11px;
}
#column-right table.avdeling td {
	width: 50% !important;
}
div.hoyre-blokk img.person, 
#column-right img.person {
	width: 48px;
	/* height: 48px; */
	padding: 0px 12px 60px 0px;
	float: left;
}
.bred td span{
color:#258F9C;
}
.bred td em {
color:#258F9C;
font-weight: bold;
font-style: normal;
}





/***** FILE: /novus/style/editor_normal.css *****/

/*******************************
 *                             *
 *   Style Sheet for Editor    *
 *                             *
 *******************************/


/****************** General *******************/

html, body, div, a, p, h1, form, h1, h2, h3, input, img, select, li, table, td, tr, th, tbody {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    background: #f2f2f2;
    font-family: Georgia, Arial, Sans-Serif;
    color: #434343;
    line-height: 16px;
    font-size: 11px;
}

a, a:link, a:visited, a:active {
    outline: none;
    text-decoration: underline;
    color: #434343;
    /* color: #258f9c; */
}

a:hover {
    text-decoration: none;
    color: #258f9c;
}

p {
    font-size: 11px;
    margin-bottom: 15px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
    margin-bottom: 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}





/***** FILE: /novus/style/xml_styles.css *****/


/********** BASIC ELEMENTS **********/

/*
html, body, div, a, p, form, h1, h2, h3, button, img, select, option, ul, ol, li, table, td, tr, th, tbody, dd, dt, u, i, em, b, strong {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    background: none;
}

body {
    color: #434343;
    font-family: Georgia, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 15px;
    background-color: #f2f2f2;
    padding: 50px;
}

input, select {
    color: #434343;
    font-family: Georgia, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

p {
    margin: 0px 0px 15px 0px;
}

a, a:link, a:visited {
    text-decoration: underline;
    color: #434343;
}

a:hover, a:active {
}
*/

/********** CUSTOM  **********/

#share-column-horizontal-bottom {
    padding: 0px 20px;
    width: 920px;
    float: left;
    /* background-color: #fff; */
}

#share-column-horizontal-bottom table {
    width: 100%;
}

#share-column-horizontal-bottom table.auto-width {
    width: auto;
}

#share-column-horizontal-bottom table.form {
    width: auto;
    margin-bottom: 18px;
}

#share-column-horizontal-bottom table.form td {
    padding-right: 20px;
}

#share-column-horizontal-bottom table td.values {
    color: #4f9eab;
    text-align: right;
}

#share-column-horizontal-bottom table td.first {
    padding-right: 14px;
}

#share-column-horizontal-bottom div {
    background-color: #fff;
    /* padding: 14px 14px 14px 0px; */
    padding: 0px 14px 14px 0px;
    float: left
}

#share-column-horizontal-bottom div.small {
    width: 255px;
    margin-right: 8px;
    padding-right: 0px;
    /* height: 276px; */
}

#share-column-horizontal-bottom div.small p {
    padding-left: 8px;
    padding-top: 14px;
    padding-right: 0px;
    margin-bottom: 1px;
}

#share-column-horizontal-bottom div.medium table, 
#share-column-horizontal-bottom div.small table {
    margin-left: 10px;
    margin-top: 14px;
    width: auto;
}

#share-column-horizontal-bottom div.medium {
    width: 392px;
    /* height: 276px; */
}

#share-column-horizontal-bottom div.large {
    width: 656px;
    /* height: 276px; */
}

#share-column-horizontal-bottom div.last {
    padding-right: 0px;
    margin-right: 0px;
}

#share-column-horizontal-bottom div p {
    padding: 0px 4px 0px 0px;
}

#share-column-horizontal-bottom input.show {
    padding: 0px 6px;
    border-width: 2px;
}

#share-column-horizontal-bottom input.text {
    width: 195px;
}

#share-column-horizontal-bottom input.submit {
    padding: 0px 6px;
    line-height: 14px;
    overflow: visible;
}

#share-column-horizontal-bottom input.text-tiny {
    width: 25px;
}

#share-column-horizontal-bottom input.radio {
    margin-left: 1px;
}
    
#share-column-horizontal-bottom input.date, #share-column-horizontal-bottom select.date {
    width: 90px;
    border: 1px solid #aeaeae;
    padding: 2px;
    background: #fff;
}

#share-column-horizontal-bottom select.date {
    width: 90px;
    border: 1px solid #aeaeae;
    padding: 1px 2px;
}

#share-column-horizontal-bottom img {
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 2px;
}

#share-column-horizontal-bottom img.calendar {
    vertical-align: top;
}


/********** HELPERS **********/

#share-column-horizontal-bottom .no-pad { 
    padding: 0px !important; 
}

#share-column-horizontal-bottom .no-marg { 
    margin: 0px !important; 
}

#share-column-horizontal-bottom .clear {
    clear: both;
}

#share-column-horizontal-bottom .missing {
    color: red;
}






/********** FIXES ************/

input.button-fix, input.show {
    font-family: georgia,arial,helvetica,sans-serif;
    font-size:	11px;
    font-style:	normal;
    color:	#434343;
    text-transform:	none;
    text-decoration:	none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-align: center;
    vertical-align: baseline;
    background-color: #d4d0c8;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    /* width: 62px; */
    /* height: 16px; */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 6px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #d4d0c8;
    border-right-color: #d4d0c8;
    border-bottom-color: #d4d0c8;
    border-left-color: #d4d0c8;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    overflow: hidden;
}

input.text-fix {
    font-family: georgia,arial,helvetica,sans-serif;
    font-size: 11px;
    color: #434343;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-color: #d4d0c8;
    border-right-color: #d4d0c8;
    border-bottom-color: #d4d0c8;
    border-left-color: #d4d0c8;
    border-top-style: inset;
    border-right-style: inset;
    border-bottom-style: inset;
    border-left-style: inset;
}




/***** Graph image *****/

#ShareImageControlID_DyImage {
    position: absolute;
    top: -340px;
    left: -3px;
}

#cision-maincontent {
    padding: 0px 0px 0px 9px !important;
    position: relative;
}




/***** Front ticker *****/

#frontShareTicker {
    overflow: hidden;
    background: transparent url(/gfx/bg_dashboard.png) repeat-y top left;
    position: absolute;
    bottom: 7px;
    left: 20px;
    margin: 0px;
    height: 50px;
    float: none !important;
    width: 226px;
    z-index: 100;
    padding: 12px 12px 0px 12px;
    cursor: pointer;
}

#column-left {
    position: relative;
}
    
#frontShareTicker table {
    width: 100%;
}

#frontShareTicker table.stateup {
    display: none;
}

#frontShareTicker td {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #686b6c;
    font-size: 12px;
}

#frontShareTicker td.first {
    width: 58px;
    padding-left: 2px;
}

#frontShareTicker table.stateup td.first {
    width: 49px;
    text-align: right;
    padding-right: 14px;
}

#frontShareTicker table.stateup td p {
    font-family: Georgia, Arial, Helvetica, Sans-Serif;
    color: #686b6c;
    margin: 7px 0 0 0;
    line-height: 12px;
}

#frontShareTicker table.stateup td.first p {
    text-align: right;
    font-family: "Myriad Pro", Arial, Helvetica, Sans-Serif;
    padding-bottom: 3px;
    border-bottom: 1px solid #686b6c; 
    color: #686b6c;
    margin: 6px 0 0 0;
    /* font-size: 10px; */
    font-weight: bold;
}

#frontShareTicker td.values {
    color: #205a5c;
}

#frontShareTicker td.small {
    font-size: 11px;
}

#frontShareTicker table.statedown td {
    line-height: 13px;
}

#frontShareTickerHeader {
    margin-bottom: 3px;
    display: block;
    width: 155px;
    height: 14px;
    /* background: transparent url(/gfx/header_dashboard.png) no-repeat top left; */
}

#frontShareTickerHeader img {
    padding-left: 2px;
}










/***** FILE: /scripts/sifr/sifr3-r419/css/sIFR-screen.css *****/

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/

.sIFR-active #toppmeny div h3 {
  /*
  visibility: hidden;
  line-height: 1em;
  font-size: 11px;
  color: #4c4c4c;
  */
}


.sIFR-active #toppfelt #toppmeny h3, 
.sIFR-active #toppfelt #toppmeny-bunnrad h3 {
	visibility: hidden;
  line-height: 14px;
  width: 74px;
  color: #4c4c4c;
  text-decoration: none;
  overflow: hidden;
}

.sIFR-active #toppfelt #toppmeny div.siste-div h3 {
  width: 56px;
}

.sIFR-active #toppfelt #toppmeny-bunnrad div.siste-div h3 {
  width: 56px;
}

.sIFR-active #toppfelt #toppmeny div h3.smalere {
  width: 68px;
}

.sIFR-active #toppfelt #toppmeny div h3.bredere {
  width: 91px;
}

.sIFR-active #toppfelt #toppmeny div h3.mye-bredere {
  width: 122px;
}


/* Custom Internett */

.sIFR-active p.alternate-sub-header-orange {
	color: #f38f30 !important;
}

.sIFR-active p.alternate-sub-header-gray {
	color: #707070 !important;
}

.sIFR-active p.alternate-header {
	color: #434343 !important;
}




/* Custom Extranett  */

.sIFR-active body#site_extranett #toppfelt #toppmeny div h3 {
  width: 79px;
}

.sIFR-active body#site_extranett #toppfelt #toppmeny div h3.smalere {
  width: 77px;
}

/*
.sIFR-active body#site_extranett #toppfelt #toppmeny div h3.enda-smalere {
  width: 71px;
}
*/

.sIFR-active body#site_extranett #toppfelt #toppmeny div h3.bredere {
  width: 95px;
}

.sIFR-active body#site_extranett #toppfelt #toppmeny div h3.mye-bredere {
  width: 131px;
}

.sIFR-active body#site_extranett #toppfelt #toppmeny div.siste-div h3 {
  width: 43px;
}

.sIFR-active body#site_extranett #toppmeny-bunnrad {
	width: 60px;
	padding-left: 74px;
}


/* Obsolete? */
.sIFR-active #toppfelt a,
.sIFR-active #toppfelt a:link,
.sIFR-active #toppfelt a:visited,
.sIFR-active #toppfelt a:active {
    color: #4c4c4c; 
    text-decoration: none; 
}

.sIFR-active #toppfelt a:hover {
    color: #258f9c;
}





