.ui-slider-handle{
    cursor:move !important;
}
.choose{
    text-transform:uppercase;
    font-weight:bold;
    font-family: "Helvetica", Arial, sans-serif;
    font-size:11px;
}
.btn {
    font-family:Arial, sans-serif;
    font-size:14px !important;
    margin-right:6px;
}
.btn-group .btn {
    margin-right:0px;
}
.map-control {
    background: #EEE;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .2)), color-stop(100%,rgba(0, 0, 0, .2)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(0, 0, 0, .2) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(0, 0, 0, .2) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(0, 0, 0, .2) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, .2) 0%,rgba(0, 0, 0, .2) 100%);
    border: 1px solid #AAA;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 5px 16px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #444;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 8px;
    margin-right:8px;
    line-height: 21px;
    font-family: Arial, sans-serif;
}
.map-control:hover{
    color: #222;
    background: #ddd;
    background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
    background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.map-control-active{
    border: 1px solid #666 !important;
    background: #ccc !important;
    background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%) !important;
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))) !important;
    background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%) !important;
    background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%) !important;
    background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%) !important;
    background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%) !important;
}
.myTooltip {
    font-size:13px;
    line-height:16px;
    padding:6px;
    border:1px solid black;
    font-family: Arial, sans-serif;
    display:none;
    color: #333333;
    z-index:999999999999;
    background-color:white;
    background: white url('http://graphics.latimes.com/static/img/90_transparent.png') repeat center center;
    background-repeat:repeat;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 7px 6px 8px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 7px 6px 8px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 7px 6px 8px rgba(0, 0, 0, 0.50);
    max-width:225px;
}
.tooltip_header {
    font-size:14px;
    color: #333333;
    font-weight:bold;
    line-height:140%;
    margin-bottom:2px;
}
.arrow {
    width: 0;
    height: 0;
    top: 18px;
    position: absolute;
}
.arrow.left {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black;
    left: -6px;
}
.arrow.right {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    left: 100%;
}
