﻿.divDettaglio
{
    padding: 0px;
    border: none;
    margin: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 80%;
    height: 80%;
    display: none;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}
.divDettaglioPage
{
    height: 100%;
    overflow: auto;
    margin-top: 22px;
    background-color: #FFFFFF;
    border: 1px solid #808080;
	width: 100%;
}
.divDettaglioClose
{
	background-image: url( 'image/sfondi/bgBottone.jpg' );
	vertical-align: middle;

	height: 20px;
	padding: 1px;
	border-bottom: 1px solid #808080;

	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	color: #CCFFCC;
	width: 100%;
}
.divDettaglioContent
{
    width: 700px;
    margin: auto;
    padding-top: 22px;
    padding-bottom: 5px;
}
.divDettaglioContent img
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    float: left;
    width: 225px;
    height: 137px;
    margin: 5px;
}
.divLoading
{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #000000;
	display:none;
}
.imgLoading
{
	background-position: 5px 6px;
	border: 1px solid #808080;
	background-image: url( 'image/loadinfo.net.gif' );
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	height: 37px;
	width: 106px;
	margin: auto;
	z-index: 2;
	display: none;
	background-color: #000000;
	background-repeat: no-repeat;
	color: White;
	padding-top:23px;
	padding-left:54px;
}

