/* @override http://beehiveweb:10088/css/highlights.css */

#content { height: 450px; margin: 12px 0 0 0; }

#statement, #highlight { font-size: 2.5em; line-height: 1.25em; font-weight: bold; }
#statement { font-size: 2.5em; color: #999; text-align: right; }

#highlight { position: relative; height: 1.25em; overflow: hidden; }
#highlight ul { position: absolute; background-color: #FFF; line-height: 1.25em; margin: 0; padding: 0; list-style: none; }

#highlight div.fade-in { position: absolute; display: block; width: 100%; height: 10px; top: 0; background: url(/images/common/fade_w2t_10_v.png) bottom left repeat-x; z-index: 100; }
#highlight div.fade-out { position: absolute; display: block; width: 100%; height: 150px; top: 250px; background: url(/images/common/fade_t2w_150_v.png) bottom left repeat-x; z-index: 100; }

#highlight-reveal { margin: 12px 0 0 0; }
#highlight-reveal div.text { font-size: 2em; line-height: 1.25em; }

div.highlight-next { margin: 0.5em 0 0 0; }
div.highlight-next a { display: block; }