﻿BODY
{
    FONT-SIZE: 11px;
    MARGIN: 0px 0px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #ffffcc;
    TEXT-ALIGN: left
}
.bgWhite
{
    COLOR: black;
    BACKGROUND-COLOR: white
}

TABLE
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: transparent;
}
DIV .small
{
    FONT-SIZE: 10px;
    COLOR: black;
}
TR
{
    FONT-SIZE: 11px;
    COLOR: black;
}
TD
{
    FONT-SIZE: 11px;
    COLOR: black;
}

DIV #white
{
    COLOR: white
}
.rubrik
{
    FONT-WEIGHT: bold;
    COLOR: black;
    FONT-SIZE: 13px;
    FONT-FAMILY: Verdana, Arial
}
.rubrikAdmin
 { 
 	Font-family: Verdana, Arial; 
 	Color: #666634;
 	Font-size: 16px; 
 	Line-height: 26px; 
 	Font-weight: bold 
 }
 
.Text
{
    FONT-SIZE: 11px;
    COLOR: black;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Verdana, Arial
}
.TextBold
{
    FONT-SIZE: 9px;
    COLOR: black;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
}
.TextBigBold
{
    FONT-SIZE: 11px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold
}
.TextMiniBlack
{
    FONT-SIZE: 9px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}

.HeaderDvdList 
{ 
font-family: Verdana, Arial;
margin: 5px 5px;
padding-left: 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
width: 410px;
height: 16px;
font-size: 12px;
font-weight:bold;
} 

.HeaderMapList 
{ 
font-family: Verdana, Arial;
padding-left: 3px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
height: 16px;
font-size: 11px;
font-weight:bold;
} 

.blue
{
    COLOR: mediumblue
}
.infocolor
{
    COLOR: red
}
.bgMediumYellow
{
    BACKGROUND-COLOR: #ffffbb
}
.bgMediumGreen
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #999967
}

a.ByggBeskLnk 
{ 
font-family: Verdana, Arial;
font-size: 9px;
font-weight: bold; 
text-decoration: none; 
color: black; 
} 

a.ByggBeskLnk:link 
{ 
font-family: Verdana, Arial;
font-size: 9px;
font-weight: bold; 
text-decoration: none; 
color: black; 
} 

a.ByggBeskLnk:hover 
{ 
color: red;
text-decoration: underline;
} 

a.MtrlSpecLnk 
{ 
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
width: 158px;
height: 12px;
font-size: 10px; 
} 

a.MtrlSpecLnk:link
{
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
width: 158px;
height: 12px;
font-size: 10px;
}

a.MtrlSpecLnk:visited
{
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
font-size: 10px;
}

a.MtrlSpecLnk:hover
{
margin: 0px 1px;
text-decoration: none;
border: 2px solid #CC9900;
color: #CC9900;
background-color: #FFFFCC;
display: block;
font-size: 10px;
}

a.DimResultLnk 
{ 
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
width: 171px;
height: 12px;
font-size: 10px; 
} 

a.DimResultLnk:link
{
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
width: 171px;
height: 12px;
font-size: 10px;
}

a.DimResultLnk:visited
{
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
font-size: 10px;
}

a.DimResultLnk:hover
{
margin: 0px 1px;
text-decoration: none;
border: 2px solid #CC9900;
color: #CC9900;
background-color: #FFFFCC;
display: block;
font-size: 10px;
}

a.SearchAndViewLnk 
{ 
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
height: 12px;
font-size: 10px; 
} 

a.SearchAndViewLnk:link
{
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
height: 12px;
font-size: 10px;
}

a.SearchAndViewLnk:visited
{
margin: 0px 3px;
text-decoration: none;
color: white;
background-color: #CC9900;
display: block;
font-size: 10px;
}

a.SearchAndViewLnk:hover
{
margin: 0px 1px;
text-decoration: none;
border: 2px solid #CC9900;
color: #CC9900;
background-color: #FFFFCC;
display: block;
font-size: 10px;
}

.popup_fading{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #666634;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.popup_content {
    display: none;
    position: absolute;
    top: 1%;
    left: 60%;
    width: 475px;
    height: 600px;
    margin-left: -403px;
    border: 5px solid #CC9900;
    background-color: #FFFFCC;
    z-index:1002;
    overflow: auto;
}