/* SITE MAP STYLES */


/* HOME CHANNEL */
.HitReporting-ReportRootChannel { font-weight: bold; text-transform: uppercase; }
.HitReporting-ReportRootChannel a { color: #BA2455; }


/* PRIMARY LEVEL CHANNELS */
.HitReporting-ReportChannel { margin-top: 2em; padding-top: .5em; font-weight: bold; text-transform: uppercase; border-top: 1px dotted #BA2455; }
.HitReporting-ReportChannel a { color: #BA2455; }
.HitReporting-ReportChannel a:hover { color: #BA2455; }


/* SECONDARY LEVEL CHANNELS */
ul.sub { margin-top: .2em; margin-bottom: .5em; }
.sub .HitReporting-ReportChannel { margin-top: .2em; padding-top: 0; border-top-style: none; text-transform:none; }
.sub .HitReporting-ReportChannel a { color: #1760A6; }


/* POSTINGS */
.HitReporting-ReportPosting { font-weight: normal; }
