﻿body 
{
    font-family: Verdana,arial,helvetica;
    background-color: #f5f5f5;
}
        
table 
{
    width: 100%;
}
        
td 
{
    font-size: 11px;
}
        
.header 
{
    font-size: large;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
}
        
.adamcode 
{
    text-align: left;
    font-weight: bold;
    padding-left: 15px;
}

.adamcode span
{
    font-weight: normal;
}
        
.textbox 
{
    border: 1px #ccc solid;
}

.RecordTitle 
{
    background-color: #f0f0f0;
}

.RecordTitle td
{
    font-weight: bold;
    font-size: 13px;
    border-top: 1px #CCC solid;
}

.ZoomIconContainer 
{
    cursor: pointer; 
    position: absolute; 
    width: 32px; 
    height: 29px; 
    border-right: 1px #888 solid; 
    background: #ddd url('../_images/search.png') no-repeat 8px; 
    overflow: hidden;
    float: left;
}

.CFSNumber 
{
    padding-left: 35px;
}

.CFSNumber span 
{
    font-size: smaller; 
    font-weight: normal;

}

.IncidentDateStamp 
{
    font-size: smaller; 
    font-weight: normal;
}

#navigation 
{
    font-size: small;
    text-align: center;
    float: none;
    clear: both;
    margin-bottom: 8px;
}

#Container 
{
    position: relative; 
    margin: auto auto;
    width: 95%;
    height: 600px;
}

#myMap 
{
    float: left;
    position: relative; 
    width: 49%; 
    height: 600px; 
    margin-bottom: 10px;
    margin-right: 10px;
}

#IncidentList 
{
    float: right;
    position: relative; 
    overflow: auto;
    overflow-x: hidden;
    width: 49%;
    height: 600px;
    background-color: #fff;
}

.agency 
{
    display:none;
}

#printPop 
{
    font-size: small;
    display: none;
}

#footer 
{
    font-size: smaller;
    text-align: center;
    clear: both;
    font-style: italic;
}

button.ui-widget
{
    font-size: .8em;
}
