html,body {
	margin: 0px;
	padding: 0;
	color: #666666;
	background-color:#FFFFFF;
	background-image: url(../images/backsite.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS",verdana;
	font-size: 100%;
	text-align: center;
	
	height: 100%;
}
.clear {
	clear: both;
}
.separ
{
	min-height:25px;
	height: auto !important;
	height: 25px;
	position: relative;
}
.boxsite {
	margin: 0 auto;
	width: 762px;
	w\idth: 760px;  /* C + L + 1 */
	text-align: left;
	border:0px solid #FF7011;

	position:relative;	

	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}
.head {
	height: 70px;
	position: relative;
}
.head .logo
{
	position: relative;
	top: 60px;
	left: 10px;
}
.head .support
{
	position: relative;
	left:145px;
	bottom: 5px;
	/*float: right;*/
	
	display:inline;
	text-align: right;
	vertical-align:bottom;
	font-size: 0.7em;
}
.head .support a
{
	color:#555555;
	text-decoration: none;
}
.head .support a:hover
{
	color:#FF7011;
	text-decoration: none;
}

.contentSite
{
	margin-top: 40px;
	font-size:0.9em;

}


.contentSite .outerColDx {
	margin-left: 260px;
}
.contentSite .outerColCenter {
	margin-right: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.contentSite .outerColSx {
	position: relative;
	/*margin-left: -535px;*/
	margin-left: -261px;
	margin-right: 0px;
}

.contentSite .wrapper {
	float: left;
	width: 755px; /* C + L + 1 */

}
.contentSite .colCenter {
	float: right;
	width: 594px;  /* C */
	text-align: left;
	padding-right: 0px;
	position: relative;
	/*border:1px solid red;*/
}
.contentSite .colSx {
	float: left;
	width: 160px;  /* L */
	margin-right: 1px;
	position: relative;
	display: inline-block;
/*border:1px solid red;*/
}
.contentSite .colDx {
	float: right;
	width: 0px;  /* R */
	margin-left: 1px;
}
.spacer
{
	display:block;
	min-height: 110px;
	height: auto;
	height: 110px;
}
.footer
{
	position: absolute;
	width: 748px;
	font-size:0.7em;
	font-weight:bolder;
	bottom: 0px;
	background-color: #ffffff;
		
}

.footer p
{
	padding: 0px 5px 0px 5px;
}
.footer a
{
	color: #555555;
	text-decoration: none;
}

.footer a:hover
{
	color: #FF7011;
	text-decoration: none;
}
.clear {
	clear: both;
}
.content
{
	padding:5px;
}

.contentSite .colCenter .content {

	margin-bottom: 20px;
}

/* IE/Mac \*//*/
.colSx .content,.colDx .content,.colCenter .content {
	width: 100%;
	overflow: hidden;
	
}
.wrapper
{
	position: relative;
}
/**/

.colCenter a
{
	color:#FF7011;
	text-decoration: none;
}
.colCenter a:hover
{
	color:#ADACAC;
	text-decoration: underline;
}

/* MENU */
#menu
{
	position: relative;
	top: -20px;
	left: 300px;
	text-align: left;
	color: #000000;
	border-left: #bdbead 1px solid;
	
	border-right: #bdbead 0px solid;
	border-top: #bdbead 0px solid;
	border-bottom: #e9eae5 1px solid;
	
	padding-left: 10px;
	width: 200px;
}
.separMenu
{
	display: none;
}
#menu a
{
	
	color: #000000;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
}
#menu a:hover
{
	
	color:#3db60c;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
		letter-spacing: 1px;
}
#menu .menu .item
{
	display: block;
/*	padding-top: 3px;*/
	padding-bottom: 3px;
}

.menu2,.menu3
{
	top:55px;
	position: relative;
	padding-right: 20px;
	text-align: right;
	color: #000000;
}
.menu3
{
	border-top:1px solid #BDBEAD;
	margin-top: 20px;
	padding-top: 20px;
}
.menu2 a,.menu3 a
{
	
	color: #000000;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
}
.menu2 a:hover,.menu3 a:hover
{
	
	color: #d54812;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
}
.pageName
{
	display: none;
}
/* FORM */
form
{
	margin: 0px;
	padding: 0px;
}
.field
{
margin-top:10px;
}
.label_data
{
	
}
.value_data
{
	
}
.mandatory
{
	
}
.button_data
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.textfield,.numberfield
{
	border: 1px solid #ADACAC;
	background-color: #EAEAEA;
	color: #666666;
	font-size: 11px;
	width: 100%;
}

.button
{
	border: 0px;
	background-color: #ffffff;
	color: #336699;
	font-weight: bolder;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
}

/* TITOLI */
h1
{
	padding: 0px;
	margin: 0px;
	color:#D54812;
	font-size: 25px !important;
}
h2
{
	padding: 0px;
	margin: 0px;
	color:#BDBEAD;
	font-size: 25px !important;
}
h3
{
	padding: 0px;
	margin: 0px;
	color:#3DB60C;
	font-size: 25px !important;
}