body {
	background-color : White;
	color : White;
}

.tvScreen {
	background-color : Black;
	width : 341px;
	vertical-align : middle;
	text-align : center;
}

A, A:ACTIVE, A:FOCUS, A:HOVER, A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
}

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration: none;
}

A:HOVER {
	text-decoration : underline;
}

LI {
	margin-bottom : 5px;
	list-style-type : disc;
}

.rightTD {
	background-image : url(/fabbri/filmati/right.jpg);
	width : 121px;
}

.topTD {
	width: 514px; height: 173px; background-image : url(/fabbri/filmati/top.jpg);
}

.leftTD {
	width: 52px; height: 258px; background-image : url(/fabbri/filmati/left.jpg);
}

.divVideo {
	
	width: 93px;
	height: 20px;
	margin-top: 105px;
	text-align: center;
}

.divScheda {
	position: relative;
	width: 93px;
	height: 20px;
	margin-top: 35px;
	text-align: center;
}

.scheda {
	display: none;
	background-color : White;
	width: 337px;
	height: 258px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Black;
	text-align : left;
	padding: 2px;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	font-weight : bold;
}

.video {
	display: block;
}

