
/* Generale */

body {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #fbfafa;
	background-image: url(../images/page-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Container */

table.container {
	margin: auto;
	width: 770px;
}

/* Header */

table.container td.header {
	height: 150px;
}

table.container td.header img {
	border: none;
	float: left;
}

/* Bar */

table.container td.bar {
	padding: 0px 15px;
	height: 21px;
	background-image: url(../images/body-background.gif);
}

table.container td.bar table.bar {
	width: 100%;
	height: 21px;
	background-image: url(../images/bar-background.gif);
	background-repeat: no-repeat;
	background-position: center;
}

table.container td.bar table.bar td {
	padding: 0px 5px;
	line-height: 21px;
	font-size: 11px;
	color: #f0f0f0;
}

table.container td.bar table.bar td a {
	color: #f0f0f0;
	text-decoration: none;
}

table.container td.bar table.bar td a:hover {
	color: #ffcc00;
}

table.container td.bar table.bar td a.selected {
	color: #ffcc00;
}

table.container td.bar table.bar td form {
	margin: 0px;
	padding: 0px;
}

table.container td.bar table.bar td form input.field {
	width: 100px;
	border: 1px solid #7f9db9;
	font-size: 11px;
	color: #000000;
}

/* Body */

table.container td.body {
	padding: 0px 15px;
	background-image: url(../images/body-background.gif);
}

/* Main */

table.container td.body table.main {
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/main-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Menu */

table.container td.body table.main td.menu {
	width: 150px;
	padding-top: 10px;
	vertical-align: top;
}

/* Banner */

table.container td.body table.main td.menu div.banner {
	width: 150px;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}

table.container td.body table.main td.menu div.banner img {
	border: none;
	vertical-align: middle;
}

table.container td.body table.main td.menu div.banner object {
	float: left;
}

/* Menu */

table.container td.body table.main td.menu div.menu {
	width: 160px;
}

table.container td.body table.main td.menu div.menu div.header img {
	vertical-align: middle;
}

table.container td.body table.main td.menu div.menu div.body {
	padding: 2px 5px;
	font-size: 11px;
	background-color: #244a88;
}

table.container td.body table.main td.menu div.menu #AZIENDA {
	padding-bottom: 15px;
	background-image: url(../images/menu/AZIENDA.gif);
	background-repeat: no-repeat;
}

table.container td.body table.main td.menu div.menu #SERVIZI {
	padding-bottom: 15px;
	background-image: url(../images/menu/SERVIZI.gif);
	background-repeat: no-repeat;
}

table.container td.body table.main td.menu div.menu #PARTNER {
	padding-bottom: 15px;
	background-image: url(../images/menu/PARTNER.gif);
	background-repeat: no-repeat;
}

table.container td.body table.main td.menu div.menu div.body div.item {
	margin: 4px;
}

table.container td.body table.main td.menu div.menu div.body div.item a {
	color: #f0f0f0;
	text-decoration: none;
}

table.container td.body table.main td.menu div.menu div.body div.item a:hover {
	color: #ffcc00;
}

table.container td.body table.main td.menu div.menu div.body div.itemSelected {
	margin: 4px;
}

table.container td.body table.main td.menu div.menu div.body div.itemSelected a {
	color: #ffcc00;
	text-decoration: none;
}

/* Box */

table.container td.body table.main td.menu div.box {
	width: 150px;
	margin-bottom: 10px;
}

table.container td.body table.main td.menu div.box div.header {
	text-align: center;
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #f0f0f0;
	background-color: #244a88;
}

table.container td.body table.main td.menu div.box div.body {
	padding: 2px 4px;
	font-size: 11px;
	background-color: #f0f0f0;
}

table.container td.body table.main td.menu div.box div.body div.item {
	margin: 2px;
	padding-left: 12px;
	background-image: url(../images/menu-item-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.body table.main td.menu div.box div.body div.item a {
	color: #244a88;
	text-decoration: none;
}

table.container td.body table.main td.menu div.box div.body div.item a:hover {
	color: #ffcc00;
}

table.container td.body table.main td.menu div.box div.body div.itemSelected {
	margin: 2px;
	padding-left: 12px;
	background-image: url(../images/menu-itemSelected-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.body table.main td.menu div.box div.body div.itemSelected a {
	color: #ffcc00;
	text-decoration: none;
}

/* Form */

table.container td.body table.main td.menu div.box div.body form {
	margin: 0px;
	padding: 0px;
}

table.container td.body table.main td.menu div.box div.body form div.field {
	padding: 0px 2px;
}

table.container td.body table.main td.menu div.box div.body form div.field label {
	display: block;
	font-size: 10px;
	color: #333333;
	padding: 2px 0px;
}

table.container td.body table.main td.menu div.box div.body form div.field label.inline {
	display: inline;
}

table.container td.body table.main td.menu div.box div.body form div.field label span.required {
	color: #244a88;
}

table.container td.body table.main td.menu div.box div.body form div.field input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.container td.body table.main td.menu div.box div.body form div.field select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.container td.body table.main td.menu div.box div.body form div.field textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.container td.body table.main td.menu div.box div.body form div.field input.fixed {
	width: 130px;
}

table.container td.body table.main td.menu div.box div.body form div.field select.fixed {
	width: 135px;
}

table.container td.body table.main td.menu div.box div.body form div.buttons {
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}

table.container td.body table.main td.menu div.box div.body form div.buttons input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Content */

table.container td.body table.main td.content {
	padding: 10px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

table.container td.body table.main td.content a {
	color: #244a88;
	text-decoration: none;
}

table.container td.body table.main td.content a:hover {
	text-decoration: underline;
}

table.container td.body table.main td.content p {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.container td.body table.main td.content h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #244a88;
	padding-left: 14px;
	background-image: url(../images/h1-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.body table.main td.content h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #da630c;
}

table.container td.body table.main td.content h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #000000;
}

table.container td.body table.main td.content h4 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #000000;
}

table.container td.body table.main td.content h5 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #000000;
}

table.container td.body table.main td.content h6 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #000000;
}

table.container td.body table.main td.content ul {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style-type: square;
}

table.container td.body table.main td.content ol {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

table.container td.body table.main td.content pre {
	margin-top: 0px;
	margin-bottom: 15px;
	white-space: normal;
}

table.container td.body table.main td.content img {
	border: none;
}

table.container td.body table.main td.content img.icon {
	vertical-align: middle;
}

table.container td.body table.main td.content form {
	margin: 0px;
	padding: 0px;
}

/* Editor */

table.container td.body table.main td.content div.editor {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.container td.body table.main td.content div.editor p {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor pre {
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: normal;
}

table.container td.body table.main td.content div.editor table.icons {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor div.form {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor div.listGroup {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor div.list {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor table.list {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.pages {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor div.thumbnails {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor div.info {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor div.details {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.editor ul.links {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Text */

table.container td.body table.main td.content span.small {
	font-size: 11px;
}

table.container td.body table.main td.content span.large {
	font-size: 14px;
}

table.container td.body table.main td.content td.small {
	font-size: 11px;
}

table.container td.body table.main td.content span.blue {
	color: #003399;
}

table.container td.body table.main td.content span.gray {
	color: #999999;
}

table.container td.body table.main td.content span.red {
	color: #ff0000;
}

table.container td.body table.main td.content span.orange {
	color: #da630c;
}

table.container td.body table.main td.content span.green {
	color: #339900;
}

table.container td.body table.main td.content span.pink {
	color: #ff00ff;
}

/* Icons */

table.container td.body table.main td.content table.icons {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.container td.body table.main td.content table.icons td {
	width: 70px;
	text-align: center;
	font-size: 11px;
}

table.container td.body table.main td.content table.icons td a {
	color: #008b00;
}

table.container td.body table.main td.content table.icons td img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

/* Form */

table.container td.body table.main td.content div.form {
	margin-top: 0px;
	margin-bottom: 15px;
	border: dotted 1px #244a88;
	padding: 5px;
}

table.container td.body table.main td.content div.form div.fieldGroup {
}

table.container td.body table.main td.content div.form div.fieldGroup div.title {
	font-weight: bold;
	color: #244a88;
}

table.container td.body table.main td.content div.form div.fieldGroup div.fields {
	margin-top: 5px;
	margin-left: 5px;
	border-left: solid 1px #244a88;
}

table.container td.body table.main td.content div.form label {
	display: block;
	font-size: 11px;
	margin-bottom: 2px;
}

table.container td.body table.main td.content div.form label.inline {
	display: inline;
	margin-bottom: 0px;
}

table.container td.body table.main td.content div.form label span.required {
	color: #ff0000;
}

table.container td.body table.main td.content div.form div.field {
	margin-bottom: 2px;
}

table.container td.body table.main td.content div.form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table.container td.body table.main td.content div.form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table.container td.body table.main td.content div.form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

table.container td.body table.main td.content div.form input.active {
	background-color: #ffff99;
}

table.container td.body table.main td.content div.form select.active {
	background-color: #ffff99;
}

table.container td.body table.main td.content div.form textarea.active {
	background-color: #ffff99;
}

table.container td.body table.main td.content div.form div.buttons {
	margin-top: 10px;
}

table.container td.body table.main td.content div.form input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* List group */

table.container td.body table.main td.content div.listGroup {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.container td.body table.main td.content div.listGroup div.title {
	font-size: 12px;
	font-weight: bold;
	color: #da630c;
}

table.container td.body table.main td.content div.listGroup div.items {
	margin-top: 5px;
	margin-left: 8px;
	border-left: dotted 1px #da630c;
	padding-left: 5px;
}

table.container td.body table.main td.content div.listGroup div.items table.thumbnails {
	margin-bottom: 0px;
}

/* List (DIV) */

table.container td.body table.main td.content div.list {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
}

table.container td.body table.main td.content div.list div.item {
	margin-bottom: 10px;
}

table.container td.body table.main td.content div.list div.item div.title {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
}

table.container td.body table.main td.content div.list div.item div.title img {
	vertical-align: middle;
}

table.container td.body table.main td.content div.list div.item div.description {
	margin-bottom: 3px;
}

table.container td.body table.main td.content div.list div.item div.footer {
	color: #808080;
}

table.container td.body table.main td.content div.list div.item div.footer a {
	text-decoration: none;
}

/* List (TABLE) */

table.container td.body table.main td.content table.list {
	margin-top: 0px;
	margin-bottom: 15px;
	width: 100%;
	border: solid 1px #aaaaaa;
	background-color: #ffffff;
}

table.container td.body table.main td.content table.list td {
	font-size: 11px;
}

table.container td.body table.main td.content table.list thead tr td {
	padding: 0px 3px;
	line-height: 17px;
	white-space: nowrap;
	font-weight: bold;
	color: #f0f0f0;
	background-color: #244a88;
}

table.container td.body table.main td.content table.list thead tr td div.asc {
	float: left;
	padding-left: 15px;
	background-image: url(../images/order-asc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.body table.main td.content table.list thead tr td div.desc {
	float: left;
	padding-left: 15px;
	background-image: url(../images/order-desc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.body table.main td.content table.list thead tr td a {
	color: #f0f0f0;
}

/* Pages */

table.container td.body table.main td.content div.pages {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* Thumbnails */

table.container td.body table.main td.content table.thumbnails {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.container td.body table.main td.content table.thumbnails td.thumbnail {
	width: 126px;
	height: 98px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/thumbnail-background.gif);
	background-repeat: no-repeat;
}

table.container td.body table.main td.content table.thumbnails td.thumbnail img {
	margin: 7px;
	border: none;
	display: block;
}

/* Info */

table.container td.body table.main td.content div.info {
	margin-top: 0px;
	margin-bottom: 15px;
	border: solid 1px #96965e;
	padding: 3px;
	font-size: 10px;
	background-color: #ffffcc;
}

/* Details */

table.container td.body table.main td.content div.details {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.container td.body table.main td.content div.details div.title {
	font-weight: bold;
	color: #244a88;
}

table.container td.body table.main td.content div.details div.fields {
	margin-top: 5px;
	margin-left: 5px;
	border-left: solid 1px #244a88;
	padding-left: 5px;
}

table.container td.body table.main td.content div.details div.field {
	line-height: 15px;
}

table.container td.body table.main td.content div.details div.field span.fieldName {
	font-weight: bold;
}

table.container td.body table.main td.content div.details div.field span.fieldValue {
}

table.container td.body table.main td.content div.details div.fieldLongValue {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-left: solid 1px #000000;
	padding-left: 5px;
}

table.container td.body table.main td.content div.details iframe.preview {
	margin-top: 5px;
	margin-left: 5px;
	border: solid 1px #244a88;
	width: 390px;
	display: block;
}

/* Links */

table.container td.body table.main td.content ul.links {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}

table.container td.body table.main td.content ul.links li {
	padding-left: 14px;
	background-image: url(../images/icon-li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.container td.body table.main td.content ul.links li a {
	font-size: 12px;
}

table.container td.body table.main td.content ul.links li a:hover {
	text-decoration: underline;
}

/* Footer */

table.container td.footer {
	padding-top: 4px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: #404040;
	background-image: url(../images/footer-background.gif);
	background-repeat: no-repeat;
}

table.container td.footer a {
	color: #244a88;
	text-decoration: none;
}
