﻿/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/*reset.css*/
html{color:#000;/*background:#FFF;*/}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/*font.css*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*base.css*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border: 0px; padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin:0;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
/*End of Yahoo Library*/

#videoWrapper
{
   float: left;
   overflow: hidden;
   display:none;
}

.centeredImage
{
   vertical-align: middle;
   text-align: center;
}

#videoSidebarContent
{
   color: White;
}

#videoSidebarContent ol
{
   padding: 5px;
}

#videoSidebar
{
   border-right: solid 2px #CCC;
   left: 0px;
   top: 0px;
   position: absolute;
   width: 200px;
   opacity: .8;
   background-color: Black;
   display:none;
}

#videoSidebarHead
{
   padding: 2px 5px 2px 2px;
   background-color: #CCC;
   width: 193px;
   color: Black;
}

#tableOfContentsImage
{
   max-width: 190px;
   margin: 0 auto;
   display:block;
}

#videoSidebarContent ol
{
   padding: 0 5px;
   list-style: decimal inside;
}

#videoSidebarContent li
{
   padding: 10px 0;
   list-style: decimal inside;
}

#videoSidebarContent li:hover
{
   background-color: #CCC;
   color: Black;
   cursor: pointer;
}

#videoSidebarPushpin
{
   position: absolute;
   right: 0;
   top: 3px;
}

#videoSidebarPushpin.disabled
{
   opacity: .3;
}

#controls
{
   color: #fff;
   position: absolute;
   height: 45px;
   background-color: #777;
   bottom: 0px;
   opacity: 0.8;
}

#clearSearchButton
{
   display: block;
   float:right;
   height: 28px;
   width: 28px;
   margin-right: 2px;
   margin-top: 2px;
   background-color: #777;
   text-align: center;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   font-size: 24px;
   font-weight:bold;
   color:White;
   cursor: pointer;
}

.control
{
   float: left;
   height: 40px;
   width: 50px;
   margin-right: 5px;
   background-color: #777;
   text-align: center;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

.control:last-child
{
   margin-right: 0;
}
.control:first-child
{
   margin-left: 5px;
}

#play span
{
   display: block;
   font-size: 0px;
   line-height: 0;
   cursor:pointer;
}

#play.play span
{

   width: 0;
   height: 0;
   margin: 8px 0 0 18px;
   border-top: 15px solid #777;
   border-left: 24px solid #fff;
   border-bottom: 15px solid #777;
}
#play.pause span
{
   width: 3px;
   height: 30px;
   margin: 8px auto 0;
   border-top: 0px;
   border-left: 8px solid #fff;
   border-bottom: 0px;
   border-right: 8px solid #fff;
}

#progress
{
   width: 190px;
}

#progress #progress_box
{
   float: left;
   width: 100px;
   height: 14px;
   border: 1px solid #EEE;
   background-color: #EEE;
   margin: 14px 0 0 5px;
   overflow: hidden;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#progress #play_progress
{
   display: block;
   width: 0px;
   height: 14px;
   background-color: #222;
   border-color: #EEE;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#progress #load_progress
{
   display: block;
   width: 0px;
   height: 14px;
   background-color: #AAA;
   border-color: #EEE;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
#progress #play_time
{
   float: left;
   margin: 14px 0 0 5px;
   font-size: 15px;
   line-height: 1;
   font-weight: normal;
   font-family: Helvetica, Arial, sans-serif;
}
#volume
{
   width: 50px;
}
#volume span
{
   display: block;
   margin: 12px 0 0 5px;
}
#volume ul
{
   display: block;
   margin: 0;
   padding: 0;
   list-style: none;
}
#volume ul li
{
   float: left;
   margin: 0;
   padding: 0;
   list-style: none;
   width: 5px;
   margin-right: 2px;
   height: 0px;
   border-bottom: 18px solid #555;
   cursor:pointer;
}
#volume ul li:nth-child(1)
{
   border-bottom-width: 2px;
   height: 16px;
}
#volume ul li:nth-child(2)
{
   border-bottom-width: 4px;
   height: 14px;
}
#volume ul li:nth-child(3)
{
   border-bottom-width: 7px;
   height: 11px;
}
#volume ul li:nth-child(4)
{
   border-bottom-width: 10px;
   height: 8px;
}
#volume ul li:nth-child(5)
{
   border-bottom-width: 14px;
   height: 4px;
}
#closedCaptionButton
{
   font-family: Sans-Serif;
   background-color:#EEE;
   color:#777;
   font-size: 24px;
   font-weight:bold;
   margin-top: 7px;
   height:auto;
   width: 40px;
   display:none;
   cursor: pointer;
}
#closedCaptionButton.disabled
{
   color: #CCC;
   background-color: #777;
}

#captions
{
   display:none;
}

#screenText
{
   display:none;
}

#speechText
{
   display:none;
}

#hotspotContainer
{
   position:absolute;
}

.hotspot
{   
   position:absolute;
   opacity: 0.4;
   cursor:pointer
}

.hotspot.hide
{
   display:none;
}

#currentCaption
{
   position:absolute;
   bottom: 50px;
   left: 0px;
   width: 100%;
   color:White;
   text-align:center;
   background-color: #000;
   opacity: 0.8;
   padding: 5px 0;
   font-size: 200%;
}

#currentCaption.hide
{
   display:none;
   visibility:hidden;
}

#videoSidebarContentWrapper
{
   overflow:auto;
}

#sidebarToggle
{
   position: absolute;
   left: 202px;
   top:0;
   width: 30px;
   height:40px;
   background-color: #777;
   /* workaround for bug on ipad */
   -webkit-border-radius: 15px;
   -webkit-border-top-left-radius: 0;
   -webkit-border-bottom-left-radius: 0;
   /* end workaround for bug on ipad */
   -moz-border-radius: 0 15px 15px 0;
   border-radius: 0 15px 15px 0;
   padding: 40px 0 0 5px;
   opacity: 0.8;
   cursor: pointer;
}

#sidebarToggle span
{
   font-size: 0px;
   line-height: 0%;
   width: 0px;
   border-top: 10px solid #777;
   border-bottom: 10px solid #777;
}

#sidebarToggle.hide span
{
   border-right: 20px solid #FFF;
}
#sidebarToggle.show span
{
   border-left: 20px solid #FFF;
}
#videoClickToPlay, #videoClickToReplay
{
   cursor: pointer;
   background-size: 100%;
   display:none;
}
#searchBox
{
    font-size : 24px;
    width: 150px;
}

.foundSearchText
{
    color:#40C6E2;
}