/* Elementi pagina */
body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
	background: #fff;
	color: #232323;
}	
html>body {
	font-size: 12px;
}

/* Formattazione generale */
h1, h2, h3 {
	color: #232323;
	line-height: 1;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px 0 18px 0;
	font-size: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 6px 0;
	font-size: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 6px 0;
	font-size: 15px;
}
p {
	margin: 6px 0;
	padding: 0;
}
a {
	color: #f90;
	text-decoration: none;
}
a:hover {
	color: #f90;
	text-decoration: underline;
}

/* Formattazione body wrap */
#boxWrap {
}

/* Formattazione container */
#boxContenitore {
	margin: 0 auto;
	width: 94%;
}

/* Formattazione area testata */
#boxTestata {
	position: relative;
	width: 100%;
	height: 120px;
	background: url(http://sviluppo.vgnetdev.pro/img/bkg_header_pac.png) 0 0 no-repeat;
}
#boxLogo {
	position: absolute;
	right: 0;
	top: 0;
	width: 92px;
	height: 120px;
	overflow: hidden;
}
#boxNav {
	position: absolute;
	right: 92px;
	top: 0;
	width: 90px;
	height: 120px;
}
#boxNav ul {
	float: right;
	margin: 0; 
	list-style-type: none;
}
#boxNav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#boxNav li a {
	display: block;
	padding: 0;
	width: 90px;
	height: 120px;
    opacity: 0.75;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#boxNav li a:hover {
    opacity: 1.0
}

/* Stile navigazione 
#boxTestata nav {
	position: absolute;
	left: 280px;
	top: 30px;
	width: 484px;
	height: 90px;
	background: #c9c9cc
}
#boxTestata nav ul {
	width: 500px;
}
#boxTestata nav li {
	position: relative;
	float: left;
	border-right: 1px solid #e9e9ec;
	width: 120px;
	height: 90px;
}
#boxTestata nav li.nav01 {
	background: url(http://sviluppo.vgnetdev.pro/img/lk_nav_li_01.png) 0 0 no-repeat;
}
#boxTestata nav li.nav02 {
	background: url(http://sviluppo.vgnetdev.pro/img/lk_nav_li_02.png) 0 0 no-repeat;
}
#boxTestata nav li.nav03 {
	background: url(http://sviluppo.vgnetdev.pro/img/lk_nav_li_03.png) 0 0 no-repeat;
}
#boxTestata nav li.nav04 {
	background: url(http://sviluppo.vgnetdev.pro/img/lk_nav_li_04.png) 0 0 no-repeat;
}
#boxTestata nav ul a {
	display: block;
	padding-top: 60px;
	width: 120px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #89898c;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: transparent;
}
#boxTestata nav ul a:hover {
	text-decoration: none;
	color: #06c;
}
#boxTestata nav ul a img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#boxTestata nav ul a:hover img {
	opacity: 0;
}
*/
/* area breadcrumb */
#breadcrumb {
	margin: 20px 5% 0 5%;
    visibility: hidden;
    display: none;
}
.pgNdx #breadcrumb {
	margin: 20px 19px 0 19px;
}
#breadcrumb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
/* Contenitore elementi pagina */
#boxCorpo {
	margin: 20px 2%;
	padding: 10px 0;
	border: 1px solid #f08d04;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.pgEdit #boxCorpo {
	margin: 0 5% 20px 5%;
	min-width: 900px;
}
/* Stili nav corpo */
#boxCorpo nav {
	float: left;
	padding: 10px 2%;
	width: 20%;
}
#boxCorpo nav ul {
}

.pgEdit #boxCorpo nav {
	display: none;
}

/* Stili section */
#boxTxt {
	float: right;
	padding: 10px 2%;
	border-radius: 3px;
	width: 70%;
}
.pgEdit #boxTxt {
	margin: 0 20px;
	padding: 0;
	border: 0;
	background: #fff;
}
/* Stili section */
section {
	float: left;
	width: 100%;
}
header {
}

/* stili pagina elenco funzioni */
ul.lstFun {
	list-style-type: none;
	margin: 0 -30px 0 0;
	padding: 0;
}
ul.lstFun li {
	float: left;
	margin: 0 30px 30px 0;
	width: 180px;
	height: 180px;
}
a.lkFun {
	display: block;
	padding: 15px;
	border: 1px solid #d9d9dc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 150px;
	height: 150px;
	background: #fff;
	color: #89898c;
	text-decoration: none;
	overflow: hidden;
	-moz-box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 214, 1);
	-webkit-box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 214, 1);
	box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 214, 1);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);
}
a.lkFun:hover {
	border: 1px solid #b9b9bc;
	color: #69696c;
}
a.lkFun header {
	min-height: 30px;
}
a.lkFun h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	width: 115px;
	font-size: 13px;
	letter-spacing: -0.04em;
	line-height: 1.1;
	color: #89898c;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a.lkFun:hover h2 {
	color: #f90;
}
a.lkFun img {
	float: left;
	margin: -9px 0 0 -5px;
	width: 35px;
	height: 35px; 
	opacity: 0.65;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a.lkFun:hover img {
	opacity: 1;
}
a.lkFun p {
	font-size: 11px;
	line-height: 1.3;
}
/* Stile footer */
footer {
	clear: both;
    margin: 10px auto;
	padding: 10px 0;
	border: solid #f08d04;
	border-width: 1px 0;
	width: 90%;
	color: #aeaeae;
	font-family: Arial, Helvetica, sans-serif;
}
#servizi {
	position: relative;
	clear: both;
	padding: 12px 0;
	width: 100%;
	text-align: center;
}
#servizi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#servizi li {
	margin: 0 12px;
	padding: 0;
	display: inline-block;
}
#servizi ul a {
	margin: 0;
	padding: 6px;
	height: 24px;
	font-variant: small-caps;
	font-weight: bold;
	color: #aeaeae;
}

#servizi ul a:hover {
	color: #f90;
	text-decoration: none;
}
#copy {
	clear: both;
	margin: 6px 0;
	padding: 6px 0;
	font-size: 86%;
	text-align: center;
}

/* Formattazione tabelle */
table.inserimentoDati {
	margin: 0 0 10px 0;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	min-width: 720px;
	max-width: 1240px;
	background: #c9c9cc;
}
table.inserimentoDati th {
	padding: 6px;
	border: 0;
	width: 200px;
	background: #d6d6d9 url(http://sviluppo.vgnetdev.pro/img/bkg_th.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
table.inserimentoDati td {
	padding: 6px;
	border: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Formattazione elementi moduli */
form {
	clear: both;
	margin: 0;
	padding: 0;
}
#form {
	padding: 10px;
	border: 1px solid #c9c9cc;
	background: #fff;
	max-width: 720px;
}
.boxModulo {
	padding: 10px;
	border: 1px solid #c9c9cc;
	background: #fff;
}

label {
	display: block;
	margin: 0 0 2px 0;
}
	
input, select, textarea, input[required="required"]  {
	margin: 0;
	padding: 3px;
	border: 1px solid #c9c9cc;
	background: #f9f9fc;
	font-family: Arial, Helvetica, sans-serif;
	color: #69696c;
}
#form input, #form select, #form textarea {
	margin-bottom: 12px;
}

input:focus, input.sffocus, textarea:focus {
	border: 1px solid #69696c;
	background: #fff;
}
div.boxPrivacy {
	margin: 10px 0;
	padding: 5px 10px;
	width: 657px;
	background: #efefec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);
}
.button input, #accesso .button input {
	padding: 5px 10px;
	border: 1px solid #321;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f08d04;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	/*behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);*/
}

.button input:disabled {
	background-color: #bbb;
    background-image: none;
	color: #ddd;
}

.button input:focus, #accesso .button input:focus {
	border: 1px solid #630;
	background: #e50004;
	color: #fff;
}
form br {
	clear: both;
}

/* Form area newsletter */
#form.newsletter {
	padding: 10px;
	border: 1px solid #c9c9cc;
	background: #fff;
	max-width: 100%;
}
.newsletter label {
	margin: 15px 0 10px 0;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #d9d9dc;
	font-size: 15px;
    font-weight: bold;
}
.newsletter .dataTables_wrapper label {
	margin: 0 0 2px 0;
    padding: 0;
    border-bottom: 0;
	font-size: 12px;
    font-weight: normal;
}   
#form .dataTables_wrapper input, #form .dataTables_wrapper select {
	margin-bottom: 0;
}
div.nlBox {
	float: left;
   	width: 50%;
}
ul.nlClusters {
    padding: 0;
}
ul.nlClusters li {
	float:left;
    list-style-type: none;
    padding: 0 50px 0 0;
    font-weight: bold;
}
ul.nlClusters li input {
	border: 0;
    background: #fff;
}

#form.newsletter p.button, .boxModulo p.button {
	clear: both;
	margin: 15px 0 6px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #d9d9dc;
}

/* Fix per DataTables */
#dataTables .notSortable{
    padding-right: 10px
}
#dataTables .notSortable .DataTables_sort_wrapper{
    padding: 0
}

/* Elementi area Admin */
.lkBack a {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
    font-size: 18px;
    text-decoration: none;
}
table.tabSim {
	border-top: 1px solid #c9c9cc;
}
table.tabSim th {
	padding: 3px 0;
	border-bottom: 1px solid #c9c9cc;
    text-align: left;
    min-width: 100px;
}
table.tabSim td {
	padding: 3px 0;
	border-bottom: 1px solid #c9c9cc;
}
table.tabSim .center {
    text-align: center;
}

/* Elementi cancellazione/modifica dati */
div.boxSelettori {
	position: relative;
	margin: 0 auto;
	width: 60px;
	height: 30px;
}
.admin div.boxSelettori {
	width: 30px;
}
a.lkMod, a.lkCanc, a.lkView, a.lkCanc2 {
	position: absolute;
	text-indent: -2400em;
	width: 21px;
	height: 21px;
	overflow: hidden;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);
}
a.lkMod {
	left: 7px;
	top: 4px;
	background: url(http://sviluppo.vgnetdev.pro/img/bkg_modifica.png) 0 0 no-repeat;
}
a.lkCanc {
	left: 35px;
	top: 4px;
	background: url(http://sviluppo.vgnetdev.pro/img/bkg_elimina.png) 0 0 no-repeat;
}
a.lkCanc2 {
	left: 19px;
	top: 4px;
	background: url(http://sviluppo.vgnetdev.pro/img/bkg_elimina.png) 0 0 no-repeat;
}
a.lkView {
	left: 21px;
	top: 4px;
	background: url(http://sviluppo.vgnetdev.pro/img/bkg_view.png) 0 0 no-repeat;
}
.admin a.lkMod, .admin a.lkCanc, .admin a.lkCanc2, .admin a.lkView {
	left: 4px;
	top: 4px;
}
a.lkMod:hover, a.lkCanc:hover, a.lkCanc2:hover  {
}
a.lkMod img, a.lkCanc img, a.lkCanc2 img, a.lkView img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 10;
}
a.lkMod:hover img, a.lkCanc:hover img, a.lkCanc2:hover img, a.lkView:hover img {
	opacity: 0;
}

/* Elementi pulsanti exporta excel/svuota tabella */
#headVis {
	position: relative;
	width: 100%;
}
div.svuotaTab {
	position: absolute;
	right: 270px;
	top: -10px;
	width: 240px;
	height: 27px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #99999c;
	background: #d6d6d9 url(http://sviluppo.vgnetdev.pro/img/bkg_svuotaTab.png) 0 0 no-repeat;
	behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);
}
div.svuotaTab a {
	display: block;
	margin: 0;
	padding: 5px 0 3px 0;
	color: #89898c;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: transparent;
}
div.svuotaTab a:hover  {
	color: #06c;
}
div.svuotaTab a img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 10;
}
div.svuotaTab a:hover img {
	opacity: 0;
}
#boxIns {
	position: absolute;
	right: 0;
	top: -10px;
}
div.insForm {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #99999c;
	width: 240px;
	height: 21px;
	background: #d6d6d9 url(http://sviluppo.vgnetdev.pro/img/bkg_insForm.png) 0 0 repeat-x;
	behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);
}
div.insForm form {
	clear: none;
}
#expExc input {
	padding: 0;
	border: 0;
	width: 240px;
	height: 21px;
	color: #89898c;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: transparent;
}
#expExc input:hover {
	color: #06c;
}
#expExc img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 10;
}
#expExc:hover img {
	opacity: 0;
}

/* Stili box ins */
div.insScd {
	float: right;
	position: relative;
	margin: 5px 0 0 0;
	border: 1px solid #99999c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 27px;
	width: 240px;
	background: #d6d6d9 url(http://sviluppo.vgnetdev.pro/img/bkg_insScd.png) 0 0 repeat-x;
	behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);
}
div.insScd a {
	display: block;
	padding: 6px 0 0 0;
	color: #89898c;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: transparent;
}
div.insScd a:hover  {
	color: #06c;
}
div.insScd a img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
div.insScd a:hover img {
	opacity: 0;
}

/* Elementi area gestione utenti */ 
.boxUtn {
	position: relative;
	float: left;
    margin: 0 20px 20px 0;
	padding: 15px;
	border: 1px solid #d9d9dc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 150px;
	height: 185px;
	background: #fff;
	color: #89898c;
	text-decoration: none;
	overflow: hidden;
	-moz-box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 214, 1);
	-webkit-box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 214, 1);
	box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 214, 1);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);
}
.boxUtn:hover {
	border: 1px solid #b9b9bc;
	color: #69696c;
}
.boxUtn header {
	min-height: 30px;
}
.boxUtn h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	width: 115px;
	font-size: 13px;
	letter-spacing: -0.04em;
	line-height: 1.1;
	color: #89898c;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.boxUtn:hover h2 {
	color: #f90;
}
.boxUtn img {
	float: left;
	margin: -9px 0 0 -5px;
	width: 35px;
	height: 35px; 
	opacity: 0.65;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.boxUtn:hover img {
	opacity: 1;
}

/* Form area gestione utenti */
.moduloUtn label {
	padding-top: 6px;
}
.moduloUtn input {
	margin: 0 0 10px 0;
    width: 134px;
}
.moduloUtn select {
	margin: 0 0 4px 0;
    width: 142px;
}
.moduloUtn .button input {
	position: absolute;
    left: 15px;
    bottom: 10px;
	font-size: 15px;
    width: 142px;
}


/* ------------ Formattazione pagina accesso ------------ */
body.pgAcs {
	background: #f9f9fc;
}
div.logoAcs{
	margin: 48px auto 0 auto;
	padding: 0 0 0 12px;
	width: 280px;
	height: 100px;
	overflow: hidden;
}
#acsBox {
	position: relative;
	margin: 0 auto 30px auto;
	border: 1px solid #c9c9c9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 280px;
	background: #f9f9f9;
	-moz-box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 211, 1);
	-webkit-box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 211, 1);
	box-shadow: 1px 2px 2px rgba(211, 211, 214, 1), -2px -2px 10px rgba(211, 211, 211, 1);
}
#acsCorpo {
	padding: 20px;
	width: 240px;
}
.pgAcs h1 {
	margin: 6px 0 9px 0;
	font-size: 15px;
}

#accesso {
}
#accesso fieldset {
}
#accesso label {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: none;
	margin: 5px 0;
	padding: 0;
	border-bottom: 0;
	width: auto;
	font-size: 14px;
}
#accesso input,select {
	margin: 0 0 10px 0;
	width: 228px;
	background: #fff;
	font-size: 14px;
}
#accesso .button input {
	width: 236px;
    background: f08d04;
}


/* Classi */
.attenzione {
	font-weight: bold;
	color: #840;
}
.alert {
        text-align: center;
        font-weight: bold;
	color: #ff0000;
}
.info {
        text-align: center;
        font-weight: bold;
}
div.checkCat {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	width: 120px;
}
.boxLang {
	float: right;
	width: 50px;
	height: 50px;
}

/* elementi gestione immagini */
div.boxGF {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 360px;
}	
div.boxMini {
	margin: 0;
	padding: 3px;
	border: 1px solid #c9c9cc;
	width: 100px;
	overflow: hidden;
}
div.boxMini img {
	width: 100px;
}
div.boxFl {
	margin: 0;
	padding: 3px;
	outline: 1px solid #c9c9cc;
	border: 1px solid #fff;
	width: 100px;
	height: auto !important;
	background: #e9e9ec;
	color: #69696c;
	font-weight: bold;
}
input.nptImg {
	float: left;
}
a.lkDelFl, a.lkRsImg {
	position: absolute;
	display: block;
	top: 5px;
	margin: 0;
	padding: 0 0 0 25px;
	width: 90px;
	height: 21px;
	color: #c9c9cc;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
        behavior: url(http://sviluppo.vgnetdev.pro/js/PIE/PIE.htc);
}
a.lkDelFl {
	left: 240px;
	background: url(http://sviluppo.vgnetdev.pro/img/>bkg_elimina.png) 0 0 no-repeat;
}
a.lkRsImg {
	left: 120px;
	background: url(http://sviluppo.vgnetdev.pro/img/bkg_resize.png) 0 0 no-repeat;
}
a.lkDelFl:hover, a.lkRsImg:hover  {
	color: #99999c;
}
a.lkDelFl img, a.lkRsImg img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 10;
}
a.lkDelFl:hover img, a.lkRsImg:hover img {
	opacity: 0;
}

