body
{
	font-size: 0.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}

.ytTabs
{
	font-size: 0.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}

.ytPlayer
{
	float: left;
	width: 715px;
	height: 420px;
	/*width: 82%;*/
	/*background-color: #eee;*/
	/*outline: 1px dotted #008;*/
}

.ytPlaylist
{
	/*padding: 5px;*/
	/*width: 14%;*/
	width: 160px;
	height: 420px;
	float: left;
	overflow-y: scroll;
	text-align: center;
	/*background-color: #eee;*/
	/*outline: 1px dotted #008;*/
}

.ytPlaylist div:hover
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
}

.clear
{
	clear: both;
}

.video-thumb
{
	margin: 5px 5px 0 5px;
	width: 120px;
	height: 90px;
	border: 2px solid #fff;
}

.video-thumb:hover
{
	border: 2px solid #b00;
	cursor: pointer;
}

#activateExpose
{
	cursor: pointer;
}

#ytTabs
{
	position: fixed;
	display: none;
	background-color: #fff;
	/*min-width: 1220px;*/
	height: 480px;
}

.buttonClose
{
	background-image: url('../images/close_button.png');
	cursor: pointer;
	width: 29px;
	height: 29px;
	float: right;
}

.ui-corner-top
{
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.ui-corner-all
{
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}










































