/*********** BASE.CSS ***************/
/* This CSS sets the default styles for the base components. */
/* ---------- Browser normalization ---------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	border-bottom: 1px dotted #000;
	cursor: help;
}
body.portal-popup {
	background: none;
	padding: 10px;
}
body.portal-iframe {
	padding: 0;
}
body.html-editor {
	background: #FFF;
	color: #000;
}
blockquote, ul, ol, dl {
	margin: 1em;
}
ol, ul, dl {
	margin-left: 2em;
}
ol li, ul ol li {
	list-style: decimal outside;
}
ul li, ol ul li {
	list-style: disc outside;
}
ul ul li {
	list-style-type: circle;
}
ol ol li {
	list-style-type: upper-roman;
}
dl dd {
	margin-left: 1em;
}
th {
	font-weight: bold;
}
caption {
	margin-bottom: 0.5em;
	text-align: center;
}
p {
	margin-bottom: 1em;
}
/* ---------- Links ---------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
}
/* ---------- Headers ---------- */
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h1, h2, h3 {
	margin: 0;
}
h4, h5, h6 {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 strong {
	font-weight: bold;
	padding: 15px;
}
/* ---------- Text formatting ---------- */
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
code, pre {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}
.important {
	font-weight: bold;
}
/* ---------- Staging area ---------- */
body.staging {
	border: 10px solid #F00;
}
.portal-iframe.staging {
	border: none;
}
/* ---------- Main content body ---------- */
#wrapper {
}
#content-wrapper {
}
.portal-iframe #content-wrapper {
	width: 100%;
}
/* ---------- Banner ---------- */
#banner .logo {
	margin: 0;
}
.current-community {
	display: none;
}
/* ---------- Alerts and popups ---------- */
.alert-background {
	background: #000;
}
.popup-alert-notice {
	background-color: #FFC;
	border-bottom-color: #FC0;
}
.popup-alert-warning {
	background-color: #FDD;
	border-bottom-color: #F00;
}
/* ---------- Portal add content ---------- */
.portal-add-content {
	background: #FFF;
	text-align: left;
	z-index: 20;
}
.portal-add-content a {
	text-decoration: none;
}
/* ---------- Portal tool tips ---------- */
.portal-tool-tip {
	background: #FFF url(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #1E2529;
	max-width: 200px;
	padding: 6px 4px;
}
/* ---------- Loading animation ---------- */
.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}
/* ---------- Separator ---------- */
hr, .separator {
	border-top: 1px dotted #BFBFBF;
}
/* ---------- Update Manager ---------- */
.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}
/* ---------- Text highlighting ---------- */
.highlight {
	background: #FFC;
	font-weight: bold;
	padding: 0 1px;
}
/* Caption table */
caption {
	display: none;
}
/*********** APPLICATION.CSS ***************/
/* ---------- Main ---------- */
.ui-wrapper {
	border: 2px solid #828F95;
}
.ui-wrapper input, .ui-wrapper textarea {
	border: 0;
}
.ui-dialog-overlay {
	background: #000;
	z-index: 400;
}
.results-grid {
	border: 1px solid #DEDEDE;
	border-left: none;
	border-right: none;
	padding: 5px 0;
}
.results-header {
	background: #727C81;
}
.results-header th, .results-header td {
	color: #FFF;
	padding: 5px 10px;
}
.results-header th a, .results-header td a {
	color: #FFF;
}
.results-header .sort-column .result-column-name {
	background: url(../images/arrows/06_up.png) no-repeat 100% 50%;
	font-style: italic;
	padding-right: 15px;
}
.results-header .sort-desc .result-column-name {
	background-image: url(../images/arrows/06_down.png);
}
.ui-autocomplete-even, .results-row td {
	background: #F0F5F7;
	padding: 5px 10px;
}
.ui-autocomplete-odd, .results-row.alt td {
	background: #D3DADD;
}
.ui-autocomplete-over, .results-row.hover td {
	background: #A8D6ED;
}
/* ---------- Breadcrumbs ---------- */
.breadcrumbs {
	margin-bottom: 1.5em;
}
.breadcrumbs .last {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0.2em;
}
/* ---------- Dragging/sorting indicators ---------- */
.lfr-grid.dragging {
	border-collapse: separate;
}
.lfr-grid.dragging .lfr-column {
	border: 3px double #828F95;
}
.drop-area {
	background-color: #D3DADD;
}
.active-area {
	background: #FFC;
}
.ui-proxy {
	cursor: move;
	position: relative;
}
.ui-proxy.generic-portlet {
	height: 200px;
	width: 300px;
}
.ui-proxy.generic-portlet .portlet-title {
	padding: 10px;
}
.ui-proxy.not-intersecting .forbidden-action {
	background: url(../images/application/forbidden_action.png) no-repeat;
	display: block;
	height: 32px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 32px;
}
.ie .ui-proxy.not-intersecting .forbidden-action {
	right: 2px;
	top: 2px;
}
.ui-resizable-proxy {
	border: 1px dashed #828F95;
}
.navigation-sort-helper {
	background: #727C81;
	margin-top: 1px;
}
.portlet-sort-helper {
}
/* ---------- Resizables ---------- */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	background: transparent url() no-repeat 50% 50%;
	display: none;
	font-size: 0.1px;
	position: absolute;
}
.ui-resizable .ui-resizable-handle {
	display: block;
}
.js .ui-resizable-disabled .ui-resizable-handle {
	display: none;
}
.js .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n, .ui-resizable-s {
	background-image: url(../images/application/handle_horizontal.png);
	height: 14px;
	left: 0;
	right: 0;
}
.ui-resizable-n {
	cursor: n-resize;
	top: 0;
}
.ui-resizable-s {
	bottom: 0;
	cursor: s-resize;
}
.ui-resizable-e, .ui-resizable-w {
	background-image: url(../images/application/handle_vertical.png);
	background-position: center center;
	bottom: 0;
	top: 0;
	width: 14px;
}
.ui-resizable-e {
	cursor: e-resize;
	right: 0;
}
.ui-resizable-w {
	cursor: w-resize;
	left: 0;
}
.ui-resizable-ne, .ui-resizable-nw {
	height: 14px;
	top: 0;
	width: 14px;
}
.ui-resizable-ne {
	background-image: url(../images/application/handle_ne.png);
	cursor: ne-resize;
	right: 0;
}
.ui-resizable-nw {
	background-image: url(../images/application/handle_nw.png);
	cursor: nw-resize;
	left: 0;
}
.ui-resizable-se, .ui-resizable-sw {
	bottom: 0;
	height: 14px;
	width: 14px;
}
.ui-resizable-se {
	background-image: url(../images/application/handle_se.png);
	cursor: se-resize;
	right: 0;
}
.ui-resizable-sw {
	background-image: url(../images/application/handle_sw.png);
	cursor: sw-resize;
	left: 0;
}
.freeform .portlet-boundary .ui-resizable-handle {
	margin: 3px;
}
/* ---------- Slider ---------- */
.ui-slider {
	position: relative;
}
.ui-slider-handle {
	position: absolute;
}
.ui-slider-range {
	background: #1E2529;
	height: 100%;
	position: absolute;
	width: 100%;
}
/* ---------- Tabs ---------- */
.ui-tabs {
	border-bottom: 1px solid #DEDEDE;
	margin: 0 0 18px 0;
	padding: 0 0 0 10px;
}
.ui-tabs:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ie .ui-tabs {
	overflow: hidden;
}
.ie6 .ui-tabs {
	height: 1%;
}
.ui-tabs li {
	display: inline;
	float: left;
	line-height: 1;
	padding: 0;
	text-decoration: none;
}
.ui-tabs li.last {
	border-right: none;
}
.ui-tabs li a, .tabs li span {
	background: #878F93 url(../images/application/tabs_bg.png) repeat-x 0 100%;
	border-right: 1px solid #304049;
	color: #FFF;
	display: block;
	float: left;
	padding: 10px;
	position: relative;
	text-decoration: none;
	top: 1px;
}
.ie6 .ui-tabs li a, .ie6 .tabs li span {
	background-image: none;
	border-bottom: 3px solid #304049;
	padding-bottom: 7px;
}
.ui-tabs li a:hover {
	text-decoration: underline;
}
.ui-tabs li a:hover, .ui-tabs li span:hover {
	background: #1E2529;
	color: #9EBAC8;
}
.ui-tabs li.current {
}
.ui-tabs li.current a, .ui-tabs li.current span {
	background: #FFF;
	border: 1px solid #DEDEDE;
	border-bottom: none;
	color: #369;
	font-weight: bold;
}
.ie6 .ui-tabs li.current a, .ie6 .ui-tabs li.current span {
	padding-bottom: 10px;
}
.ui-tabs li.current:hover, .ui-tabs li.current a:hover {
	background-color: #FFF;
}
.ui-tabs .ui-tabs-disabled a {
	cursor: text;
}
.ui-tabs .ui-tabs-disabled a:link, .ui-tabs .ui-tabs-disabled a:visited {
	color: #000;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs .last.toggle {
	float: right;
}
/* ---------- Dialog ---------- */
.ui-dialog {
	background-color: #FFF;
	border: 2px solid #828F95;
	padding: 4px;
}
.ui-dialog .ui-dialog-titlebar {
	background: #1E2529;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	min-height: 28px;
	padding: 0;
	position: relative;
	z-index: 1;
}
.ie .ui-dialog .ui-dialog-container {
	z-index: 1;
}
.ie6 .ui-dialog .ui-dialog-titlebar {
	height: 29px;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: url(../images/application/close.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 5px;
	top: 6px;
	width: 16px;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog.has-title .ui-dialog-title {
	background: url(../images/arrows/04_right.png) no-repeat 7px 50%;
	display: block;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
}
.ui-dialog.ui-resizable .ui-dialog-content {
	padding: 14px;
}
.ui-dialog.ui-resizable-disabled .ui-dialog-content {
	padding: 7px;
}
.ui-dialog .ui-dialog-buttonpane {
	bottom: 8px;
	position: absolute;
	right: 12px;
	text-align: right;
	width: 100%;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}
.ui-dialog.generic-dialog .ui-resizable-handle {
}
/* ---------- Date picker ---------- */
#ui-datepicker-div, .ui-datepicker-inline {
	background: #FFF;
	border: 2px solid #828F95;
	padding: 3px;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
}
.ui-datepicker-inline {
	border: 0;
	display: block;
	float: left;
}
.ui-datepicker-dialog {
	padding: 5px !important;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	color: #000;
	float: left;
	padding: 2px;
}
.ie6 .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
}
.ui-datepicker-control {
	background: #D3DADD;
	border-bottom: 1px solid #AEB8BC;
	margin-bottom: 2px;
}
.ui-datepicker-links {
	background: #727C81;
	margin-bottom: 1px;
	padding: 5px 0;
}
.ui-datepicker-links a {
	color: #FFF;
	display: block;
	margin: 0 5px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	letter-spacing: 1px;
}
.ui-datepicker-links label {
	padding: 2px 5px;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-prev a, .ui-datepicker-next a {
	background: url() no-repeat;
	font-size: 0;
	height: 16px;
	line-height: 0;
	text-indent: -9999em;
	width: 16px;
}
.ui-datepicker-prev a {
	background-image: url(../images/application/datepicker_previous.png);
}
.ui-datepicker-next a {
	background-image: url(../images/application/datepicker_next.png);
}
.ui-datepicker-current {
	float: left;
	line-height: 1.3;
	text-align: center;
	width: 30%;
}
.ui-datepicker-close a {
	background: url(../images/application/close.png) no-repeat;
	display: block;
	float: right;
	height: 16px;
	margin: 5px 5px 5px 0;
	text-indent: -9999em;
	width: 16px;
}
.ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker-header {
	border-bottom: 1px solid #DEDEDE;
	font-weight: bold;
	padding: 5px 0 6px;
	text-align: center;
}
.ui-datepicker-header select {
	background: #727C81;
	border: 0;
	color: #FFF;
	font-weight: bold;
}
.ui-datepicker-header .ui-datepicker-new-month {
	float: left;
	margin-left: 5px;
}
.ui-datepicker-header .ui-datepicker-new-year {
	float: right;
	margin-right: 5px;
}
.ui-datepicker {
	text-align: center;
	width: auto;
}
.ui-datepicker a {
	display: block;
	width: 23px;
}
.ui-datepicker .ui-datepicker-title-row a {
	color: #1E2529;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-days-row {
	background: #FFF;
	color: #727C81;
}
.ui-datepicker-week-col {
	color: #B5BFC4;
}
.ui-datepicker-days-cell a {
	background: #F0F5F7;
	border: 1px solid #FFF;
}
.ui-datepicker-days-cell a:hover {
	background-color: #727C81;
	color: #FFF;
}
.ui-datepicker-current-day a {
	background-color: #FFF;
	border: 1px solid #727C81;
	color: #369;
}
.ui-datepicker-current-day a:hover {
	background-color: #DFF4FF;
	border-color: #AEB8BC;
	color: #06C;
}
.ui-datepicker .ui-datepicker-unselectable {
	color: #B5BFC4;
}
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
}
.ui-datepicker-one-month:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ie .ui-datepicker-one-month {
	height: 1%;
}
.ui-datepicker-new-row {
	clear: left;
}
.ie6 .ui-datepicker-cover {
	display: block;
	height: 200px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 193px;
	z-index: -1;
}
/* ---------- Color picker ---------- */
.ui-colorpicker {
	background-image: url(../images/color_picker/picker_container_bg.png);
	font: 11px Arial, Helvetica, sans-serif;
	height: 192px;
	position: relative;
	width: 305px;
}
.ui-colorpicker-color {
	background-color: #F00;
	background-image: url(../images/color_picker/picker_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 184px;
	left: 8px;
	position: absolute;
	top: 5px;
	width: 184px;
}
.ui-colorpicker-color-handle {
	background-image: url(../images/color_picker/select.png);
	height: 11px;
	position: absolute;
	width: 11px;
}
.ui-colorpicker-hue {
	background-image: url(../images/color_picker/hue.png);
	height: 186px;
	left: 200px;
	position: absolute;
	top: 3px;
	width: 18px;
}
.ui-colorpicker-hue-handle {
	background-image: url(../images/color_picker/color_indic.png);
	height: 7px;
	position: absolute;
	width: 18px;
}
.ui-colorpicker-current {
	background: #FFF;
	border: 2px solid #727C81;
	height: 60px;
	position: absolute;
	right: 10px;
	top: 31px;
	width: 60px;
}
.ui-colorpicker-values {
	left: 230px;
	position: absolute;
	top: 100px;
	width: 60px;
}
.ui-colorpicker-values table {
	width: 100%;
}
.ui-colorpicker-values table input {
	margin-bottom: 1px;
	padding: 3px 1px;
	width: 100%;
}
.ui-colorpicker-rgbR, .ui-colorpicker-rgbG, .ui-colorpicker-rgbB {
	width: 20px;
}
.ui-colorpicker-hex {
	width: 40px;
}
.ui-colorpicker-close {
	background: url(../images/color_picker/close.png) no-repeat 0 0;
	cursor: pointer;
	height: 23px;
	position: absolute;
	right: 3px;
	text-indent: -9999em;
	top: 3px;
	width: 23px;
}
/* ---------- Autocomplete ---------- */
.ui-autocomplete-results {
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	overflow: hidden;
	padding: 0;
	z-index: 300;
}
.ui-autocomplete-results ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-autocomplete-results li {
	cursor: default;
	display: block;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
}
.ui-autocomplete-loading, .ui-autocomplete-loading.focus {
	background-image: url(../images/application/loading_indicator.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.ui-autocomplete-results li strong {
	color: #06c;
	font-weight: bold;
}
/* ---------- Tags ---------- */
.ui-tags {
	display: block;
	padding: 5px 0 2px;
}
.ui-tags:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ie .ui-tags {
	height: 1%;
}
.ui-tags.empty {
	display: none;
}
.ui-tags .ui-tag {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 3px 20px 3px 6px;
	padding-right: 20px;
	position: relative;
}
.ui-tags .ui-tag:hover {
	border-color: #AEB8BC;
}
.ui-tags .ui-tag-delete {
	display: block;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 3px;
}
.ui-tags .ui-tag-delete span {
	background: url(../images/application/close_small.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 7px;
	text-indent: -9999em;
	width: 7px;
}
.ui-tags .ui-tag-delete:hover span {
	background-position: 0 100%;
}
.ui-tags-input {
	width: 200px;
}
.tags-vocabulary-name span {
	font-weight: bold;
	padding-bottom: 3px;
}
/* ---------- Tag cloud ---------- */
.tag-cloud {
	list-style: none;
	margin: 0 1em 0 0;
	padding: 0 1em 0.5em 1em;
	white-space: normal;
}
.tag-cloud li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 1em 0 0;
}
.tag-cloud a {
	white-space: nowrap;
}
/* ---------- Treeview ---------- */
.treeview {
	cursor: pointer;
}
.treeview, .treeview ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.treeview ul {
	background-color: #FFF;
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(../images/trees/treeview_bg.png) no-repeat -64px -25px;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-left: -16px;
	margin-top: 3px;
	width: 16px;
}
.ie6 .hitarea {
	display: inline;
}
.treeview li {
	background: url(../images/trees/treeview_line.png)no-repeat 0 0;
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 16px;
}
.treeview a.selected {
	background-color: #EEE;
}
.treeview-control {
	display: none;
	margin: 1em 0;
}
.treeview .hover {
	cursor: pointer;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 0 -176px;
}
.treeview .expandable-hitarea {
	background-position: -80px -3px;
}
.treeview li.last {
	background-position: 0 -1766px;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background-image: url(../images/trees/treeview_bg.png);
}
.treeview li.lastCollapsable {
	background-position: 0 -111px;
}
.treeview li.lastExpandable {
	background-position: -32px -67px;
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
	background-position: 0;
}
.treeview .placeholder {
	background: url(../images/application/loading_indicator.gif) no-repeat 0 0;
	display: block;
	height: 16px;
	width: 16px;
}
.treeview span {
	padding-left: 3px;
}
.filetree li {
	padding: 3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file {
	display: block;
	padding: 1px 0 1px 16px;
}
.filetree span.folder {
	background: url(../images/trees/minus.png) no-repeat 0 0;
}
.filetree li.expandable span.folder {
	background: url(../images/trees/plus.png) no-repeat 0 0;
}
.filetree span.file {
	background: url(../images/trees/page.png) no-repeat 0 0;
}
/*********** LAYOUT.CSS ***************/
/* This CSS controls the column layout. It is not recommended that you change this file. */
/* ---------- Wrapper ---------- */
.lfr-grid {
	border-collapse: collapse;
	width: 100%;
}
.lfr-grid .lfr-column {
	padding: 0;
}
/* ---------- Column widths ---------- */
.lfr-grid.dragging .lfr-column {
	height: 100px;
	min-height: 100px;
}
/*
.lfr-column.ten {
	width: 10%;
}
.lfr-column.twenty {
	width: 20%;
}
.lfr-column.twentyfive {
	width: 25%;
}
.lfr-column.thirty {
	width: 30%;
}
.lfr-column.forty {
	width: 40%;
}
.lfr-column.fifty {
	width: 50%;
}
.lfr-column.sixty {
	width: 60%;
}
.lfr-column.seventy {
	width: 70%;
}
.lfr-column.seventyfive {
	width: 75%;
}
.lfr-column.eighty {
	width: 80%;
}
.lfr-column.ninety {
	width: 90%;
}
*/
.lfr-column.ten {
	width: 98px;
}
.lfr-column.twenty {
	width: 196px;
}
.lfr-column.twentyfive {
	width: 245px;
}
.lfr-column.thirty {
	width: 294px;
}
.lfr-column.forty {
	width: 392px;
}
.lfr-column.fifty {
	width: 490px;
}
.lfr-column.sixty {
	width: 588px;
}
.lfr-column.seventy {
	width: 686px;
}
.lfr-column.seventyfive {
	width: 735px;
}
.lfr-column.eighty {
	width: 784px;
}
.lfr-column.ninety {
	width: 882px;
}

/* ---------- 1 column ---------- */
.columns-1 #column-1, .columns-max #column-1 {
	clear: both;
	display: table;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
/* ---------- 2 columns ---------- */
.columns-2 #column-1 {
	padding-left: 0;
}
.columns-2 #column-2 {
	padding-right: 0;
}
/* ---------- 3 columns ---------- */
.columns-3 #column-1 {
	padding-left: 0;
}
.columns-3 #column-2 {
}
.columns-3 #column-3 {
	padding-right: 0;
}
/* ---------- 1/2/1 ---------- */
.columns-1-2-1 #column-1, .columns-1-2-1 #column-4 {
	padding-left: 0;
	padding-right: 0;
}
.columns-1-2-1 #column-2 {
	padding-left: 0;
}
.columns-1-2-1 #column-3 {
	padding-right: 0;
}
/* ---------- 2/2 ---------- */
.columns-2-2 #column-1, .columns-2-2 #column-2 {
	padding-left: 0;
}
.columns-2-2 #column-4 {
	padding-right: 0;
}
/* ---------- Freeform ---------- */
.freeform .lfr-column {
	position: relative;
}
.columns-2-2 #column-4 {
	padding-right: 0;
}
/*********** LAYOUT.CSS ***************/
/* This CSS sets the default styles for the main navigation. */
/* ---------- Main navigation ---------- */
#navigation {
}
#navigation ul {
	margin: 0 auto;
}
#navigation ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.ie #navigation ul {
	height: 1%;
}
.ie6 #navigation, .ie6 #navigation ul {
	height: 2em;
	overflow: visible;
}
#navigation li {
	float: left;
	list-style-type: none;
	position: relative;
}
#navigation .child-menu {
	display: none;
}
/*------ Navigation portlet ------*/
.nav-menu li a.ancestor {
	font-weight: bold;
}
.nav-menu li a.selected {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.nav-menu ul {
	padding-left: 10px;
}
/*********** PORTLET.CSS ***************/
/* This CSS sets the default styles for portlets. */
/* ---------- Portlet wrapper and icons ---------- */
.portlet {
	text-align: left;
}
.freeform .portlet {
	margin-bottom: 0;
}
body.portlet {
	border: none;
}
.portlet-topper {
	position: relative;
}
.portlet-title {
	display: block;
	font-weight: bold;
	min-width: 50%;
}
.portlet-title img {
	vertical-align: middle;
}
.portlet-icons {
	margin: 0;
	position: absolute;
	right: 5px;
	text-align: right;
	top: 5px;
}
.portlet-icons .nobr {
	display: block;
	float: left;
	padding: 1px;
}
.portlet-minimized .portlet-content-container {
	padding: 12px 10px 10px;
}
/* Hack per IE7 Allineamento breadcump */
.ie7 #wrapper {
	margin-top: -25px;
}
.portlet-minimized .portlet-content {
	padding: 0;
}
.portlet-icon-back {
	background: url(../images/arrows/01_left.png) no-repeat 0 50%;
	font-weight: bold;
	padding: 3px 0 3px 18px;
}
/* ---------- Panel Page ---------- */
.lfr-panel-page {
	width: 100%;
}
.lfr-panel-page .portlet-title {
	font-size: 13px;
}
.lfr-panel-page #content-wrapper {
	margin: 0;
	width: auto;
}
.lfr-panel-page .lfr-add-content h2 span {
	background-color: #D3DADD;
}
/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info {
	background: #DFF4FF url(../images/messages/info.png) no-repeat 6px 50%;
	border: 1px solid #A7CEDF;
	color: #34404F;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}
.portlet-msg-info.pending {
	background-image: url(../images/common/time.png);
}
/* ---------- Error messages ---------- */
.portlet-msg-error {
	background: #FDD url(../images/messages/error.png) no-repeat 6px 50%;
	border: 1px solid #F00;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}
/* ---------- Warning messages ---------- */
.portlet-msg-alert {
	background: #FFC url(../images/messages/alert.png) no-repeat 6px 20%;
	border: 1px solid #FC0;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}
/* ---------- Success messages ---------- */
.portlet-msg-success {
	background: #F4FDEF url(../images/messages/success.png) no-repeat 6px 50%;
	border: 1px solid #ACDFA7;
	color: #384F34;
	display: block;
	font-weight: bold;
	margin: 2px auto 14px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}
/* messages small font */
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info.small, .portlet-msg-error.small, .portlet-msg-alert.small, .portlet-msg-success.small {
	font-size: 85%;
}
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected, .portlet-section-selected a {
	background: #727C81;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.portlet-section-selected a:hover, .portlet-section-selected a:focus {
	background-color: #727C81;
}
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
	background: #FDD;
	border: none;
}
.alt.restricted td {
	background-color: #FFC0C0;
}
.hover.restricted td {
	background-color: #D3BDC0;
}
.restricted * {
	color: #727C81;
}
.restricted td.col-1, .alt.restricted td.col-1 {
	background-image: url(../images/messages/error.png);
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 28px;
}
/* ---------- Permissions ---------- */
.results-row.lfr-role .col-1, .results-row.hover.lfr-role .col-1 {
	background-image: url();
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.results-row.lfr-role-guest .col-1, .results-row.hover.lfr-role-guest .col-1 {
	background-image: url(../images/common/guest_icon.png);
}
.results-row.lfr-role-regular .col-1, .results-row.hover.lfr-role-regular .col-1 {
	background-image: url(../images/common/user_icon.png);
}
.results-row.lfr-role-community .col-1, .results-row.hover.lfr-role-community .col-1 {
	background-image: url(../images/common/community_icon.png);
}
.results-row.lfr-role-organization .col-1, .results-row.hover.lfr-role-organization .col-1 {
	background-image: url(../images/common/organization_icon.png);
}
/* ---------- Miscellaneous component styles ---------- */
/* ---------- Add content dialog ---------- */
.lfr-portlet-item, .lfr-portlet-item p a {
	font-size: 1em;
}
/* ---------- Actions button ---------- */
.lfr-actions {
}
.lfr-actions, .lfr-actions ul {
	background: #FFF url(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
}
.lfr-actions ul {
	bottom: -1px;
}
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	background: none;
}
.lfr-actions .lfr-trigger strong span {
	background: url(../images/common/action.png) no-repeat 5px 50%;
}
.lfr-actions.left .lfr-trigger strong span {
	background: url(../images/common/action_right.png) no-repeat 98% 50%;
}
.lfr-actions .lfr-trigger li {
	background: transparent;
	border-bottom: 1px solid #DEDEDE;
	padding: 2px;
}
.lfr-actions .lfr-trigger li a {
	padding: 5px 10px 5px 25px;
}
.lfr-actions .lfr-trigger li a:hover {
	background-color: #828F95;
	color: #FFF;
}
.lfr-actions .lfr-trigger li a img {
	left: 3px;
	position: absolute;
}
.lfr-actions .lfr-trigger li.last {
	border-bottom: none;
}
.lfr-actions.portlet-options {
	background: none;
	border: none;
	float: left;
}
.lfr-actions.portlet-options .lfr-trigger {
	padding: 0;
}
.lfr-actions.portlet-options .lfr-trigger strong {
	min-width: 0;
	padding: 1px;
}
.lfr-actions.portlet-options .lfr-trigger strong span {
	background-image: url(../images/portlet/options.png);
	background-position: 0 0;
	display: block;
	height: 16px;
	padding: 0;
	text-indent: -9999em;
	width: 16px;
}
.visible.portlet-options .lfr-trigger strong span {
	background-image: url(../images/portlet/options_selected.png);
}
/* ---------- Calendar taglib ---------- */
.taglib-calendar tr.portlet-section-header th, .taglib-calendar tr td {
	border: none;
}
.taglib-calendar tr td a {
	background-color: #F0F5F7;
	border: 1px solid #FFF;
	border-bottom: none;
	border-left: none;
	display: block;
	height: 15px;
	padding: 5px 0;
}
.taglib-calendar table td {
	border-width: 0;
}
.taglib-calendar tr td a:hover {
	background-color: #727C81;
	color: #FFF;
}
.taglib-calendar .calendar-current-day, .taglib-calendar .calendar-current-day a {
	background-color: #FFF;
}
.taglib-calendar .calendar-current-day a {
	border: 1px solid #727C81;
	color: #369;
	text-decoration: underline;
}
.taglib-calendar tr td.calendar-inactive {
	background-color: #FFF;
	color: #B5BFC4;
}
.taglib-calendar tr th {
	border-bottom-color: #D7D7D7;
}
.ie .taglib-calendar tr td.first a {
	border-right: none;
}
/*********** FORMS.CSS ***************/
/* This CSS sets the default styles for forms. */
fieldset {
	border: 1px solid #BFBFBF;
	padding: 8px;
}
.ie fieldset {
	padding-top: 0;
}
legend {
	font-weight: bold;
	padding: 0 6px;
}
input {
	background: #FFF;
}
input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
	background-image: url(../images/forms/input_shadow.png);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 1px;
}
select {
	padding: 1px;
}
input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	background: #F5F5F5 url(../images/forms/button.png) repeat-x 0 0;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	color: #369;
}
/* ---------- IE6 chokes on attribute selectors in a chain, so we separate them into their own rule ---------- */
.ie6 input.text, input.password, .ie6 input.submit, .ie6 input.file, .ie6 input.button {
	background-image: url(../images/forms/input_shadow.png);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 1px;
}
.ie6 input.submit, .ie6 input.button {
	background: #F5F5F5 url(../images/forms/button.png) repeat-x 0 0;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
}
input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #FFC none;
	border: 1px solid #FC0;
}
/* personalizzazioni campi form */
.invia fieldset {
	border: none;
	padding: 10px 0px;
	text-align: right;
	margin: 0 5px;
}
/* select menu navigation */
.header_top #myform {
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
	display: block;
	position: absolute;
	top: 4px;
	left: 135px;
}
.header_top form select {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
.formRicerca form select, .formRicerca form input, .formRicerca select, .formRicerca input {
	margin: 0;
	padding: 2px;
	background-color: #FFFFFF;
}
.formRicerca form input[type="radio"], .formRicerca input[type="radio"] {
	border-color: #FFF;
}
.formRicerca {
	margin: 10px 15px;
	color: #363636;
	font-weight: normal;
	font-size: 80%;
}
.formRicerca strong {
	font-weight: normal;
}
.formRicerca .dal-al {
	width: 33px;
	display: block;
	float: left;
	padding-top: 5px;
}
.ie7 .formRicerca .dal-al {
	display: inline;
	padding-top: 5px;
	float: none;
}
.formRicerca .spazio {
	width: 33px;
	display: block;
	float: left;
}
form p {
	margin-bottom: 0;
}
form .blocco {
	position: relative;
	padding: 4px 0;
	float: left;
	min-height: 25px;
}
form .blocco.sx {
	width: 44%;
}
form .blocco.dx {
	width: 55%;
}
form .blocco.intero {
	width: 100%;
}
form .blocco.pulsante {
	width: 100%;
	text-align: left;
	padding: 10px 0 0 0;
}
form .blocco p.etichetta {
	position: absolute;
	top: 8px;
	left: 0;
}
form .blocco p.dati {
	padding-top: 5px;
}
form .blocco.sx p.dati {
	margin-left: 45%;
	padding-top: 2px;
}
form .blocco.dx p.dati {
	margin-left: 40%;
	padding-top: 2px;
}
.ie7 form .blocco.sx p.dati {
	margin-left: 20%;
}
.ie7 form .blocco.dx p.dati {
	margin-left: 24%;
}
form .blocco.intero p.dati {
	margin-left: 20%;
	padding-top: 2px;
}
form .blocco p.dati .etichetta2 {
	display: block;
}
form .blocco input[type="submit"] {
}
/* ricerca*/
.ricerca form input[type="text"] {
	margin: 0 10px 0 20px;
}
.ricerca form .blocco p {
	float: left;
}
/* NEWSLETTER */
.newsletter form select, .newsletter form input {
	margin: 0;
	padding: 2px;
	background-color: #FFFFFF;
}
.newsletter form input[type="radio"] {
	border-color: #FFF;
}
.newsletter {
	margin: 0;
	padding-bottom: 10px;
	color: #363636;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height: 1.5em;
}
.newsletter form {
	padding: 10px;
}
#nascondiMail {
	padding-top: 10px;
}
#insertCategorie td {
	padding: 3px 0;
}
#insertCategorie input {
	margin-right: 5px;
}
.newsletter form p {
	margin-bottom: 0;
}
.newsletter form .blocco {
	padding: 20px 0 7px 0;
	clear: both;
}
.newsletter form .blocco input[type="submit"] {
	margin-left: 0%;
	margin-top: 5px;
}
.newsletter form .newsDx, .newsletter form .newsSx {
	padding: 3px;
}
.newsletter ul, .newsletter li {
	list-style: none inside none;
}
/*********** CUSTOM.CSS ***************/
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* ---------- Base styles ---------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: black;
}
.clearFloat, .separa {
	clear: both;
}
.nascosta {
	display: none;
}
.alignMiddle {
	vertical-align: middle;
}
a {
	cursor: pointer;
}
h5 {
	padding: 10px 20px 5px 20px;
}
/* ---------- Main content body ---------- */
tr#row-1 div {
	background-color: transparent !important;
}
#wrapper {
	/* background: transparent url(../images/common/body_bg.png) repeat-x 0 0;
	*/
}
#content-wrapper {
	margin: 0 auto;
	width: 980px;
}
/* ---------- Banner ---------- */
#banner {
}
#banner h1.logo {
	display: block;
	font-size: 2em;
	left: 5%;
	margin: 25px 0 0;
	padding: 0;
	position: absolute;
}
#banner .logo a {
	text-decoration: none;
}
/* ---------- Main navigation ---------- */
#navigation {
	height: 30px;
	width: 100%;
	padding: 0 !important;
	margin: 0;
	min-height: 30px;
	position: absolute !important;
	top: 0;
	z-index: 0;
}
/* ---------- Add/remove page ---------- */
.js #navigation .enter-page {
	background-color: #1E2529;
	padding: 2px;
}
.js #navigation .enter-page a {
	background: none;
	display: inline;
	font-weight: bold;
	padding: 0;
}
.js #navigation .enter-page .save-page {
	background: url(../images/dock/my_place_current.png) no-repeat 0 50%;
	margin: 0 10px;
	padding-left: 20px;
}
.ie.js #navigation .enter-page .save-page {
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
}
.js #navigation .enter-page .cancel-page {
	display: none;
}
.ie.js #navigation .enter-page {
	padding: 0;
}
.ie.js #navigation .enter-page input.text {
	margin: 2px;
	padding: 3px 1px;
}
.js #navigation {
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
}
.js #add-page {
	background: #020509;
	border: 1px solid #304049;
	border-bottom: none;
	bottom: 100%;
	font-weight: bold;
	position: absolute;
	right: 5%;
}
.js #add-page a {
	display: block;
	text-decoration: none;
}
.js #add-page a span {
	background: url(../images/common/add.png) no-repeat 0 50%;
	display: block;
	margin-left: 15px;
	padding: 5px 20px 2px;
}
/* ---------- Portlet wrapper and icons ---------- */
.portlet {
	background: #FFF;
	border: 10px solid #777;
	margin: 0 0 20px;
	border: none;
}
.portlet-topper {
	background: #020509;
	border-bottom: none;
	padding-right: 40px;
}
.portlet-title {
	color: #FFF;
	padding: 5px;
}
.ie .portlet-title {
	padding-bottom: 5px;
}
.portlet-icon-back, .portlet-icon-back:hover {
	color: #FFF;
}
.lfr-component li img, img.icon {
	vertical-align: inherit;
}
/* ---------- Add Application ---------- */
body.lfr-has-sidebar {
	padding-left: 0;
}
.lfr-has-sidebar #content-wrapper {
	padding-left: 270px;
	width: auto;
}
/* ---------------- Eng -------------------*/
/* Rimosso campo inserimento nuove pagine */
#add-page {
	display: none;
}
/*  Fabio  Allargato il titolo all'intera larghezza della pagina*/
.titolibanner {
	float: left;
	z-index: 1;
	position: relative;
}
/*  FabioAggiunto per posizionare il logo a sinistra e il banner a destra*/
.logo {
	position: relative;
	z-index: 99;
	float: left;
	margin-right: 25px;
}
.logo img {
	height: 100px;
}
.logo a {
	display: block;
}
.banner {
	float: right;
}
/*FabioRimossi bordi azzurri portlet*/
.portlet {
	border: none;
}
.portlet-topper {
	border: none;
}
div.sxInterna div.sxText, div.sxInterna div.sxTextNews, .contenutoSezioneDx, .lfr-column, .contenutoSezioneInf, .portlet-content-container th, .portlet-content-container td {
	border: none;
}
/* Allineamenti generici */
/* Scadenze, contenuti recenti */
.allineaDestra {
	text-align: right;
}
.allineaSinistra {
	text-align: left;
}
.js .interactive-mode {
	margin: -5px;
}
/*FabioClassi per dimensionamento caratteri*/
.carattere_medio {
	font-size: medium;
}
.carattere_grande {
	font-size: large;
}
.margin-sx {
	margin-left: 5px;
}
.intestazioneSup {
	position: relative;
	top: 0;
	width: 100%;
}
.header_top {
	display: block;
	height: 30px;
	clear: both;
	margin-bottom: 5px;
}
.headerMyp {
	position: relative;
	top: 0;
	width: 980px;
	z-index: 10;
	margin: auto;
}
#accessibilita {
	margin: 0;
	padding: 0;
	width: auto;
	text-align: right;
	position: absolute;
	top: 4px;
	right: 10px;
	font-size: 85%;
}
#accessibilita ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#accessibilita ul.inlinea li {
	display: inline;
	color: white;
	padding: 0 2px;
}
#accessibilita ul.inlinea li a {
	color: white;
	text-decoration: none;
	display: inline;
}
#accessibilita ul.inlinea li a.medi {
	font-size: 120%;
}
#accessibilita ul.inlinea li a.grandi {
	font-size: 140%;
}
/* Link per saltare al contenuto, usato nei template */
.hideLinkAccessibilita {
	visibility: hidden;
	position: absolute;
	top: -300px;
}
.intestazioneSup #intestazione {
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	padding: 0;
	width: 980px;
	min-height: 100px;
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
	background-color: white;
}
.intestazioneSup #intestazione .titolibanner h1 {
	margin: 28px 0 0 30px;
	padding: 0;
	font-family: Georgia;
	font-weight: lighter;
	font-size: 285%;
}
.intestazioneSup #intestazione .titolibanner h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-weight: lighter;
	font-style: italic;
	font-size: 170%;
}
#header_bottom {
	border-bottom: 4px solid #CE8387;
	font-size: 85%;
	padding-bottom: 30px;
	margin-top: -12px;
}
#header_bottom .loginSx {
	width: 25%;
	float: left;
	color: #555;
}
#header_bottom .ricerca {
	width: 75%;
	float: right;
	text-align: right;
}
#header_bottom .ricerca form input[type="text"] {
	padding: 3px;
	border-width: 0px;
	background-image: none;
	background-color: #E6C2C2;
	font-size: 105%;
	height: 17px;
}
.ie8 #header_bottom .ricerca form input[type="text"], .ie8 #header_bottom .ricerca form input[type="submit"] {
	height: auto;
	padding: 5px;
}
#header_bottom .ricerca form input[type="submit"] {
	padding: 3px 5px;
	border-width: 0px;
	background-image: none;
	background-color: #9e0c0f;
	font-size: 105%;
	color: #FFF;
}
#header_bottom ul.inlinea {
	list-style: none inside none;
	margin: 0;
	padding: 5px;
}
#header_bottom ul.inlinea li.bottone {
	display: inline;
	list-style: none inside none;
}
#header_bottom ul.inlinea li.bottone a, #header_bottom ul.inlinea li.bottone a:visited {
	color: #555;
}
#header_bottom ul.inlinea li.bottone a:hover {
	color: #9e0c0f;
}
#header_bottom .loginDx {
	width: 45%;
	float: right;
	color: #000;
	position: relative;
}
#header_bottom .logoutDx {
	width: 45%;
	float: right;
	color: #000;
	position: relative;
	text-align: right;
}
#header_bottom .loginDx form {
	position: absolute;
	top: 0;
	right: 5px;
}
#header_bottom .loginDx form fieldset {
	padding: 0;
}
#header_bottom .loginDx .intro_form {
	padding: 5px;
	position: absolute;
	top: 0;
	right: 260px;
}
.ie7 #header_bottom .loginDx .intro_form {
	right: 270px;
}
#header_bottom .loginDx form fieldset input[type="text"] {
	padding: 3px;
	border-width: 0px;
	background-image: none;
	background-color: #E6C2C2;
	font-size: 105%;
	height: 17px;
}
.ie8 #header_bottom .loginDx form fieldset input[type="text"], .ie8 #header_bottom .loginDx form fieldset input[type="submit"] {
	height: auto;
	padding: 5px;
}
#header_bottom .loginDx form fieldset input[type="submit"] {
	padding: 3px 5px;
	border-width: 0px;
	background-image: none;
	background-color: #9e0c0f;
	font-size: 105%;
	color: #FFF;
}
.contenutoSezioneSx, .contenutoSezioneSxServizi, .contenutoSezioneSxTematici, .contenutoSezioneSxEnti, .contenutoSezioneSxLink, .calendar {
	margin: 0;
	width: 100%;
	padding: 0;
	background: transparent url(../images/my-portal/ombre/ombra_center.png) repeat-y top left;
}
/*  Fabio  Cambio il colore delle barre superiori delle portlet*/
tr#row-1 div .portlet-topper, .portlet-topper {
	background-color: #B0B8BC !important;
}
#banner h1.logo a {
	display: none;
}
/*FabioPorto il footer tutto su di una riga*/
.portlet-borderless-container .contenutoSezione .etichetta {
	clear: none;
	float: none;
	padding-right: 5px;
}
.portlet-borderless-container .contenutoSezione .dati {
	clear: none;
	float: none;
	padding-right: 10px;
}
/** FOOTER **/
.bannerFooter {
	margin: 0;
	padding: 0;
}
.bannerFooter a {
	display: block;
}
.bannerFooter div.immagine {
	width: 25%;
	margin: 0;
	padding: 5px 0;
	float: left;
	text-align: center;
}
.bannerFooter div.clearFloat {
	clear: both;
	float: none;
}
.footerDetail {
	padding: 10px 0;
}
.footerDetail div.info_sx {
	font-size: 85%;
	line-height: 1.5em;
	float: left;
	width: 720px;
}
.footerDetail div.info_dx {
	float: right;
	width: 260px;
	text-align: right;
}
/* Footer */
#footer {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 980px;
	font-size: 85%;
}
#footer #bottom ul {
	color: #555555;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding: 0;
}
#footer #bottom ul.inlinea li {
	display: inline;
	font-size: 100%;
	padding-left: 15px;
}
#footer #bottom #bottom_dx ul.inlinea li {
	padding-left: 15px;
}
ul.inlinea li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer #bottom_sx {
	color: #555555;
	font-size: 90%;
	height: 41px;
	line-height: 41px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 560px;
	float: left;
}
#footer .bottom_dx {
	margin: 0;
	padding: 0;
	height: 41px;
	line-height: 41px;
	float: right;
	right: 0;
}
/** MENU **/
.bottomOmbraBox {
	margin: 0 3px;
	padding: 0 0 5px 0;
	background: transparent url(../images/my-portal/ombre/ombra_giu.png) repeat-x bottom center;
}
.titoloMenu h2, .titoloMenuServizi h2, .titoloMenuTematici h2, .titoloMenuEnti h2, .titoloMenuLink h2, .titoloMenuCalendario h2 {
	margin: 0 0 0 5px;
	padding: 7px 0 6px 43px;
	background: transparent url(../images/my-portal/icone/ico_servizi.png) no-repeat 7px 2px;
	font-family: Georgia;
	font-size: 145%;
	font-weight: normal;
	color: #9e0c0f;
}
.menu-contestuale .titoloMenu h2 {
	color: #363636;
	background: transparent url(../images/my-portal/icone/ico_user.png) no-repeat 7px 2px;
	margin-right: 5px;
}
.menu-contestuale, .col_dx {
	margin: 0;
	width: 100%;
	padding: 0;
	background: transparent url(../images/my-portal/ombre/ombra_center.png) repeat-y top left;
}
.menu-contestuale ul {
	margin: 0 5px;
	padding: 0;
	list-style: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 7px;
}
.menu-contestuale ul li {
	margin: 0;
	padding: 5px 0;
	list-style: square outside;
	background-color: #ffffff;
	font-family: Georgia;
	font-size: 100%;
	font-weight: lighter;
}
.menu-contestuale ul li.livello2-open, .menu-contestuale ul li.livello2-close {
	padding-left: 13px;
	list-style-type: none;
}
.menu-contestuale ul li.livello2-voce {
	font-size: 98%;
}
.menu-contestuale ul li a {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 115%;
	font-weight: lighter;
	color: #363636;
	text-decoration: none;
}
.menu-contestuale ul li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* PAGINAZIONE */
div.listPage {
	margin: 0;
	padding: 0 5px;
}
.ricercaRisorseMappa div.listPage {
	padding: 5px 10px;
}
div.listPage ul, div.listPage ul li {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}
div.listPage ul li {
	display: inline;
	padding-right: 8px;
}
div.listPage ul li.attuale {
	font-weight: bold;
}
div.listPage a, div.listPage a:visited {
	color: #363636;
}
/*fine paginazione*/
/** ICONE PERSONALIZZATE PORTLET HTML GENERICO **/
.contenutoSezione .titolo h2.ico_community, .contenutoSezione-ombraSx .titolo h2.ico_community {
	background: transparent url(../images/my-portal/icone/ico_community.png) no-repeat 7px 2px;
}
.contenutoSezione .titolo h2.ico_computer, .contenutoSezione-ombraSx .titolo h2.ico_computer {
	background: transparent url(../images/my-portal/icone/ico_computer.png) no-repeat 7px 2px;
}
.contenutoSezione .titolo h2.ico_info, .contenutoSezione-ombraSx .titolo h2.ico_info {
	background: transparent url(../images/my-portal/icone/ico_info.png) no-repeat 7px 2px;
}
.contenutoSezione .titolo h2.ico_meteo, .contenutoSezione-ombraSx .titolo h2.ico_meteo {
	background: transparent url(../images/my-portal/icone/ico_meteo.png) no-repeat 7px 2px;
}
.contenutoSezione .titolo h2.ico_primo_piano, .contenutoSezione-ombraSx .titolo h2.ico_primo_piano {
	background: transparent url(../images/my-portal/icone/ico_primo_piano.png) no-repeat 7px 2px;
}
.contenutoSezione .titolo h2.ico_trasporti, .contenutoSezione-ombraSx .titolo h2.ico_trasporti {
	background: transparent url(../images/my-portal/icone/ico_trasporti.png) no-repeat 7px 2px;
}
.contenutoSezione .titolo h2.ico_alert, .contenutoSezione-ombraSx .titolo h2.ico_alert {
	background: transparent url(../images/my-portal/icone/ico_alert.png) no-repeat 7px 2px;
}
.contenutoSezioneDx .titolo.rss h2.contenutoSezione-ombraSx .titolo.rss h2 {
	background: transparent url(../images/my-portal/icone/ico_rss.png) no-repeat 7px 2px;
}
/* fine icone */
.news_verticale, .contenutoCentrale {
	background: transparent url(../images/my-portal/ombre/ombra_center_490.png) top left;
}
div.treCol {
	background: transparent url(../images/my-portal/ombre/ombra_center_735.png) top left;
}
div.quattroCol {
	background: transparent url(../images/my-portal/ombre/ombra_tot_980.png) top center;
}
.titolo {
	padding-right: 4px;
}
.titolo p {
	font-weight: bold;
}
.titolo h2 {
	margin: 0 0 0 5px;
	padding: 7px 0 6px 43px;
	font-family: Georgia;
	font-size: 145%;
	font-weight: normal;
}
.titolo-no-icon h2 {
	margin: 0 5px;
	padding: 7px 0 6px 10px;
	font-family: Georgia;
	font-size: 145%;
	font-weight: normal;
}
.contenutoSezioneHP .titolo h2 {
	background: transparent url(../images/my-portal/icone/ico_star.png) no-repeat 7px 2px;
	margin-right: 0;
}
.contenutoSezioneDx .titolo h2 {
	background: transparent url(../images/my-portal/icone/ico_news.png) no-repeat 7px 2px;
	margin-right: 0;
}
.contenutoSezioneNews {
	margin: 0 5px;
	padding: 5px;
	list-style-type: none;
	clear: both;
	font-family: "Trebuchet MS";
	font-size: 85%;
	color: #555555;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}
.contenutoSezioneNews .centro {
	padding: 10px 5px;
}
.contenutoSezioneNews .centro img, .contenitore-generico .storico-news img {
	border: 1px solid #E1E1E1;
	margin: 0 0 0 10px;
	padding: 3px;
	width: 82px;
}
.storico-news p {
	text-align: left;
}
.contenutoCentrale .imgText img {
	border: 1px solid #E1E1E1;
	margin: 10px;
	padding: 3px;
	width: 100px;
}
.contenutoCentrale table .imgText img {
	margin: 0px;
}
.contenutoCentrale .imgText.dettaglio img {
	width: 350px;
}
.contenutoSezioneNews .sxNews {
	width: 112px;
	float: left;
	height: auto !important;
	/* per i browser moderni */
	height: 75px;
	/* per IE5.x e IE6 */
	min-height: 75px;
	/* per i browser moderni */
}
.contenutoSezioneNews h3, .contenutoSezioneNews p {
	margin: 0;
	padding: 0 10px 10px 10px;
}
.contenutoSezioneNews div.leggi-tutto {
	margin: 0 0 0 100px;
	padding: 0 10px;
	clear: both;
}
.contenutoSezioneNews h3 {
	font-family: Georgia;
	font-size: 150%;
	color: #363636;
	font-weight: normal;
}
.contenutoSezioneNews h3 a, .contenutoSezioneNews h3 a:hover, .contenutoSezioneNews h3 a:active {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 135%;
	color: #363636;
	font-weight: normal;
}
.contenutoSezioneNews a, .contenutoSezioneNews a:hover, .contenutoSezioneNews a:active {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 100%;
	color: #363636;
}
.contenutoSezioneNews a:hover h3 {
	text-decoration: underline;
}
/* News home */
.contenutoSezioneNews h3.underline a, .contenutoSezioneNews h3.underline a:active {
	font-size: 100%;
}
.contenutoSezioneNews h3 .underline a:hover {
	font-size: 100%;
	text-decoration: underline;
}
.contenutoSezioneDxAltre {
	margin: 0 5px;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 85%;
	color: #555555;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}
.contenutoSezioneDxAltre p {
	margin: 0;
}
/* link a storico news */
.linkStoricoNews {
	font-family: "Trebuchet MS";
	background-color: #F0F0F0;
	font-size: 85%;
	line-height: 1.5em;
	margin: 0 5px;
	padding: 3px 8px;
	text-align: right;
}
.bordo, .bordo-sottile, .contenitore-generico {
	margin: 0 5px;
}
.contenitore-generico2 {
	margin: 0px 5px;
	padding: 10px;
}
.contenitore-generico2 p, .contenitore-generico2 .dati {
	display: inline;
}
.contenitore-generico2 .pagina {
	margin: 15px 0;
}
.contenitore-generico2 .pagina p {
	display: block;
	margin-bottom: 0;
}
.contenitore-generico2 .pagina .imgText {
	width: 150px;
	float: left;
	margin-bottom: 25px;
}
.contenitore-generico2 .pagina .datiText {
	margin-top: 10px;
	margin-left: 150px;
	line-height: 180%;
}
.contenitore-generico2 .pagina .datiText.no-image {
	margin-left: 0px;
}
.contenitore-generico2 .pagina .imgText img {
	border: 1px solid #E1E1E1;
	margin: 0 0 0 10px;
	padding: 3px;
	width: 82px;
}
.contenitore-generico2 .pagina .datiText.big {
	width: 545px;
}
.contenitore-generico2 .pagina .datiText.big2 {
	/*width: 455px;
	*/
	margin-top: 0;
}
.contenitore-generico2 .pagina .imgText.big {
	width: 350px;
	float: left;
	margin-bottom: 25px;
}
.contenitore-generico2 .imgText.big img {
	border: 1px solid #E1E1E1;
	margin: 10px;
	padding: 3px;
	width: 300px;
}
.contenitore-generico2 .pagina .imgText.big2 {
	width: 250px;
}
.contenitore-generico2 .imgText.big2 img {
	width: 200px;
}
.contenitore-generico2 ul {
	list-style: none inside none;
	margin: 10px;
	font-size: 92%;
}
.contenitore-generico2 ul li {
	list-style: none inside none;
	padding: 7px 0;
}
.pagina ul, .datiText .blocco ul {
	list-style-type: disc;
	margin: 1em 1em 1em 2em;
	font-size: 100%;
}
.pagina ul li, .datiText .blocco ul li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	color: #363636;
}
.datiText .blocco ol li {
	padding: 0;
	color: #363636;
}
.contenitore-generico2 div.article-tool-bar ul li {
	list-style: none inside none;
	height: 20px;
	display: inline;
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #CCC;
}
.datiText .blocco {
	margin-bottom: 10px;
}
.datiText p.etichetta {
	margin-bottom: 5px;
}
.datiText .etichetta, .datiText .etichetta strong, .etichetta strong {
	font-weight: normal;
}
.contenutoSezioneDxNews b {
	font-weight: normal;
}
.contenutoSezioneDxNews ul, .contenutoSezioneDxOtherNews ul {
	margin: 0 5px;
	padding: 0;
	list-style: none outside none;
}
.contenutoSezioneDxNews li, .contenutoSezioneDxOtherNews li {
	margin: 0;
	padding: 7px 15px;
	color: #555555;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 85%;
	line-height: 1.5em;
	list-style: none outside none;
}
.contenutoSezioneDxOtherNews li.newstitolobg {
	background-color: #F4E2E2;
}
.contenutoSezioneDxNews li a, .contenutoSezioneDxNews li a:hover, .contenutoSezioneDxNews li a:active, .contenutoSezioneDxOtherNews li a, .contenutoSezioneDxOtherNews li a:hover, .contenutoSezioneDxOtherNews li a:active {
	margin: 0;
	padding: 0;
	font-size: 115%;
	font-family: Georgia;
	font-weight: normal;
	text-decoration: none;
}
.contenutoSezioneDxNews li a:hover, .contenutoSezioneDxNews li a:active, .contenutoSezioneDxOtherNews li a:hover, .contenutoSezioneDxOtherNews li a:active {
	text-decoration: underline;
}
.contenutoSezioneDxNews .contenutoSezioneDxAltre {
	margin: 0 5px;
	padding: 5px 10px;
}
.contenutoSezioneDxNews.rss li a {
	display: inline;
}
/** stili comuni a portlet statiche **/
.contenutoSezione {
	margin: 0;
	width: 245px;
	padding: 0;
	background: transparent url(../images/my-portal/ombre/ombra_center.png) repeat-y top left;
}
.contenutoSezioneAdmin table {
	font-size: 80%;
}
.contenutoSezione-ombraSx {
	margin: 0;
	padding: 0;
	background: transparent url(../images/my-portal/ombre/ombra_sx.png) repeat-y top left;
}
.contenutoSezione-ombraDx {
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent url(../images/my-portal/ombre/ombra_dx.png) repeat-y top right;
}
.contenutoSezioneHtml {
	padding-bottom: 10px;
}
.contenutoSezioneHtml p, .contenutoSezioneHtml .blocco p {
	padding: 7px 15px;
	color: #555555;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
}
.contenutoSezioneHtml h2, .contenutoSezioneHtml .blocco h2 {
	padding: 7px 15px 0;
	color: #000;
	font-size: 120%;
	font-family: Georgia;
	font-weight: normal;
	line-height: 1.5em;
}
.contenutoSezioneHtml img, .contenutoSezioneHtml .blocco img {
	padding: 10px 0;
}
.contenutoSezioneHtml a, .contenutoSezioneHtml .blocco a {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0;
}
.contenutoSezioneHtml .blocco ul, .contenutoSezioneHtml .blocco ul li {
	list-style-type: disc;
}
.contenutoSezioneHtml .blocco ol, .contenutoSezioneHtml .blocco ol li {
	padding-left: 15px;
}
.contenutoSezioneHtml table, .contenutoSezioneHtml .blocco table {
	margin-left: 15px;
}
.contenutoSezioneHtml table, .contenutoSezioneHtml td, .contenutoSezioneHtml th {
	padding: 5px;
}
/*** 4 voci menu orizzontale ***/
.boxAmministrazione, .boxServizi, .boxVivere, .boxServiziOnLine {
	margin: 0;
	padding: 0;
	width: 245px;
	min-height: 102px;
	text-align: left;
	font-size: 100%;
	font-family: Georgia;
	line-height: 16px;
	float: left;
	color: #363636;
}
#menu-orizzontale {
	margin: 0;
	padding-top: 10px;
	list-style: none;
}
#menu-orizzontale li {
	list-style: none;
}
#menu-orizzontale .boxAmministrazione {
	background-image: url(../images/my-portal/tab/tab_istituzionale.png);
}
#menu-orizzontale .boxServizi {
	background-image: url(../images/my-portal/tab/tab_servizi.png);
}
#menu-orizzontale .boxVivere {
	background-image: url(../images/my-portal/tab/tab_vivere.png);
}
#menu-orizzontale .boxServiziOnLine {
	background-image: url(../images/my-portal/tab/tab_online.png);
}
/* scelta colori box   #menu-orizzontale*/
#menu-orizzontale .arancio {
	background-image: url(../images/my-portal/tab/tab_istituzionale.png);
}
#menu-orizzontale .verde {
	background-image: url(../images/my-portal/tab/tab_servizi.png);
}
#menu-orizzontale .blu {
	background-image: url(../images/my-portal/tab/tab_vivere.png);
}
#menu-orizzontale .rosso {
	background-image: url(../images/my-portal/tab/tab_online.png);
}
/* box #menu-orizzontale attivi*/
#menu-orizzontale .arancio.active {
	background-image: url(../images/my-portal/tab/tab_istituzionale_sel.png);
}
#menu-orizzontale .verde.active {
	background-image: url(../images/my-portal/tab/tab_servizi_sel.png);
}
#menu-orizzontale .blu.active {
	background-image: url(../images/my-portal/tab/tab_vivere_sel.png);
}
#menu-orizzontale .rosso.active {
	background-image: url(../images/my-portal/tab/tab_online_sel.png);
}
/* box #menu-orizzontale attivi*/
#menu-orizzontale .arancio.active h2, #menu-orizzontale .verde.active h2, #menu-orizzontale .blu.active h2, #menu-orizzontale .rosso.active h2 {
	font-weight: bold;
}
.boxAmministrazione h2, .boxServizi h2, .boxVivere h2, .boxServiziOnLine h2 {
	margin: 0;
	padding: 16px 0 0 14px;
	font-family: Georgia;
	font-size: 170%;
	;
	font-weight: normal;
}
.contenutoboxAmministrazione, .contenutoboxServizi, .contenutoboxVivere, .contenutoboxServiziOnLine {
	margin: 0;
	padding: 20px 14px 6px 14px;
	font-size: 110%;
	font-family: Georgia;
	line-height: 16px;
}
#menu-orizzontale a, #menu-orizzontale a:visited {
	color: #363636;
}
#menu-orizzontale a:hover {
	color: #000;
}
/*-----calendario-----*/
.calendar .titolo h2 {
	background: transparent url(../images/my-portal/icone/ico_calendar.png) no-repeat 7px 2px;
	color: #8F5D12;
}
table.calendario {
	margin: 0 5px;
	padding: 0 0 5px 0;
	width: 96%;
	font-size: 80%;
}
table.calendario td {
	margin: 0;
	padding: 0;
	color: #363636;
	text-decoration: none;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	border: 2px solid white;
}
table.calendario a, table.calendario a:link, table.calendario a:visited, table.calendario ul.inlinea li a, table.calendario ul.inlinea li a:link, table.calendario ul.inlinea li a:visited {
	display: block;
	margin: 0;
	padding: 0;
	color: #363636;
}
.button, .nav {
	text-align: center;
	font-weight: bold;
	font-size: 90%;
}
.day {
	text-align: center;
	background-color: #f4e2e2;
}
.day a.evento {
	text-align: center;
	color: #9E0C0F;
	text-decoration: underline;
	font-weight: bold;
}
tr.daynames .day {
	text-align: center;
	background-color: white;
	font-size: 90%;
}
.today {
	color: #990000;
	background-color: #ce8387;
	text-align: center;
	font-weight: bold;
}
.today a {
	color: #990000;
	background-color: #ce8387;
}
.day img, .today img {
	float: left;
	margin: 0px;
	padding: 0px;
}
.calgiorno {
	font-weight: bold;
}
/*-----fine calendario-----*/
/* portlet di ricerca */
.segnalazione {
	font-size: 85%;
	color: #444;
	margin: 5px;
	margin-bottom: 20px;
}
.risultato, .info-seduta {
	font-size: 90%;
	padding: 5px;
	min-height: 1px;
}
.contenitore-generico, .contenitore-generico2 {
	color: #363636;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height: 1.5em;
}
.contenitore-generico2.autocertificazione {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contenitore-generico h3, .contenitore-generico2 h3 {
	font-size: 125%;
	padding: 10px;
	text-align: center;
}
.contenitore-generico2 .note {
	font-size: 90%;
	padding-left: 5px;
	display: block;
}
.contenitore-generico2 .blocco .note {
	padding-left: 0;
	padding-bottom: 10px;
}
.contenitore-generico2 .note p {
	margin: 0;
	margin-bottom: 0;
}
p.seduta, p.titolo-sezione, div.seduta, div.titolo-sezione {
	margin: 0;
	padding: 15px 5px 5px 5px;
	font-family: Georgia;
	font-size: 145%;
	font-weight: normal;
}
.blocco ul, .blocco ul li {
	list-style: none inside none;
	color: #555555;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height: 1.5em;
}
.blocco ol, .blocco ol li {
	color: #555555;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 10px;
}
.blocco p.titolo-sezione, .blocco .titolo-sezione {
	padding: 5px 5px 5px 0;
}
.contenitore-generico table, .contenitore-generico2 table {
	font-size: 90%;
}
.contenitore-generico2.autocertificazione table {
	font-size: 100%;
}
.contenitore-generico2.autocertificazione table td {
	padding: 5px 5px 5px 0;
}
.contenitore-generico2.autocertificazione table td input[type="text"] {
	margin-right: 5px;
	width: 150px;
}
.contenitore-generico2.autocertificazione .formRicerca {
	margin: 0;
}
.contenitore-generico table th, .contenitore-generico2 table th {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
.albo-left table.tableList {
	border: 1px solid #ccc;
	margin: 10px 0;
}
.albo-left table.tableList tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.tableList {
	margin: 10px 5px;
	width: 98%;
	text-align: center;
	line-height: 1.2em;
}
table.tableList.fourCol-albo {
	margin-top: 25px;
}
table.tableList td {
	padding: 5px;
}
table.tableList th span {
	display: block;
}
table.tableList thead tr th {
	padding: 5px 0;
}
table.tableList caption {
	padding: 5px 0;
	text-align: left;
	font-family: Georgia;
	font-size: 145%;
	font-weight: normal;
	margin: 0;
}
/* tabella 2 colonne */
table.tableList.twoCol .colonna-1 {
	width: 65%;
}
table.tableList.twoCol .colonna-2 {
	width: 35%;
}
/* tabella 3 colonne */
table.tableList.threeCol .colonna-1 {
	width: 20%;
}
table.tableList.threeCol .colonna-2 {
	width: 60%;
}
table.tableList.threeCol .colonna-3 {
	width: 20%;
}
/* tabella 4 colonne */
table.tableList.fourCol .colonna-1 {
	width: 15%;
}
table.tableList.fourCol .colonna-2 {
	width: 60%;
}
table.tableList.fourCol .colonna-3 {
	width: 15%;
}
table.tableList.fourCol .colonna-4 {
	width: 10%;
}
/* tabella 4 colonne ALBO*/
table.tableList.fourCol-albo .colonna-1 {
	width: 30%;
}
table.tableList.fourCol-albo .colonna-2 {
	width: 20%;
}
table.tableList.fourCol-albo .colonna-3 {
	width: 20%;
}
table.tableList.fourCol-albo .colonna-4 {
	width: 20%;
}
/* tabella 4 colonne incarichi*/
table.tableList.fourCol.incarichi .colonna-1 {
	width: 15%;
}
table.tableList.fourCol.incarichi .colonna-2 {
	width: 15%;
}
table.tableList.fourCol.incarichi .colonna-3 {
	width: 40%;
}
table.tableList.fourCol.incarichi .colonna-4 {
	width: 30%;
}
/* tabella 5 colonne */
table.tableList.fiveCol .colonna-1 {
	width: 15%;
}
table.tableList.fiveCol .colonna-2 {
	width: 8%;
}
table.tableList.fiveCol .colonna-3 {
	width: 60%;
}
table.tableList.fiveCol .colonna-4 {
	width: 10%;
}
table.tableList.fiveCol .colonna-5 {
	width: 7%;
}
table.tableList.fiveCol.regmod .colonna-1 {
	width: 20%;
}
table.tableList.fiveCol.regmod .colonna-2 {
	width: 8%;
}
table.tableList.fiveCol.regmod .colonna-3 {
	width: 30%;
}
table.tableList.fiveCol.regmod .colonna-4 {
	width: 30%;
}
table.tableList.fiveCol.regmod .colonna-5 {
	width: 8%;
}
/* tabella 4 colonne regmod */
table.tableList.fourCol.regmod .colonna-1 {
	width: 40%;
}
table.tableList.fourCol.regmod .colonna-2 {
	width: 20%;
}
table.tableList.fourCol.regmod .colonna-3 {
	width: 25%;
}
table.tableList.fourCol.regmod .colonna-4 {
	width: 15%;
}
table.tableList.fourCol.regmod .colonna-1 td {
	text-align: left;
}
/* tabella 6 colonne */
table.tableList.sixCol .colonna-1 {
	width: 15%;
}
table.tableList.sixCol .colonna-2 {
	width: 10%;
}
table.tableList.sixCol .colonna-3 {
	width: 50%;
}
table.tableList.sixCol .colonna-4 {
	width: 13%;
}
table.tableList.sixCol .colonna-5 {
	width: 10%;
}
table.tableList.sixCol .colonna-6 {
	width: 7%;
}
/* tabella 6 colonne eventi */
table.tableList.sixCol.eventi .colonna-1 {
	width: 15%;
}
table.tableList.sixCol.eventi .colonna-2 {
	width: 15%;
}
table.tableList.sixCol.eventi .colonna-3 {
	width: 10%;
}
table.tableList.sixCol.eventi .colonna-4 {
	width: 10%;
}
table.tableList.sixCol.eventi .colonna-5 {
	width: 43%;
}
table.tableList.sixCol.eventi .colonna-6 {
	width: 7%;
}
/* tabella 6 colonne impianti sportivi */
table.tableList.sixCol.impianti-sportivi .colonna-1 {
	width: 15%;
}
table.tableList.sixCol.impianti-sportivi .colonna-2 {
	width: 15%;
}
table.tableList.sixCol.impianti-sportivi .colonna-3 {
	width: 25%;
}
table.tableList.sixCol.impianti-sportivi .colonna-4 {
	width: 15%;
}
table.tableList.sixCol.impianti-sportivi .colonna-5 {
	width: 15%;
}
table.tableList.sixCol.impianti-sportivi .colonna-6 {
	width: 25%;
}
/* tabella 8 colonne assenze-presenze */
table.tableList.sixCol .colonna-1 {
	width: 15%;
}
table.tableList.sixCol .colonna-2 {
	width: 10%;
}
table.tableList.sixCol .colonna-3 {
	width: 10%;
}
table.tableList.sixCol .colonna-4 {
	width: 25%;
}
table.tableList.sixCol .colonna-5 {
	width: 10%;
}
table.tableList.sixCol .colonna-6 {
	width: 10%;
}
table.tableList.sixCol .colonna-7 {
	width: 10%;
}
table.tableList.sixCol .colonna-8 {
	width: 10%;
}
table.tableList ul, table.tableList ul li {
	padding: 0;
	margin: 0;
	list-style: none inside none;
}
/** Galleria fotografica **/
.photoGallery {
	color: #363636;
	font-family: "Trebuchet MS";
	font-weight: normal;
	line-height: 1.5em;
}
.photoGallery .listPhoto {
	margin: 15px 0;
}
.photoGallery .listPhoto .items {
	margin: 10px;
	padding: 10px;
	float: left;
	text-align: center;
	border: 1px solid #DDD;
}
/** Beneficiari */
table.tableList th.alboBeneficiari {
	text-transform: capitalize;
}
table.tableList .alboBeneficiari {
	text-align: left;
}
.totale {
	font-weight: bold;
}
/*Larghezza interlinea */
.interlineaDoppio {
	line-height: 200%;
}
/** Organigramma **/
.contenitore-generico2 ul.listOrganigramma {
	list-style: none inside none;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.contenitore-generico2 ul.boxDocPrev {
	list-style: none inside none;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.contenitore-generico2 ul.boxDocPrev li {
	list-style: none inside none;
}
.contenitore-generico2 ul.listOrganigramma li {
	list-style: none inside none;
	padding: 0 0 0 35px;
	line-height: 250%;
}
.contenitore-generico2 ul.listOrganigramma li {
	background-image: url(../images/my-portal/icone-small/lista-organigramma.png);
	background-repeat: no-repeat;
	background-position: 10px 14px;
}
table.tableList.organigramma {
	margin: 10px 5px;
	width: 98%;
	text-align: left;
	line-height: 1.2em;
}
table.tableList.organigramma th {
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}
.contenitore-generico2 .organigramma .bgfeltrinoData, .contenitore-generico2 .organigramma .bgfeltrino-tbData {
	font-size: 100%;
}
.listOrganigramma .f.pointed {
	list-style: disc;
	background-image: none;
	margin-left: 25px;
	padding-left: 10px;
}
/** Gruppi consiliari **/
.testa-gruppo {
	padding: 10px 0 0 0;
}
.testa-gruppo .imgGruppo {
	width: 70px;
	float: left;
}
.testa-gruppo .imgGruppo img {
	width: 65px;
	margin: 5px;
}
.testa-gruppo .textGruppo {
	width: 390px;
	float: left;
}
.contenitore-generico2 ul.listOrganigramma li.noListStyle {
	background-image: none;
}
/* stampa ed invia per email*/
.article-tool-bar ul, .article-tool-bar ul li {
	list-style: none inside none;
	font-size: 85%;
	padding: 0;
	margin: 10px 0;
	text-align: right;
}
.article-tool-bar ul li {
	display: inline;
	padding: 5px 15px 5px 25px;
	margin: 0;
}
.article-tool-bar ul li.send-mail {
	background: transparent url(../images/my-portal/icone/email.png) no-repeat center left;
}
.article-tool-bar ul li.printable {
	background: transparent url(../images/my-portal/icone/print.png) no-repeat center left;
}
.fotoRicerca {
	max-width: 80px;
	max-height: 80px;
}
/* Servizio generico */
.sevizioGenericoRight {
	padding-left: 3em;
}
/* Associazioni */
.three-col .contenitore-generico2 .pagina .sxTextInterna .etichetta.colorato, .three-col .contenitore-generico2 .pagina .sxTextInterna p {
	display: inline;
}
.three-col  .contenitore-generico2 .pagina .sxTextInterna .blocco .datiText {
	padding-bottom: 18px;
}
/* Sezione privata */
.error {
	display: block;
}
.contenutoSezioneAdmin .titolo h2, .admin-area .titolo h2 {
	background: transparent url(../images/my-portal/icone/ico_servizi.png) no-repeat 7px 2px;
	margin-right: 0;
	border-bottom-color: #F59200;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
.admin-area {
	clear: both;
	padding: 7px 30px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 85%;
	line-height: 1.5em;
	margin: 0 5px;
	text-align: left;
	list-style-type: none;
	color: #555555;
	line-height: 1.5em;
	border-bottom-color: #AAA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.admin-area-submit {
	text-align: center;
}
.contenutoSezioneAdminDx {
	padding: 10px 20px 10px 10px;
	float: right;
}
.contenutoSezioneAdminSx {
	padding: 10px 10px 10px 20px;
	float: left;
}
.admin-area .formRicerca form select, .admin-area .formRicerca form input, .admin-area .newsletter form select, .admin-area .newsletter form input {
	border-color: #AAA;
}
.userFrame {
	height: 25px;
	margin: 30px 0 15px 0;
	background-color: #B0B8BC;
}
/* Newsletter */
.marginBottom {
	border-bottom-color: #AAA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.content-console-admin {
	padding-left: 5px;
	padding-right: 5px;
}
.admin-area .etichetta strong {
	font-weight: bold;
}
/* tabella 4 colonne */
table.tableListnewsletter.fourCol .colonna-1 {
	width: 30%;
}
table.tableListnewsletter.fourCol .colonna-2 {
	width: 30%;
}
table.tableListnewsletter.fourCol .colonna-3 {
	width: 15%;
}
table.tableListnewsletter.fourCol .colonna-4 {
	width: 15%;
}
/* tabella 5 colonne */
#insertCategorie table.tableList.fiveCol .colonna-1 {
	width: 30%;
}
#insertCategorie table.tableList.fiveCol .colonna-2 {
	width: 20%;
}
#insertCategorie table.tableList.fiveCol .colonna-3 {
	width: 40%;
}
#insertCategorie table.tableList.fiveCol .colonna-4 {
	width: 5%;
}
table.tableList.fiveCol .colonna-5 {
	width: 5%;
}
/* Albo pretorio */
.ricercaAlboPretorio {
	clear: both;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 2px;
	padding-top: 7px;
}
.ricercaAlboPretorio form .blocco.dx p.dati {
	margin-left: 35%;
	padding-top: 2px;
}
/* IE8 hack per ricerca Albo pretorio */
* html #searchAlboP .blocco.sx {
	width: 45%;
}
* html #searchAlboP .blocco.sx p.dati {
	margin-left: 46%;
}
/* IE7 hack per ricerca Albo pretorio */
.i7 #searchAlboP .blocco.sx p.dati {
	width: 44%;
}
.ie7 form #searchAlboP .blocco.sx p.dati {
	margin-left: 20%;
}
.formRicercaPrivata  a, .bottone__, .bottone__:visited {
	background-image: url("../images/forms/button.png");
	border: 1px solid #CE8387;
	padding: 3px 5px;
	font-weight: bold;
	color: #34404F;
	font: bold 1em Arial, Helvetica, Verdana, sans-serif;
}
a.bottone__:hover {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	color: #369;
	text-decoration: none;
}
.nav-menu .nav-menu-style- div a {
	padding: 7px 0 6px 43px;
	font-family: Georgia;
	font-size: .7em;
	font-weight: bold;
	text-transform: capitalize;
}
.tableList thead tr th .bgfeltrinoData span {
	font-size: 75%;
}
.tableList .bgfeltrinoData span {
	padding-right: 5px;
}
.small {
	font-size: 75%;
}
/* Tabella storico generato */
.contenutoSezione-ombraSx .contenutoSezione-ombraDx .contenitore-generico .table .bgfeltrino-tbData {
	padding-left: 5px;
}
/****** Mappa *****/
/* CSS Document */
#SiteMap {
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 720px;
}
#SiteMap #colonna {
	float: left;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 220px;
}
#colonna ul {
	background-color: #FAFAFA;
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 5px;
}
#colonna li {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
#colonna li.titleMap {
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000000;
	display: block;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
#colonna li.linkMap {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 1px;
}
#colonna li.linkMap a, #colonna li.linkMap a:visited {
	color: #4D4D4D;
	text-decoration: none;
}
#colonna li.linkMap a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#SiteMap #colonna li.linkMap ul {
	margin-bottom: 0px;
}
/* Servizio centralizzato di configurazione */
.listFontSmall {
	font-size: 90%;
}
.tdRtl {
	max-width: 130px;
	overflow: hidden;
	direction: rtl;
}
th.listHeader {
	background: #DCE1E4;
	border: 1px solid #CCC;
	text-align: center;
}
.tableList.configurationClient {
	text-align: left;
}
.tableList.configurationClient .even {
	background-color: #F7F3E8
}
.tableList.configurationClient tr td input {
	margin: 2px;
}
.tableList.configurationClient td {
	border: solid 1px #DDDDDD;
}
#padre .navigazione {
	margin-bottom: 10px;
}
/* Eventi */
.day a.evento.eventiAttivi {
	color: red;
}
/* News */
.noteNews {
	float: right;
	text-align: right;
}
/* Avvisi */
.cursorPointer {
	cursor: pointer;
}
/* Uffici */
.blocco ul.lista-uffici-allegati, .blocco .dati ul.lista-uffici-allegati {
	margin-left: 60px;
}
.blocco .lista-uffici-allegati li, .blocco .dati .lista-uffici-allegati li {
	list-style: disc;
	font-size: 100%;
}
/* Breadcrumbs */
.breadcrumbLogged {
	position: absolute;
	top: 390px;
}
.breadcrumbGuest {
	position: absolute;
	top: 210px;
}
.breadcrumbContainer {
	margin: auto;
	width: 980px;
}
/* ----> caption di tutte le tabelle */
table caption.captionHide {
	display: none;
}
/* contentdocumentbrowse-tree.get.html.ftl */
.renderFolderMacro img {
	vertical-align: bottom;
}
.renderContentMacro a {
	text-decoration: none;
}
.renderFolderInPath a, renderFolderGalleryInPath a, .renderFolderOutPath a, .renderFolderGalleryOutPatha {
	font-family: "Trebuchet MS";
	text-decoration: none;
	background-repeat: no-repeat;
}
.renderFolderImg-base {
	background-image: url('../images/my-portal/content_browse/base.gif');
}
.renderFolderImg-folder {
	background-image: url('../images/my-portal/content_browse/folder.gif');
	padding-left: 27px;
}
.renderFolderImg-folderopen {
	background-image: url('../images/my-portal/content_browse/folderopen.gif');
	padding-left: 27px;
}
.renderFolderImg-joinbottom {
	background-image: url('../images/my-portal/content_browse/joinbottom.gif');
}
.renderFolderImg-page {
	background-image: url('../images/my-portal/content_browse/page.gif');
}
#indiceDocumenti, #indiceDocumentiNoteFine {
	margin-top: 10px;
}
#sidebar, #sidebar div {
	float: left;
	width: 100%;
}
#sidebar div span {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-weight: bold;
}
/* Allegato */
.pesoAllegato {
	font-style: italic;
}
/* Autocertificazione */
.autocertificazioneImg {
	height: 30px;
	vertical-align: middle;
}
.blocco.autocertificazione span {
	vertical-align: middle;
	padding: 5px;
}
.blocco.autocertificazione span .bottone__ {
	margin-right: 10px;
	text-transform: capitalize;
}
/* stile pagina risultati di ricerca */
.search-list-element {
	padding: 5px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.search-list-element .link {
	font-size: 85%;
	color: #555;
}
/* Servizio Generico */
.contenitore-blocco .blocco.sx {
	width: 49%;
}
.contenitore-blocco .blocco.dx {
	width: 50%;
}
.contenitore-sottoblocco .blocco.sx {
	width: 44%;
}
.contenitore-sottoblocco .blocco.dx {
	width: 50%;
}
.contenitore-blocco .blocco, .contenitore-sottoblocco .blocco {
	position: relative;
	padding: 4px 0;
	float: left;
	min-height: 25px;
}
.contenitore-blocco p, .contenitore-sottoblocco p {
	margin-bottom: 0px;
	display: block;
	text-align: center;
}
.contenitore-sottoblocco .left {
	text-align: left;
}
.contenitore-blocco , .contenitore-sottoblocco {
	clear: both;
	margin-bottom: 20px;
}
.bordo-sottile {
	clear: both;
}
.contenitore-blocco .dati p {
	text-align: left;
}
.dati.center {
	display: block;
	text-align: center;
}
.banner_intestazione {
	position: absolute;
	overflow: hidden;
	text-align: right;
	width: 100%;
	top: 0;
	left: 0;
}
/* turismo */
.turismolista h3 {
	margin: 0;
	padding: 10px 10px 10px 0;
	font-family: Georgia;
	font-size: 100%;
	color: #363636;
	font-weight: normal;
}
.turismolista h3 a, .turismolista h3 a:hover, .turismolista h3 a:active {
	text-decoration: underline;
}
/* Link simile ad un button per href per esportare in vari formati */
a.esportaExcel, a.esportaExcel:visited, a.esportaPdf, a.esportaPdf:visited, a.esportaDoc, a.esportaDoc:visited, a.esportaOdt, a.esportaOdt:visited, a.esportaHtml, a.esportaHtml:visited {
	background: #F5F5F5 url(../images/forms/button.png) repeat-x 0 0;
	border: 1px solid #CE8387;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
a.esportaExcel span {
	background: transparent url("../images/document_library/excel-16.gif") no-repeat 3px center;
	padding: 3px 3px 3px 25px;
	min-height: 20px;
}
a.esportaPdf span {
	background: transparent url("../images/document_library/pdf.png") no-repeat 3px center;
	padding: 3px 3px 3px 25px;
	min-height: 20px;
}
a.esportaDoc span {
	background: transparent url("../images/document_library/doc.png") no-repeat 3px center;
	padding: 3px 3px 3px 25px;
	min-height: 20px;
}
a.esportaOdt span {
	background: transparent url("../images/document_library/odt.png") no-repeat 3px center;
	padding: 3px 3px 3px 25px;
	min-height: 20px;
}
a.esportaHtml span {
	background: transparent url("../images/document_library/html.png") no-repeat 3px center;
	padding: 3px 3px 3px 25px;
	min-height: 20px;
}
a.esportaExcel:hover, a.esportaExcel:active, a.esportaExcel:focus, a.esportaPdf:hover, a.esportaPdf:active, a.esportaPdf:focus, a.esportaDoc:hover, a.esportaDoc:active, a.esportaDoc:focus, a.esportaOdt:hover, a.esportaOdt:active, a.esportaOdt:focus, a.esportaHtml:hover, a.esportaHtml:active, a.esportaHtml:focus {
	background: #DFF4FF none;
	border-color: #A7CEDF;
	color: #369;
	text-decoration: none;
}
a.esportaExcel:hover span, a.esportaExcel:active span, a.esportaExcel:focus span, a.esportaPdf:hover span, a.esportaPdf:active span, a.esportaPdf:focus span, a.esportaDoc:hover span, a.esportaDoc:active span, a.esportaDoc:focus span, a.esportaOdt:hover span, a.esportaOdt:active span, a.esportaOdt:focus span, a.esportaHtml:hover span, a.esportaHtml:active span, a.esportaHtml:focus span {
	background-color: #DFF4FF;
}
/* Link simile ad un button per href */
a.buttonLike, a.buttonLike:visited {
	background: #F5F5F5 url(../images/forms/button.png) repeat-x 0 0;
	border: 1px solid #CE8387;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}
a.buttonLike:hover, a.buttonLike:active, a.buttonLike:focus {
	background: #DFF4FF none;
	border-color: #A7CEDF;
	color: #369;
	text-decoration: none;
}
a.buttonLike:hover span, a.buttonLike:active span, a.buttonLike:focus span {
	background-color: #DFF4FF;
}
/* SVA */
.boxListaCertificati {
	padding-bottom: 20px;
}
.boxListaCertificati ul li {
	width: 40%;
	float: left;
	padding: 5px 0;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 9% 2% 0
}
.boxDatiCittadino {
	padding-top: 20px;
}
.boxDatiCittadino .sx {
	padding-bottom: 15px;
}
.boxDatiCittadino .dx {
	text-align: right;
}
.tableDatiCittadino table {
	width: 100%;
	margin-top: 20px;
}
.tableDatiCittadino td {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#portletSuperuser .formRicerca {
	margin: 10px 0;
	font-size: 100%;
}
#portletSuperuser form .blocco p {
	font-size: 80%;
}
#portletSuperuser form .blocco p.etichetta {
	float: left;
	width: 49%;
}
#portletSuperuser form .blocco p.dati {
	padding-top: 0px;
}
#portletSuperuser form.formRicerca select {
	max-width: 130px;
}
#portletSuperuser form .blocco.pulsante, #portletSuperuser .blocco.pulsante {
	width: 100%;
	text-align: left;
	padding: 10px 0;
	float: none;
}
#portletSuperuser form .blocco input[type="submit"], #portletSuperuser form .blocco input[type="button"] {
	padding: 4px;
}
#portletSuperuser .bordo-sottile {
	margin: 5px 0;
}
#portletSuperuser .blocco.pulsante a, #portletSuperuser .blocco.pulsante input[type="submit"], #portletSuperuser .blocco.pulsante input[type="button"] {
	display: inline;
}
/* RICERCA FEDERATA */
.ricerca-federata {
	padding: 0 15px;
}
.ricerca-federata .left {
	float: left;
	width: 75%;
}
.ricerca-federata .right {
	float: right;
	width: 25%;
}
.ricerca-federata .titolo-info {
	padding: 10px;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}
.ricerca-federata .titolo-info h3 {
	font-family: Georgia;
	font-size: 130%;
	font-weight: normal;
	line-height: 28px;
	width: 25%;
	float: left;
	padding: 0;
	text-align: left;
	color: #9E0C0F;
}
.ricerca-federata #searchInfo {
	line-height: 28px;
	width: 50%;
	float: left;
	color: #555;
}
#simpleSearch {
	margin: 25px 20px 15px;
}
#simpleSearch label {
	display: block;
	float: left;
	height: 50px;
	line-height: 25px;
	text-align: center;
	width: 25%;
}
#simpleSearch input[type="text"] {
	font-size: 12px;
	margin: 0 25px 0 10px;
	padding: 5px 5px 6px;
	width: 300px;
}
#simpleSearch a, #simpleSearch a:visited {
	font-size: 12px;
	line-height: 35px;
	margin-left: 10px;
}
#advancedSearch {
	margin: 25px 20px 15px;
	line-height: 10px;
}
#advancedSearch label {
	display: block;
	float: left;
	line-height: 25px;
	text-align: right;
	width: 23%;
	padding-right: 2%;
}
#advancedSearch input[type="text"] {
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 6px;
	width: 300px;
}
#advancedSearch select {
	font-size: 12px;
	margin: 0;
	padding: 3px;
}
#advancedSearch input[type="submit"], #advancedSearch input[type="button"] {
	margin-left: 25%;
}
#advancedSearch a, #advancedSearch a:visited {
	font-size: 12px;
	line-height: 35px;
	margin-left: 25%;
}
.ricerca-federata .right div {
	border-top: 1px solid #ddd;
	padding: 10px;
	background-color: #fafafa;
}
.ricerca-federata .right div.facetItem {
	border: none;
	padding: 0;
}
.ricerca-federata .right div span {
	color: #555555;
	font-size: 11px;
	text-transform: uppercase;
}
.ricerca-federata .right div ul {
	margin: 0;
	list-style: none;
}
.ricerca-federata .right div li {
	padding: 4px 0;
	list-style: none;
}
.ricerca-federata-list-item {
	margin: 10px 25px 10px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	color: #000;
	overflow: hidden;
}
.ricerca-federata-format {
	color: #555555;
	font-size: 11px;
}
.ricerca-federata-title {
	font-size: 16px;
	padding: 5px 0;
}
.ricerca-federata-link {
	color: #555555;
	font-size: 11px;
	font-style: italic;
	overflow: hidden;
}
.ricerca-federata-type, .ricerca-federata-date {
	color: #666;
	font-size: 11px;
	padding: 2px 5px 2px 0;
	display: inline;
}
.ricerca-federata-type span, .ricerca-federata-date span {
	color: #363636;
}
.ricerca-federata-pagination {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.ricerca-federata-pagination ul {
	margin: 0;
	list-style: none;
}
.ricerca-federata-pagination li {
	padding: 0 4px;
	list-style: none;
	display: inline;
	color: #9E0C0F;
	font-weight: bold;
}
.ricerca-federata-pagination li .sospensione {
	color: #555;
	font-weight: normal;
}
.ricerca-federata-pagination a, .ricerca-federata-pagination a:visited {
	color: #555;
	font-weight: normal;
}
.ricerca-federata-pagination a.avanti, .ricerca-federata-pagination a.indietro {
	font-size: 20px;
	font-weight: bold;
}
.ricerca-federata-pagination a:hover, .ricerca-federata-pagination a:focus {
	color: #000;
}
/*********** FILODIRETTO.CSS ***************/
/*Bordo inferiore per chiusura portlet centrale, in caso venga cambiata la sezione, ricordarsi di aggiornarlo*/
.error {
	color: red;
}
.contenutoSezioneFiloDiretto {
	margin: 0 5px;
	padding: 5px;
	list-style-type: none;
	clear: both;
	font-family: "Trebuchet MS";
	color: #333;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
}
.contenutoSezioneFiloDiretto input[type="submit"], .contenutoSezioneFiloDiretto input[type="button"], .contenutoSezioneFiloDiretto input[type="reset"] {
	font-size: 12px;
	padding: 4px;
}
.conferma {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.contenutoSezioneFiloDiretto .colorato {
	color: #9E0C0F;
}
table.upload-allegati {
	width: 100%;
	text-align: center;
}
/* Ricerca FAQ */
.formRicerca.faq form .blocco.sx {
	width: 90%;
	margin-bottom: 2em;
}
.formRicerca.faq form .blocco.sx .dati {
	margin-left: 20%;
}
.contenutoSezioneFiloDiretto .blocco.sxButton {
	width: 10%;
	margin-bottom: 2em;
	padding-left: 12%;
	float: left;
}
.contenutoSezioneFiloDiretto .blocco.dxButton {
	width: 10%;
	padding-right: 12%;
	margin-bottom: 2em;
	float: right;
}
table.listaFaq {
	line-height: 1.2em;
	text-align: left;
}
table.listaSegnalazioni {
	line-height: 1.2em;
	text-align: left;
}
.listaSegnalazioni tr.allegati, listaSegnalazioni-BE tr.allegati {
	font-size: 120%;
	padding-top: 10px;
}
.listaFaq, .listaSegnalazioni {
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	width: 98%;
}
.contenutoSezioneFiloDiretto table th, .contenutoSezioneFiloDiretto table th {
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
}
.contenutoSezioneFiloDiretto .listPage {
	min-height: 1px;
	background-color: #F0F0F0;
	padding: 5px;
}
td.center, div.center {
	text-align: center;
}
table.listaFaq {
	border-top: 1px solid #999;
}
table.listaFaq td {
	padding: 5px;
}
table.listaFaq th span, table.listaSegnalazioni th span {
	display: block;
}
.listaFaq .colonna-5, .listaSegnalazioni .colonna-5 {
	width: 5%;
}
.listaFaq .colonna-10, .listaSegnalazioni .colonna-10 {
	width: 10%;
}
.listaFaq .colonna-15, .listaSegnalazioni .colonna-15 {
	width: 15%;
}
.listaFaq .colonna-20, .listaSegnalazioni .colonna-20 {
	width: 20%;
}
.listaFaq .colonna-25, .listaSegnalazioni .colonna-25 {
	width: 25%;
}
.listaFaq .colonna-30, .listaSegnalazioni .colonna-30 {
	width: 30%;
}
.listaFaq .colonna-35, .listaSegnalazioni .colonna-35 {
	width: 35%;
}
.listaFaq .colonna-40, .listaSegnalazioni .colonna-40 {
	width: 40%;
}
.listaFaq .colonna-60, .listaSegnalazioni .colonna-60 {
	width: 60%;
}
.listaFaq .colonna-65, .listaSegnalazioni .colonna-65 {
	width: 65%;
}
.listaFaq .colonna-95, .listaSegnalazioni .colonna-95 {
	width: 95%;
}
table.listaFaq .pari, table.listaSegnalazioni .pari {
	background-color: #FCCED0;
	border-top: 1px solid #999;
}
table.listaFaq .dispari, table.listaSegnalazioni .dispari {
	background-color: #FFFFFF;
	border-top: 1px solid #999;
}
table.listaFaq .urgente, table.listaSegnalazioni .urgente {
	background-color: #FF9B9B;
	/*Rosso*/
}
table.listaFaq .duplicata, table.listaSegnalazioni .duplicata {
	background-color: #FFFF5F;
	/*Giallo*/
}
.orderImageLeft {
	float: left;
}
.orderImageRight {
	float: right;
}
.formRicerca.faqLista {
	margin: 3px 15px;
}
.formRicerca.faqLista form .blocco.sx {
	width: 90%;
	margin-bottom: 2em;
}
.formRicerca.faqLista form .blocco.sx .dati {
	margin-left: 20%;
}
/* Form invio */
.invia.faq {
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	text-align: center;
	width: 98%;
}
span .error, .red, .dati .error, li.error {
	color: red;
}
/* Frontend */
.nuovaComunicazione {
	padding: 5px;
	text-align: right;
}
.formRicerca.filoDiretto {
	font-size: 90%;
}
.formRicerca.filoDiretto .sinistra {
	width: 20%;
}
.formRicerca.filoDiretto .destra {
	width: 80%;
}
table.listaSegnalazioni tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.allegati table {
	width: 100%;
}
.allegati table tr th {
	text-align: center;
	vertical-align: top;
	padding: 2px;
	font-weight: bold;
}
.allegati table tr td {
	text-align: center;
	vertical-align: top;
	padding: 2px;
}
.areaName {
	text-align: left;
}
/* Backend */
.formBEFilodiretto .sinistra {
	float: left;
	padding-left: 12%;
}
.formBEFilodiretto .destraSmall {
	display: block;
	text-align: right;
}
.mappa {
	padding-left: 8%;
	padding-top: 5px;
	padding-bottom: 5px;
}