@charset "utf-8";
/* CSS Document */

table.videoList	{
background-color: #314134;font-family: Tahoma; font-size:11px; color: #ffffff; font-weight: normal; padding: 10px 0 10px 0;
}

table.videoList a	{
color: #FFFFFF; text-decoration: underline; line-height: 18px;
}

table.videoList a:hover	{
color: #FFFFFF; text-decoration: underline; font-weight: bold;
}

table.videoList a.paging	{
color: #FFFFFF; text-decoration: underline; font-weight: bold;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* trigger button */
a.download_now {
	display:block;
	overflow:hidden;
	cursor:pointer;
}

/* tooltip styling */
.tooltip {
	display:none;
	border: 1px solid #000;
	background-color: #FFFFFF;
	height:50px;
	width:140px;
	color:#000000;	
	font-family: Tahoma;
	font-size:11px;
	padding: 4px;
	text-align: left;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:135px;
}

.tooltip a {
	color:#000;
	font-size:11px;
	font-weight:bold;
}

