/*****
	stili per il box con thumbnail nella pagina web
*****/

.video_top_end {
	background:#E67817 url('/img/share/end_2.gif') no-repeat right top;
	width:583px;
	height:25px;
}

.video_top_start {
	background:url('/img/share/fre_2.gif') no-repeat 0 0;
	padding:5px 0 0 15px;
	font-weight:bold;
	font-size:125%;
	text-transform:uppercase;
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
}



.video_tab {
	width:583px;
	background:#fafafa url('/img/share/back-video-tab.gif');
	border-collapse:collapse;
	border:1px #bbb solid;
}

.video_tab td {
	border:none;
}

.video_tit {
	padding:2px 10px 2px 2px;
	font-weight:bold;
	text-align:left;
	font-size:1em;
}

.video_data {
	overflow:hidden;
}

.video_time {
	float:left;
	padding-top:2px;
	padding-left:15px;
	font-size:90%;
	background:url('/img/share/time.png') no-repeat 0 2px;
}

.video_view {
	float:right;
	padding-top:2px;
	font-size:90%;
}

.video_view_no {
	font-weight:bold;
}

.pad_video {
	padding:10px 0 20px 55px;
}

.nav a {
	background:url('/img/share/re-play.gif') no-repeat 93% 93%;
	display:block;
	border:3px #C4C4C4 solid;
	text-decoration:none;
}

.nav a:visited {
	background:url('/img/share/re-play.gif') no-repeat 93% 93%;
	display:block;
	border:3px #C4C4C4 solid;
	text-decoration:none;
}

.nav a:hover {
	background:url('/img/share/re-play.gif') no-repeat 93% 93%;
	display:block;
	border:3px #E9A568 solid;
	text-decoration:none;
}













/************************************************************************************************************
*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)
*
*	Created:						August, 26th, 2006
*	@class Purpose of class:		Display a modal dialog box on the screen.
*			
*	Css files used by this script:	modal-message.css
*
* 	Update log:
*
************************************************************************************************************/

.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#aaa;
	z-index:1;
	position:absolute; /* Always needed	*/
}

.modalDialog_contentDiv{
	border:3px #E46D01 solid;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background:#fff;
}

.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#7f7f7f;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

.pad_tab_video {
	text-align:left;
}

.alt_video {
	background:#f3f3f3;
}

.chiudi_video {
	width:51px;
	padding:5px 6px 0 6px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:0;
}

.pad_video_modal {
	overflow:hidden;
	padding-top:7px;
	padding-bottom:10px;
}

#player_new {
	float:left;	
	margin-top:0;
	margin-bottom:0;
	margin-left:1.4em;
	margin-right:1.4em;
}

#player_info {
	float:left;	
}

.player_video_tit {
	height:40px;
/*	padding:0 5px; */
	margin:0;
	line-height:1.6em;
	font-size:1.3em;
/*	background:#fff;*/
}

.player_video_txt {
	height:290px;
	padding:0 10px 0 0;
	margin:0 10px 10px 0;
	line-height:1.6em;
	font-size:1.0em;
	overflow:auto;
/*	background:#066;*/
}

.player_video_info {
	height:40px;
/*	padding:2px 5px 5px;*/
	line-height:1.8em;
	font-size:95%;
/*	background:#c00;*/
}





.pad_separa_video_txt {
	padding:5px 0;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

.sep_txt_video_modal {
	text-align:justify;
	overflow:hidden;
	height:90px;
	padding:5px;
	line-height:16px;
}

.tit_video_modal {
	text-align:center;
	overflow:hidden;
	padding:2px 5px 5px;
	line-height:1.6em;
	font-size:1.1em;
}

.pad_allegati {
	padding:5px 0;
	background:url('/img/share/sep_txt_video.gif') repeat-x 0 0;
}

.allegati {
	padding:5px 10px;
}

.allegati a, .allegati a:visited, .allegati a:hover {
	color:#444;
	text-decoration:underline;
}

.ico_allegato {
	float:left;
	margin:0 10px 0 0;
}

.all_peso {
	margin-left:1em;
	font-size:95%;
	font-style:italic;
}

















