
/* ------------------------------------------------------------  General purpose classes */

body {
	padding: 0;
	border: 0;
	margin: 0;
	margin-bottom: 20px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 74%;
	color: black;
}

.hidden {
	display: none;
}
#skipNav {
	display: none;
}
/* ------------------------------------------------------------  tables */

table {
	font-size: 1em;
}

* html td { /* font size bug in ie5x Win */
	font-size: 1em !important; /* mac */
	font-size: 1em;	/* ie6 */
	font-size /* */: 0.8em; /* ie5 */
}

table {
	display: table;
	empty-cells: show; 
	border-collapse: collapse;
}
tr { display: table-row; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
col { display: table-column; }
colgroup { display: table-column-group; }
td, th { display: table-cell; }
caption { display: table-caption; }

/* ------------------------------------------------------------   hr --*/

hr {  /* for IE */
	text-align: center;
	height: 1px;
	color: #ddd;
	border: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr {  /* for Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: none;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr {  /* for Opera and Gecko-based browsers */
	margin: 0 auto;
	height: 1px;
	background-color: #ddd;
	border: 0px solid #ddd;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
hr.thin {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* ------------------------------------------------------------   A link --*/

a,
a:link,
a:visited ,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #ccc;
}

p {
	margin: 0;
}
form {
	margin: 0;
}

/* ------------------------------------------------------------   Clearer */
.clearerBoth {
	clear: both;
}

/* ------------------------------------------------------------  Logo */


#logoPC {
	text-align: center;
	display: block;
	margin: 0 20px;
	border-bottom: 1px solid #999;
}
#logoPC IMG {

}

/* ------------------------------------------------------------   Strumenti */

#WrapperFascia01 {
	display: none;
}
#fascia02 {
	display: none;
}
#mainWrapper {

}

/* ------------------------------------------------------------   Bottoni sezioni */

#sezioni {
	display: none;
}

/* ------------------------------------------------------------  Fascia Sezione */

#fasciaSezione {
	display: none;
}

/* ------------------------------------------------------------  Contenitore Principale del Float */

#contentMainWrapper {
	padding: 20px;
	padding-top: 0;

}

/* ------------------------------------------------------------  Colonna destra */

#columnWrapper {
	display: none;
}

/* ------------------------------------------------------------  Path */

#path {
	border-bottom: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
	margin: 0;
}
#path a {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 1em;
}
#path a:link,
#path a:visited {
	color: #b5b5b5;
}
#path a:hover,
#path a:focus,
#path a:active {
	color: #666;	
}

/* ------------------------------------------------------------  Wrapper del Content */

#contentWrapper {
	/* margin-right: 222px; */  /* tolto per fare la colonna unica */
	margin-top: 32px;
	margin-bottom: 32px;
}


/* ------------------------------------------------------------  Contenuto del Content */

#contentWrapper h2 { /* titolo pagina */
	font-size: 1.6em;
	margin: 3px 0;
	padding: 3px 0;
	
}
#contentWrapper h3 {
	font-size: 1.2em;
	padding-top: 16px;
}
#contentWrapper h3.sottotitolo { /* sottotitolo pagina */
	border-top: 1px solid #eee;
	margin: 2px 0;
	padding: 2px 0;
}
#contentWrapper p {
	line-height: 1.6em;
	padding-top: 16px;
}
#contentWrapper img {
	clear: left;
	float: left;
	margin: 20px;
	margin-left: 0;
}
#contentWrapper ul,
#contentWrapper ol {
	margin: 16px 0 0 16px;
	padding-left: 8px;
	list-style-position: outside;
}
#contentWrapper li {
	padding: 4px 0;
}

/* ------------------------------------------------------------  liste del Content */

#contentWrapper ul.docList  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 16px;
}
#contentWrapper .docList li {
	background-image: url(/Portale/images/buttons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
	padding: 8px 0;
	padding-left: 16px;
	border-bottom: 1px solid #ddd;
}
#contentWrapper .docList li .title {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 4px;
	color: #444;
}
#contentWrapper .docList li .description {
	display: block;
	padding-bottom: 4px;
}
#contentWrapper .docList li .file {
	padding-left: 8px;
}
#contentWrapper .docList li .file a {
	display: block;
	padding-left: 24px;
	height: 20px;
}



/* ------------------------------------------------------------  footer */

#footer {
	position:relative;
	top:10px;
	border-top:1px solid #E8E8E8;
	color:#666;
}
#footer .menu1_footer {
	display: none;
}
#footer .menu2_footer {
	display: none;
}
#footer .info_footer {
	font-size: 0.9em;
	padding:10px 0;
	line-height:1.2em;
}

#footer .info_footer .content {
	position:relative;
	color: #fefefe;
}
#footer .info_footer .content p {
	color: black;
}

#footer .info_footer .content a {
	display: none;
}




