/* @override 
	http://127.0.0.1/SitiPicov/TPS2009/ptv.it/_engine/modules/Common/css/stili_base.css
	http://127.0.0.1/SitiPicov/TPS2009/ptv.it/_engine/modules/0TPSTemplate/css/stili_base.css
	http://127.0.0.1/SitiPicov/TPS2009/ptv.it/_engine/modules/SiteTemplate/tps/css/stili_base.css
*/

/* @group Browser CSS RESET */

/* BROWSERS CSS RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* @end */

strong { font-weight: bold; }
em { font-style: italic; }

/* @group Section base style */

.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #000;
}

/* @group Headers */

.section h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}

.section h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a38342;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px; /* cosi spezza il passo dei paragrafi */
	border-bottom: 1px #ccc solid;
	margin-bottom: 6px;
}

/* @end */

/* @group Paragraph */
.section p, .section p.text-normal {
	line-height: 16px;
	/* margin-top1: 4px; /* questo fa si che si crei uno spazio fra due div sovrapposti che contengono p -> non va bene */
	/* border-top1: 4px transparent solid; /* il transparent non è supportato su IE pre 7 e diventa nero */
	/* rimane solo il padding ma il top altera il punto elenco che devo eventualmente adeguare se non lo metto a 0 */
	padding-top: 0px;
	padding-bottom: 8px;

}
.section p.text-extrasmall {
	font-size: 10px;
	line-height: 12px;
}
.section p.text-small {
	font-size: 11px;
	line-height: 14px;
}
.section p.text-large {
	font-size: 13px;
	line-height: 16px;
}
.section p.text-extralarge {
	font-size: 14px;
	line-height: 18px;
}

/* @end */

/* @group List */
.section ul {
	margin-bottom: 16px;
}
.section li {
	color: #000;
	padding-left: 18px;
	margin-top: 0px;
	margin-bottom: 4px;
	background: url('../immagini/punto_elenco.gif') no-repeat;
}
/* @end */

/* @group Link */
.section a {
	color: #b82507;
	text-decoration: none;
}
.section a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Tables */

.section table {
	border: 1px #ccc solid;
}
.section table th {
	background: url('../immagini/bg_gray_fade.gif');
	text-align: center;
	font-weight: bold;
	height: 20px;
	font-size: 11px;
}
.section table td {
	padding: 4px;
	border: 1px #ccc solid;
}

/* @end */


/* @group Images */
.section img.default,
.section img.img-sx-up, 
.section img.img-sx,
.section img.img-sx-down,
.section img.img-dx-up,
.section img.img-dx,
.section img.img-dx-down {
	border:  0;
	padding: 0px;
	margin: 8px;
}

.section img.img-sx-up {
	margin-left: 0px;
	margin-top: 0px;
	float: left;
}
.section img.img-sx {
	margin-left: 0px;
	float: left;
}
.section img.img-sx-down {
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
.section img.img-dx-up {
	margin-right: 0px;
	margin-top: 0px;
	float: right;
}
.section img.img-dx {
	margin-right: 0px;
	float: right;
}
.section img.img-dx-down {
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}

/* @end */

/* @end */

/* @group Global Alignment */

.align-center {text-align: center}
.align-left {text-align: left}
.align-right {text-align: right}
.align-justify {text-align: justify}

/* @end */

/* @group Global Indentation */

.indent-firstline {text-indent: 16px }
.indent-all { padding-left: 20px }
.indent-bullet { background-image: url('../immagini/punto_elenco.gif'); background-repeat: no-repeat; }

/* @end */



