body { font-family:Arial;background-color: #808080;margin: 5px; }
select { font-size: 9pt; }
input { font-size: 9pt; }
div { padding:0px;margin:0px; }
h1 { color: Black;text-indent: 5px; }
h2 { font-size: 12pt;color: darkblue;text-indent: 10px; }

div.Banner { font-family:Forte;font-size:4em;font-style:italic;text-align:center;color:Red;text-shadow: 6px 6px 0px rgba(0,0,0,0.2);z-index:999;
    /*background-image:url(/hotpursuit/common/images/curbing4.png);background-size:100% 119px;height:119px;background-repeat:no-repeat;*/
}

table.Issues { background-color: #E8E8E8;
               border-top:1px solid black;border-bottom:1px solid black;border-right:1px solid black;border-left:1px solid black;border-collapse:collapse; }
tr td { padding-left:5px;padding-right:5px; }
table.Issues thead tr td { font-weight:bold;color:#00008B; }
table.Issues thead tr+tr td { border-bottom:2px solid #FFFF00; }
table.Issues tfoot tr td { font-weight:bold;border-top:2px solid #FFFF00; }
table.Issues tbody tr td { border-right:1px solid black; }
table.Issues tbody tr:nth-child(even) {background: #CCC}
table.Issues tbody tr:nth-child(odd) {background: #FFF}
table.Issues.BannerRow { font-weight:bold;color:#00008B; }

ul.TopNav {
    list-style-type:none;margin:0;padding:0;overflow:hidden;
    color:red;font-style:italic;font-family:Arial;background-color:#F9FF66;
}
ul.TopNav li { float:left; }
ul.TopNav li a:visited {
    display:block;width:200px;font-weight:bold;text-align:center;padding:4px;text-decoration:none;text-transform:uppercase;
    color:black;background-color:#F9FF66;
}
ul.TopNav li a:link {
    display:block;width:200px;font-weight:bold;text-align:center;padding:4px;text-decoration:none;text-transform:uppercase;
    color:black;background-color:#F9FF66;
}
ul.TopNav li a:hover { background-color:#324EFF;color:#FFFFCC; }
ul.TopNav li a:active { background-color:#324EFF;color:#FFFFCC; }
    
ul.VertNav {
    list-style-type:none;margin:0;padding:0;overflow:hidden;
    color:red;font-style:italic;font-family:Arial;background-color:#F9FF66;
}
ul.VertNav li { float:none; }
ul.VertNav li a:visited {
    display:block;font-weight:bold;text-align:left;padding:4px;text-decoration:none;
    color:black;
}
ul.VertNav li a:link {
    display:block;font-weight:bold;text-align:left;padding:4px;text-decoration:none;
    color:black;background-color:#F9FF66;
}
ul.VertNav li a:hover { background-color:#324EFF;color:#FFFFCC; }
ul.VertNav li a:active { background-color:#324EFF;color:#FFFFCC; }

div.crOutFrame { background-color: #F9FF66;padding:10px;
             -webkit-border-radius: 45px;-moz-border-radius: 45px;border-radius: 45px; }
div.crInFrame { background-color: #324EFF;padding:10px;
             -webkit-border-radius: 45px;-moz-border-radius: 45px;border-radius: 45px; }
div.crMain { background-color:#FFFFCC;padding:10px; 
             -webkit-border-radius: 45px;-moz-border-radius: 45px;border-radius: 45px; }
h1 { font-style:italic;padding:0px;margin:0px; }
div.LeftSideBar { margin-left:10px;float:left;margin-right:10px;background-color:White;border: 1px solid #324EFF;padding:5px; }
.HideIt { display:none; }