/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #ffffff;
}

a {
	color: #cc0000;
	text-decoration: underline;
}

a:hover {}

p, h1, h2, h3, h4, h5, h6, ul, ol, pre {
	margin-top: 0px;
	margin-bottom: 15px;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5, h6 {
	font-size: 0.9em;
}

ul {
	list-style-type: square;
}

ol {
	list-style-type: decimal;
}

pre {
	white-space: normal;
}

img {
	border: none;
}

/* FORM */

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

span.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ff0000;
}

div.select {
	height: 100px;
	width: 300px;
	border: 2px inset;
	overflow: auto;
	color: #000000;
	background-color: #ffffff;
}

input.text {
	width: 250px;
	border: solid 1px #888888;
}

input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

input.active {
	background-color: #ffffcc;
}

select.active {
	background-color: #ffffcc;
}

textarea.active {
	background-color: #ffffcc;
}

label {
	font-size: 0.8em;
}

/* TEXT */

.normalText {
	font-size: 0.9em;
}

.smallText {
	font-size: 0.8em;
}

.xsmallText {
	font-size: 0.7em;
}

.xxsmallText {
	font-size: 0.6em;
}

.largeText {
	font-size: 1em;
}

.xlargeText {
	font-size: 1.1em;
}

.xxlargeText {
	font-size: 1.3em;
}

.xxxlargeText {
	font-size: 1.4em;
}

/* COLORS */

.black {
	color: #000000;
}

.blue {
	color: #003399;
}

.gray {
	color: #808080;
}

.red {
	color: #ff0000;
}

.orange {
	color: #cc6600;
}

.green {
	color: #339900;
}

.pink {
	color: #ff00ff;
}

/* CLEAR */

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

/* ALIGN */

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignMiddle {
	vertical-align: middle;
}

.alignTop {
	vertical-align: top;
}

.alignBottom {
	vertical-align: bottom;
}

/* FLOAT */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* WIDTH */

.widthMax {	width: 100%; }
.widthHalf { width: 50%; }
.width0 { width: 0px; }
.width3 { width: 3px; }
.width5 { width: 5px; }
.width10 { width: 10px; }
.width15 { width: 15px; }
.width20 { width: 20px; }

/* HEIGHT */

.heightMax { height: 100%; }
.heightHalf { height: 50%; }
.height0 { height: 0px; }
.height3 { height: 3px; }
.height5 { height: 5px; }
.height10 { height: 10px; }
.height15 { height: 15px; }
.height20 { height: 20px; }

/* MARGIN */

.margin0 { margin: 0px; }
.margin3 { margin: 3px; }
.margin5 { margin: 5px; }
.margin10 { margin: 10px; }
.margin15 { margin: 15px; }
.margin20 { margin: 20px; }

.marginTop0 { margin-top: 0px; }
.marginTop3 { margin-top: 3px; }
.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop20 { margin-top: 20px; }

.marginLeft0 { margin-left: 0px; }
.marginLeft3 { margin-left: 3px; }
.marginLeft5 { margin-left: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft15 { margin-left: 15px; }
.marginLeft20 { margin-left: 20px; }

.marginRight0 { margin-right: 0px; }
.marginRight3 { margin-right: 3px; }
.marginRight5 { margin-right: 5px; }
.marginRight10 { margin-right: 10px; }
.marginRight15 { margin-right: 15px; }
.marginRight20 { margin-right: 20px; }

.marginBottom0 { margin-bottom: 0px; }
.marginBottom3 { margin-bottom: 3px; }
.marginBottom5 { margin-bottom: 5px; }
.marginBottom10 { margin-bottom: 10px; }
.marginBottom15 { margin-bottom: 15px; }
.marginBottom20 { margin-bottom: 20px; }

/* PADDING */

.padding0 { padding: 0px; }
.padding3 { padding: 3px; }
.padding5 { padding: 5px; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }

.paddingTop0 { padding-top: 0px; }
.paddingTop3 { padding-top: 3px; }
.paddingTop5 { padding-top: 5px; }
.paddingTop10 { padding-top: 10px; }
.paddingTop15 { padding-top: 15px; }
.paddingTop20 { padding-top: 20px; }

.paddingLeft0 { padding-left: 0px; }
.paddingLeft3 { padding-left: 3px; }
.paddingLeft5 { padding-left: 5px; }
.paddingLeft10 { padding-left: 10px; }
.paddingLeft15 { padding-left: 15px; }
.paddingLeft20 { padding-left: 20px; }

.paddingRight0 { padding-right: 0px; }
.paddingRight3 { padding-right: 3px; }
.paddingRight5 { padding-right: 5px; }
.paddingRight10 { padding-right: 10px; }
.paddingRight15 { padding-right: 15px; }
.paddingRight20 { padding-right: 20px; }

.paddingBottom0 { padding-bottom: 0px; }
.paddingBottom3 { padding-bottom: 3px; }
.paddingBottom5 { padding-bottom: 5px; }
.paddingBottom10 { padding-bottom: 10px; }
.paddingBottom15 { padding-bottom: 15px; }
.paddingBottom20 { padding-bottom: 20px; }

/* MISCELLANEOUS */

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.noBold {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.noItalic {
	font-style: normal;
}

.underline {
	text-decoration: underline;
}

.noUnderline {
	text-decoration: none;
}

.hidden {
	display: none;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

img.icon {
	vertical-align: middle;
	margin-right: 2px;
}

img.largeIcon {
	vertical-align: middle;
	margin-right: 5px;
}

div.wrapper {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* FORM (TABLE) */

table.form {
	margin-top: 0px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table.form thead th.title {
	padding: 5px;
	border: solid 1px #e7e7e7;
	text-align: center;
	font-weight: bold;
}

table.form tbody td.label {
	width: 20%;
	padding: 5px;
	border: solid 1px #e7e7e7;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	color: #333333;
	background-color: #e7e7e7;
}

table.form tbody td.field {
	width: 80%;
	padding: 5px;
	border: solid 1px #e7e7e7;
	text-align: left;
	vertical-align: middle;
}

table.form tbody td.field div.tip {
	margin-bottom: 5px;
	font-size: 0.8em;
	color: #333333;
}

table.form tbody td.field div.tip label {
	font-size: 1em;
}

table.form tbody td.warning {
	background-color: #ffcccc;
}

table.form tbody td.active {
	background-color: #dff3fa;
}

/* NAVIGATION */

div.navigation {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 0.8em;
}

/* BAR GREY */

div.barGrey {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 4px;
	background-color: #e7e7e7;
}

/* DETAILS (TABLE) */

table.details {
	margin-top: 0px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

table.details thead th.title {
	padding: 5px;
	border: solid 1px #e7e7e7;
	text-align: center;
	font-weight: bold;
}

table.details tbody td.label {
	width: 20%;
	padding: 5px;
	border: solid 1px #e7e7e7;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	color: #333333;
	background-color: #e7e7e7;
}

table.details tbody td.value {
	width: 80%;
	padding: 5px;
	border: solid 1px #e7e7e7;
	text-align: left;
	vertical-align: middle;
}

/* LIST (DIV) */

div.list {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.list div.item {
	margin-bottom: 10px;
}

div.list div.item div.title {
	font-size: 0.9em;
}

div.list div.item div.description {
	font-size: 0.8em;
}

div.list div.item div.footer {
	font-size: 0.8em;
	color: #444444;
}

div.list div.item div.footer a {
	color: #444444;
}

/* LIST (TABLE) */

table.list {
	margin-top: 0px;
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

table.list thead tr th {
	padding: 0px 5px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	background-color: #026c8d;
}

table.list thead tr th div.asc {
	padding-left: 15px;
	background-image: url(../images/order_asc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.list thead tr th div.desc {
	padding-left: 15px;
	background-image: url(../images/order_desc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.list thead tr th a {
	color: #ffffff;
	text-decoration: none;
}

table.list tbody tr td {
	padding: 3px;
	border: solid 1px #f0f0f0;
}

table.list tbody tr.light td {
	background-color: #ffffff;
}

table.list tbody tr.dark td {
	background-color: #f7f7f7;
}

/* PAGES */

div.pages {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* ICON */

div.icon {
	margin-top: 0px;
	margin-bottom: 15px;
	float: left;
	width: 70px;
	text-align: center;
	font-size: 0.8em;
	color: #808080;
	text-decoration: underline;
}

div.icon a {
	color: #008b00;
}

div.icon img {
	display: block;
	margin: 0px auto;
}

/* THUMBNAILS */

table.thumbnails {
	margin-top: 0px;
	margin-bottom: 15px;
}

table.thumbnails td {
	text-align: left;
	vertical-align: top;
}

table.thumbnails td table.thumbnail {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px;
	height: 104px;
}

table.thumbnails td table.thumbnail td.image {
	height: 90px;
	text-align: center;
	vertical-align: middle;
}

table.thumbnails td table.thumbnail td.image img {
	border: none;
	vertical-align: middle;
}

table.thumbnails td table.thumbnail td.title {
	padding-top: 2px;
	font-size: 0.8em;
	text-align: center;
}

/* IMAGE */

div.image {
	margin-top: 0px;
	margin-bottom: 15px;
}

div.image img {
	display: block;
}

/* INFO */

div.info {
	margin-top: 0px;
	margin-bottom: 15px;
	border: solid 1px #ffcc33;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 0.8em;
	background-color: #ffffcc;
	background-image: url(../images/info_background.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* WARNING */

div.warning {
	margin-top: 0px;
	margin-bottom: 15px;
	border: solid 1px #cc0000;
	padding: 5px;
	background-color: #ff9999;
}

/* DESCRIPTION */

div.text {
	margin-top: 0px;
	margin-bottom: 15px;
	border: dashed 1px #407c98;
	padding: 10px;
	overflow: auto;
	background-color: #f7f7f7;
}

div.textSelected {
	margin-top: 0px;
	margin-bottom: 15px;
	border: dashed 1px #407c98;
	padding: 10px;
	overflow: auto;
	background-color: #ffffcc;
}

/* LINKS */

ul.links {
	margin-top: 0px;
	margin-bottom: 15px;
	list-style-image: url(../images/li_icon.gif);
}

/* EDITOR */

div.editor p, div.editor h1, div.editor h2, div.editor h3, div.editor h4, div.editor h5, div.editor h6, div.editor ul, div.editor ol, div.editor pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.editor table.form, div.editor div.navigation, div.editor div.barBlue, div.editor table.details, div.editor div.list, div.editor table.list, div.editor div.pages, div.editor div.icon, div.editor table.thumbnails, div.editor div.image, div.editor div.info, div.editor div.warning, div.editor div.text, div.editor div.textSelected, div.editor ul.links {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* TOOLS */

div#tools {
	margin: 0px 25px;
	height: 30px;
	font-size: 0.8em;
	overflow: hidden;	
}

/* TOOLS > UL */

div#tools ul {
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style: none;
}

div#tools ul li {
	display: inline;
	padding-left: 1.2em;
	padding-right: 1em;
	background-image: url(../images/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#tools ul li a {
	color:#333333;
	text-decoration: none;
}

div#tools ul li a:hover {
	text-decoration: underline;
}

div#tools ul li.linkSelected a {
	text-decoration: underline;
}

/* TOOLS > SEARCH */

div#tools div#search {
	float: right;
	padding-top: 7px;
}

div#tools div#search input.fixed {
	margin-right: 10px;
	border: solid 1px #888888;
}

/* HEADER */

div#header {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	height: 140px;
	background-image: url(../images/header_background.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	overflow: hidden;	
}

/* HEADER > LOGO */

div#header div#logo {
	float: left;
}

div#header div#logo img {
	display: block;	
}

/* HEADER > PAYOFF */

div#header div#payoff {
	padding-left: 20px;
	padding-right: 15px;
	height: 140px;
	background-image: url(../images/header_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}

div#header div#payoff div#payoff_content {
	float: left;
	margin-top: 30px;	
	margin-bottom: 30px;
	margin-right: 10px;
	height: 80px;
	color: #cc0000;
	font-size: 1.2em;
	font-weight: bold;
	overflow: hidden;
}

div#header div#payoff div#logo_comune {
	float: right;
	margin-top: 35px;	
	margin-right: 10px;
	margin-bottom: 30px;
	height: 75px;
	overflow: hidden;
}

/* BAR */

div#bar {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 35px;
	background-image: url(../images/bar_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
}

div#bar ul {
	margin: 0px;
	padding: 0px;
	height: 35px;
	list-style: none;
	line-height: 35px;
	background-image: url(../images/bar_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	overflow: hidden;
}

div#bar ul li {
	float: left;
	width: 20%;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

div#bar ul li.first {
	background-image: url(../images/bar_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#bar ul li.last {
	width: 19%;
}

div#bar ul li a {
	text-decoration: none;
}

div#bar ul li.selected a {
	text-decoration: underline;
}

div#bar ul li.bar_link_red a {
	color: #cc0000;
}

div#bar ul li.bar_link_violet a {
	color: #660066;
}

div#bar ul li.bar_link_green a {
	color: #006600;
}

div#bar ul li.bar_link_blue a {
	color: #01607d;
}

div#bar ul li.bar_link_orange a {
	color: #993300;
}

/* LEFT */

div#left {
	position: absolute;
	top: 225px;
	left: 15px;
	width: 190px;
	z-index: 2;
	background-color: #ffffff;
}

/* LEFT > BOX */

div#left div.box_left {
	margin-bottom: 10px;
	background-image: url(../images/box_left_background.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}

div#left div.box_left div.box_left_header {
	padding-top: 0.9em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.7em;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	background-image: url(../images/box_left_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

div#left div.box_left div.box_left_body {
	padding-bottom: 15px;
	background-image: url(../images/box_left_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#left div.box_left div.box_left_body ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#left div.box_left div.box_left_body ul li {
	padding-top: 0em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	padding-bottom: 0.6em;
	font-size: 0.9em;
}

div#left div.box_left div.box_left_body ul li a {
	text-decoration: none;
	color: #000000;
}

div#left div.box_left div.box_left_body ul li a:hover {
	text-decoration: underline;
}

/* RIGHT */

div#right {
	position: absolute;
	top: 225px;
	right: 15px;
	width: 170px;
	z-index: 1;
	background-color: #ffffff;
}

div#right div.box_right {
	margin-bottom: 10px;
	background-image: url(../images/box_right_background.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}

div#right div.box_right div.box_right_header {
	padding-top: 0.9em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.7em;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	background-image: url(../images/box_right_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

div#right div.box_right div.box_right_body {
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.9em;
	background-image: url(../images/box_right_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#right div.box_right div.box_right_body div.box_right_form_field {
	padding-bottom: 0.5em;
}

div#right div.box_right div.box_right_body div.box_right_form_field select.fixed {
	width: 145px;
}

div#right div.box_right div.box_right_body div.box_right_form_field input.fixed {
	width: 140px;
	border: solid 1px #888888;
}

/* RIGHT > CALENDAR */

div#right div#calendar {
	margin-bottom: 10px;
	background-image: url(../images/box_right_background.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}

div#right div#calendar div#calendar_header {
	padding-top: 0.9em;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.7em;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	background-image: url(../images/box_right_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

div#right div#calendar div#calendar_header a {
	padding: 0.2em;
}

div#right div#calendar div#calendar_body {
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.9em;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	background-image: url(../images/box_right_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div#right div#calendar div#calendar_body table thead {
	font-weight: bold;
}

div#right div#calendar div#calendar_body table tbody td.today {
	color: #cc0000;
	font-weight: bold;
}

/* RIGHT > BANNER */

div#right div.banner {
	margin: 0px 5px;
	width: 160px;
	height: 160px;
}

div#right div.banner img {
	display: block;
}

/* CENTER */

div#center {
	clear: left;
	margin-left: 205px;
	margin-right: 185px;
	padding-left: 15px;
	padding-right: 15px;
}

/* CENTER > CONTENT */

div#center div#content {
	overflow: hidden;
}

/* CENTER > FOOTER */

div#center div#footer {
	height: 15px;
	line-height: 15px;
	font-size: 0.75em;
}