/* CSS Document */
html {
	background-color:#f4f4f4;
}

body {
	/* aspetto carattere */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	padding-top: 0px;

}

table.testa { width: 100%; }

div.corpo { width: 950px; margin: auto; }

table .tquestionario {
	border-bottom: thin;
	border-style: none;
	margin-left:auto;
	margin-right:auto;
}

.tquestionario td {
	border-bottom: thin;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ddd;
	padding: 10px 2px 10px 2px;
}

.tquestionario th {
	color:#FFFFFF;
	background-color:#003366;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: grey;
}

.tquestionario textarea{
	 border: 1px;
	 border-style: solid;
	 border-color: Gray;
	 overflow: auto;
}

.tquestionario .referente{
	 border: 1px;
	 border-style: solid;
	 border-color: Gray;
/*	 overflow: auto; */
	 width:350px;
}

.tquestionario button {
	font-family:"Lucida Grande",sans-serif;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
}

.tquestionario .titoloMiniScheda {
/*	font-family: "Lucida Grande",sans-serif;*/
	font-size: 2em;
	letter-spacing: 1px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#003366;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: grey;

}

.tquestionario .campoObbligatorio{
	color: Red;
}

.tquestionario .nroDomanda{
	color:#FFFFFF;
	background-color:#666666;
	vertical-align:middle;
	text-align:center;
	padding: 2px 2px 2px 2px;
	width:15px;
	font-size:1.2em;
	font-weight: bold;
}

.tquestionario .descDomanda{
	width:260px;
	font-size:1.1em;
	vertical-align:top;
	padding:12px 10px;
	font-weight: bold;
	background: #eee;
}

.tquestionario .rispDomanda{
/*	font-size:0.8em; */
	vertical-align:top;
	padding-top:12px;
	padding-left: 10px;
}

.gradientePagina{
background: #ffffff; /* Old browsers */
}

.statusBOX{
	background-color: #FfFf99; 
	width:940px;
	padding:5px 5px 5px 5px;
	border-style:solid;
	border-width:1px;
	text-align:right; 
	font-family: "Lucida Grande",sans-serif;
/*
	font-weight:bold;
	font-size: 0.8em;
*/
	margin: 3px 3px 3px 3px;
	-webkit-box-shadow: 2px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 1px rgba(50, 50, 50, 0.75);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#323232')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#323232');
}

.loginTable{ 
	border:1px;
	border-style:solid;
	border-color: Gray;
	margin-left:auto; 
	margin-right:auto;
	padding:10px;
	background-color:#E6E6E6;
	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
}

.logingate{
	border:1px;
	border-style:solid;
	border-color: Gray;
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
}

.logingate.td{
	vertical-align:middle;

}
.loginTable input, select{ 
	 border: 1px;
	 border-style: solid;
	 border-color: Gray;
	 overflow: auto;
}
.containerTable{
	width:980px;
	height:90%;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 4px 4px 3px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 4px 3px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 4px 3px rgba(50, 50, 50, 0.75);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#323232')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#323232');

	border-top-color:#999999;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #999999;
}

.bt_intefaccia{
	vertical-align: middle;
	margin: 2px 2px 2px 2px;
	border:none;
}


/* [START] Specifici per "pannello.jsp"  */
table.tt {width: 95%; }
table.tt td {vertical-align: middle; border-bottom: 2px solid #ffffff; height:32px }
table.tt td.left { padding: 4px 5px; background: #e8e8e8; text-align: left; width: 900px; }
table.tt td.noList { list-style: none; }
table.tt td.noList a { color: #cc0000; }
table.tt td.buttoncolums{background: #e8e8e8;}
table.tt td.buttoncolums img{vertical-align: middle;}

table.tt .db_summary { 
	padding: 5px 5px 5px 5px; 
	font-size: 14px; 
	font-weight: bold;
	color:#FFFFFF;
	background: #003366; 
	border-bottom: 2px solid #888888;
	text-align:center;
	height:24px;
}

.titoloDirezione{
	color:#ffffff;
	font-size:1.2em;
/*	letter-spacing:0.1em;*/
	_font-weight: bold;
/*	line-height:28px;*/
	text-shadow: #333333 0.1em 0.1em 0.2em;
	padding: 5px 15px;
}

/* [STOP] Specifici per "pannello.jsp"  */

.bottoniGrandi {
  vertical-align: top;
  font-weight: bold;
  margin: 10px;
  padding: 105px 10px 0;
  width: 220px;
  height: 180px;
  border: 1px solid transparent;
  color: #000;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: ms sans serif, verdana, arial;
}
.bottoniGrandi:hover {
	border: 1px solid #9a9;
	letter-spacing: 1.2px;
}
.bottoniPiccoli {
  margin: 10px;
  padding: 0 20px 0 60px;
  height: 46px;
  border: 0px solid #0066cc;
  color: white;
  font-size: 1.1em;
  cursor: pointer;
  letter-spacing: 1px;
/*  background: #a66006 url(../images/quest4.png) left top no-repeat;  */
  font-family: ms sans serif, verdana, arial;
}

#overlay{   background-color:#111111; 
            filter:alpha(opacity=80); 
            -moz-opacity: 0.80; 
            opacity: 0.80;
}
.popUpTitlePor {
	background-color: #4cae4c;
	height: 30px;
	/* width: 100%; */
	font-size: 1.4em;
	color: #000000;
	line-height: 30px;
	padding: 0 1px 0 25px;
	font-family: sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
}

#popup .data .buttonpip {
	display: inline-block;
	width: 100px;
	/* height: 25px; */
	/* line-height: 25px; */
	text-align: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	background-color: #666666;
	border-radius: 6px;
	border: 0;
	margin: 4px 4px 4px;
	padding: 10px;
}
.popUpTitlePor img {
	float: right;
	margin-right: 0px;
	margin-top: 1px;
}

p.titolo { text-align: left; font-weight: bold; text-transform: uppercase; color: #2e74cf; letter-spacing: 0.75px; }
div.sottotitolo1 { margin: 40px 55px 50px; padding: 0px; width: 760px; }
p.sottotitolo2 { text-align: left; font-weight: bold; font-size: 1.2em; color: #5a5a5a; margin: 0 0 10px; }

