DIV#mapWidget, .raveMapWidget {
    background: #444;
    color: black;
    padding: 0;
    font-family: Arial, Verdana;
}


DIV#mapWidget .rmBtn, .raveMapWidget .rmBtn {
    font-size: 8pt;
    margin: 0;
    padding: 5px 6px 5px 6px !important;
    border: 1px solid #111;
    color: white;
    text-align: center;
    min-height: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #111;
    background-image: -moz-linear-gradient(90deg, #000 0%, #555 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(1, #555));
    display: inline-block;
    text-decoration: none;
}


DIV#mapWidget .rmBtn.active, .raveMapWidget .rmBtn.active {
    background-color: #444;
    background-image: -moz-linear-gradient(90deg, #555 0%, #000 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #555), color-stop(1, #000));
}

DIV#mapWidgetControlBar1, .raveMapWidgetControlBar1 {
    padding: 2px;
}

DIV#mapWidgetControlBar1 .rmBtn, .raveMapWidgetControlBar1 .rmBtn {
    margin-bottom: 3px;
}

DIV#mapWidgetControlBar2, .raveMapWidgetControlBar2 {
    clear: both;
    padding: 12px 10px 14px 16px;
    background-color: #444;
    background-image: -moz-linear-gradient(90deg, #262626 0%, #434343 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #262626), color-stop(1, #434343));
    color: white;
    height: 16px;
}

DIV#mapWidgetControlBar2 .rmBtn, .raveMapWidgetControlBar2 .rmBtn {
    float: right;
    margin: -5px 0 0 10px;
}

.raveMapWidgetControlBar2 .rmBtn .active {
    background-color: #444;
    background-image: -moz-linear-gradient(90deg, #555 0%, #000 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #555), color-stop(1, #000));
}

DIV#mapWidgetControlBar3, .raveMapWidgetControlBar3 {
    padding-top: 2px;
}

DIV#mapWidgetControlBar3 .rmBtn, .raveMapWidgetControlBar3 .rmBtn {
    margin-top: 1px;
    margin-bottom: 2px;
}

DIV.raveMapCircleLabel {
    position: absolute;
    border: 1px solid black;
    background-color: white;
    z-index: 250;
    width: 120px;
    height: 18px;
    color: black;
    padding: 7px;
    display: none;
}

#mapTypeSelector, .raveMapMapTypeSelector {
    cursor: pointer;
    position: relative;
    z-index: 90;
}

#mapTypeSelections, .raveMapMapTypeSelections {
    position: absolute;
    top: 20px;
    right: 16px;
    background-color: #444;
    border: 1px solid black;
    display: none;
}

#mapTypeSelections UL, UL.raveMapMapTypeSelections  {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mapTypeSelections LI, .raveMapMapTypeSelections LI {
    border-bottom: 1px solid black;
    margin: 0;
    padding-left: 3px;
    text-decoration: none;
    list-style: none;
}

/*
.ui-slider, .ui-slider-horizontal, .ui-widget, .ui-widget-content, .ui-corner-all {
    background: url(/smart911/images/icons/sliderWedge.png) #999 !important;
}
*/
/*
.ui-slider { border: none; background: url(images/sliderWedgeAsc.png); }
.ui-slider-horizontal{background: none; border: none;}
*/
/*.ui-widget { background: url(images/sliderWedgeAsc.png); border: none;}*/
/*
.ui-widget-content{border: none;}
.ui-corner-all {
	border: none;
}
.ui-state-default { background: none; border: none;}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -khtml-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; -khtml-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -khtml-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }

.ui-slider-handle { 
    width: .2em !important;
    height: 1em !important;
    margin-bottom: -2px;
    border: none;
    background: none;
    background-color: #aaddaa !important;
    cursor: pointer !important;
}

.ui-widget-header {
    background: none !important;
}
*/

.iconZoomIn {
    background: url(images/generalIconsInverted.png) -366px -17px no-repeat;
    height: 16px;
    width: 16px;
    color: transparent;
    display: inline-block;
    cursor: pointer;
}

.iconZoomOut {
    background: url(images/generalIconsInverted.png) -334px -17px no-repeat;
    height: 16px;
    width: 16px;
    color: transparent;
    display: inline-block;
    cursor: pointer;
}

.iconMapType {
    background: url(images/generalIconsInverted.png) -398px -176px no-repeat;
    height: 16px;
    width: 16px;
    color: transparent;
    display: inline-block;
}


DIV#mapWidget .rmBtn:hover, .raveMapWidget .rmBtn:hover {
    color: white !important;
    background-color: #333;
    background-image: -moz-linear-gradient(90deg, #333 0%, #888 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #333), color-stop(1, #888));
}
