﻿html
{
    height: 100%;
}
body
{
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-left: 0px;
    border-right: 0px;
    overflow: hidden;
}
.Header
{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    height: 50px;
    overflow: hidden;
    z-index: -1;
}

.Title
{
    position: absolute;
    top: 5px;
    height: 50px;
    left: 5px;
    right: 5px;
    text-align: center;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 100;
}

.Heading
{
    text-align: center;
    font-size: medium;
}

.HeaderTextLeft
{
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
    height: 45px;
}

.HeaderTextRight
{
    float: right;
    height: 45px;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

#BadgeDiv.Container
{
}

#lblDept
{
    line-height: 40px;
    vertical-align: top;
}


#DeptNameDiv
{
}

#LiveCallsDates
{
    position: absolute;
    top: 97px;
    left: 369px;
    text-align: center;
    width: 325px;
    height: 150px;
    padding: 5px;
    background-color: White;
    border-bottom: solid 2px black;
    border-top: solid 2px black;
}

#HistoricalCallsDates
{
    position: absolute;
    top: 97px;
    left: 369px;
    text-align: center;
    width: 325px;
    height: 150px;
    padding: 5px;
    background-color: White;
    border-bottom: solid 2px black;
    border-top: solid 2px black;
}
#CrimeDates
{
    position: absolute;
    top: 97px;
    left: 369px;
    text-align: center;
    width: 325px;
    height: 150px;
    padding: 5px;
    background-color: White;
    border-bottom: solid 2px black;
    border-top: solid 2px black;
}

#Location
{
    position: absolute;
    top: 97px;
    left: 5px;
    width: 350px;
    border: solid 2px black;
    height: 150px;
    text-align: center;
    padding: 5px;
    background-color: White;
}

#IncTypes
{
    padding-top: 5px;
}

#Types
{
    position: absolute;
    z-index: 100;
    width: expression(document.body.clientWidth-724);
    top: 97px;
    right: 5px;
    left: 704px;
    height: 150px;
    text-align: center;
    background-color: White;
    padding: 5px;
    border: solid 2px black;
}

.TabDetailDiv
{
    display: none;
    top: 97px;
    bottom: 34px;
    left: 5px;
    right: 5px;
    position: absolute;
    padding: 0px 15px 0px 15px;
    background: white;
    overflow: hidden;
    border: solid 2px black;
}

.TabDetailDivOverflow
{
    display: none;
    top: 95px;
    bottom: 34px;
    left: 5px;
    right: 5px;
    position: absolute;
    padding: 0px 15px 0px 15px;
    background: white;
    overflow-x: hidden;
    overflow-y: auto;
    border: solid 2px black;
}

#MapDiv
{
    display: none;
    position: absolute;
    height: expression(document.body.clientHeight-293);
    top: 263px;
    bottom: 35px;
    left: 5px;
    right: 5px;
    border: solid 2px black;
    overflow: hidden;
}

.MapMessageDisplay
{
    position:relative;
    text-align: center;
    font-size: medium;
    font-family: Verdana;
    color:#194E76;
    background-color:White;
}

.MapMessageDisplayBackground
{
  background-color:#194E76;
  filter:alpha(opacity=40);
  opacity:0.5;
   
}

.MapInfoTitle
{
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.MapInfo
{
    text-align: left;
    width: 350px;
    height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: -moz-scrollbars-vertical;
    font-family: Verdana;
    font-size: small;
    margin-right: 10px;
}

#SidePanel
{
    display: none;
    position: absolute;
    left: 5px;
    top: 263px;
    bottom: 35px;
    border: solid 2px black;
    width: 395px;
}

#StreetView
{
    position: absolute;
    top: 20px;
    bottom: 25px;
    width: 395px;
}

#CloseStreetView
{
    position: absolute;
    height: 20px;
    top: 0px;
    width: 395px;
    text-align: center;
    background-color: #194E76;
    color: White;
}

#SidePanelInfo
{
    position: absolute;
    height: 23px;
    bottom: 0px;
    width: 395px;
    text-align: center;
}

.HeaderTop div
{
    font-size: 0;
    height: 10px;
}

.SearchForm
{
    padding: 10px;
}

#lblDept
{
    font-size: xx-large;
}

.Footer
{
    position: absolute;
    bottom: 2px;
    height: 29px;
    left: 5px;
    right: 5px;
    text-align: center;
    display: block;
    font-size: large;
    overflow: hidden;
}

.cmdAlert
{
    border-style: hidden;
}

.AlignRight
{
    text-align: right;
}

#lblUpdateMapProgress
{
    background-color: #194E76;
    font-size: xx-large;
    color: Red;
}

#pnlLocation
{
    display: none;
}


.TabHeaderText
{
    font-size: xx-large;
}

.GroupTypesListStyle
{
    text-align: left;
    line-height: 150%;
    height: 100px;
    overflow: auto;
    border: none;
    z-index: 100px;
}

.PadTop
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.textmiddle
{
    vertical-align: middle;
}

.FooterTextLeft
{
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.FooterTextRight
{
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}

#FooterTextRight a:link
{
    text-decoration: none;
    color: white;
    background: transparent;
}
#FooterTextRight a:visited
{
    text-decoration: none;
    color: white;
    background: transparent;
}
#FooterTextRight a:hover
{
    text-decoration: none;
    color: yellow;
    background: transparent;
}
#FooterTextRight a:focus
{
    text-decoration: none;
    color: yellow;
    background: transparent;
}
#FooterTextRight a:active
{
    text-decoration: none;
    color: white;
    background: transparent;
}

#emailimage
{
    border: 0px;
}

.AlertSignup
{
    cursor: move;
    text-align: center;
    width: 450px;
    height: 510px;
    padding: 15px;
}

.DetailLabel
{
    text-align: right;
    width: 250px;
    float: left;
    display: block;
}

.DetailText
{
    text-align: left;
    width: 250px;
    background-color: #99ccff;
}

.ArrestDetailLabel
{
    display: block;
    float: left;
    width: 65px;
    text-align: right;
}

.ArrestDetailText
{
    width: 205px;
    font-weight: bold;
}

.FloatLeft
{
    float: left;
}

.AlignLeft
{
    text-align: left;
}

.NoFloat
{
    clear: both;
}

.box
{
    background: #194E76;
    color: White;
}
.boxtop
{
    background: url(/WebMap/Styles/Default/HeaderTopE.gif) no-repeat top right;
}
.boxtop div
{
    font-size: 0;
    height: 10px;
    background: url(/WebMap/Styles/Default/HeaderTopW.gif) no-repeat top left;
}
.boxbottom
{
    background: url(/WebMap/Styles/Default/HeaderBottomE.gif) no-repeat bottom right;
}
.boxbottom div
{
    font-size: 0;
    height: 10px;
    background: url(/WebMap/Styles/Default/HeaderBottomW.gif) no-repeat bottom left;
}
.boxcontent
{
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}

.PopUpForm
{
    background-color: White;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px;
    text-align: left;
}

.EMailForm
{
    position: absolute;
    top: 60px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: White;
    z-index: 10;
    text-align: center;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
.EMailOptionDivs
{
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-family: Verdana;
    font-size: small;
}

.EMailOptionDivsLeft
{
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    font-family: Verdana;
    font-size: small;
    text-align: left;
}

.EMailOptionLegend
{
    font-weight: bold;
    text-align: left;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: medium;
    padding: 1px;
    margin-top: 1px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeader a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    font-family: Arial, Sans-Serif;
    font-size: medium;
    padding: 1px;
    margin-top: 1px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
    background: none;
    text-decoration: underline;
}

.accordionContent
{
    border-top: none;
    padding: 3px;
}

.Center
{
    text-align: center;
    margin: 0 auto;
}

.ProperCase
{
    text-transform: capitalize;
}

.Show
{
    display: none;
}

.Font1
{
    font-family: Verdana;
    font-size: small;
}

.Font1Inline
{
    font-family: Verdana;
    font-size: small;
    display: inline;
}

.Font2
{
    font-family: Verdana;
    font-size: large;
}

.Font2Inline
{
    font-family: Verdana;
    font-size: large;
    display: inline;
}

.FontEntryInline
{
    font-family: Verdana;
    font-size: small;
    display: inline;
}


.fixWidth tr td
{
    width: 33%;
}

.GridResults
{
    position: absolute;
    top: 80px;
    bottom: 50px;
    left: 30px;
    right: 30px;
}

.DefFldSet
{
    position: relative;
    width: 800px;
    margin-top: 1em;
    padding-top: .75em;
}
.DefFldLeg
{
    position: absolute;
    top: -.5em;
    left: .5em;
}
.DefFldSet2
{
    position: relative;
    width: 380px;
    margin-top: 1em;
    padding-top: .75em;
}
.DefFldLeg
{
    position: absolute;
    top: -.5em;
    left: .5em;
}
.WPTitle1
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    text-align: center;
    color: White;
    font-size: x-large;
}
.WPTitle2
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    text-align: center;
    color: White;
    font-size: large;
}
.WPIntro
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    text-align: center;
    font-size: small;
}
.WPName
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana;
    text-align: center;
    font-size: x-large;
}
.WPLeftButton
{
    position: absolute;
    top: 200px;
    left: 50px;
    background-image: url('/Images/blue_bgsmall.gif');
    background-repeat: repeat-x;
}
.WPRightButton
{
    position: absolute;
    top: 200px;
    right: 50px;
    background-image: url('/Images/blue_bgsmall.gif');
    background-repeat: repeat-x;
}

.PosterDIV
{
    height: 400px;
    width: 100%;
    border-color: Black;
    border-width: 2px;
    background-image: url('/Images/blue_bg.gif');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: small;
    margin-left: auto;
    margin-right: auto;
}
.TypeCheckbox
{
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.Column3CheckBoxList td
{
    width: 190px;
}

.InmatesDetailsDivWrapper
{
    position: absolute;
    top: 70px;
    right: 50%;
    width: 700px;
    height: 400px;
}

.InmatesDetailsDiv
{
    position: relative;
    left: 50%;
    text-align: center;
    border-color: Black;
    border-width: 2px;
    font-family: Verdana;
    font-size: small;
    background-image: url('/Images/blue_bg.gif');
    background-repeat: repeat-x;
}

.PageHeader
{
    font-family: Verdana;
    font-size: small;
    overflow-y:scroll;
}

.NoDisplay
{
    display:none;
}

.ob_gCS     /* Removes vertical lines between columns in all grids  */
{
    display: none !important;
}




