
/* Body */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
}

/* Container */

table.container {
	margin: 5px auto;
	width: 885px;
}

/* Header */

table.container table.header {
	width: 100%;
}

/* Logo */

table.container table.header td.logo {
	text-align: left;
	vertical-align: middle;
}

table.container table.header td.logo img {
	border: none;
	vertical-align: middle;
}

/* Lingue */

table.container table.header td.lingue {
	text-align: right;
	vertical-align: middle;
}

table.container table.header td.lingue img {
	border: none;
	vertical-align: middle;
}

/* Ricerca */

table.container table.header td.ricerca {
	text-align: right;
	vertical-align: middle;
}

table.container table.header td.ricerca form {
	margin: 0px;
	padding: 0px;
}

table.container table.header td.ricerca form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.container table.header td.ricerca form select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Bar */

table.container td.bar {
}

table.container td.bar table.bar {
	width: 100%;
	background-color: #626262;
	border-bottom: solid 4px #839bc8;
}

table.container td.bar table.bar td {
	text-align: center;
	line-height: 24px;
	font-size: 12px;
}

table.container td.bar table.bar td.item {
	color: #ffffff;
	border-right: solid 1px #ffffff;
}

table.container td.bar table.bar td.item a {
	color: #ffffff;
	text-decoration: none;
}

table.container td.bar table.bar td.item a:hover {
	color: #839bc8;
}

table.container td.bar table.bar td.itemSelected {
	color: #ffffff;
	border-right: solid 1px #ffffff;
	background-color: #839bc8;
}

table.container td.bar table.bar td.itemSelected a {
	color: #ffffff;
	text-decoration: none;
}

table.container td.bar table.bar td.lastItem {
	color: #ffffff;
}

table.container td.bar table.bar td.lastItem a {
	color: #ffffff;
	text-decoration: none;
}

table.container td.bar table.bar td.lastItem a:hover {
	color: #839bc8;
}

table.container td.bar table.bar td.lastItemSelected {
	color: #ffffff;
	background-color: #839bc8;
}

table.container td.bar table.bar td.lastItemSelected a {
	color: #ffffff;
	text-decoration: none;
}

/* Intro */

table.container td.intro {
}

table.container td.intro object {
	float: left;
}

/* Body */

table.container td.body {
}

/* Main */

table.container td.body table.main {
	width: 100%;
}

/* Menu */

table.container td.body table.main td.menu {
	padding-right: 5px;
	width: 250px;
	vertical-align: top;
}

/* Banner */

table.container td.body table.main td.menu div.banner {
	margin-bottom: 5px;
	width: 250px;
	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;
}

/* Box */

table.container td.body table.main td.menu div.box {
	width: 250px;
	border-bottom: solid 1px #839bc8;
}

table.container td.body table.main td.menu div.box div.header {
	padding-left: 10px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #f0f0f0;
	background-image: url(../images/menu-header-background.gif);
}

table.container td.body table.main td.menu div.box div.body {
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/menu-body-background.gif);
}

table.container td.body table.main td.menu div.box div.body div.item {
	padding: 3px 0px;
	border-bottom: solid 1px #839bc8;
}

table.container td.body table.main td.menu div.box div.body div.item a {
	color: #333333;
	text-decoration: none;
}

table.container td.body table.main td.menu div.box div.body div.item a:hover {
	color: #ff7700;
}

table.container td.body table.main td.menu div.box div.body div.itemSelected {
	padding: 3px 0px;
	border-bottom: solid 1px #839bc8;
}

table.container td.body table.main td.menu div.box div.body div.itemSelected a {
	color: #ff7700;
	text-decoration: none;
}

/* Content */

table.container td.body table.main td.content {
	border: solid 1px #839bc8;
	padding: 10px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/content-background.gif);
}

table.container td.body table.main td.content a {
	color: #ff7700;
	text-decoration: none;
}

table.container td.body table.main td.content a:hover {
	color: #839bc8;
	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;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #164575;
	background-image: url(../images/h1-background.gif);
	border: solid 1px #839bc8;
}

table.container td.body table.main td.content h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #6178a3;
}

table.container td.body table.main td.content h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333333;
}

table.container td.body table.main td.content h4 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333333;
}

table.container td.body table.main td.content h5 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333333;
}

table.container td.body table.main td.content h6 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #333333;
}

table.container td.body table.main td.content ul {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style-type: square;
	list-style-image: url(../images/dot-li.gif);
}

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.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: 9px;
}

table.container td.body table.main td.content span.large {
	font-size: 14px;
}

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;
}

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: #839bc8;
}

table.container td.body table.main td.content div.form div.fieldGroup div.fields {
	margin-top: 5px;
	margin-left: 5px;
	border-left: solid 1px #839bc8;
}

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.listTitle {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #164575;
	background-image: url(../images/list-title-background.gif);
	border: solid 1px #839bc8;
}

table.container td.body table.main td.content div.listGroup div.listItems {
}

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.icon {}

table.container td.body table.main td.content div.list div.item div.icon img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #839bc8;
}

table.container td.body table.main td.content div.list div.item div.title {
	font-size: 11px;
	font-weight: bold;
}

table.container td.body table.main td.content div.list div.item div.title a {
	color: #333333;
}

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;
}

/* 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: 114px;
	height: 89px;
	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: #839bc8;
}

table.container td.body table.main td.content div.details div.fields {
	margin-top: 5px;
	margin-left: 5px;
	border-left: solid 1px #839bc8;
	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 #839bc8;
	width: 390px;
	display: block;
}

/* Links */

table.container td.body table.main td.content ul.links {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style-type: square;
	list-style-image: url(../images/icon-li.gif);
}

table.container td.body table.main td.content ul.links li a {
	font-size: 12px;
	color: #839bc8;
}

table.container td.body table.main td.content ul.links li a:hover {
	text-decoration: underline;
}

/* Footer */

table.container td.footer {
}

/* Links */

table.container td.footer div.links {
	text-align: center;
	line-height: 21px;
	font-size: 11px;
	color: #f0f0f0;
	background-color: #333333;
}

table.container td.footer div.links a {
	color: #839bc8;
	text-decoration: none;
}

table.container td.footer div.links a:hover {
	text-decoration: underline;
}

/* Disclamer */

table.container td.footer div.disclamer {
	text-align: center;
	line-height: 21px;
	font-size: 11px;
	color: #777777;
}

table.container td.footer div.disclamer a {
	color: #777777;
	text-decoration: none;
}

table.container td.footer div.disclamer a:hover {
	text-decoration: underline;
}
