

table {font-family:Arial,sans-serif;}
#LstTbl {padding: 5px;}

#LstTbl td,
#LstTbl th
    {padding: 8px;font-size: 17px;line-height: 17px;position:relative;text-align:left;min-width:auto;width:auto;}


#DelictTable td,
#DelictTable th
    {padding: 6px;font-size: 15px;line-height: 15px;position:relative;text-align:left;min-width:auto;width:auto;}


#DelictTable .input input {height:29px;font-size:13px !important;line-height: 12px !important;padding:1px !important;}

.fld_int {width:70px !important;text-align:center;}
.fld_med {width:110px !important;}
.fld_long {width:240px !important;}

.t-r {text-align:right !important;}

.noborder {border:solid #fff 0px !important;}

#LstTbl a ,
#DelictTable a  {cursor:pointer;}
#LstTbl th ,
#DelictTable th {border-right: 1px solid #DEDEDE;border-bottom: 1px solid #DEDEDE;color:#666;background:#f9f9f9;}
#LstTbl td,
#DelictTable td {border-right: 1px solid #DEDEDE;border-bottom: 1px solid #DEDEDE;color:#666;}



th a {color:#666;text-decoration:none;}
th a:hover {text-decoration:underline;}
th input {background-color:#F6F6F6;border:solid #DEDEDE 1px;width:97%;font-family:Arial,sans-serif;font-size: 15px;}



table.small tr td {font-size: 12px;}



h1 {
    font-size:20px;
    font-weight:normal;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;  
}

#content
    {
    position:absolute;
    top:0px;
    left:190px;   
    width:1000px;
    }
#content div    
    {

    }

html, body, aside {
    display: block;
    margin: 0;
    padding: 0;
}
body {
    padding: 40px;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;	
}
aside {
    width: 233px;
    min-height: 500px;
}
aside.right {
    margin-left: auto;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.bg-red {
    background-image: url(../img/bg-red.jpg);
}
.bg-orange {
    background-image: url(../img/bg-orange.jpg);
}
.bg-yellow {
    background-image: url(../img/bg-yellow.jpg);
}
.bg-green {
    background-image: url(../img/bg-green.jpg);
}
.bg-cyan {
    background-image: url(../img/bg-cyan.jpg);
}
.bg-blue {
    background-image: url(../img/bg-blue.jpg);
}
.bg-purple {
    background-image: url(../img/bg-purple.jpg);
}
.bg-pink {
    background-image: url(../img/bg-pink.jpg);
}
.bg-black {
    background-image: url(../img/bg-black.jpg);
}
.body {
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1000px) {
    body {
        padding: 20px;
    }
}
@media screen and (max-width: 767px) {
    body {
        padding: 10px;
    }
    aside {
        width: auto;
    }
}    