﻿
h1
{
    padding: 0;
    margin: 0 0 0.5em 0;
    font-size: 2.15em;
    font-family: Georgia, Verdana, Arial;
    font-style: italic;
    font-weight: normal;
}

#page
{
    text-align: left;
    margin: 0px 0px 0px 0px;
    background: #fff;
    border-bottom: 3px solid #efc15c;
}

.ContactDivClass
{
    /*background: url('/images/back_pageReversedDimmed.jpg');
    background-repeat: repeat-x;
    background-color: White;*/
    position: absolute;
    vertical-align: text-bottom;
    text-align: center;
    
    top: 1em;
    right: 1em;
    
}

.main
{
    background: url('http://statweb.uni-c.dk/uvmvejltimetal/images/back_pageReversedDimmed.gif');
    background-repeat: repeat-y;
    background-position: left top;
    z-index: 0;
    font-family: georgia;
    font-size: 0.75em;
    color: #3a504d;
    font-family: Verdana;
    padding-left: 1.75em;
    padding-top: 1em;
    border-bottom: 1px solid #b3afa5;
    min-height: 120px;
}

#top
{
    
    background: #dbe3e2 url(http://www.uvm.dk/gfx/backgrounds/back_page.jpg) repeat-x top left;
    border-bottom: 1px solid #b3afa5;
    min-height: 80px;
}


#top h1
{
    float: left;
    width: 340px;
    margin: 0;
    padding: 0;
}

#top h1 a
{
    display: block;
    background: url(http://statweb.uni-c.dk/Databanken/images/uvm_Black.png) no-repeat;
    width: 285px;
    height: 80px;
    margin: 14px 0 0 14px;
}

.FunctionalityDivClass
{
    z-index: 3;
    position: relative;
}

.ReverseUVMLogoDiv
{
    position: absolute;
    top: 110px;
    right: 0px;
    z-index: -1;
    overflow: auto;
}

#top h1 a span
{
    display: none;
}

.clear
{
}

.btn
{
    background-color: #33664A;
    border: 0.0625em solid black;
    color: White;
}

.headline1
{
    margin-top: 1em;
    font-size: x-large;
    font-weight: bold;
}

.headline2
{
    margin-top: 1em;
    font-size: large;
    font-weight: bold;
}

.headline3
{
    margin-top: 1em;
    font-size: small;
    font-weight: bold;
}

.tableHeadline
{
    margin-top: 2.5em;
    font-size: x-small;
}


.displayedTable
{
    margin-top: 0.5em;
    border-top: 0.1875em solid #008080; /* 	#008080 = "teal" */
    border-bottom: 0.1875em solid #008080; /* 	#008080 = "teal" */
    font-size: small;
    border-collapse: collapse;
}

.displayedTable_th
{
    color: white;
    background-color: #008080; /* 	#008080 = "teal" */
    border-bottom: 0.0625em solid black;
    padding-right: 0.2em;
}


.tableRowHeader
{
    color: black;
    background-color: #A9A9A9; /* 	#808080 = "darkgray" */
}


.tableRowShadowHeader
{
    color: black;
    background-color: #F9F965; /* 	#808080 = "darkgray" */
}



.displayedTableCell
{
    border: 0.0625em solid #808080;
    padding-right: 0.2em;
}

.blackBottomBorder
{
    border-right: 0.0625em solid #808080;
    border-left: 0.0625em solid #808080;
    border-top: 0.0625em solid #808080;
    border-bottom: 0.0625em solid black;
    padding-right: 0.2em;
}

.blackRightBorder
{
    border-right: 0.0625em solid black;
}

.blackRightBorderAllOtherBordersGrey
{
    border-right: 0.0625em solid black;
    border-left: 0.0625em solid #808080;
    border-top: 0.0625em solid #808080;
    border-bottom: 0.0625em solid #808080;
}


.blackRightAndBottomBorder
{
    border-right: 0.0625em solid black;
    border-bottom: 0.0625em solid black;
}


.leftAlign
{
    text-align: left;
}

.rightAlign
{
    text-align: right;
}

.centerAlign
{
    text-align: center;
}

.width7em
{
    width: 7em;
}

.width10em
{
    width: 8em;
}

.width15em
{
    width: 15em;
}
.width21em
{
    width: 21em;
}
.tableSource
{
    font-size: xx-small;
}
.blueColor
{
    color: blue;
    font-weight: bold;
}


.greyBackground
{
    background-color: #cccccc;
}

.paleGreyBackground
{
    background-color: #F9F9B2;
}

.municipalityLabel
{
    color: #FF8C00;
}

.countryLabel
{
    color: #688E23;
}

#globalOpacityBackground
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: Gray;
    display: none;
    text-align: center;
}

