﻿html, body, form, fieldset
{
    margin: 0;
    padding: 0;
    font-family: Verdana,Sans-Serif,Arial;
    font-size: 8pt;
}

.userSettings
{
    width: 100px;
    height: 150px;
    top: 90px;
    right: 10px;
    z-index: 1002;
    position: absolute;
    background-color: #ffffff;
    border: solid 1px black;
}

.divUserSettingsMenu
{
    padding: 10px;
}

.userSettings span
{
    color: Black;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}



.searchResultHeader
{
    background-color: #7BB4DB;
    font-weight: bold;
}

.searchResultItem
{
    background-color: #ffffff;
}
.searchResultAlternatingItem
{
    background-color: #D8F0FF;
}

.divSearchResultButtons img, .divSearchResultButtons input
{
    cursor: pointer;
}

#divSearchWaterBody
{
    padding: 7px;
    border: solid 1px #CD7F32;
    color: #000000;
    background-color: #ffffff;
}

#divLimitSearchWaterBody
{
    padding: 7px;
    border-left: solid 1px #CD7F32;
    border-bottom: solid 1px #CD7F32;
    border-right: solid 1px #CD7F32;
    color: #000000;
    background-color: #ffffff;
    position: absolute;
    z-index: 1001;
}

#tblMenuSelectDropdown
{
    padding: 0px;
    position: relative;
    z-index: 1001;
}

.menuSelector
{
    background-image: url(../images/blue-gradient-30x1.gif);
    cursor: pointer;
}

.toolbarLink
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}


/* Attribute window */
.attributesContainer
{
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
}


#mpAttributes
{
    /* background-color: White;     border: 1px solid #919B9C;     width: 915px;     height: 200px;     position: relative;     padding: 10px;     top: -3px;     left: 1px;     z-index: 98;*/
}


.pvAttributes
{
    width: 100%;
}


/* End attribute window */




.mapMessageBoxHidden
{
    display: none;
    background-color: #fff;
    border: solid 1px gray;
}
.mapMessageBoxLoad
{
    display: block;
    background-color: #fff;
    border: solid 1px #1381ED;
}

.mapMessageBoxInfo
{
    display: block;
    background-color: #fff;
    border: solid 1px gray;
}

.mapMessageBoxError
{
    display: block;
    background-color: #fff;
    border: solid 1px red;
}

.pageHeader
{
    background-image: url('../images/Vann_nett_Statistikk.png');
    background-color: #E7EBFF;
    background-repeat: no-repeat;
    color: #666666;
    height: 50px;
    width: 100%; /*position:relative;*/
}

.pageToolbar
{
    background-image: url('../images/blue-gradient-30x1.gif');
    background-color: #376F92;
    background-repeat: repeat-x;
    color: white;
    height: 30px;
    display: block;
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
}


.panelHeader
{
    height: 25px;
    width: 100%;
    background-image: url('../images/blue-gradient-24x1.gif');
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.panelBody
{
    height: 0px;
}

#divLogInContainer
{
    color: #FFF;
    font-weight: bold;
}

#divLogInContainer a
{
    color: #FFF;
    font-weight: bold;
}

#divLogInForm
{
    background-color: #fff;
    border: solid 1px black;
    padding: 5px;
    margin: 0px;
    color: #000;
    font-weight: bold;
}


/*FROM TEMPLATE*/
.appFloat1
{
    float: left;
}
.appFloat2
{
    float: right;
}
.appAlign1
{
    text-align: left;
}
.appAlign2
{
    text-align: right;
}
.combined1
{
    float: left;
    text-align: left;
}
.combined2
{
    float: right;
    text-align: right;
}
.mapPosition
{
    left: 260px;
}
.dockPosition
{
    /*          left: 0px;*/
}
/*END FROM TEMPLATE*/



/* FROM TEST VERSION */




#divInfoBoxContainer
{
    padding: 0px;
    margin: 0px;
    width: 838px;
    height: 307px;
    right: 2px;
    bottom: 2px;
    border: 1px solid #000;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    display: none;
}

#divInfoBoxHeader
{
    /*background-color: #73AED9;*/
    background-image: url('../images/Bar.png');
    background-repeat: repeat;
    border-bottom: solid 1px #000;
    color: white;
    font-weight: bold;
    height: 25px;
}


#divInfoBoxContent
{
    overflow: auto;
    height: 275px;
}


.TabItem
{
    padding: 5px;
    margin: 2px;
    width: 50px;
    text-align: center;
    border-bottom: solid 1px #404040;
    border-right: solid 1px #404040;
    color: #000;
    text-decoration: none;
    background-color: #F2F2F2;
}

.TabText
{
    color: #000;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 5px;
}

.TabItemHover
{
    padding: 5px;
    margin: 2px;
    width: 50px;
    text-align: center;
    border-bottom: solid 1px #404040;
    border-right: solid 1px #404040;
    color: #000;
    text-decoration: none;
    background-color: #FFF0B2;
}

.TabItemSelected
{
    padding: 5px;
    margin: 2px;
    width: 50px;
    text-align: center;
    border-bottom: solid 0px #404040;
    border-right: solid 1px #404040;
    color: #000;
    text-decoration: none;
    background-color: #FFF0B2;
}

.AttributeDetailHeading
{
    font-size: 14pt;
}
.statusMessageInfo
{
    height: 14px;
    background-color: #FFF6CD;
    border: solid 1px #000;
    margin: 0px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    visibility: visible;
    white-space: nowrap;
}


.statusMessageValidation
{
    width: 200px;
    height: 14px;
    background-color: #FF879F;
    color: #000;
    border: solid 1px #000;
    margin: 0px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    visibility: visible;
}

.statusMessageError
{
    width: 200px;
    height: 14px;
    background-color: #FF879F;
    color: #000;
    font-weight: bold;
    border: solid 1px #000;
    margin: 0px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    visibility: visible;
}


#divTopRightInfoPanel
{
    position: absolute;
    top: 90px;
    right: 5px;
    z-index: 10000;
    background-color: White;
    border: solid 1px black;
}



.mapMessageButton
{
    background: url(../images/button/btn_blue_right.gif) right no-repeat;
    font-size: 1.0em;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    padding: 0 10px 0 0;
    text-align: center;
    background-repeat: no-repeat;
}
.mapMessageButton span
{
    height: 25px;
    line-height: 25px;
    background: url(../images/button/btn_blue_left.gif) left no-repeat;
    color: #fff;
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 0 0 0 10px;
    background-repeat: no-repeat;
}
.mapMessageButton:hover
{
    background: url(../images/button/btn_blue_right_hover.gif) right no-repeat;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    padding: 0 10px 0 0;
    text-align: center;
    background-repeat: no-repeat;
}
.mapMessageButton:hover span
{
    background: url(../images/button/btn_blue_left_hover.gif) left no-repeat;
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 0 0 0 10px;
    background-repeat: no-repeat;
}

.statusTextBox
{
    width: 100%;
    text-align: center;
    display: block;
    color: #000000;
}
