﻿
html, body, .fullheght { height:100%; width:100%; }

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000066;
	background-image: url(images/page-bg.png);
	background-repeat:repeat-x;
	background-position: top left;
	/* background-color:#B6B6B6; */
	
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}

h4, h5, h6  
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h3, h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.header 
{
	
	width:100%;
	height:85px;
	/*
	background-image: url(images/header-bg.png);
	background-repeat:repeat-x;
	background-position: top left;
    */
}

.footer 
{
	
	width:100%;
	height:60px;
	background-image: url(images/footer-bg.png);
	background-repeat:repeat-x;
	background-position: top left;
}

.contenitore_menu
{
	width:100%;
	height:40px;
	padding-left: 10px;
	background-image: url(images/horiz-menu-top.png);
	background-repeat:repeat-x;
	background-position: top left;
}

/* Tabella prinvipale della pagina */
#maintable 
{
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
	background-color: #FFFFFF;
	width:990px;
	/*width:100%;*/
	height: 100%;
}

/* Riga dell'header della pagina */
#hrow 
{
	height: 100px;
}

/* Riga centrale della pagina */
#crow 
{
	height: 100%;
	/* background-color : #EEEEEE; */
	background-color : #FFFFFF;
}


/* Riga del footer della pagina */
#frow 
{
	height: 60px;
}

.module 
{
	border-width:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	
}

.left_col 
{

	width:250px;
	height:100%;
}

.content
{
    /*
	padding-left:5px;
	padding-right:5px;
	*/
}

/* MODULO ORANGE CON BORDO */
.mod_tl_orange
{
	
	background-image:url("images/mod_orange/corner_tl.gif");
	background-repeat:no-repeat;
	background-position: left top;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_tc_orange
{
	background-image:url("images/mod_orange/line_top.gif");
	background-repeat:repeat-x;
	background-position: left top;
	height: 5px;
	margin:0px;
	padding:0px;
}


.mod_tr_orange
{
	
	background-image:url("images/mod_orange/corner_tr.gif");
	background-repeat:no-repeat;
	background-position: right top;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_cl_orange
{
	
	background-image:url("images/mod_orange/line_left.gif");
	background-repeat:repeat-y;
	background-position: left top;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_cc_orange
{
	padding:5px;
	background-color:#FFE4D2;
}


.mod_cr_orange
{
	background-image:url("images/mod_orange/line_right.gif");
	background-repeat:repeat-y;
	background-position: right top;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_bl_orange
{
	background-image:url("images/mod_orange/corner_bl.gif");
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_bc_orange
{
	background-image:url("images/mod_orange/line_bottom.gif");
	background-repeat:repeat-x;
	background-position: left bottom;
	height: 5px;
	margin:0px;
	padding:0px;
}




.mod_br_orange
{
	background-image:url("images/mod_orange/corner_br.gif");
	background-repeat:no-repeat;
	background-position: right bottom;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

/* FINE MODULO ORANGE CON BORDO */

/* MODULO TRASPARENTE CON BORDO */
.mod_tl_transp
{
	
	background-image:url("images/mod_transp/corner_tl.gif");
	background-repeat:no-repeat;
	background-position: left top;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_tc_transp
{
	background-image:url("images/mod_transp/line_top.gif");
	background-repeat:repeat-x;
	background-position: left top;
	height: 5px;
	margin:0px;
	padding:0px;
}


.mod_tr_transp
{
	
	background-image:url("images/mod_transp/corner_tr.gif");
	background-repeat:no-repeat;
	background-position: right top;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_cl_transp
{
	
	background-image:url("images/mod_transp/line_left.gif");
	background-repeat:repeat-y;
	background-position: left top;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_cc_transp
{

}


.mod_cr_transp
{
	background-image:url("images/mod_transp/line_right.gif");
	background-repeat:repeat-y;
	background-position: right top;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_bl_transp
{
	background-image:url("images/mod_transp/corner_bl.gif");
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_bc_transp
{
	background-image:url("images/mod_transp/line_bottom.gif");
	background-repeat:repeat-x;
	background-position: left bottom;
	height: 5px;
	margin:0px;
	padding:0px;
}


.mod_br_transp
{
	background-image:url("images/mod_transp/corner_br.gif");
	background-repeat:no-repeat;
	background-position: right bottom;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

/* FINE MODULO TRASPARENTE CON BORDO */

/* MODULO GRIGIO CON BORDO */
.mod_tl 
{
	
	background-image:url("images/corner_tl.gif");
	background-repeat:no-repeat;
	background-position: left top;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_tc 
{
	background-image:url("images/line_top.gif");
	background-repeat:repeat-x;
	background-position: left top;
	height: 5px;
	/*width: 230px;*/
	width: 99%;
	margin:0px;
	padding:0px;
}


.mod_tr
{
	
	background-image:url("images/corner_tr.gif");
	background-repeat:no-repeat;
	background-position: right top;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_cl 
{
	
	background-image:url("images/line_left.gif");
	background-repeat:repeat-y;
	background-position: left top;
	width: 5px;
	height:100%;
	margin:0px;
	padding:0px;
}

.mod_cc 
{
	padding:5px;
	background-color:#F8F8F8;
}


.mod_cr
{
	background-image:url("images/line_right.gif");
	background-repeat:repeat-y;
	background-position: right top;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_bl 
{
	background-image:url("images/corner_bl.gif");
	background-repeat:no-repeat;
	background-position: left bottom;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

.mod_bc 
{
	background-image:url("images/line_bottom.gif");
	background-repeat:repeat-x;
	background-position: left bottom;
	height: 5px;
	/*width: 230px;*/
	width: 99%;
	margin:0px;
	padding:0px;
}


.mod_br
{
	background-image:url("images/corner_br.gif");
	background-repeat:no-repeat;
	background-position: right bottom;
	height: 5px;
	width: 5px;
	margin:0px;
	padding:0px;
}

/* FINE MODULO GRIGIO CON BORDO */


/**********************************************************************
 * Stile dei controlli di input                                       *
 **********************************************************************/
	
.txtNumericInputStyle {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	text-align:right;
	}
	
.txtInputStyle {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	}
	

.DropDownInputInputStyle	
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
}

.lblEtichettaCampi 
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	color:Black;
}

.lblEtichettaTitolo 
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight:bold;
	color:#000066;
}

.lblErrMessage 
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight:bold;
	color:Red;
}

.lblEtichettaCampi_Obbligatori
{
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	color:Red;
	font-weight:bold;
}




/* INIZIO FORMATO VOCI DI MENU */
.menu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
	height:100%

}

.menu a, .titolo a
{
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}

.menu a:hover, .titolo a:hover
{
	color:#FF6600;
}

.menu a:active, .titolo a:active
{
	color:#FF6600;
}

/* FINE FORMATO VOCI DI MENU */

h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#FF6600;
	text-align:justify;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-align:justify;
}

.titolo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FF6600;
	text-align:justify;
}


.Pulsante 
{
	border-style:outset;
	border-width:1px;
	border-color:#cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#FFFFFF;
	background-color:#FF6600;

}

.RisultatoPositivo 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
	background-color:Green;

}

.RisultatoNegativo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
	background-color:Red;

}

.WrapperUpdateProgress 
{

	z-index:100;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;left:0;
	padding: 0px;	
	background-color: #eeeeff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.6;

}

.boxUpdateProgress {
	position: absolute;
	top:50%; margin-top: -50px;
	left:50%; margin-left: -60px;
}


/* INIZIO Lighbox Gallery */
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	color:#151410;
	line-height:0;
}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	width: 250px;
	height: 250px; /* without this line error in IE8 detected */
	margin: 0 auto;
	position: relative;
	
}


#imageContainer{
	width:100%;
	
	background-color: #fff;
	position: relative;
/*	border-style:solid;
	border-color:#fff;
	border-width:1px;*/
	font-size:0;/* ie fix - big info bar*/
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("images/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { 
	background: url("images/prev.png") 5% center no-repeat; 
	_background-image:url("images/prev_ie6.gif")
}
#nextLinkImg:hover, #nextLinkImg:visited:hover { 
	background: url("images/next.png") 97% center no-repeat; 
	_background-image:url("images/next_ie6.gif")
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	background-color: #fff;
	width:100%;
}

#imageData{
	overflow:hidden;
	width:100%;
}
#imageDetails{ width: 70%; float: left; text-align: left; 	padding:10px 10px 0 0;}
#caption{ font-weight: bold; display:block;}
#numberDisplay{ display: block; float: left; padding:3px 10px 0 0;}
#detailsNav{display:block; float:left;   padding:0; }	
#prevLinkDetails { margin:3px; margin-top:0px; display:block; width:24px;height:24px; background: url("images/prevlabel.gif") left center no-repeat; float:left; }
#nextLinkDetails { margin:3px; margin-top:0px; display:block; width:24px;height:24px; background: url("images/nextlabel.gif") right center no-repeat; float:left; }

#slideShowControl.started{
	background-image:url("images/pause.gif");
}

#slideShowControl{
	display:block;
	width:24px; 
	height:24px; 
	float:left;
	background:url("images/start.gif");
	background-position:center center;
	background-repeat:no-repeat;
	}

#close{
	padding:20px 0 0;
	float:right;
}
#closeLink {
	display:block;
	margin:0;
	padding:0px;
	text-decoration:none;
	width:32px;
	height:32px;
	background:url("images/close.gif") no-repeat;
}

		
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
	

#outerImageFrame{
	border:solid 1px red;
	height:100%;
	width:100%;
	position:absolute;
}


#outerImageContainer{
	overflow:visible;
}
#outerImageContainer td{
	text-align:center;
	padding:0;
}

#lightboxFrameBody{
	background-color: #fff;
	border:solid 1px #fff; /* hack for opera table small cell width */
	_vertical-align:top;
	_height:90%;
	/*vertical-align:top;
	height:90%;*/
}

#outerImageContainer td{
	font-size:0;
}
/* frame style */
#outerImageContainer td.tl, #outerImageContainer td.br{
	height:38px;
	width:38px;
}

#outerImageContainer td.tl{
	background-image:url(images/borderTopLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopLeft.png', sizingMethod='scale');
}
#outerImageContainer td.tc{
	background-image:url(images/borderTopCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopCenter.png', sizingMethod='scale');
}
#outerImageContainer td.tr{
	background-image:url(images/borderTopRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderTopRight.png', sizingMethod='scale');
}
#outerImageContainer td.ml{
	background-image:url(images/borderMiddleLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderMiddleLeft.png', sizingMethod='scale');
}
#outerImageContainer td.mr{
	background-image:url(images/borderMiddleRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderMiddleRight.png', sizingMethod='scale');
}
#outerImageContainer td.bl{
	background-image:url(images/borderBottomLeft.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomLeft.png', sizingMethod='scale');
}
#outerImageContainer td.bc{
	background-image:url(images/borderBottomCenter.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomCenter.png', sizingMethod='scale');
}
#outerImageContainer td.br{
	background-image:url(images/borderBottomRight.png);
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/borderBottomRight.png', sizingMethod='scale');
}


/* FINE Lighbox Gallery */

/**********************************************************************
 * Pagination Styles                                                  *
 **********************************************************************/
.button_bar_cell, .prbbc {
	vertical-align: bottom;
	}
	
.prbg {
	background-image:url(images/ButtonBarBackground.gif); 
	background-repeat: repeat-x;
	color: #f7fdff;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	}

.pagination_area, .pra {
	background-color: #d3e3f3;
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	vertical-align: bottom;
	white-space: nowrap;	
	}

.pagination_label, .prl {
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	}

.pagination_value, .prv {
	color: #003366;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;	
	padding: 2px;
	padding-right: 5px;
	padding-left: 5px;
	}

.Pagination_Input, .pri {
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	background-color: #eeeeff;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #555555 solid;
	border-right: 1px #eeeeee solid;
	border-top: 1px #555555 solid;
	}

.pagination_row, .pr {
	background-color: #d3e3f3;
	font-weight: bold;
	vertical-align: middle;
	border-top: 1px #888888 solid;
	border-right: 1px #888888 solid;
	border-bottom: 1px #888888 solid;
	border-left: 1px #888888 solid;
	padding-left: 8px;
	padding-right: 8px;
	}

.paginationRowEdgeL, .prel {
	width: 0px;
	height: 32px;
	}

.paginationRowEdgeR, .prer {
	width: 0px;
	height: 32px;
	}

.paginationButtonFirst, .prbf {
	background-image:url(images/arrow_beg.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 17px;
	}

.paginationButtonPrevious, .prbp {
	background-image:url(images/arrow_left.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	}

.paginationButtonNext, .prbn {
	background-image:url(images/arrow_right.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 17px;
	}

.paginationButtonLast, .prbl {
	background-image:url(images/arrow_end.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 17px;
	} 
	