.customInfoWindow
{
        position:absolute;
        width:225px;
        height:130px;
}

.content_tooltip
{
        float:left;
        padding:5px 5px 0 5px;
        margin:0px;
        width:210px;
        background-color:white;
        border:1px solid #087888;
        height:85px;
}

/* Info window */
.detailsCustomInfoWindow
{
        position:absolute;
        width:490px;
        z-index:1001;
}

.detailsContent
{
        float:left;
        padding:3px;
        margin:0px;
        width:480px;
        height:566px;
        overflow-y:scroll;
        background-color:white;
        border:1px solid #087888;
}

/* */
      .sm_tooltip{
          color: black;
          font-weight: normal;
          background-color: white;
        font-size:9px;
        font-family: Verdana,Arial;
       }
    div.markerTooltip, div.markerDetail {
          color: black;
          font-weight: bold;
          background-color: white;
          white-space: nowrap;
          margin: 0;
          padding: 2px 4px;
          border: 1px solid black;
       }