﻿@import url( "frame-mini.css" );

#container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mapItem {
	position: absolute;
    top: 0px;
    right:-25px;
    z-index: 8;
}

#powersituation-mini-legend 
{
    position: relative;
    width: 110px;
    float: right;
    top: 35%;
    right: 25%;
    font-size: 10px;
    font-family: MuseoSans, Arial, Helvetica, Sans-serif;
	font-weight: 700;   
    z-index: 10;    
}
#powersituation-mini-legend.withlegendbox {
    padding: 8px;
    background: #efefef;
    border: 1px solid #cfcfcf;    
    border-left: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;    
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75),0px 4px 8px 0 rgba(0, 0, 0, 0.25);        
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75),0px 4px 8px 0 rgba(0, 0, 0, 0.25);        
    -ms-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75),0px 4px 8px 0 rgba(0, 0, 0, 0.25);        
    -o-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.75),0px 4px 8px 0 rgba(0, 0, 0, 0.25);        
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75),0 4px 8px 0 rgba(0, 0, 0, 0.25);        
    
    background: -webkit-linear-gradient(bottom, #d3d3d3, #ebebeb);
    background: -moz-linear-gradient(bottom, #d3d3d3, #ebebeb);
    background: -ms-linear-gradient(bottom, #d3d3d3, #ebebeb);
    background: -o-linear-gradient(bottom, #d3d3d3, #ebebeb);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d3d3d3', endColorstr='#ebebeb');
}

.withlegendbox .powersituation-radio.inlegendbox
{
    line-height: 16px;  
}

.powersituation-radio    
{
    display: inline-block;
    padding-left: 30px;
    line-height: 15px;  
    margin: 0px 0px 3px 04px;
}
.powersituation-radio.inlegendbox
{
    padding-left: 24px; 
    margin: 3px 0px 3px 1px;    
}

.powersituation-radio.green {
    background: url("images/kraftsituasjon_bulletlist3.png") no-repeat 0 0px;
    
}
.powersituation-radio.yellow {
    background: url("images/kraftsituasjon_bulletlist3.png") no-repeat 0 -26px;
}
.powersituation-radio.brown {
    background: url("images/kraftsituasjon_bulletlist3.png") no-repeat 0 -52px;
}
.powersituation-radio.red {
    background: url("images/kraftsituasjon_bulletlist3.png") no-repeat 0 -78px;
}
.powersituation-radio.black {
    background: url("images/kraftsituasjon_bulletlist3.png") no-repeat 0 -105px;
}

