
* {	padding: 0 0 0 0; }

body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Times New Roman, serif;
	font-size: 110%;
	background-image: url('../_img/background_gradient.gif');
	background-color: #000000;
	background-repeat: repeat-x;
}

.hidden {
	position: absolute;
	margin-left: -2000px;
	visibility: hidden;
}

.notDisplayed {
	display: none;
}

.calamita { line-height: 1px; clear: both;}

.handPointer {
	cursor: pointer;
}

#master {
	margin: 1em auto;
	width: 1024px;
	border: 8px solid #FFFFFF;
	background-color: #FFFFFF;
    	-webkit-border-top-left-radius: 8px;    /* for Safari */
    	-webkit-border-top-right-radius: 8px;    /* for Safari */
    	-webkit-border-bottom-left-radius: 8px;    /* for Safari */
    	-webkit-border-bottom-right-radius: 8px;    /* for Safari */
    	-moz-border-top-left-radius: 8px;       /* for Firefox */
    	-moz-border-top-right-radius: 8px;       /* for Firefox */
    	-moz-border-bottom-left-radius: 8px;       /* for Firefox */
    	-moz-border-bottom-right-radius: 8px;       /* for Firefox */
    	-moz-box-shadow: 0px 0px 15px #000;
    	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
}

.msg {
	text-align: center;
	background-color: #FFFF99;
	color: #000000;
}

.msgyellow {
	text-align: center;
	border-bottom: 0px solid #685555;
	color: #FFFFBB;
}

.evidenziato {
	/*background-color: #FF5;*/
}

.newsContainer { background-color: #FFA; padding: 5px 5px 5px 5px;}

.newsTitle { font-size: 22px; margin-bottom: 0px; }

.newsTitle a { padding: 0 0 0 0; } 

.newsBody { padding: 0 6px 0px 6px; border-bottom: 0px dashed #999; margin-top: 10px;}

.fonteArticolo { text-align: right; font-size: 11pt; }

.newsDate { font-style: italic; font-size: 12pt; color: #333; text-align: right; background-color: #DDD; padding: 1px 20px 1px 20px; border-bottom: 2px solid #999;}

.separatoreNews { margin: 8px 0px 8px 0px; font-size: xx-small; }

/* HEIGHT */

.h19 { height: 19px; }

/* WIDTH */

.w100 {		width: 100%;}
.w90 {		width: 90%;}
.w80 {		width: 80%;}
.w70 {		width: 70%;}
.w60 {		width: 60%;}
.w50 {		width: 50%;}
.w40 {		width: 40%;}
.w30 {		width: 30%;}
.w20 {		width: 20%;}
.w10 {		width: 10%;}

/* COLOR */

.white {	color: white;}
.black {	color: black;}
.gray {		color: gray;}

/* FONT & TEXT STYLE */

.italic {	font-style: italic;}
.bold  { 	font-weight: bold;}
.uppercase {	text-transform: uppercase; }
.smaller {	font-size: smaller;}
.medium {	font-size: medium;}
.centered {	text-align: center;}
.right {	text-align: right;}
.left {		text-align: left;}
.justified {	text-align: justify;}

/* POSITION */

.floatRight {	float: right;}
.floatLeft {	float: left;}
.centeredDiv {	margin: 0 auto;}

/* MARGIN, PADDING */

.marginTop1 {	margin-top: 1em;}
.marginTop2 {	margin-top: 2em;}
.paddingTop1 {	padding-top: 1em;}
.padding1em {	padding: 1em 1em 1em 1em;}
.padding1_5em {	padding: 1.5em 1.5em 1.5em 1.5em;}
.padding2em {	padding: 2em 2em 2em 2em;}
.paddingTop50 {	padding-top: 50px;}


/* BORDER */

#intestazionePagina .noBorder, #piePagina .noBorder, .noBorder {	border: 0px solid #000;}

.blackBorder {		border: 1px solid #000;}
.grayBorder {		border: 1px solid #888;}
.blackBorderLeft {	border-left: 1px solid #000;}
.blackBorderBottom {	border-bottom: 1px solid #000;}
.blackBorderTop {	border-top: 1px solid #000;}


/* LISTE */

ul li {		list-style-type: square;}
ol li {		font-weight: bold;}


/* IMAGE */

img {	border: 0px solid #000000;}

/* BACKGROUND & DECORATION */

.gaRedText { color: #680001;}
.gaBackground {	background-color: #680001;}
.sottolineato { background-color: #FFFF00; }

.roundedBox {
    	-webkit-border-radius: 5px;    /* for Safari */
    	-moz-border-radius: 5px;       /* for Firefox */
    	border-radius: 5px 5px 5px 5px;
}

.boxGrigio {
	background-color: #ebebeb;
	border: 1px solid #808080;
	padding: 5px 5px 5px 5px;
}

.invisibile{
		display: none;
	}
	
/ ********************* STILI PERSONALIZZATI PER REGIONI ************************* /

.regioneLazioBCK, .areeTematicheList .regioneLazioBCK, .areeTematicheListDX .regioneLazioBCK, #login.regioneLazioBCK, #pagecontent div h1.regioneLazioBCK { background-color: #ec9311; }
.regioneLazioTXT, .areeTematicheList .regioneLazioTXT, .areeTematicheListDX .regioneLazioTXT, #pagecontent div h1.regioneLazioTXT { background-color: #FFF; color: #ec9311; box-shadow: 0px 0px 10px #888; -moz-box-shadow: 0px 0px 10px #888; -webkit-box-shadow: 0px 0px 10px #888; }
.regioneLazioTITLE, .areeTematicheList .regioneLazioTITLE, .areeTematicheListDX .regioneLazioTITLE, #pagecontent div h1.regioneLazioTITLE { background-color: rgba(255,255,255,0); color: #ec9311; text-decoration: underline; }	
	
