body, html {
    font-family: arial;
    font-size: 12px;
}
body {
    margin: 4px;
}
html, h1, h2, h3, h4, ul, li {
    margin: 0;
    padding: 0;
}

.header, .header a {
    overflow: hidden;
    background-color: black; 
    color: white;
}
.header a:hover {
    color: #FFC;
}

.navList, .navList li {
    display: inline;
    list-style-type: none;
    line-height: 36px;
    float: left;
    height: 36px;
    vertical-align: middle;
    margin: 0;
    padding-left: 8px;
}
.navList li {
    padding: 0 4px 0 4px;
}

.quickSearch {
    float: right;
    height: 36px;
    padding-right: 8px;
}


.footer {
    background: black;
    color: white;
    margin-top: 8px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}
.footer a {
    color: #FFF;
    text-decoration: none;
}
.footer a:hover {
    color: #FFC;
}


.clear {
    clear: both;
}

.inner-container {
    border: 2px solid #D7D7D2;
    margin: 0 auto;
    padding: 10px;
    width: 1010px;
}
.outer-container {
    padding-bottom: 64px;
}
.main-inner-container {    
    border: 2px solid #D7D7D2;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 0px;   
    width: 1010px;
}
.main-outer-container{
    padding-bottom: 4px;
}
.centerDiv {
    margin: 0 auto;
    text-align: center;
}
.centerTable {
    margin: 0 auto;
}


.label{
    color: #333333;
    font-weight: bold;
}

.rowUnassigned{
    background-color: 	#FF0000 !important;
    background-image:none;
    text-align: center;
}
.rowVerificationInProgress{
    background-color: orange !important;
    background-image:none;
    text-align: center;
}
.rowVerified{
    background-color: yellow !important;
    background-image:none;
    text-align: center;
}
.rowDispatchReceived{
    background-color: greenyellow !important;
    background-image:none;
    text-align: center;
}


.alertTable {
    height: 180px;
    overflow-y: scroll;
    border-bottom: 2px solid black;
}

.photoView {
    overflow: hidden;
    overflow-y: scroll;
    height: 175px;
}

.image {
    margin-top: 8px;
}

.referencePhoto {
    border-right: 1px solid #A8A8A8;
    min-height: 175px;
    margin: 0px;
    padding: 0px 4px 0px 4px;
}

.viewNotes {
    height: 25%;
    overflow-y: scroll;
    border-bottom: 1px solid #A8A8A8;
}

.eventsDiv {
    height: 75%;
    overflow-y: scroll;
    border-bottom: 1px solid #A8A8A8;
}

.clientInfo {
    padding-left: 5px;
    border-right: 1px solid #A8A8A8;
    min-height: 175px;
}

.alertHeaderDiv {
    overflow: hidden;
    border-bottom: solid black;
    border-width: 1px;
    padding: 0px;
}
.left {
    float: left;
    padding-right: 2px;
}
.mapDiv {
    overflow: hidden;
    clear: left;
}
.label, td.columnLabel {
    font-weight:bold;
    color:#333333;

}


td.columnLabel {
    text-align: left;
    vertical-align: top;
    width: 40%;
}

td.columnData {
    vertical-align: top;
    width: 60%;
}
.clientInfoTable {
    width: 240px;
}
.rightColumn {
    float: right;
    width: 650px;
    overflow: hidden;
    padding-left: 2px;
}
.pictureBox {
    display: inline;
    float: left;
    margin: 0px;
    padding: 0px 6px 0px 0px;
}

.pictureDate {
    display: block;
    margin: auto;
    text-align: center;
}