div#content h2{
	font-size: 24px;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	color: #003366;
	padding: 5px 5px;
}
h3.titolovideo{
	font-size: 18px;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	color: #FF0000;
	margin: 10px 0px;
}


/*stili per la tabella degli altri articoli*/
table.seltipovideo{
	table-layout: auto;
	border-collapse: collapse;
	padding: 2px 5px;
	margin:30px 0px 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #003366;
	border: 1px dashed #0099CC;
}
table.seltipovideo td{
	width: 230px;
	height: 20px;
	padding: 2px;
	border-left: 1px dashed #0099CC;
	border-right: 1px dashed #0099CC;
}
table.seltipovideo a{
	color:#003366;
	text-decoration: none;
}
table.seltipovideo a:hover{
	color: #003366;
	text-decoration: underline;
}




/*stili per la tabella dei video*/
table.video{
	table-layout: auto;
	border-collapse: collapse;
	/*border: 1px solid #000;*/
	margin: 10px 0px; 
	padding: 0px;
	font-size: 12px;
	text-align: center;
}
table.video td.label{
	font-weight: bold;
	color: #fff;
	background-color: #003366;
	border-right: 1px dashed #fff;
	border-left: 1px dashed #fff;
	padding: 2px;
}
table.video td.label1{
	font-weight: bold;
	color: #fff;
	background-color: #003366;
	padding: 2px;
}

table.video td.data{
	width: 60px;
	text-align: center;
	color: #9F3901;
	border-bottom: 1px solid #000;
}
table.video td.torneo{
	width: 150px;
	text-align: center;
	color: #003366;
	border-bottom: 1px solid #000;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;
}
table.video td.nomevideo1{
	width: 250px;
	height: 25px;
	color: #003366;
	border-bottom: 1px solid #000;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;
}
table.video td.nomevideo2{
	width: 400px;
	height: 25px;
	color: #003366;
	border-bottom: 1px solid #000;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;
}
/*table.video td.nomevideo a{
	color: #003366;
	text-decoration: none;
	padding: 2px;
}
table.video td.nomevideo a:hover{
	color: #003366;
	text-decoration: underline;
}*/
table.video td.icone{
	width: 30px;
	text-align: center;
	background-color:#fff;
	border-bottom: 1px solid #000;
}
table.video td.icone img{
	border: 0px;
	background-color:#fff;
}
table.video td.ricercavideo{
	height: 40px;
	text-align: right;
}

/*table.videoicoli td.titolo a:visited{
	color: #0000FF;
	text-decoration: none;
}*/
