/* 
  Sample CSS for "Accessible Controls for the YouTube Embedded Video Player"
  http://wac.osu.edu/examples/youtube-player-controls/
*/
#muteUnmute
{
    width:29px;
    height:25px;
    border:0 solid;
}
div.ytplayerbox 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: .8em;
  border: 1px solid #999;
  background: #eee;
  padding: 5px;
  margin: 0 auto;
}


ul.ytplayerbuttons 
{
  margin: 0; padding: 0 0 5px 0; 
}
ul.ytplayerbuttons li 
{
  list-style-type: none;
  display:inline;
  border: 1px solid #ccc;
  margin: 0 1px 0 0;
  size: .8em;
}
ul.ytplayerbuttons a 
{ 
  padding: 3px;
  text-decoration: none;
  border: none;
  display:inline-block; 
}
ul.ytplayerbuttons a:link, ul.ytplayerbuttons a:visited
{
  color: #fff;
  background: #ccc;
}
ul.ytplayerbuttons a:hover, ul.ytplayerbuttons a:active, ul.ytplayerbuttons a:focus
{
  background: #999;
}

/* or use your own offleft hiding style declaration for this */
div.ytplayerbox h3.semantic
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	font-size: x-small;
	font-weight: bold;
}
div.ytplayerbox h3.playlisth
{
  font-size: medium;
  color: #333;
  line-height:0.8;
  margin: 12px 0 3px 0;
}

/* used when calling aspect=small player */
div.ytplayerbox2 h3.semanticsmall
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	font-size: xx-small;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
div.ytplayerbox2 h3.playlisthsmall
{
	font-size: x-small;
	color: #000;
	line-height:0.8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}
div.ytplayerbox h4 
{
  font-size: small;
  color: #555;
  margin: 3px 0 0 0;
}
div.ytplayerbox h5 
{
	font-size: x-small;
	color: #333;
	margin: 3px 0 0 0;
}
ul.ytplaylistl
{
  background: #999;
  padding: 1px;
  margin: 0;
}
ul.ytplaylistl li 
{
  list-style-type: none;
  font-size: small;
  background: transparent url("../img/control_play.png") no-repeat 3px .3em;
  padding: 5px 0 3px 21px;
  margin: 0;
}
ul.ytplaylistl li.ytlisteven
{
  background-color: #fff;
}
ul.ytplaylistl li.ytlistodd
{
  background-color: #DEDCDF;
}
ul.ytplaylistl li a
{
  font-weight: bold;
  text-decoration: none;
  border: none;
  display: block;
}
ul.ytplaylistl li a:link
{
  color: #000;
}
ul.ytplaylistl li a:visited
{
  color: #333;
}
ul.ytplaylistl li a:hover, ul.ytplaylistl li a:active, ul.ytplaylistl li a:focus
{
  color: #fff;
  background-color: #333;
}
.kickit
{
	
	float:left;
}

