/* Cleaning running... Please wait... :D */
/* Dovrebbe essere superfluo */
ul.nav {
	margin: 0 0 11px;
	border-bottom: 2px solid #ff9600;
	background: #ecefe7;
	list-style: none;
	padding: 0 2px;
}

ul.nav li {
	padding: 4px 4px 6px 5px;
	background: url(../img/bg-dotted.png) repeat-x bottom;
}

ul.nav a {
	padding: 0 0 0 12px;
	background: url(../img/arrow.png) no-repeat 0 4px;
}

ul.nav a:hover {
	font-weight: 700;
}

ul.nav li.last {
	background: none;
}

/* Table Container TODO: dotrebbe essere superfluo */
table.listing {
	border-bottom: 1px solid #9097a9;
	width: 613px;
	padding: 0;
	margin: 0;
	border: 1px solid #9097a9;
}

table.listing th.full {
	border-left: 0;
	border-right: 0 !important;
	text-align: left;
	text-transform: uppercase;
}

/* Table Styles TODO: dotrebbe essere superfluo */
table.listing td,table.listing th {
	border: 1px solid #fff;
	text-align: center;
}

table.listing th {
	border-top: 0 !important;
	background-color: #9097a9;
	color: #fff;
	padding: 5px;
}

table.listing td {
	background-color: #d8d8d8;
	color: #000;
	padding: 3px 5px;
}

table.listing .bg td {
	background-color: #ececec;
}

table.listing .white td {
	background-color: #fff;
}

table.listing .first {
	border-left: 0 solid #9097a9;
	text-align: left;
}

table.listing .last {
	border-right: 0 solid #9097a9;
}

table.listing th.first {
	background: #9097a9 url(../img/bg-th-left.png) no-repeat left top;
	border-left: 0;
}

table.listing th.last {
	background: #9097a9 url(../img/bg-th-right.png) no-repeat right top;
	border-right: 0;
}

table.listing .style1 {
	font-weight: 700;
	color: #ff7a00;
}

table.listing .style2 {
	font-weight: 700;
	padding-left: 16px;
}

table.listing .style3 {
	padding-left: 25px;
}

table.listing .style4 {
	padding-left: 35px;
}

table.form .last {
	padding: 1px 0 1px 5px;
	text-align: left;
}

table.form th,table.form td {
	padding-left: 10px;
}

table.form input.text {
	width: 262px;
}

/* Table Select TODO: dovrebbe essere superfluo */
div.table {
	float: left;
	position: relative;
	width: 614px;
	margin: 0 0 37px;
}

div.table img.left {
	position: absolute;
	top: 0;
	left: 0;
}

div.table img.right {
	position: absolute;
	top: 0;
	right: 1px;
}

div.table .select {
	float: right;
	margin: 2px 1px 0 0;
	width: 176px;
	height: 25px;
	background: #9097a9 url(../img/bg-select.png);
	color: #fff;
}

div.table .select strong {
	float: left;
	padding: 5px 0 0 5px;
}

div.table .select select {
	float: right;
	width: 78px;
	margin: 2px 3px 0 0;
	text-align: right;
}

/* Right Column Header TODO: SI USA??? */
#right-column .h {
	float: left;
	background-color: #7e878a;
	border: 1px solid #b8b8b8;
	border-bottom: 0;
	padding: 3px 10px;
	color: #fff;
	text-transform: uppercase;
}

/* Right Column Box TODO: SI USA??? */
#right-column .box {
	float: left;
	width: 121px;
	padding: 5px;
	border: 1px solid #b8b8b8;
	background-color: #ebebeb;
	margin: 0 0 15px;
}

/* left column styles ToDo: Dovrebbe essere superfluo */
#left-column a {
	color: #3e3e3e;
}

#left-column h3 {
	font-size: 11px;
	margin: 0;
	color: #fff;
	background: url(../img/bg-left-header.png) no-repeat left top;
	height: 25px;
	line-height: 23px;
	padding: 0 0 0 9px;
}

#left-column .link {
	display: block;
	width: 142px;
	height: 25px;
	background: url(../img/bg-left-link.png);
	margin: 0 0 4px;
	font-weight: 700;
	padding: 0 0 0 9px;
	line-height: 25px;
	color: #60635a;
}

/* center column styles TODO: SI USA??? */
.top-bar {
	float: left;
	width: 603px;
	border-left: 2px solid #f70;
	padding: 0 0 0 9px;
	margin: 0 0 4px;
}

/* text page header TODO: SI USA??? */
.top-bar h1 {
	font: 20px/ 21px verdana, sans-serif;
	color: #43729f;
	margin: 0 0 4px;
}

/* Orange Button TODO: dovrebbe essere superfluo */
.top-bar a.button {
	float: right;
	display: block;
	width: 75px;
	height: 35px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 27px;
	background: url(../img/bg-orange-button.png) no-repeat;
}

/* Select Bar TODO: SI USA??? */
.select-bar {
	clear: both;
	border-top: 2px solid #f70;
	border-bottom: 2px solid #f70;
	padding: 5px 0 3px;
	margin: 0 0 17px;
}

.select-bar select {
	width: 145px;
	margin: 0 2px;
}


/* Validation TODO: dovrebbe essere superfluo */
.validation-advice {
	color: #eb340a;
	clear: both;
	min-height: 15px;
	margin-top: 3px;
	background: url(../img/validation_advice_bg.png) no-repeat 2px 1px;
	padding-left: 16px;
	font-size: .85em;
	font-weight: 700;
	line-height: 1.25em;
}