#container
{
    background: transparent url(img/oscarFade.gif) no-repeat top right;
}

.watermark
{
    color: #999 !important;
}

#locationinfo
{
    color: #333;
    font-size: 123.1%;
    font-weight: bold;
}

.ui-widget
{
    font-family: Arial, Sans-Serif;
    font-size: 95%;
}

#mapOptionsArea li
{
    list-style-type: none;
    font-size: 123.1%;
    margin-left: 16px;
    cursor: pointer;
}
.mapOptions li:hover, .mapOptions li.selected
{
    list-style-image: url(img/tick.gif);
    font-weight: bold;
}

#footer, #footer a
{
    color: #898994;
}

#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div
{
    margin: 0;
}

#tooltip.CrimeType
{
    width: 300px;
    opacity: 0.95;
}

.crimeDot
{
    width: 20px;
    height: 20px;
    background: transparent url(img/Dot.gif) no-repeat;
    color: #fff;
    text-align: center;
}

.crimeDot a, .crimeDot span
{
    font-weight: bold;
    font-size: 90%;
    color: #fff;
    text-decoration: none;
}



#purr-container
{
    position: absolute;
    top: 100px;
    right: 0;
}

body > #purr-container
{
    position: fixed;
}

.notice
{
    position: relative;
    width: 324px;
    z-index: 1002;
}
.notice .close
{
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    width: 18px;
    height: 17px;
    text-indent: -9999px;
    background: url(img/purrClose.png) no-repeat 0 10px;
}

.notice-body
{
    min-height: 50px;
    padding: 22px 22px 0 22px;
    background: url(img/purrTop.png) no-repeat left top;
    color: #f9f9f9;
}
.notice-body img
{
    width: 50px;
    margin: 0 10px 0 0;
    float: left;
}
.notice-body h3
{
    margin: 0;
    font-size: 1.1em;
}
.notice-body p
{
    margin: 5px 0 0 60px;
    font-size: 0.8em;
    line-height: 1.4em;
}

.notice-bottom
{
    height: 22px;
    background: url(img/purrBottom.png) no-repeat left top;
}

.tabData
{
    margin: 0 auto;
    padding: 0 20px;
    overflow: auto;
}

#plotTitle
{
    padding: 3px 5px;
    width: 400px;
    font-size: large;
    background-color: White;
    opacity: 0.8;
    border: solid 1px black;
}

#crimeBreakdown .total
{
    background-color: #AF6789;
    font-weight: bold;
    color: white;
}
#crimeBreakdown .sub
{
    font-size: 80%;
}

#crimeBreakdown td,#crimeBreakdown th
{
    padding:0 0.5em;
}

#crimeBreakdown .arrow
{
    background-image:url(img//mapbuttonstrip.png);
    background-position:-172px 50%;
    height:35px;
    width:33px;
    background-repeat:no-repeat;
    padding:0;
}

#crimeBreakdown .arrow.up
{
    background-position:-239px 50%;
}

#crimeBreakdown .arrow.down
{
    background-position:-206px 50%;
}

.slide-out-div
{
    padding: 20px;
    width: 250px;
    background: #ccc;
    border: 1px solid #29216d;
    z-index: 1001;
}
#beatcrimeMapTitle
{
    margin: 20px;
    border: solid 1px black;
    background-color: White;
    min-width: 15em;
    _width: 15em;
    padding:0 1em;
}

#beatcrimeMapTitle h3
{
    margin: 0.5em 0;
}

#beatcrimeMapControl
{
    margin: 20px;
    margin-top: 60px;
    border: solid 1px black;
    background-color: White;
    width: 45px;
    position:relative;
}

#beatcrimeMapControl .button
{
    width: 34px;
    height: 39px;
    _background-image: url(img/mapbuttonstrip.gif);
    background-image: url(img/mapbuttonstrip.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 5px;
}

#beatcrimeMapControl .plus
{
    background-position: 0 0;
    margin-bottom: 10px;
}

#beatcrimeMapControl .plus.disabled
{
    background-position: -69px 0;
}

#beatcrimeMapControl .minus
{
    background-position: -35px 0;
    margin-top: 10px;
}

#beatcrimeMapControl .minus.disabled
{
    background-position: -104px 0;
}

#beatcrimeMapControl .help
{
    background-position: -139px 0;
    margin-top: 10px;
}

#beatcrimeMapControl .disabled
{
    cursor: default;
}

#beatcrimeMapControl .ui-slider
{
    margin: 5px auto;
}

.ui-tabs .ui-tabs-nav li
{
    list-style: none;
}

.ui-tabs .ui-tabs-hide
{
    position: absolute;
    left: -10000px;
}

.locationLocalUri
{
    color: Blue !important;
}


#disclaimerText
{
    max-height: 200px;
    height: expression(this.height > 200 ? "200px": "auto");
    overflow:auto;
    border:solid black 1px;
    padding: 5px;
}

.header img
{
    vertical-align:middle;
}

#beatcrimeLastUpdated
{
    margin: 20px;
    border: solid 1px black;
    background-color: White;   
    padding: 3px;
}