/* Spotlight Component Styles */

#spotlight .spotlight_chapter_button {line-height:20px;font-size:11px;font-family:Arial;color:#444444;overflow:hidden;height:22px;text-align:center;float:left;background-position:center 1px;background-repeat:repeat-x;background-image:url('images_main/spotlight/spotlight_chapterButton_gradient_off.gif');}
#spotlight .spotlight_chapters_buttons {height:22px;overflow:hidden;cursor:pointer;}
#spotlight .spotlight_single_chapter {border-top:1px solid #ccCCcc;}
#spotlight .spotlight_single_chapter .spotlight_chapters_buttons {display:none;}
#spotlight .spotlight_chapter_button .spotlight_inner {overflow:hidden;height:20px;padding-left:5px;padding-right:5px;border-bottom:1px solid #999999;border-top:1px solid #999999;border-right:1px solid #999999;}
#spotlight .spotlight_chapters_buttons .spotlight_firstChild .spotlight_inner_firstChild {border-left:1px solid #999999;}
#spotlight .spotlight_chapters_buttons .spotlight_active .spotlight_inner {height:21px;border-bottom:0px;border-top:1px solid #ccCCcc;border-right:1px solid #999999;}
#spotlight .spotlight_chapters_buttons .spotlight_active {background-image:url('images_main/spotlight/spotlight_chapterButton_gradient_on.gif');}
#spotlight .spotlight_chapters_buttons .spotlight_active .spotlight_inner_firstChild {border-left:1px solid #ccCCcc;}
#spotlight .spotlight_chapters_buttons .spotlight_active .spotlight_inner_lastChild {border-right:1px solid #ccCCcc;}

#spotlight .spotlight_chapters_content {position:relative;border:1px solid #ccCCcc; border-top-width:0px;overflow:hidden;}
#spotlight .spotlight_chapter {display:none;}
#spotlight .spotlight_chapters_content .spotlight_active {display:block;width:auto;/*width:inherit;*/overflow:hidden;}

#spotlight .spotlight_no_text_select {-moz-user-select: none;}

#spotlight .spotlight_slides_buttons {position:absolute;left:0px;bottom:0px;color:#ffFFff;font-size:11px;height:20px;overflow:hidden;background-position:center top;background-repeat:repeat-x;background-image:url('images_main/spotlight/spotlight_slideButton_gradient.gif');}
#spotlight .spotlight_single_slide .spotlight_slides_buttons {display:none;}
#spotlight .spotlight_slide_button {cursor:pointer;display:inline;background-color:#777f80;padding-left:5px;padding-right:5px;}
#spotlight .spotlight_slides_playButton {float:left;height:20px;width:26px;cursor:pointer;background-repeat:no-repeat;background-image:url('images_main/spotlight/sushi_play.gif');}
#spotlight .spotlight_slides_playButton:hover {background-image:url('images_main/spotlight/sushi_play_hil.gif');}
#spotlight .spotlight_slides_pauseButton {float:left;height:20px;width:26px;cursor:pointer;background-repeat:no-repeat;background-image:url('images_main/spotlight/sushi_pause.gif');}
#spotlight .spotlight_slides_pauseButton:hover {background-image:url('images_main/spotlight/sushi_pause_hil.gif');}
#spotlight .spotlight_slides_centerButtons {text-align:center;padding-top:2px;}
#spotlight .spotlight_slides_prevSetButton {background-image:url('images_main/spotlight/sushi_prevset.gif');background-repeat:no-repeat;background-position:center center;padding-right:5px;padding-left:5px;cursor:pointer;}
#spotlight .spotlight_slides_prevSetButton:hover {background-image:url('images_main/spotlight/sushi_prevset_hil.gif');}
#spotlight .spotlight_slides_previousButton {background-image:url('images_main/spotlight/sushi_prev.gif');background-repeat:no-repeat;background-position:center center;padding-right:5px;padding-left:5px;cursor:pointer;}
#spotlight .spotlight_slides_previousButton:hover {background-image:url('images_main/spotlight/sushi_prev_hil.gif');}

#spotlight .spotlight_slides_nextSetButton {background-image:url('images_main/spotlight/sushi_nextset.gif');background-repeat:no-repeat;background-position:center center;padding-right:5px;padding-left:5px;cursor:pointer;}
#spotlight .spotlight_slides_nextSetButton:hover {background-image:url('images_main/spotlight/sushi_nextset_hil.gif');}
#spotlight .spotlight_slides_nextButton {background-image:url('images_main/spotlight/sushi_next.gif');background-repeat:no-repeat;background-position:center center;padding-right:5px;padding-left:5px;cursor:pointer;}
#spotlight .spotlight_slides_nextButton:hover {background-image:url('images_main/spotlight/sushi_next_hil.gif');}

#spotlight .spotlight_slide {display:none;padding-bottom:20px;}
#spotlight .spotlight_single_slide .spotlight_slide {padding-bottom:0px;}
#spotlight .spotlight_slides .spotlight_active {display:block;}
#spotlight .spotlight_slides_buttons .spotlight_slides_numberButtons .spotlight_active {display:inline;color:#afb4b5;}

/* Customizeable Font Properties */
#spotlight .spotlight_slide_title {font-family:Trebuchet; font-weight:bold; font-size:16px; color:#6699CC;margin-bottom:10px;}
#spotlight .spotlight_slide_body {font-family:Arial; font-weight:normal; font-size:11px; color:#666666;}
#spotlight .spotlight_slide_link {display:block;font-family:Arial; font-weight:normal; font-size:11px; color:#993300;margin-top:10px; text-decoration:underline;}