﻿        #maps {
            width:100%;
            height:100%;           
            position:absolute;
            z-index:1;          
            padding:0;
            margin-top:0px;
            top:0px;
            /*background-color:#000;*/
        }
            #maps .info-window {
                width: 200px;
                height: auto;               
                padding:3px 0 3px 5px;                
                font-size:1em;
                font-family:Arial;         
                min-height:190px; 
                margin-top:10px;
                top:10px;            
            }
            #maps tr, #maps td
            {
                margin:0;
                padding:0;
                border:0;
            }
            #maps .info-window span {                
                font-size:1em;
                font-family:Arial;
                margin:0;
                padding:0;                
            }
            #maps .lblMarkerTitle {
                color:red;
                width:auto;
            }
            #maps .address {                
                font-size:1em;
                font-family:Arial;
                margin:0;
                padding:0;             
            }
            #maps .devName{
                width: 100%;
                height: auto;                
                font-size:1.2em;
            }
.Top
{
    width: 40%;
    height: 4%;
    position: absolute;
    z-index: 7;
    margin: 40px 0 0 20%;
    top: 40px;
    left: 20%;
    
}
            .Top ul {
                width: 100%;
                height: 100%;                
            }
                .Top ul li
                {
                    width: 32px;
                    height: 100%;
                    float: left;
                }
       div.Middle {
            width: 360px;
            height: 500px;
            position:absolute;
            z-index:2;
            margin:40px 0 0 5px;
            top:40px;  
            left:5px;
            padding-top:0;                      
        }
        div.Middle select {
            width:90%;
            box-shadow: 0 0 1px 1px #d3d0d0;
            -moz-box-shadow:0 0 1px 1px #d3d0d0;
            -webkit-box-shadow:0 0 1px 1px #d3d0d0;
        }
        
        div.Middle .ulShow {
            width: 7%;
            height: 100%;
            float:left;            
        }

        div.Middle .ulShow  li{
            width: 100%;
            height: 100%;
            float:left;                       
        }
        div.Middle .ulDeviceList
        {
            width: 92%;
            height: 94%;
            float: left;
            /*display:none;*/
            background-color: #fff;
            box-shadow: 0 0 1px 1px #78d82d;
            -moz-box-shadow: 0 0 1px 1px #78d82d;
            -webkit-box-shadow: 0 0 1px 1px #78d82d; 
            border-radius: 8px 8px;
            border-radius: 8px 8px;
            -moz-border-radius: 8px 8px;
            -moz-border-radius: 8px 8px;
            border-bottom:10px solid #0d9d07;           
            /*border: 1px solid #78d82d;*/            
            /*border-bottom: 10px solid #049326;*/
        }

        div.Middle .li_controls
        {
            width: 100%;
            padding: 1% 0 0 0.5%;
            background: url('../images/bg-top.jpg') repeat-x;
            border-top-left-radius: 8px 8px;
            border-top-right-radius: 8px 8px;
            -moz-border-radius-topleft: 8px 8px;
            -moz-border-radius-topright: 8px 8px;
            /*border-bottom:solid 1px #706e6e;*/
            height: 73px;
            /*background-color:#000;*/
        }
        div.Middle .li_controls li
        {
            margin:3px 0 2px 0;
            /*bottom:2px;*/
            top:3px;
        }
        div.Middle .li_deviceList {
            width: 100%;
            height: 89%;
            float: left;  
            letter-spacing:0.05em; 
            
            /*background-color:#fff;*/       
        }
        div.Middle .li_Show_Hide {
            width: 100%;
            height: 40px;
            margin-left: 1%;
            left:1%;
            float: left;
            background: url('../images/maps/hide-h.png') right top no-repeat;
            background-size: 18px 35px;
        }

        div.Middle .ulListTitle {
            width: 100%; 
            /*height:5%;*/
            padding-bottom:5px;          
            overflow: auto;
        }
        div.Middle .ulListContents {
            width: 100%; 
            height:95%;
            padding-bottom:0;          
            overflow: auto;
            /*background-color:#fff;*/
        }
        div.Middle .li_0 {
            width: 40%;
            height:auto;
            float: left;
            padding: 2px 0 0 3px;
            font-size: 1em;
            text-align: left;            
        }
            .ulListContents .li_0:hover {               
                cursor:default;
                background-color:#78d82d;
                color:#f2eded;
            }
        div.Middle .li_1 {
            width: 58%;
            height:auto;
            text-align: center;
            float: left;
            padding: 2px 0 0 1px;
            font-size: 1em;
            text-align: left;
            
        }
            .ulListContents .li_1:hover {               
                cursor:default;                
                color:#f2eded;
            }
        div.Middle .li_Space {
            width:98%;            
            border-bottom:1px solid #e9e7e7;
            clear:both;
            margin:auto;
        }
        div.Middle .deviceName {
            font-size: 1em;
            color: #000;
        }
        div.Middle .deviceStatus {
            font-size: 1em;
            color: #000;
        }      
        .deviceList {
            background:url('../images/maps/devicelist.png') left no-repeat;
            background-size:24px 24px;
            height:100%;
        }
        .direction {
            background:url('../images/maps/directions.png') left no-repeat;
            background-size:24px 24px;
            height:100%;
        }
        .directionPanel {
            width:80%;
            height:10%;
            position:absolute;
            z-index:8;
            margin:3.8% 0 0 3%; 
            top:3.8%;      
            left:3%;     
            display:none;
            background-color: #fff;            
            box-shadow:0 0 2px 1px #78d82d; 
            -moz-box-shadow:0 0 2px 1px #78d82d; 
            -webkit-box-shadow:0 0 2px 1px #78d82d; 
            border-radius:5px 5px; 
            -moz-border-radius:5px 5px;
            -webkit-border-radius:5px 5px;
            font-size:0.95em;                    
        }
            .directionPanel ul {
                width:100%;
                
            }
                .directionPanel .li_title {
                    width:5%;
                    height:100%;
                    float:left;
                    margin:3px 0 3px 5px;
                    top:3px;
                    bottom:3px;
                    left:5px;
                    text-align:right;  
                    padding:3px 5px 0 0;   
                                   
                }
                .directionPanel .li_txt {
                    width:34%;
                    height:100%;
                    float:left;
                    margin:3px 0 0 0;
                    top:3px;
                }
                .directionPanel .li_end {
                    width:14%;
                    height:100%;
                    float:left;
                    margin:2px 0 3px 5px;
                    top:2px;
                    bottom:3px;
                    left:5px;
                }
                .directionPanel .li_txt input{
                    width:99%;                                    
                }
                .directionPanel .directionInfo {
                    width:99%;
                    padding-left:10px;     
                    clear:both;                               
                }
#deviceInfo
{
    width: 90%;
    height: 120px;
    z-index: 999;
    position: absolute;
    margin-bottom:0px;
    bottom:0px;
    margin-left:2.5%;
    left:2.5%;
    
    /*background:url(../images/bg-bottom.jpg) repeat-x;*/
    border-top-left-radius:30px 30px;
    border-top-right-radius:30px 30px;
    -moz-border-radius-topleft:30px 30px;
    -moz-border-radius-topright:30px 30px;
    -webkit-border-top-left-radius:30px 30px;
    -webkit-border-top-right-radius:30px 30px;
    opacity:.95;
    /*display:none;*/
    background-color:#e9e7e7;
    border:2px solid #0d9d07;
    border-bottom:0;
}
    #deviceInfo ul
    {
        
        height: 90px;
        float: left;
        padding-top: 10px;
        color:#000;
        font-size:0.98em;
    }
    
        #deviceInfo ul.bottomLeft
        {
            margin-left: 5%;
            left: 5%;
            width: 29%;            
        }

        #deviceInfo ul  td
        {
            padding-bottom:3px;           
        }
        #deviceInfo ul  span
        {
            padding-right:9px;           
        }

        #deviceInfo ul.bottomMiddel
        {
            width: 29% ;
            border-left:solid 1px #000;
            padding-left:5px;
        }
        #deviceInfo ul.bottomRight
        {           
            width: 34%; 
            border-left:solid 1px #000;
            padding-left:5px;
            /*background-color:#f2eded;*/         
        }
        #deviceInfo .footer
        {          
            clear:both;  
            width:98%;
            height:10px;           
            font-size:0.9em;
            text-align:right;
            padding-right:2%;
            color:#e83505;
            
        }
    #deviceInfo .showHide-V
    {
        background: url(../images/hide-v.png) no-repeat;
        width: 35px;
        height: 35px;      
        top:-18px auto;
        margin:-18px auto;        
    }
