/* --------------------------------------------------------------------
 *
 * ==================================================================== *
 * 
 *     Javascript text zoom (jsTextZoom) CSS file, $Rev: 143 $
 *      Dirk Hoffmann -CPPM-, February 2012
 * 
 * ==================================================================== *
 * 
 * JsTextZoom 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 3 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, see <http://www.gnu.org/licenses/>.
 * 
 * --------------------------------------------------------------------
 *
 * jsTextZoom is maintained in SVN. This version is:
 *  $Id: zoom.css 143 2012-02-10 13:18:03Z dirk $
 * The latest revision is available from: 
 *  $URL: svn+ssh://svn.in2p3.fr/cta/ShPt/JavaScript/zoom/zoom.css $
 * 
 * ====================================================================
 *
 * Please refer to usage.html file for details and usage
 *
 * ====================================================================
 */

#jsTextZoom li {float: left; list-style-type: none; margin: 0}
ul#jsTextZoom {margin: 0; padding: 0; display: inline;}
#jsTextZoom a {
    display: block;
    height: 17px; line-height: 10px;
    width: 17px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}
#jsTextZoom_sm a {
    background: url("size_sm.gif") no-repeat scroll right top transparent;
}
#jsTextZoom_lg a {
    background: url("size_lg.gif") no-repeat scroll right top transparent;
}
#jsTextZoom_rs a {
    background: url("size_rs.gif") no-repeat scroll right top transparent;
}
#jsTextZoom a:hover {
    background-position: 0 -19px;
    width: 17px;
}

