﻿html, body { 
               height: 100%; width: 100%; height: auto\9;
               margin: 0; padding: 0;
           } 
body{        
        overflow:auto; 
    } 
    
    
    /* IE7 — */
    body
    {
        *overflow:hidden !important;
        *min-height:785px !important;
    } 
    
    
label {
          display: inline-block;
          padding: 5px 5px 0 5px;
          font-weight: 400;
          font-size: 12pt;
      }
.button {
            width: 100%;
            margin: 3px auto;
            text-align: center;
        }
#header {
            /*padding-top: 4px;
            padding-right: 15px;
            color: #444; 
            font-size:16pt; text-align:right;font-weight:bold;
            height:55px;
            background: #fff;
            border-bottom: 1px solid #444;*/
        }
#subheader {
               font-size:small;
               color: #444;
               text-align:right;
               padding-right:20px;
           }
#header, #subheader {
                        /*text-shadow: 1px 1px 1px #cee1f0;
                        filter: dropshadow(color=#cee1f0, offx=1, offy=1);*/
                    }
#rightPane{
              margin: 0;
              padding: 10px;
              background-color: #fff;
              color: #421b14;
              width: 180px;
          }

.ds { background: #000; overflow: hidden; position: absolute; z-index: 2; }
#ds-h div { width: 100%; }
#ds-l div, #ds-r div { height: 100%; }
#ds-r div { right: 0; }
#ds .o1 { filter: alpha(opacity=10); opacity: .1; }
#ds .o2 { filter: alpha(opacity=8); opacity: .08; }
#ds .o3 { filter: alpha(opacity=6); opacity: .06; }
#ds .o4 { filter: alpha(opacity=4); opacity: .04; }
#ds .o5 { filter: alpha(opacity=2); opacity: .02; }
#ds .h1 { height: 1px; }
#ds .h2 { height: 2px; }
#ds .h3 { height: 3px; }
#ds .h4 { height: 4px; }
#ds .h5 { height: 5px; }
#ds .v1 { width: 1px; }
#ds .v2 { width: 2px; }
#ds .v3 { width: 3px; }
#ds .v4 { width: 4px; }
#ds .v5 { width: 5px; }
#dFloatingPane{ top: -2px !important;right: 0!important;left: 730px!important}
.dojoxFloatingPane {
    height: 561px !important;
    left: 502.783px ;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 128.2px;
    visibility: visible;
    width: 538px !important;
}
                  /* make all dijit buttons the same width */
.dijitButton .dijitButtonNode, #drawingWrapper {
                                                   width: 160px;
                                               }
#measureWindow {
                   position:absolute;
                   right:35px;
                   top:5px;
                   z-index:998;
                   width:245px;
                   padding:20px;
                   background:#46472B;
               }
.roundedCorners{
                   -moz-border-radius:6px;
                   -webkit-border-radius:6px;
                   border-radius:6px;
               }
.innerDiv{
             background:#F1F1DC; padding:4px;
         }
#search {
        display:block;
        position: absolute;
        z-index: 2;
        top: 57px;
        left: 185px;
        width: 30px;
      }
 #actions_but3
{
    display:none;   
    width:732px ;
    float:left;
    padding:5px 0;
    position:relative;
    
   *width:732px !important;/* IE7 */
   width:732px\9 !important;/* IE6, IE7, IE8, IE9 */
   width:732px\9\0 !important;     /*Only works in IE9*/
}

#actions_but ul li a
{
    margin-left: 0 !important;
}
.actions ul li:last-child a
{
    /*margin-right: 0 !important; */
    /* width: auto !important; */
}
#actions_but ul li:last-child a
{
    margin-right: 0 !important;
    /* width: 75px !important; */
}
.top-side
{
    width:100%;
    float:left;
    height:auto;
}
#resultpolyline , #resultpolygon {
    line-height: 30px;
    /* width: 145px;  */
    width: auto ; 
}
   
   
.dojoxFloatingPaneCanvas {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;   
    height:95% !important;
    width:100% !important;
}
/* media:screen */
.star img {
    visibility: hidden;
}

/* media:print */
.star img {
    visibility: visible;
}
    
 /* this line hide layers when out of scale for the inline TOC */
#scaleDiv .agsTOCOutOfScale {
    display: none;
}
            