/* WSPOLNE ELEMENTY */
* { margin: 0px; padding: 0px; border: 0px; }
body { background-color: #000; font-size: 11px; color: #000; font-family: Arial; text-align: center; }
#main_container { width: 960px; text-align: left; margin: 0px auto 0px auto; }
#logo { width: 100%; height: 42px; background: url('../gfx/background_3.jpg') repeat-x top left #000; }
#logo a { margin-left: 18px; }

div.box { color: #f2f1f1; background-color: #000; text-align: center; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
div.clearer { clear: both; font-size: 1px; height: 1px; width: 1px; }

a { font-size: 11px; color: #f2f1f1; font-family: Verdana; text-decoration: none; outline: none; }
a:hover { color: #0C0; }

/* PLAYER */
#playerHolder { width: 100%; height: 445px; position: relative; }
div.player { width: 100%; height: 445px; }
div.player div.video { color: #f2f1f1; width: 660px; height: 371px; background-color: #000; text-align: left; overflow: hidden; margin: 0px auto 0px auto; }
div.player div.banner { display: none; position: absolute; top: 0px; right: 0px; }
div.player div.playback_controls_wrapper { width: 100%; height: 45px; background: url('../gfx/background_1.jpg') repeat-x top left #000; }
div.player ul.playback_controls { font-size: 10px; list-style: none;  width: 660px; _width: 665px; height: 100%; margin: 0px auto 0px auto; }
div.player ul.playback_controls li { float: left; height: 100%; margin: 0px 1px 0px 1px; }
div.player ul.playback_controls li .buffering { height: 16px; width: 250px; margin: 5px auto 0px auto; visibility: hidden; }
div.player ul.playback_controls li .buffering img { margin: 0px 5px 0px 0px; }
div.player ul.playback_controls li .buffering span { line-height: 16px; position: relative; top: -4px; }
div.player ul.playback_controls li.progress_slider { padding: 0px 10px 0px 10px; width: 250px; }
div.player ul.playback_controls li.timer { background-color: #343333; height: 36px; margin: 4px 5px 0px 0px; padding: 0px 10px 0px 10px; font-size: 12px; line-height: 36px; font-family: Verdana; }
div.player ul.playback_controls li.volume_slider { padding: 0px 10px 0px 2px; }

.ui-slider { font-size: 1em; _font-size: 0.5em; }
#progress_slider.ui-slider { width: 250px; background: url('../gfx/slider_tracker.jpg') no-repeat 0% 50%; }
#progress_slider.ui-slider .ui-slider-handle { background: url(../gfx/handle_tracker.png) 80% 60% no-repeat; _background: url(../gfx/handle_tracker.gif) 80% 20% no-repeat; }
#progress_slider.ui-slider .ui-slider-range { background-color: #16c2fb; opacity: .70; filter:Alpha(Opacity=70); height: 4px; position: relative; top: 2px; _top: 0px; }

#volume_slider.ui-slider { width: 60px; background: url('../gfx/slider_volume.jpg') no-repeat 0% 50%; margin-top: 18px; _margin-top: 20px; }
#volume_slider.ui-slider .ui-slider-handle { background: url(../gfx/handle_volume.png) 20% 40% no-repeat; _background: url(../gfx/handle_volume.gif) 20% 40% no-repeat; }
#volume_slider.ui-slider .ui-slider-range { background-color: #16c2fb; opacity: .70; filter:Alpha(Opacity=70); height: 4px; position: relative; top: 2px; _top: 0px; }

#LoadProgress { line-height: 20px; height: 20px; width: 100%; text-align: center; }
#VideoPlayerSection { background-color: transparent; text-align: left; }
#PreloadMessage { font-size: 20px; font-family: Arial; padding: 60px 10px 0px 10px; text-align: center; }

div.player div.quality_controls { font-size: 11px; font-family: Tahoma; list-style: none;  width: 100%; height: 25px; line-height: 25px; text-align: center; visibility: hidden; }
div.player div.quality_controls a { color: #f2f1f1; font-size: 11px; font-family: Tahoma; text-decoration: none; }
div.player div.quality_controls a:hover { color: #16c2fb; }
div.player div.quality_controls a.selected { color: #16c2fb; }

/* FOOTER */
#footer { width: 100%; background-color: #f2f1f1; position: relative; }

#footer div.search { width: 100%; height: 28px; background: url('../gfx/background_2.jpg') repeat-x top left; margin-bottom: 5px; }
#searchForm { float: right; padding-right: 20px; height: 28px; }
#searchForm input { border: #acaaab 1px solid; margin: 3px 12px 0px 0px; float: left; }
#searchForm input.text_field { width: 150px; color: #444444; padding: 1px; height: 16px; }
#searchForm input.btn_search { width: 64px; background: url('../gfx/btn_search.jpg') no-repeat center center; cursor: pointer; height: 20px; margin-right: 0px; }

#footer ul { list-style: none; color: #444444; float: left; margin: 0px 35px 10px 35px; *margin-bottom: 0px; _margin: 0px 25px 0px 25px; }
#footer ul li.first { font-weight: bold; margin-bottom: 10px; }
#footer ul li { margin-bottom: 4px; font-size: 12px; }
#footer ul li a { font-size: 12px; color: #444444; font-family: Arial; text-decoration: none; }
#footer ul li a:hover { text-decoration: underline; }
#footer div.copyrights { clear: both; color: #a2a2a1; text-align: center; padding-bottom: 10px; width: 100%; }
#footer div.copyrights a { font-size: 12px; color: #444444; font-family: Arial; text-decoration: none; }
#footer div.copyrights a:hover { text-decoration: underline; }

/* QUESTIONS */
div.question { display: none; z-index: 10; width: 760px; height: 395px; padding: 50px 100px 0px 100px; }
div.question div.question_text { font-size: 24px; line-height: 40px; text-align: left; margin-bottom: 15px; }
div.question div.answer_text { font-size: 24px; line-height: 40px; text-align: left; margin-bottom: 15px; }
div.question div.answer_text span { cursor: pointer; }
div.question div.time_to_answer { font-size: 24px; line-height: 40px; color: #CC3300; }

/* MESSAGE */
div.message { color: #CC3300; display: none; z-index: 20; font-size: 32px; width: 760px; height: 395px; padding: 50px 100px 0px 100px; }
div.message a { color: #CC3300; text-decoration: underline; font-weight: bold; font-size: 32px; }
div.message a.no_question_link { color: #F2F1F1; text-decoration: none; font-weight: normal; font-size: 10px; margin-top: 60px; display: block; text-align: center; }