@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------------------------------
------------------------------------------ LIVE EDIT ------------------------------------------
---------------------------------------------------------------------------------------------*/
			
/* inline DIV */
.liveEdit-inline{ width:100%; height:40px; float:left;}
	.liveEdit-inline a{ width:40px; height:35px; float:right; margin-right:10px; background-image:url(../img/ico_liveEdit-inline.png); background-repeat:no-repeat; background-position:0 0;}
		.liveEdit-inline a:hover{ background-position:0 -35px;}
	.liveEdit-inline a.add{ width:40px; height:29px; float:right; margin-right:10px; background-image:url(../img/ico_liveEditAdd-inline.png); background-repeat:no-repeat; background-position:0 0;}
		.liveEdit-inline a.add:hover{ background-position:0 -29px;}
	.liveEdit-inline a.export{ width:40px; height:29px; float:right; margin-right:10px; background-image:url(../img/ico_liveEditExport-inline.png); background-repeat:no-repeat; background-position:0 0;}
		.liveEdit-inline a.export:hover{ background-position:0 -29px;}

.liveDelete{ height:40px; float:right;}
.liveDelete a{ width:40px; height:35px; float:right; margin-right:10px; background-image:url(../img/ico_liveEditDelete.png); background-repeat:no-repeat; background-position:0 0;}
		.liveDelete a:hover{ background-position:0 -35px;}
						
/* inline DIV label */
.liveEdit-label{ width:30px; height:20px; display: inline-block;margin: 10px;}
	.liveEdit-label a{ width:20px; height:20px; float:right; margin-right:5px; background-image:url(../img/ico_liveEditLabel-inline.png); background-repeat:no-repeat; background-position:0 0;}
		.liveEdit-label a:hover{ background-position:0 -20px;}


/* pop up */
.liveEdit-Copertura{position:absolute; left:0; top:0; width:100%; height:100%; background-image:url(../img/bg_black_60.png); z-index:10000; }
.liveEdit-PopUp{ width:790px; height:80%; position:absolute; z-index:1000; overflow:hidden; display:none; top:10%; left:50%; margin-left:-395px; display:none; z-index:20000; background:#fff; overflow:hidden;
	
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');


}
.liveEdit-PopUp iframe{ width:100%; overflow: auto; overflow-x :hidden; /*overflow-x: hidden; overflow-y: scroll*/}

/*---------------------------------------------------------------------------------------------
------------------------------------------ EDIT ------------------------------------------
---------------------------------------------------------------------------------------------*/

.Edit-inline{ width:100%; height:40px; float:left;}
	.Edit-inline a{ width:40px; height:35px; float:right; margin-right:10px; background-image:url(../img/ico_liveEdit-inline.png); background-repeat:no-repeat; background-position:0 0;}
		.Edit-inline a:hover{ background-position:0 -35px;}
	.Edit-inline a.add{ width:40px; height:29px; float:right; margin-right:10px; background-image:url(../img/ico_liveEditAdd-inline.png); background-repeat:no-repeat; background-position:0 0;}
		.Edit-inline a.add:hover{ background-position:0 -29px;}