/*#play {
    height: 24px;
    width:24px;
    position:absolute;
    cursor:pointer;
    display:none;
    left:0%;
    margin-top:-6px;
}
#play.ui-state-default{
    border: 1px solid #666;
    background: #555 url(/static/css/smoothness/images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #EEE;
    outline: none;
}
.ui-icon-play{
    background-image: url(/static/css/smoothness/images/ui-icons_cccccc_256x240.png) !important;
    background-position: 0 -160px !important;
}
.ui-icon-pause{
    background-image: url(/static/css/smoothness/images/ui-icons_cccccc_256x240.png) !important;
}
.ui-icon {
    width:16px;
    height:16px;
    margin:3px 3px;
}
#play:hover {
    border: 1px solid #999999;
    background: #dadada url(/static/css/smoothness/images/ui-bg_glass_40_000000_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-hover a, .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none;
}
.ui-state-disabled {
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
}*/
.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: "Helvetica", 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;
}
.tooltip {
    padding:6px;
    border:1px solid black;
    font-family: Arial, sans-serif;
    display:none;
    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:12px;
    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%;
}