html, body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;

	height: 98%;
}

div#body-container {
	position: relative;
	height:100%;
	background: white;
	color: #666666;
}
body > div#body-container {
	height: auto;
	min-height: 100%;
}

.fit-page {
	text-align: left;
	margin: 0 auto;
	width: 910px;
}

.path-sep {
	margin: 0 1px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/************************ header ************************/
#header {
	margin: 0;
	height: 80px;
	background: black;
	border-bottom: 6px solid #333;
}

#header div.fit-page {
	position: relative;

	height: 83px;
}

#header #logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 74px;
	height: 94px;
}

#header #titolo-area-manager {
	position: absolute;
	top: 22px;
	left: 220px;

	font-size: 34px;
	color: #AAA;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, sans-serif;
}
#user-logged-container {
	position: relative;
}
#user-logged {
	position: absolute;
	right: 0px;
	top: 0;

	width: 263px;
	height: 29px;
	line-height: 25px;
	text-align: center;

	font-size: 11px;
	color: black;
	background: url(../images/bg-user-logged.png) no-repeat 0 0;
}
#user-logged strong {
	padding: 3px 0 3px 18px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	background: url(../images/icon-user-logged.png) no-repeat 0 50%;
}
#user-logged a,
#user-logged a:visited {
	margin: 0 0 0 12px;
}

/************************ menu ************************/
#menu {
}

#menu .fit-page {
	height: 50px;
	background: url(../images/bg-menu.png) no-repeat 0 0;

	font-size: 14px;
	font-weight: bold;
}

#menu ul {
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	font-size: 12px;
}

#menu ul li.first {
	padding-left: 12px;
}

#menu ul li a,
#menu ul li a:visited {
	display: block;
	margin: 0 2px 0 2px;
	width: 122px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: normal;
	background: url(../images/bg-menu-element.png) no-repeat 0 1000%;
}

#menu ul li a:hover {
	color: white;
	background-position: 0 -64px;
}

#menu ul li a.selected,
#menu ul li a.selected:visited {
	color: #5787B7;
	font-weight: bold;
	background-position: 0 0;
}

* > #menu ul li a.selected,
* > #menu ul li a.selected:visited {
	font-size: 13px;
}

/************************ content-page ************************/
#content-page {
	clear: left;

	/*background: white;*/
	padding: 2px 0 25px 0;
}

#content-page .fit-page {
	width: 970px;
}

#content-page .clear {
	clear: both;
}

#site-path {
	height: 24px;
	line-height: 24px;
	color: gray;
	font-size: 11px;
	margin: 0 0 12px 0;
}
#site-path a,
#site-path a:visited {
	color: gray;
	margin: 0 5px;
}

/************************ footer ************************/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;

	padding: 0;
	margin: 0;
	height: 75px;
	margin-bottom: -12px;
	color: #858686;
	background: black;
}

#footer .fit-page {
	position: relative;
	width: 900px;
	height: 75px;

	background: url(../images/bg-footer.png) no-repeat 0 0;
}

#footer #copy {
	position: absolute;
	top: 12px;
	left: 0px;

	color: #aeafaf;
	
	font-size: 11px;
}


/***************** Redirect messages ********************/
.error-details {
	font-size: 10px;
	color: gray;
}

.info, .warning, .error {
	display: none;
	color: #333;
	padding: 12px;
	padding-left: 55px;
	font-size: 14px;
	font-family: Arial, Tahoma, sans-serif;
	border: 1px solid #E6E6E6;
	border-top-width: 2px;
	margin: 10px 0 10px 0;
	background: white url('../images-back/icon-info.png') no-repeat 10px 6px;
}
.info {
	border-top-color: #5787B7;
	/*background-color: #eeeff1;*/
	background-image: url('../images-back/icon-info.png');

}
.warning {
	border-top-color: #f9c22c;
	/*background-color: #fffee9;*/
	background-image: url('../images-back/icon-warning.png');
}
.error {
	border-top-color: #EE4949;
	/*background-color: #ffecec;*/
	background-image: url('../images-back/icon-error.png');
}



/***************** h2.title *************************/
div.common-title {
	position: relative;
	height: 27px;
}
div.common-title h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 9px;
	padding: 0;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #464646;
	font-family: Tahoma, Arial, sans-serif;
	background: url(../images/bg-common-title.png) repeat-x 0 0;
}

div.common-title span.opener {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 27px;
	background: url(../images/bg-common-title-left.png) no-repeat 0 0;
}
div.common-title span.closer {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 27px;
	background: url(../images/bg-common-title-right.png) no-repeat 0 0;
}



/*a.fade-hover:hover {
	filter:alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	-khtml-opacity: 0.8 !important;
	opacity: 0.8 !important;
}*/



.autocomplete-w1 {  color: gray;  }
.autocomplete { border:1px solid #999; background:#FFF; }
.autocomplete .selected { background:#F0F0F0; color: gray; }
.autocomplete div { padding:4px 5px; }
.autocomplete strong { font-weight:bold; color:#3399FF; }

.autocomplete div.description {
	padding: 2px;
	margin: 0;
	font-size: 12px;
	color: #888;
}



.ui-autocomplete {
	width: 280px;
	border: 1px solid #cfcfcf;
	list-style-type: none;
	padding-left: 0px;
	text-align: left;
}

.ui-autocomplete a,
.ui-autocomplete a:visited {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	cursor: default;
}


.google-map {
	border: 1px solid silver;
	background: #E6E6E6;
}