/*
 * Copyright (C) 2010 Medical research Council, UK.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be
 * useful but WITHOUT ANY WARRANTY; without even the implied
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 * PURPOSE.  See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public
 * License along with this program; if not, write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 * Boston, MA  02110-1301, USA.
 *
 */
/* style for scalebar */

#scalebarContainer {
   position: absolute;
   bottom: 20px;
   left: 140px;
   margin: 0px;
   padding: 0px;
   height: 24px;
   cursor: move;
   z-index: 10;
}
#scalebarContainer.sections {
   left: 160px;
}

#scalebarDiv {
   position: relative;
   top: 2px;
   margin: 0px auto;
   padding: 0px;
   height: 4px;
   background: #000;
   border-bottom: 4px solid #FFF;
}

#scalebarTextContainer {
   position: relative;
   width: 55px;
   height: 16px;
   cursor: move;
   margin: 0px auto;
   padding:0px;
   background: #fff;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
   opacity: 0.75;
}

#scalebarTextDiv {
   float: left;
   height: 15px;
   font-size: 12px;
   color: #000;
   margin: 0px;
   padding:0px 2px;
}

#scalebarMuContainer {
   float: left;
   position: relative;
   top: 0px;
   height: 15px;
   margin: 0px;
   padding: 0px;
}
#scalebarMuContainer img {
   position: relative;
   top: 0px;
   left: 0px
   margin: 0px;
   padding: 0px;
}
