* {margin: 0; padding: 0;}

/************************************* Main structure *************************/
body {
	margin: 0px;
	height: 100%;
	font-family: verdana;
	//font-size: 62.5%;
	font-size: 80%;
	color:#333333;
}

#container {
	background-image: url(tmImg/container_bg3.jpg);
	background-repeat: no-repeat;
	position: Absolute;
	left: 50%;
	width: 925px;
	height: 99%;
	margin-left:-466px;
}

#container_blank {
	position: Absolute;
	width: 600px;
	height: 99%;
	margin-left:10px;
}


#header {
	height: 115px;
	padding-top: 10px;
	margin-left: 50px;
}

#header_left {
	float: left;
	width: 250px;
	height: 115px;
}

#header_right {
	float: right;
	text-align:right;
	margin-right: 20px;
}

#main {
	height: 400px;
	padding-top: 40px;
	margin-left: 50px;
}

#left {
	float:left;
	margin-left:10px;
	width: 180px;
}

#right {
	float:right;
	width:620px;
	margin-right: 20px;
}

#footer {
	bottom: 0;
	margin-top:10px;
	margin-left: 0px;
	color:#FFFFFF;
	clear: both;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #ff3f3f;
}

#errore {
	position:absolute;
	font-size:10px;
	color:#FFFFFF;
	clear: both;
	padding: 3px;
	text-align: center;
	font-weight:bold;
	background-color: #ff3f3f;
	left: 486px;
	top: 134px;
	width:420px;
}

/******************************* NEWSLETTER *******************************/

#NLcontainer {
	font-family:"Times New Roman", Times, serif;
	position: Absolute;
	left: 50%;
	width: 650px;
	height: 99%;
	margin-left:-325px;
}

#NLheader {
	padding-top: 10px;
	text-align:center;
	padding-bottom:10px;
}

#NLlogo {
}

#NLleft{
	padding-top:7px;
	padding-right:7px;
	width:175px;
	float:left;
	text-align:justify;
}
#NLcenter{
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	padding:7px;
	width:300px;
	float:left;
	text-align:justify;
}
#NLright{
	padding-top:7px;
	padding-left:7px;
	width:140px;
	float:right;
	text-align:justify;
}

#NLurl{
	cursor:pointer;
	background:#FFFFFF;
}

#NLurl:hover{
	background:#FFFFCC;
}

.NLtitolone{
	font-size:25px;
	font-weight:bold;
}

.NLargomento{
	font-size:20px;
}

.NLtitolo{
	font-size:14px;
	font-weight:bold;
}

.NLabstract{
	font-size:11px;
}
/******************************* Text and image formatting *******************************/

a:link {color: #FF3F3F; text-decoration: none;}     /* unvisited link */
a:visited {color: #FF3F3F; text-decoration: none;}  /* visited link */
a:hover {color: #AA0000; text-decoration: none;}   /* mouse over link */
a:active {color: #C10000; text-decoration: none;}   /* selected link */

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
ul.elenco {
	list-style-type: square;
	margin-left: 15px;
}

iframe {
	width:100%;
	height:550px;
	border:none;
}

.txTitolo{
	font-size:large;
	font-weight:bold;
}

/**************************************** Form elements member login ****************************/


label {
	color: #ff0000;
	font-style: italic;
}

input {
	font-family: verdana;
	font-size: 10px;
	color:#333333;
	padding: 1px;
	padding-left:3px;
	padding-right:3px;
}

select {
	font-family: verdana;
	font-size: 10px;
	color:#333333;
	padding: 1px;
	padding-left:3px;
	padding-right:3px;
}

textarea {
	font-family: verdana;
	font-size: 10px;
	color:#333333;
	padding: 1px;
	padding-left:3px;
	padding-right:3px;
}

input.submit_button {
	color:#FFFFFF;
	font-weight:bold;
	background-color: #ff3f3f;
}

/*********************************************Tabelle***********************************************/

table.ar{
	width:100%;
	background:#FFFFFF;
}

td.arMese{
	text-align:center;
	font-weight:bold;
	border-bottom:solid #ff3f3f 1px;
	padding: 3px;
}

td.arCampi{
	font-weight:bold;
	background:#D4D4D4;
	border-bottom:solid #ff3f3f 1px;
	padding: 3px;
}

td.arValori{
	padding: 3px;
	border-bottom:solid #ff3f3f 1px;
	vertical-align:top;
}

table.annuncio {
	padding: 7px;
	border: medium double #FF3F3F;
}
