﻿      html, body, #map-canvas {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px
      }
      h3 {height:25px;padding:5px 0 0 2px;}
      #panel {
        padding: 5px;
      }
      #address {
        padding: 0 11px 0 3px;
        width: 270px;
        text-overflow: ellipsis;
      }
      #dvLogo{
        margin-top: 8px;
        text-overflow: ellipsis;
        margin-left: 10px;
        background-color: #fff;
        overflow:auto;
      }
      #dvSearch{
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
        padding-left: 4px;
      }
      #dvSearchItem{
        position: absolute;
        margin-top: 0px;
        text-overflow: ellipsis;
        margin-left: 0px;
        background-color: #fff;
        z-index: 5;
        height:auto;
        max-height:100%;
        overflow:auto;
      }
    .ui-accordion-content
    {
        overflow:auto;
        max-height:200px;
    }
    .ui-accordion-header {
    line-height: 28px;  
    
    text-indent: 10px; 
    
    }
    #accordion .ui-icon { display: none; }
    #lbSearchWord2 {
     word-wrap: break-word;
     word-break: break-all;
    }
    .itemspan {
        cursor:pointer;
    }
    .itemspan:hover {
        background-color:#FFDDAA;
    }
    .itemDesc {
    color:white;width:100%;align-content:center;vertical-align:top;background-color:#95694D;padding:2px 5px 2px 5px;
    }
    #tabs {
    width:296px;
    }
    #tabs .ui-tabs-panel{
    padding:0;
    }
    .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
    border: none;
    background: #95694D;
    border-radius: 0 0 0 0; /*To affect only top corners*/
    font-size:12px;
    }
    .ui-tabs .ui-tabs-anchor {
        color: black !important;
        font-weight:bold;
    }
    #dvShowMsg{
        position: absolute;
        margin-top: 0px;
        text-overflow: ellipsis;
        text-align:center;
        left: 50%;
        margin-left: -120px;
        background-color: #fff;
        border:3px solid red;
        z-index: 5;
        width:250px;
        height:auto;
        max-height:300px;
        overflow:auto;
      }
    #dvLoading{
        position: absolute;
        left: 50%;
        top: 40%;
        z-index: 5;
        overflow:auto;
      }
    .spDetail:hover {
        background-color: #FFFF99;
    }
    .resName {	FONT-SIZE: 12pt;	line-height: 15pt;	color: #ff0000;	font-weight: bold;}
    A.resName:link { COLOR: #ff6600; TEXT-DECORATION: none ;}
    A.resName:active { TEXT-DECORATION: none ;color: #ff6600 ;}
    A.resName:visited { COLOR: #ff6600; TEXT-DECORATION: none ;}
    A.resName:hover { COLOR: #ff6600; TEXT-DECORATION: underline ;}