/********* stili elementi principali *********/

body
{
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	background-color: white;
}


#container
{
	width: 100%;
	height: 100%;
}

#mainContent
{
	margin: 0px auto;
	width: 960px;
	overflow: hidden;
}

/* testata */
#header {
	width: 960px;
	height: 120px;
	margin-bottom:20px;
	overflow: hidden;
	background-image: url(../immagini/grafica/layout/testata.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}

#header .langContainer {
	overflow: hidden;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

/*****content*****/
#content
{
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: hidden;
}

/* footer */

#footer
{
	margin-top: 10px;
	padding-top: 4px;
	color: #333333;
	clear:both;
	overflow:hidden;
	height:50px;
}

#footer address
{
	display:inline;
}

/********* formattazione condivisa *********/

a, a:hover
{
	color: #555;
	text-decoration: none;
}

a:hover
{
	color: #333;
}

#content p {
	line-height:16px;
	margin-bottom:5px;
}

.hidden {visibility:hidden;}

.titolo {display:block; }
.titolo.uno { font-size:22px; }
.titolo.due	 { font-size:16px; }
.titolo.tre	{ font-size:14px; }



/****stili generici****/
.warning
{
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6666;
	text-align: center;
}

.errors
{
	font-size: 10px;
	font-weight: bold;
	background-color: #ff9999;
	text-align: center;
}

.titoloSezione
{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

.puntatore
{
	cursor: pointer;
}


/****input generici****/
input, textarea
{
	font-size: 12px;
}

input:focus, textarea:focus
{
	background-color: #fffbbd;
}

input[type=text], input[type=password], textarea
{
	border: 1px solid #999;
}

input[type=image]{border: 0px;}

input[type=checkbox]{border: 0px;}

input.checkbox, input.radio
{
	border: 0px;
	padding: 0px;
	height: auto;
}

input.checkbox:focus, input.radio:focus
{
	background-color: transparent;
}
