﻿html {
    /*background: #e3e4e4;*/
    font-size: 14px;
}
/*a, a:visited, .a, .a:visited
{
    color: #404040;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .a:hover
{
    color: #555;
    text-decoration: none;
}

a:active, .a:active
{
    color: #404040;
}

a[disabled]
{
    color: Gray;
    text-decoration: none;
}*/


.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.aspNetDisabled img {
    opacity: 0.5;
}

menu.aspNetDisabled {
    color: gray;
    text-decoration: none;
}

img {
    border: 0;
}

hr {
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    border: 0;
    height: 1px;
}
/*a, a:visited, .a, .a:visited
{
    color: #404040;
    text-decoration: none;

    cursor: pointer;
}

a:hover, .a:hover
{
    color: #454545;
    text-decoration: none;
}

a:active, .a:active
{
    color: #404040;
}

a[disabled]
{
    color: Gray;
    text-decoration: none;
}*/

span {
    color: Black;
}

input[type=button], input[type=submit] {
}

fieldset {
    border: 0;
    margin: 2px 0px 2px 0px;
    color: Black;
}

    fieldset .h4 {
        background-color: #e1e3e4;
    }

legend {
    width: 100%;
    background-color: #e1e3e4;
    font-weight: bold;
    color: #898a8d;
}

    legend a {
        text-decoration: none;
    }


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: Black;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}




/*------*/

.info {
    font-style: italic;
    text-decoration: underline;
    color: #000044;
}

    .info:hover {
        text-decoration: none;
    }

.smallFonts {
    font-size: x-small;
}

    .smallFonts input, .smallFont select {
        height: 12px;
        max-width: 130px;
        font-size: x-small;
    }



.invisible {
    display: none;
}

.clboth {
    clear: both;
}


.banner {
    width: 970px;
    margin: 0px auto 0px auto;
}

.vuwindlogo {
    /*float: left;
    text-decoration: none;
    display: block;
    height: 82px;
    width: 253px;
    background-repeat: no-repeat;
    background-image: url(../Images/Banner/vuWind_Logo.png);
    margin-left: 25px;*/
}

.logofflink {
    /*float: right;
    margin-top: 60px;
    margin-right: 12px;
    text-decoration: none;
    color: #959a9d;*/
}

.npclogo {
    float: right;
    position: relative;
    text-decoration: none;
    display: block;
    height: 50px;
    width: 133px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-image: url(../Images/Banner/NPC_LogoW.png);
}

.header {
    /*width: 966px;*/
    /*border:2px solid #ff0000;*/
    /*background-image: url(../images/background/leftshadow.png);*/
    /* background-repeat: repeat-y;*/
    margin: 0px auto 0px auto;
}

.header1 {
    /*width: 966px;*/
    margin: 0px auto 0px auto;
    background-color: transparent;
}

.header1_ {
    height: 2px;
    /*width: 960px;*/
    background-image: url(../images/infobg.png);
    background-repeat: repeat-x;
}

.content {
    /*background-color: #fff;
    /*width: 960px;*/
    /*min-height: 450px;*/
}

.footer {
    /*width: 960px;*/
    height: 29px;
    background-image: url(../images/infobg.png);
}

.footersh {
    background-image: url(../images/background/bottomshadow.png);
    margin: 0px auto 0px auto;
    /* width: 958px;*/
    height: 5px;
}

.superfooter {
    /*width: 960px;*/
    margin: 0px auto 0px auto;
}

.superfooter_login {
    width: 294px;
    margin: 0px auto 0px auto;
    height: 50px;
}

.content_login {
    width: 300px;
    border: 1px solid #a1a2a3;
    margin: 100px auto 0px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    background: #f3f3f3;
    border-bottom: #a1a2a2 1px solid;
    border-top: #fff 1px solid;
    font-size: 14px;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
}

.dialog-overlay {
    display: none; /* set it to fill the whil screen */
    width: 100%;
    height: 100%; /* transparency for different browsers */
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000; /* make sure it appear behind the dialog box but above everything else */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000; /* hide it by default      display:none;*/
}

#pnl_MsgDyn {
    padding: 10px 10px 10px 10px;
    position: absolute;
    display: none;
    border: 2px solid darkslategray;
    background-color: rgba(250, 235, 204, 1); /*#fff;*/
    z-index: 5000;
}

    #pnl_MsgDyn .msgdyn_Close {
        border-radius: 25px;
        width: 25px;
        text-align: center;
        margin-top: -18px;
        margin-right: -18px;
        float: right;
        background-color: rgba(250, 235, 204, 1);
        border : 2px solid darkslategray
    }
    
    #pnl_MsgDyn li{
        margin-left:10px;
    }

    #pnl_MsgDyn .pnl_btn {
        text-align: right;
        margin-top: 10px;
    }

.pnl_btn {
    text-align: right;
}


.maincontent {
    text-align: left;
}

.wait {
    /* background-color: #e1e3e4;
    border: 3px solid #B0BC22;
    width: 300px;
    z-index: 1505; */
}

.waitforelement {
    position: absolute;
    display: none;
    z-index: 5001;
    background-color: White;
}

.download_options {
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
}

    .download_options select {
        margin-top: 5px;
        margin-left: 25px;
        width: 150px;
    }

    .download_options input {
        margin-left: 25px;
    }


/*.panel_checkbox_instrus
{
    border-width: 1px;
    border-color: Gray;
    height: 600px;
    width: 700px;
    text-align: left;
}
    */
.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

#pnl_login {
    width: 94%;
    text-align: center;
}

    #pnl_login table {
        margin: 0px auto 0px auto;
    }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.Shadow {
    display: none;
}

.waitShadow {
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: absolute;
    display: none;
}

#ContentPlaceHolder1_pnl_EditProject {
    background: #f5f5f5 !important;
}

.EditPanel_pnl_Main {
    border-color: #736F6E;
    border-width: 3px;
    background-color: white;
    padding: 5px 5px 5px 5px;
}

    .EditPanel_pnl_Main input[type=text], select {
        margin: 0;
        padding: 0;
        border: 1px solid gray;
    }


    .EditPanel_pnl_Main input.notvalid {
        border: 1px solid red;
    }

    .EditPanel_pnl_Main fieldset {
        padding: 4px 4px 4px 4px;
    }

.topinfo {
    height: 29px;
    background-image: url(../images/infobg.png);
    background-repeat: repeat-x;
    font-size: 1em;
}

/* begin css tabs */
/*.tabnav, 
.tabnav a, */
.footer {
    background-color: #b0bc22; /* #4B2582;*/
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.tabnav {
    /* height: 25px;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style-type: none;
    overflow: hidden;*/
}

.tabnavv {
    /*position: absolute;
    border: 1px solid gray;
    background-color: #b0bc22;
    display: none;
    z-index: 5001;*/
}

    .tabnavv ul {
        /* text-align: left;
    margin: 0;
    padding: 0;
    list-style-type: none;*/
    }

.tabnav li {
    /*display: block;
    float: left;*/
}

.tabnavv li {
    /*display: list-item;
    float: none;*/
}

.tabnav a {
    /* display: block;
    color: White;
    text-decoration: none;*/
}

    .tabnav a span {
        /*  display: table-cell;
    height: 25px;
    vertical-align: middle;
    font-size: 1.1em;
    padding-right: 6px;
    padding-left: 6px;
    color: inherit;*/
    }

    .tabnav a img {
        /* border: 0;
    width: 8px;
    height: 8px;*/
    }

    .tabnav a:hover {
        /* settings for hover effect */
        /*#2D164E;  #fff; set desired hover color */
        /* background: #959e1d;  
   color: White;
   cursor: pointer;*/
    }

    .tabnav a.current {
        /*background: #959e1d;*/ /*#2D164E;  #fff; set desired hover color */
    }

/* end css tabs */
/* grid view */
.gridview1 table th {
    background-color: #cfc;
    font-family: HurmeGeometricSans3-SemiBold;
    vertical-align: top;
    border: 1px solid #F7F6F3;
}

.gridview .gridview1 {
    color: #333333;
    background-color: #F7F6F3;
}

.gridview hr {
    margin: 0;
}

.gridview table td {
    padding: 1px 3px 0px 0px;
    color: Black;
    font-size: 13px;
    /*letter-spacing:1px;*/
}

.gridview table th {
    background-color: #b6b6b6;
    padding: 1px 6px 0px 0px;
    vertical-align: top;
    text-align: left;
}

.gridview table.dpo_th th {
    background-color: #dadada;
    border: 1px solid #d3d3d3;
    padding: 2px 3px;
    vertical-align: top;
}

.gridview .gridview_row {
    /*background-color: #F7F6F3;*/
}

.gridview .gridview_row_alt {
    background-color: #fff;
}

.gridview .gridview_row_selected {
    /*background-color: #E2DED6 !important;*/
}

.gridview .gridview_row:hover {
    /*cursor: pointer;
    background-color: #F7F6F3;*/ /*#E2DED6;*/
}

.gridview .gridview_row_alt:hover {
    /*cursor: pointer;
    background-color: #FFFFFF;*/ /*#E2DED6;*/
}

.gridview1 tr.gridview_row {
    background-color: #F7F6F3;
}

.gridview1 .gridview_row_alt {
    background-color: #FFFFFF;
}

.gridview1 tr.gridview_row_selected {
    background-color: #E2DED6;
}

.gridview_row_highlited {
    background-color: #fff3db !important;
    cursor: pointer;
}

    .gridview_row_highlited a {
        color: Black;
    }


.gridview_row_inactive {
    /*background-color: Navy;*/
}
/*---site profile--*/
.show_hide_site_info {
    text-align: right;
}

    .show_hide_site_info a, a:hover, a:active {
        color: Gray;
        text-decoration: none;
    }


/*---dpo repeater--*/
.dpo_objecttype {
    width: 105px;
}

.dpo_serialnum {
    width: 120px;
}

.dpo_model {
    width: 380px; /*old value from vuwind */
    /* width:280px;*/
}

.dpo_objectevent {
    width: 120px;
}
/*---dpo repeater--*/
/*---site eventlog repeater--*/
.solog_date {
    width: 150px;
}

.solog_eventtype {
    width: 130px;
}

.solog_description {
    width: 160px;
}

.solog_url {
    width: 70px;
}
/*---dpo repeater--*/
/*---site eventlog repeater--*/
.qclog_date {
    width: 80px;
}

.qclog_intervaltype {
    width: 80px;
}

.qclog_log {
    width: 370px;
}
/*---site eventlog repeater--*/
/*---site session repeater--*/
.soses_date {
    width: 160px;
}

.soses_so, .soses_user {
    width: 130px;
}

.soses_status {
    /*   width: 200px;*/
}

.soses_link {
    width: 80px;
}


/*---site session repeater--*/
/*---clients --*/
.client_name {
    width: 250px;
}

.client_email {
    width: 250px;
}

/*---clients --*/
/*---objects --*/
.object_type {
    width: 150px;
}

.object_serial {
    width: 100px;
}

.object_model {
    width: 150px;
}

.object_manufacturer {
    width: 150px;
}

.object_date {
    width: 100px;
}

/*---objects --*/
/*---objectseventlog --*/
.objecteventlog_eventtype {
    width: 110px;
}

.objecteventlog_description {
    width: 220px;
}

.objecteventlog_link {
    width: 80px;
}

.objecteventlog_date {
    width: 150px;
}

/*---objectseventlog --*/

/* end grid view */
/* sessions */
.Session_Flags_gridview {
    border: 0px;
    width: 80%;
    text-align: left;
    background-color: White;
}

    .Session_Flags_gridview .Session_Flags_gridview_row, .Session_Flags_gridview_row_selected, .Session_Flags_gridview_row_highlited td /*, th*/ {
        padding-left: 5px;
        padding-right: 5px;
    }

    .Session_Flags_gridview .Session_Flags_gridview_row {
        background-color: White;
        color: Black;
    }

    .Session_Flags_gridview .Session_Flags_gridview_row_selected {
        background-color: #E2DED6;
    }

    .Session_Flags_gridview .Session_Flags_gridview_row:hover {
        cursor: pointer;
        background-color: #E2DED6;
    }

    .Session_Flags_gridview .Session_Flags_gridview_row_alt:hover {
        cursor: pointer;
        background-color: #E2DED6;
    }

    .Session_Flags_gridview .Session_Flags_gridview_row_alt {
        color: Black;
        background-color: #F7F6F3;
    }


.Session_Flags_gridview_row_highlighted {
    background-color: #fff3db;
    cursor: default;
    color: Black;
}

    .Session_Flags_gridview_row_highlighted a {
        color: Black;
    }


.ddeMenu {
    background-color: #8f8f8f;
    border: 2px solid #666;
    visibility: hidden;
    margin: 0 0 0 -2px;
    -webkit-box-shadow: 3px 3px 7px rgba(50, 50, 27, 0.29);
    -moz-box-shadow: 3px 3px 7px rgba(50, 50, 27, 0.29);
    box-shadow: 3px 3px 7px rgba(50, 50, 27, 0.29);
    line-height: 1.65em;
    font-size: 11px;
    letter-spacing: 1px;
    /*font-weight:bold;*/
    font-family: HurmeGeometricSans3-Regular;
}

.ddeMenu_Item {
    background-color: #8f8f8f;
    margin: 5px 0 5px 10px;
}

.ddeMenu_ItemH {
    background-color: #8f8f8f; /*#fff3db;*/
}

.ddeMenu_Item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 3px;
}

.ddeMenu_Item li {
    display: block;
    margin: 2px 0px 2px 5px;
}

.ddeMenu a {
    text-decoration: none;
    color: #fff;
}

    .ddeMenu a:hover {
        text-decoration: none;
        color: #fff;
    }

.ddeMenu hr {
    border: 0;
    height: 1px;
    background: #e5e5e5;
}

.ddeMenu_Call {
    text-align: center;
    background-color: transparent;
    display: none;
    margin: 0;
    padding: 0;
}

.ddeMenu_popupHover {
    background-color: #efefef;
    margin-left: -5px;
    padding-left: 5px;
    color: white;
}



.toolbar-filter {
    background-color: #99CCCC;
}

.tool-pnl {
    background-color: white;
    border: 1px solid #B0BC22;
}
/*--Time series--*/

.siteObjectDraggable {
    background-color: #cccccc;
    z-index: 99;
    border: 1px solid Black;
    position: absolute;
    display: none;
}

.TsExp_section {
    position: relative;
    padding: 2px;
    margin: 2px; /*display: none;*/
    border: 1px solid Grey;
    margin-bottom: 3px;
}


.TsExp_section_title {
    background-color: #3333ff;
    height: 20px;
    padding: 4px;
}

.TsExp_section_title_selected {
    background-color: #000066;
    height: 20px;
    padding: 4px;
}

    .TsExp_section_title_selected p {
        padding: 0px;
        margin: 0px;
        color: #ffffff;
        font-weight: bold;
        vertical-align: middle;
        cursor: pointer;
    }

    .TsExp_section_title_selected img {
        cursor: pointer;
    }


.TsExp_section_title p {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    cursor: pointer;
}

.TsExp_section_title img {
    cursor: pointer;
}

.TsExp_button {
    color: #ffffff;
    font-weight: bold;
    background-color: #4B2582;
    padding: 4px;
    height: 20px;
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .TsExp_button:hover {
        color: #ffffff;
        font-weight: bold;
        background-color: #2D164E;
        padding: 4px;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 20px;
        width: 100px;
        cursor: pointer;
    }

.TsExp_menuitem {
    color: #ffffff;
    background-color: #bbbbff;
    height: 20px;
    padding: 5px;
    margin: 0px;
    cursor: pointer;
}

    .TsExp_menuitem:hover {
        color: #aa00aa;
        height: 20px;
        padding: 5px;
        margin: 0px;
        background-color: #8888ff;
        cursor: pointer;
    }

/*---Wind overview---*/
.wind_overview_main {
}

    .wind_overview_main td {
        vertical-align: top;
        padding: 5px;
    }

area {
    display: block;
    background-color: transparent;
    cursor: pointer;
}


/*---Charts---*/
.windstat_small {
    width: 90%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .windstat_small td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
        font-size: 0.9em;
        text-align: left;
    }

    .windstat_small th {
        padding: 4px 2px;
        color: #fff;
        background: #424242;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .windstat_small .alt {
        background: #fcfcfc;
    }

    .windstat_small .pgr {
        background: #424242;
    }

        .windstat_small .pgr table {
            margin: 5px 0;
        }

        .windstat_small .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
            font-size: 0.9em;
        }

        .windstat_small .pgr a {
            color: #666;
            text-decoration: none;
        }

            .windstat_small .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

.windstat_big {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .windstat_big td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
    }

    .windstat_big th {
        padding: 4px 2px;
        color: #fff;
        background: #424242;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

    .windstat_big .alt {
        background: #fcfcfc;
    }

    .windstat_big .pgr {
        background: #424242;
    }

        .windstat_big .pgr table {
            margin: 5px 0;
        }

        .windstat_big .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .windstat_big .pgr a {
            color: #666;
            text-decoration: none;
        }

            .windstat_big .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


a.abutton:link, a.abutton:visited, a.abutton:hover {
    text-decoration: none;
    font-variant: small-caps;
    border-style: outset;
    border-width: 2;
    padding-left: 4;
    padding-right: 4;
    padding-top: 1;
    padding-bottom: 1;
    background-color: #C0C0C0;
}

a.abutton:active, a.abutton:focus {
    text-decoration: none;
    font-variant: small-caps;
    border-style: inset;
    border-width: 2;
    padding-left: 4;
    padding-right: 4;
    padding-top: 1;
    padding-bottom: 1;
    background-color: #C0C0C0;
}

/*--TimeSeries--*/
.vars_axis_opt {
    border: Black 1px solid;
    background-color: White;
}


/*--UploadDateSettings--*/
.MapVarHeader {
    cursor: pointer;
    vertical-align: top;
}

    .MapVarHeader th {
        padding: 5px;
        font-family: HurmeGeometricSans3-Bold;
        font-weight: normal;
        border: 1px solid #ccc;
        text-align: center;
    }

    .MapVarHeader td, #MainContent_Mapping_test td {
        text-align: center;
    }

.tooltip {
    position: absolute;
    border: 1px solid #3c3c3c;
    background-color: #e5e5e5;
    display: none;
    padding: 10px;
    z-index: 1000;
    opacity: 1 !important;
    box-shadow: 2px 2px 10px rgba(50, 50, 27, 0.29);
    -moz-box-shadow: 2px 2px 10px rgba(50, 50, 27, 0.29);
    -webkit-box-shadow: 2px 2px 10px rgba(50, 50, 27, 0.29);
}

    .tooltip td {
        text-align: left !important;
        border: 0;
    }

    .tooltip table tr td:first-child, .tooltip .lbl {
        color: Gray;
    }

/*--AutoValidate--*/
.MapVarHeader {
    cursor: pointer;
}

.group_header {
    color: #000000;
    background-color: #eebbbb;
    font-weight: bold;
    width: 75%;
    height: 16px;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 15px;
    outline: 10px;
    outline-color: White;
}

.group_header_deep {
    color: #000000;
    background-color: #bbbbee;
    font-weight: bold;
    width: 75%;
    height: 16px;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 15px;
    outline: 10px;
    outline-color: White;
}

.group_section {
    background-color: #eeeeee;
    width: 85%;
    padding: 2px;
}

.gv_error_list {
}


/*--Extra parameters grid--*/
.gv_extraparams {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-spacing: 0px 0px;
    border: 1px solid #d3d3d3;
}

    .gv_extraparams tr, .gv_extraparams td {
        border: 1px solid #d3d3d3;
    }

.paramName {
    padding-left: 10px;
    height: 16px;
}

.paramGroup {
    background-color: #008b6c;
    font-weight: bold;
    color: White;
    width: 100%;
    height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}

/*--DatasetManager--*/
.dataset_container {
    overflow: auto;
    vertical-align: top;
    text-align: left;
    border: 0px solid Transparent;
    outline: 2px solid Gray;
    margin-top: 5px;
    padding: 3px 3px 3px 3px;
    background-color: Aqua;
}
/*--border: 1px solid Black;--*/

.dataset_variable {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left;
    text-align: left;
    -webkit-padding-start: 0px;
}

    .dataset_variable li {
        display: block;
        background-color: #ddddff;
        color: Black;
        border-top: 1px solid Navy;
        /*border-bottom: 1px solid Navy;*/
        margin: 1px 5px 0px 2px; /*margin-left: 0px;*/
        cursor: pointer;
    }

        .dataset_variable li:hover {
            font-weight: bold;
            background-color: LightCyan;
        }

    .dataset_variable .importedrow {
        background-color: #9999ff;
    }

    .dataset_variable .generatedrow {
        background-color: #66dddd;
    }

    .dataset_variable .selected {
        background-color: gold;
        font-weight: bold;
    }

.dataset_variable_details {
    display: none;
    min-height: 50px;
    width: 400px;
    position: absolute;
    border: 1px solid Black;
    background-color: lightgrey;
    color: Black;
    margin-left: 0px;
}

    .dataset_variable_details table {
        margin-left: 0px;
    }


/*--Module Time Serie Explorer--*/
.Module_TSExp {
    width: 100%;
    height: 100%;
    background-color: #dddddd;
}

    .Module_TSExp .a {
        color: #aa00aa;
        text-decoration: underline;
        cursor: hand;
        cursor: pointer;
    }

.advTsExp_section {
    background-color: #cccccc;
    width: 200px;
    padding: 0px;
}

.advTsExp_section_title {
    color: #ffffff;
    background-color: #000066;
    cursor: pointer;
    font-weight: bold;
    width: 190px;
    height: 25px;
    vertical-align: middle;
    padding: 5px;
    margin-bottom: 1px;
    margin-top: 1px;
    white-space: pre-line;
}

.advTsExp_section_title_sel {
    color: #ffffff;
    background-color: #0000ff;
    border: 1px solid;
    cursor: pointer;
    font-weight: bold;
    width: 200px;
    height: 25px;
    vertical-align: middle;
    padding: 5px;
}



.advAutoVal_section {
    background-color: #cccccc;
    padding: 0px;
}

.advAutoVal_section_title {
    color: #ffffff;
    background-color: #2d4e79;
    cursor: pointer;
    height: 25px;
    vertical-align: middle;
    padding: 3px 5px;
    margin-bottom: 5px;
    margin-top: 1px;
    font-size: 14px;
}

.advAutoVal_section_title_sel {
    color: #ffffff;
    background-color: #0000ff;
    border: 1px solid;
    cursor: pointer;
    font-weight: bold;
    width: 90%;
    height: 15px;
    vertical-align: middle;
    padding: 5px;
    margin-left: 5px;
}

.errorval {
    background-color: white;
    position: absolute;
    color: red;
}

.def_lpp {
    width: 150px;
    color: blue;
    float: left;
}

    .def_lpp span {
        display: table-cell;
        height: 25px;
        vertical-align: middle;
    }


.statusclosed {
    color: Gray;
}

.statusactive a {
    color: inherit;
}

.mapsat {
    display: none;
    border: 2px solid #4b2582;
    position: absolute;
    z-index: 1500;
    background-color: White;
}

    .mapsat iframe {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: 0;
    }

.olPopupHeader {
    background-color: #008b6c;
}

.olPopupCloseBox {
    width: 17px;
    height: 18px;
    text-decoration: none;
    float: right;
    margin-right: 1px;
    background: url("/vuwind/Images/close.gif") no-repeat;
    cursor: pointer;
}

.olPopupHeaderTxt {
    float: left;
    margin-left: 3px;
    color: White;
}


.pnl_ESD {
    position: absolute;
    display: none;
    border: 1px solid #d1d1d1;
    right: 357px;
    top: 171px;
    min-width: 505px;
    box-shadow: 5px 5px 10px rgba(158, 158, 158, 0.74);
    -moz-box-shadow: 5px 5px 10px rgba(158, 158, 158, 0.74);
    -webkit-box-shadow: 5px 5px 10px rgba(158, 158, 158, 0.74);
    border-radius: 1px;
}

.pnl_ESDFix, .pnl_ESD {
    background-color: White;
}

div.chartPushButtonSelected {
    /*padding: 5px;
    background: #eeffee;*/
    cursor: pointer;
    /*border: 1px solid lightgreen;
    width: 21px;
    height: 21px;
    padding: 4px;*/
}

div.chartPushButton {
    /*padding: 5px;*/
    cursor: pointer;
    /*width: 21px;
    height: 21px;
    padding: 4px;*/
}

td.chartPushButton {
    /*font-family: Verdana;*/
    font-size: 9pt;
    cursor: pointer;
    border-bottom: #000000 1px solid;
}

.pnl_Floating {
    position: absolute;
    border: 1px solid black;
    background-color: #C2DFFF;
    display: none;
    z-index: 99999 !important;
}

#datepicker {
    position: absolute;
    display: none;
    z-index: 100;
    background-color: inherit;
    font-size: 80%;
}


.wnd {
    position: absolute;
    border: 1px solid gray;
    /*background-color: Aqua;*/
    background-color: #ececec;
    display: none;
    padding: 5px 3px 3px 3px;
    z-index: 1400;
}

.wndTop {
    height: 18px;
    /*background-color: Navy;*/
    background-color: #4b2582;
    width: 100%;
}

    .wndTop a {
        float: right;
        margin-right: 3px;
        margin-top: 2px;
    }

/* MONITOR DISPLAY FILTERS   
----------------------------------------------------------*/
.disp_f_unsel {
    border: 2px solid transparent;
    background-color: transparent;
    cursor: pointer;
}

.disp_f_sel {
    border: 2px solid green;
    background-color: LightGreen;
    cursor: pointer;
}

.proj, .proj:visited {
    font-size: medium;
    text-decoration: underline;
    color: Black;
    cursor: pointer;
}

    .proj:hover {
        background-color: Lime;
        text-decoration: none;
    }

.btn80, .btn80 input[type=button], .btn80 input[type=submit] {
    width: 80px;
}

/*ZEPHIR CSS
------------------------------------------------------------*/
.NewDeplTxt {
    color: #00aaee;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: Courier;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    vertical-align: top;
}

.inlbl,{
    display:inline-block;
}

.ml5{
    margin-left:5px
}

.ml10{
    margin-left:10px
}