﻿#divContainer
{
    background: #dbdbdb url('../Images/gis_head.jpg') no-repeat;   
}

/* set title font properties */
      .infowindow .window .top .right .user .titlebar .title { font-family:Arial; font-weight:bold; font-size:12pt; }
      /* set content font properties */
      .infowindow .window .top .right .user .content { font-family:Arial; font-size:10pt; }
      .infowindow .sprite { background-image:url(images/infowindow.gif) ; }
      {
      background-image: url(images/infowindow.png) !important; 
      _background-image: none !important;
      _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/infowindow.png') !important;
      }
      .tabStrip {clear: both; }
      .tabStrip ul { margin: 0; padding: 0; list-style-type: none; }
      .tabStrip li { margin: 0 2px 0 0; list-style-type: none; float: left; text-decoration: none; }
      .tabLink { display: block; text-decoration: none; padding: 5px; background: #e8e8e8; border: #dadada solid; border-width: 1px 1px 1px 1px; color: #8a8a8a; }
      .tabLinkActive { display: block; text-decoration: none; padding: 5px; background: #E8ECF9; border: #AABEF3 solid; border-width: 1px 1px 0 1px; color: #0066ff; }
      .tabContent { display: none; }
      .tabContentActive { display: block; clear: both; background: #E8ECF9; }
