/* 
  Sample CSS for "Accessible Controls for the YouTube Embedded Video Player"
  http://wac.osu.edu/examples/youtube-player-controls/
*/
#muteUnmute
{
    width:29px;
    height:25px;
}

#secondcolumnWrapper ul.ytplayerbuttons {
	margin:0;
}

div.ytplayerbox 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  /*font-size: 0.8em;*/
		border:none;
  /*border: 1px solid #dedcdf;*/
  background: #fff;
  padding: 1px;
  /*margin:4px auto 2px 10px;*/
		margin:1em 0.5em 0.5em 0.5em;
}

ul.ytplayerbuttons 
{
  margin: 0; 
		padding: 0 0 2px 0;
	text-align:center;
}
ul.ytplayerbuttons li 
{
  list-style-type: none;
  display:inline;
  border: none;
  margin: 0 1px 0 0;
		padding:0;
		/*font-size: 0.8em;*/
}
ul.ytplayerbuttons a 
{ 
  margin:0;
		padding: 2px;
  text-decoration: none;
  border: none;
  display:inline-block;
		 
		/*font-size: 0.85em;*/
}
ul.ytplayerbuttons a:link, ul.ytplayerbuttons a:visited
{
  color: #006699;
		font-size: 0.8em;
		text-decoration:underline;
}
ul.ytplayerbuttons a:hover, ul.ytplayerbuttons a:active, ul.ytplayerbuttons a:focus
{
		/*font-size: 0.8em;*/
		text-decoration:none;
}

ul.ytplayerbuttons li a:hover{
background-color:#ccc;
background:#ccc;
}

/* 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: x-small;
  color: #333;
  margin: 3px 0 0 0;
}
div.ytplayerbox h5 
{
	font-size: x-small;
	color: #333;
	margin: 3px 0 0 0;
}

/* list of video links */

ul.ytplaylistl
{
  background: none;
  padding-left: 1em;
  margin-left: 1.5em;
		border:none;
}
ul.ytplaylistl li 
{
  list-style-type: disc;
  font-size: xx-small;
  padding: 4px 0 3px 10px;
  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: underline;
  border: none;
  display: block;
		font-size:0.9em;
}
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;
		text-decoration:none;
}
.kickit
{
	
	float:left;
}

.newFlag{
color:#ff6600;
font-weight:bold;
}