.olCursorWait {
    cursor: wait;
}
.olControlDragPanActive.olDragDown {
    cursor: url(images/map/pandown.cur) 16 16, url(images/map/pandown.cur), auto;
}
.olControlDragPanActive {
    cursor: url(images/map/pan.cur) 16 16, url(images/map/pan.cur), auto;
}
.ZoomOutActive {
    cursor: url(images/map/zoomout.cur) 16 16, url(images/map/zoomout.cur), auto;
}
.olControlZoomBoxActive {
    cursor: url(images/map/zoomin.cur) 16 16, url(images/map/zoomin.cur), auto;
}
.print {
    background-image:url(images/map/icon_print.png) !important;
    height:20px !important;
    width:20px !important;
}
.measure {
    background-image:url(images/map/icon_measure.png) !important;
    height:20px !important;
    width:20px !important;
}
.zoomin {
    background-image:url(images/map/icon_zoomin.png) !important;
    height:20px !important;
    width:20px !important;
}
.zoomout {
    background-image:url(images/map/icon_zoomout.png) !important;
    height:20px !important;
    width:20px !important;
}
.zoomfull {
    background-image:url(images/map/icon_zoomfull.png) !important;
    height:20px !important;
    width:20px !important;
}
.zoomlayer {
    background-image:url(images/map/icon_zoomlayer.png) !important;
    height:20px !important;
    width:20px !important;
}

.pan {
    background-image:url(images/map/icon_pan.png) !important;
    height:20px !important;
    width:20px !important;
}
.selextent {
    background-image:url(images/map/icon_selextent.png) !important;
    height:20px !important;
    width:20px !important;
}
.query {
    background-image:url(images/map/icon_featureinfo.png) !important;
    height:20px !important;
    width:20px !important;
}
.next {
    background-image:url(images/map/resultset_next.png) !important;
    height:20px !important;
    width:20px !important;
}
.back {
    background-image:url(images/map/resultset_previous.png) !important;
    height:20px !important;
    width:20px !important;
}
.savewmc {
    background-image:url(images/map/icon_savewmc.png) !important;
    height:20px !important;
    width:20px !important;
}
.loadwmc {
    background-image:url(images/map/icon_loadwmc.png) !important;
    height:20px !important;
    width:20px !important;
}
.selectfile {
    background:url(images/map/icon_selectfile.png)  no-repeat 0 0 !important;
}

.olControlLoadingPanel {
    background-image:url(images/geonovum/indicator_medium.gif);
    background-position:center;
    background-repeat:no-repeat;
}
.olControlMousePosition {
    font-family:tahoma,arial,verdana,sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.olControlScaleBar {
    bottom:25px;
    color:#000000;
    font-family:tahoma,arial,verdana,sans-serif;
    right:10px;
}
.olControlScaleBarBar {
    background-color:#000000;
    border: 1px solid #000000;
    height:5px;
    top:12px;
}
.olControlScaleBarBarAlt {
    background-color:#FFFFFF;
    border: 1px solid #000000;
    height:5px;
    top:12px;
}
.olControlScaleBarNumbersBox {
    font-size:9pt;
    top:19px;
    width:40px;
}
.olControlScaleBarLabelBox {
    font-size:9pt;
    height:15px;
    letter-spacing:0.1em;
    top:-5px;
}

#mappanel .x-toolbar {
    background:#FFFFFF;
}

#mappanel .x-toolbar button  {
    color: #000000;
}

#toctree .x-toolbar {
    background:#5F9DFF;
}

.x-btn button, .x-panel-header-text, .x-window-header-text {
	color: #ffffff;
}


