/* Highlight Styles 
-------------------------------------------------------------- */
.tsc_highlight { padding:4px; color:#fff; background:#111; }
.tsc_highlight2 { padding:2px; border-bottom:1px dashed; font-style:italic;}

/* Backgrounds & Borders 
-------------------------------------------------------------- */
.red { background-color:#e90000 !important; border-color:#700 !important; }
.orange { background-color:#e98813 !important; border-color:#e98813 !important; }
.yellow { background-color:#efbb05 !important; border-color:#f7c808 !important; }
.green { background-color:#74941f !important; border-color:#74941f !important; }
.olive { background-color:#3a491a !important; border-color:#3a491a !important; }
.teal { background-color:#089 !important; border-color:#089 !important; }
.blue { background-color:#00437f !important; border-color:#00437f !important; }
.deepblue { background-color:#092334 !important; border-color:#092334 !important; }
.purple { background-color:#4b2c5a !important; border-color:#4b2c5a !important; }
.hotpink { background-color:#bc006e !important; border-color:#bc006e !important; }
.slategrey { background-color:#3b424a !important; border-color:#3b424a !important; }
.mauve { background-color:#625b56 !important; border-color:#625b56 !important; }
.pearl { background-color:#ab998f !important; border-color:#ab998f !important; }
.steelblue { background-color:#788794 !important; border-color:#788794 !important; }
.mossgreen { background-color:#717a75 !important; border-color:#717a75 !important; }
.wheat { background-color:#79745d !important; border-color:#79745d !important; }
.coffee { background-color:#372e25 !important; border-color:#372e25 !important; }
.copper { background-color:#6b3c02 !important; border-color:#6b3c02 !important; }
.silver { background-color:#ddd !important; border-color:#d0d0d0 !important; color:#444!important; }
.black { background-color:#111 !important; border-color:#111 !important; }
.white { background-color:#fff !important; border-color:#eee !important; color:#aaa!important; }

/* Text Variations 
-------------------------------------------------------------- */
.red_text,
.red_sprite a { color:#700 !important; }
.orange_text,
.orange_sprite a { color:#e98813 !important; }
.yellow_text,
.yellow_sprite a { color:#efbb05 !important; }
.green_text,
.green_sprite a { color:#74941f !important; }
.olive_text,
.olive_sprite a { color:#3a491a !important; }
.teal_text,
.teal_sprite a { color:#089 !important; }
.blue_text,
.blue_sprite a { color:#00437f !important; }
.deepblue_text,
.deepblue_sprite a { color:#092334 !important; }
.purple_text,
.purple_sprite a { color:#4b2c5a !important; }
.hotpink_text,
.hotpink_sprite a { color:#bc006e !important; }
.slategrey_text,
.slategrey_sprite a { color:#3b424a !important; }
.mauve_text,
.mauve_sprite a { color:#625b56 !important; }
.pearl_text,
.pearl_sprite a { color:#ab998f !important; }
.steelblue_text,
.steelblue_sprite a { color:#788794 !important; }
.mossgreen_text,
.mossgreen_sprite a { color:#717a75 !important; }
.wheat_text,
.wheat_sprite a { color:#79745d !important; }
.coffee_text,
.coffee_sprite a { color:#372e25 !important; }
.copper_text,
.copper_sprite a { color:#6b3c02 !important; }
.silver_text,
.silver_sprite a { color:#999 !important; }
.black_text,
.black_sprite a { color:#111 !important; }
