/**********************************************************************
 *
 * $Id: tools.css,v 1.3 2007/01/25 09:40:18 lbecchi Exp $
 *
 * purpose: css styles for controlling look/feel of tools
 *
 * author: Paul Spencer (pspencer@dmsolutions.ca)
 *
 * TODO:
 * 
 **********************************************************************
 *
 * Copyright (c) 2005, DM Solutions Group Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the "Software"),
 * to deal in the Software without restriction, including without limitation
 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
 * and/or sell copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included
 * in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
 * DEALINGS IN THE SOFTWARE.
 *
 **********************************************************************/
#toolQuery {
    background-image: url(../../images/icon_set_explorer/tool_query_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolPan {
    background-image: url(../../images/icon_set_explorer/tool_pan_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomIn {
    background-image: url(../../images/icon_set_explorer/tool_zoomin_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolZoomInDown {
    background-image: url(../../images/icon_set_explorer/tool_zoomin_2.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomOut {
    background-image: url(../../images/icon_set_explorer/tool_zoomout_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolZoomOutDown {
    background-image: url(../../images/icon_set_explorer/tool_zoomout_2.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomRubber {
    background-image: url(../../images/icon_set_explorer/tool_rubberzoom_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolZoomFull {
    background-image: url(../../images/icon_set_explorer/tool_zoomfull_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolZoomFullDown {
    background-image: url(../../images/icon_set_explorer/tool_zoomfull_2.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolPrint {
    background-image: url(../../images/icon_set_explorer/tool_print_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}

#toolLegend {
    background-image: url(../../images/icon_set_explorer/tool_legend_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolLink {
    background-image: url(../../images/icon_set_explorer/tool_link_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolSearch {
    background-image: url(../../images/icon_set_explorer/tool_search_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolMapinfo {
    background-image: url(../../images/icon_set_explorer/tool_mapinfo_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolRoute {
    background-image: url(../../images/icon_set_explorer/tool_route_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 29px;
    height: 29px;
    cursor: pointer;
}
#toolZoomInMini {
    background-image: url(../../images/icon_set_explorer/tool_zoomin_mini.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border:0;
}
#winClose {
    background-image: url(../../images/icon_set_explorer/win_close.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 12px;
    height: 11px;
    cursor: pointer;
    border: 1px solid rgb(128,128,128);
}
