﻿
TABLE.SectionHeaderContainer
{
    background-image: url(Images/GridView/toolgrad.gif);
    background-repeat: repeat-x;
    background-color: #d6e8ff;
    border-style: solid;
    border-color: #83b0ec;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    vertical-align: middle;
    width: 100%;
}

TABLE.SectionHeaderContainer TD
{
    padding: 1px 10px 1px 1px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    vertical-align: middle;
    height: 22px;
    color: #696969;
    font-size: 17px;
    font-family: Times New Roman;
    font-weight: bold;
}


ViolationImage
{
    border-top: dotted 1px #165e8e;
    border-bottom: dotted 1px #165e8e;
    border-left: dotted 1px #165e8e;
    border-right: dotted 1px #165e8e;
}

.ViolationImageInList
{
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2;
}

.ViolationImageTrail
{
    border-top: double 6px #165e8e;
    border-bottom: double 6px #165e8e;
    border-left: double 6px #165e8e;
    border-right: double 6px #165e8e;
}


A.ViolationImageLink
{
    padding: 2px;
    display: inline-block;
    border-top: solid 1px #165e8e;
    border-bottom: solid 1px #165e8e;
    border-left: solid 1px #165e8e;
    border-right: solid 1px #165e8e;
    cursor: pointer;
}


.modalBackground
{
    background-color: Gray;
}
