﻿#popupcontent
{
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    border: 1px solid #CCC;
    background-color: #F9F9F9;
    border: 1px solid #333;
    padding: 5px;
}
/* START used for floating div with videoplayer from youtube*/
.FloatingLayer
{
    position: absolute;
    top: 40px;
    left: 120px;
    width: 480px;
    height: 340px;
    z-index: 2;
    border: #000000 2px solid;
}
.topCloseBar
{
    vertical-align: top;
    float: left;
    background-color: gray;
    color: white;
    font-weight: bold;
    width: 480px;
    text-align: right;
    cursor: pointer; /*border: #000000 2px solid;*/
}
.Spacer7px
{
    width: 480px;
    height: 7px;
    background-image: url(~/gradient7x1.png);
}
.floatLeft
{
    text-align: left;
}
.floatRight
{
    text-align: right;
}
.floatCenter
{
    text-align: center;
    float: inherit;
}

.centeredImage
{
    /*works on IMG tags that is not inside a block element like div, p and Span tables*/
    text-align: center;
    display: block;
}

.newsTwoColumnImage
{
    width: 275px;
    height: auto;
}

/* END used for floating div with videoplayer from youtube*/

.newsHeading
{
    text-align: center;
    font: Verdana;
    font-size: x-large;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
}
.newsTeaser
{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.newsBodyMainText
{
    text-align: left;
    font-size: medium;
}

.newsBody
{
    font-family: Verdana;
    text-align: center;
}

.newsTableNoDecoration
{
    border: 0 0 0 0;
    padding: 0 0 0 0;
}

.newsTableNoDecorationfullWidth
{
    width: 100%;
}

Table.newsTwoColumnTable
{
    table-layout: fixed;
    width: 700px;
}
Table.newsTwoColumnTable TD
{
    width: 350px;
}

.imagecontainer img
{
    padding-left: 10px;
    padding-right: 10px;
}
.margin40pxleft
{
    margin-left: 40px;
}
.margin20pxleft
{
    margin-left: 20px;
}
.margin40pxright
{
    margin-right: 40px;
}

.imageSize20pct
{
    height: auto;
    width: 20%;
}
/* START GENERAL STYLES*/
.heading
{
    text-align: center;
    font: Verdana;
    font-size: x-large;
    font-weight: bold;
    color: #FF0000;
    text-decoration: underline;
}

.body
{
    font-family: Verdana;
}

#OuterContainer
{
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
/*LINKS STYLING START*/
A.generalLink:link .generalLink
{
    text-decoration: none;
    color: #FF0000;
}
A.generalLink:visited
{
    text-decoration: none;
    color: #FF0000;
}
A.generalLink:active
{
    text-decoration: none;
    color: #FF0000;
}
A.generalLink:hover
{
    text-decoration: underline;
    color: #FF0000;
}
/*LINKS STYLING END*/

.tableNormalPageTwoColumnImage
{
    width: 300px;
    height: auto;
}

.tableNormalPageTwoColumnImage img
{
    width: 350px;
}
.imageFullWidth
{
    width: 680px;
}
.imageWidth300px
{
    width:300px;
}

.imageWidth250px
{
    width:250px;
}


/* END GENERAL STYLES*/


/* used in Hvem er vi*/
/* used in artikkel Biologisk filtrering i havedammen*/
.bodyParagraphHeader
{
    font-weight: bold;
    font-size: medium;
}
.bodyParagraph
{
    margin-bottom: 40px;
    font-size: small;
    font-weight: bold;
    margin-left: 16px;
    margin-right: 16px;
}
h1.normalText
{
    color: #FF0000;
}
h2.normalText
{
    color: #FF0000;
}
.normalTextIngress
{
    font-style: italic;
    font-size: small;
    font-weight: bold;
}
.normalText
{
    font-size: smaller;
    font-weight: bold;
}
.redText
{
    color: #FF0000;
}

.bold
{
    font-weight: bold;
}

.tableNoDecorationFullWidth
{
    width: 100%;
}

.tableNoDecoration
{
    border: 0 0 0 0;
    padding: 0 0 0 0;
}
.tableCenter
{
    text-align: center;
}
.hiddenlayer
{
    visibility: hidden;
}

.visibleLayer
{
    visibility: visible;
}

#fade
{
    /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 9999;
}
.popup_block
{
    display: none; /*--hidden by default--*/
    background: #fff;
    padding: 20px;
    border: 20px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999; /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000; /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
img.btn_close
{
    float: right;
    margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade
{
    position: absolute;
}
*html .popup_block
{
    position: absolute;
}
