/* 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;
}
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;
}
body {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #ffffff url(../images/common/sfondo.png) repeat scroll;
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
}
body.portal-popup {
	padding: 10px;
}
table {
	clear: both;
}
/* ---------- Links ---------- */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {}
/* ---------- Headers ---------- */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
/* ---------- 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 #c00;
}
/* ---------- Main content body ---------- */
#wrapper {
	margin: 0 auto;
	margin-top: 31px;
	width: 995px;
	background-color: #FFFFFF;
}
/* ---------- Banner ---------- */
#banner {
	background: transparent url(../images/common/banner_polino.jpg) no-repeat scroll;
	width: 995px;
	height: 187px;
	padding: 0px;
	position: relative;
}
#banner .logo {
	display: block;
	float: left;
	font-size: 2em;
	padding: 1.25em 0.6em 1.45em;
}
#banner .logo a {
	text-decoration: none;
}
.ie6 #banner .logo {
	zoom: 1;
}
/* ---------- Drag Indicators ---------- */
#content-wrapper #layout-grid.dragging {
	border-collapse: separate;
}
#content-wrapper #layout-grid.dragging .lfr-column {
	border: 3px double #ACBED5;
}
.drag-indicator {
	border: 2px dashed #036;
	cursor: move;
	font-size: 0;
	position: relative;
}
.drop-area {
	background-color: #000;
	font-size: 0;
	opacity: .10;
}
.ie .drop-area {
	filter: alpha(opacity=10);
}
.drop-position-top {
	background: url(../images/arrows/03_up.png) scroll repeat-x top left;
}
.drop-position-bottom {
	background: url(../images/arrows/03_down.png) scroll repeat-x bottom left;
}
/* ---------- Alerts and popups ---------- */
.alert-background {
	background: #000;
}
.popup {
	background: #fff;
	border: 1px solid #777;
	padding: 0.4em;
	position: absolute;
}
.popup-header {
	background: #EEF0F1 none repeat scroll 0%;
	border-bottom: 1px solid #aaa;
	color: #333;
	cursor: move;
	padding: 5px;
	position: relative;
}
.popup-title {
	font-size: 1.5em;
	font-weight: bold;
	min-height: 1em;
	white-space: nowrap;
	width: 90%;
}
.ie6 .popup-title {
	height: 1em;
}
.popup-close {
	cursor: pointer;
	position: absolute;
	right: 0.5em;
}
.popup-message {
	padding: 5px;
}
.popup-alert-notice {
	background-color: #ffc;
	border-bottom-color: #fc0;
}
.popup-alert-warning {
	background-color: #fcc;
	border-bottom-color: #f00;
}
/* ---------- Portal add content ---------- */
.portal-add-content {
	background: #fff;
	padding: 8px 4px 0;
	text-align: left;
	z-index: 20;
}
.portal-add-content a {
	text-decoration: none;
}
/* ---------- Portal tool tips ---------- */
.portal-tool-tip {
	background: #DCDCDC;
	border: 1px solid #BFBFBF;
	color: #333;
	font-weight: bold;
	max-width: 200px;
	padding: 0.5em 0.3em;
}
/* ---------- Autocomplete styles ---------- */
.autocomplete-box {
	background: #E2ECF2;
	border: 1px solid #ABC6D7;
	color: #333;
	min-width: 200px;
	padding: 0;
}
.ie6 .autocomplete-box {
	width: 200px;
}
.autocomplete-selected {
	background: #C0D5E3;
	border-bottom: 1px solid #ABC6D7;
	border-top: 1px solid #ABC6D7;
	color: #333;
	font-weight: bold;
	padding: 0.5em 0.3em;
}
/* ---------- 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: 1px dotted #CCC;
}
/* ---------- Update Manager ---------- */
.update-available {
	background: url(../images/messages/alert.png) no-repeat top left;
	margin-top: 10px;
	padding: 2px 20px;
	text-align: left;
}
/* ---------- Text highlighting ---------- */
.highlight {
	background: #ffc;
	font-weight: bold;
	padding: 0 1px;
}
/* This CSS controls the column layout. It is not recommended that you change this file. */
/* ---------- Wrapper ---------- */
#content-wrapper #layout-grid {
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	margin-top: 10px;
	font-size:1.2em;
}
#layout-grid .lfr-column {
	padding: 0px;
}
/* ---------- Column widths ---------- */
#layout-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.eighty {
	width: 80%;
}
.lfr-column.ninety {
	width: 90%;
}
.lfr-column.cento {
	width: 100%;
}
/* ---------- 1 column ---------- */
.columns-1 #column-1, .columns-max #column-1 {
	display: table;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	background-color: #FFFFFF;
}
/* ---------- 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;
}
/* This CSS sets the default styles for the main navigation. */
/* ---------- Main navigation ---------- */
#navigation {
	overflow: hidden;
	padding-right:1em;
	margin-top:0px;
	background: transparent;
	position:absolute;
	top:0px;
	height:26px;
	border-bottom:solid 5px #76147D;
	width:985px;
	z-index:auto;
}
#navigation ul {
	float: left;
	width: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
}
.ie6 #navigation, .ie6 #navigation ul {
	height: 2em;
	overflow: visible;
}
#navigation li {
	display: inline;
	float: left;
	position: relative;
	width: 160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align:center;
}
#navigation li a {
	background: transparent url(../images/navigation/tab_2.png) 0 100% !important;
	background: transparent url(../images/navigation/tab_2.gif) 0 100%;
	display: block;
	padding: 0.5em 2em 0.5em 1.5em;
	text-decoration: underline;
	color:#000000;
}
#navigation li a:hover {
	text-decoration: none;
}
#navigation li a span {
	text-decoration: none;
	padding-left: 5px;
}
#navigation li.selected a {
	padding-top: 0.5em;
	background:transparent url(../images/navigation/tab_nuovo.png) 0 100% !important;
	background:transparent url(../images/navigation/tab_nuovo.gif) 0 100%;
	color:#FFFFFF;
}
#navigation li.selected a span {
	font-weight:bolder;
}
#navigation li.selected a:hover {}
#navigation li a:hover span {}
#navigation .child-menu {
	display: none;
}
/* ---------- Dock without JavaScript ---------- */
.lfr-dock-tras {
	color: #75147d;
	position: absolute;
	right: 0px;
	top: 10px;
}
.lfr-dock-tras ul {
	display: inline;
	float: left;
}
.lfr-dock-tras li {
	display: inline;
	float: left;
	margin-left: 0px;
}
.lfr-dock {
	background-color:#FFFFFF;
	color: White;
	position: absolute;
	right: 0px;
	top: 10px;
}
.lfr-dock h2 {
/*	background: url(../images/navigation/welcome_message.png) no-repeat 0 50%;*/
	font-size: 1.1em;
	margin-bottom: 0.4em;
	padding-left: 1em;
	float: left;
	color:#76147D;
}
.lfr-dock ul {
	display: inline;
	float: left;
}
.lfr-dock li {
	display: inline;
	float: left;
	margin-left: 0px;
}
.lfr-dock li a {
	color: #76147D;
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}
.lfr-dock li.home a {
	background-color:#FFFFFF;
	background-image: url(../images/dock/home.png);
}
.lfr-dock li.my-account a {
	background-image: url(../images/dock/my_account.png);
}
.lfr-dock li.sign-in a {
	background-image: url(../images/dock/sign_in.gif);
}
.lfr-dock li.sign-out a {
	background-image: url(../images/dock/sign_out.png);
}
.lfr-dock li.add-content a {
	background-image: url(../images/dock/add_content.png);
}
.lfr-dock li.layout a {
	background-image: url(../images/dock/layout.png);
}
.lfr-dock li.page-settings a {
	background-image: url(../images/dock/page_settings.png);
}
.lfr-dock li.my-places a {
	background-image: url(../images/dock/my_places.png);
}
.lfr-dock li.my-places {
	display: none;
}
/* ---------- Dock with JavaScript ---------- */
.js .lfr-dock.interactive-mode {
	float: right;
	min-width: 150px;
	position: relative;
	right: 50px;
	top: 5px;
}
.js .lfr-dock.interactive-mode h2 {
	background: #76147D url(../images/dock/menu_bar.png) no-repeat 100% -30px;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0 29px 0 0;
	position: relative;
	z-index: 82;
}
.js .lfr-dock.interactive-mode h2 span {
	background: #76147D url(../images/dock/menu_bar.png) no-repeat 0 0;
	color: #ffffff;
	display: block;
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0.5em 0.5em 0.5em 2em;
}
.js .lfr-dock.expanded .lfr-dock-list-container {
	background: #60738C;
	border: 1px solid #B5B9BB;
	border-top: none;
	top: -2px;
}
.js .lfr-dock.interactive-mode ul {
	background: url(../images/dock/menu_bg.png) no-repeat 0 0;
	border-left: 20px solid #DAE3EF;
	display: none;
	float: none;
}
.js .lfr-dock.interactive-mode li {
	display: block;
	float: none;
	margin-bottom: 0pt;
	margin-left: 0.2em;
}
.js .lfr-dock.interactive-mode li a {
	background-position: 0.5em 50%;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	display: block;
	margin-left: 0.3em;
	padding: 0.5em 0pt 0.5em 2.5em;
	text-decoration: none;
}
.js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child ul.show-my-places li:first-child a {
	border-top: none;
}
.js .lfr-dock.interactive-mode li a:hover {
	background-color: #FFF5BA;
	background-position: 1.5em 50%;
	border-top: 1px solid #E0D79F;
	padding-left: 3.5em;
}
.js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list > li:first-child a:hover, .js .lfr-dock.interactive-mode ul.lfr-dock-list li.my-places ul.show-my-places li ul li:first-child a, .js .lfr-dock.interactive-mode ul.lfr-dock-list li.my-places ul.show-my-places li ul li:first-child a:hover {
	border-top: none;
}
.js .my-places {
	display: none;
}
.js .lfr-dock.interactive-mode li.my-places li a {
	background-image: none;
}
.js .lfr-dock.interactive-mode li.my-places li ul li.current a, .js .lfr-dock.interactive-mode li.my-places li ul li.current a:hover {
	background: #E5F7FD url(../images/dock/my_place_current.png) no-repeat 1em 50%;
	margin: 0.1em 0 0 0.2em;
	padding-left: 3.5em;
}
.js .interactive-mode .my-places .show-my-places {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	min-width: 200px;
	padding: 0.2em;
	position: absolute;
	right: 85%;
	top: 87%;
}
.js .interactive-mode .my-places.send-right .show-my-places {
	left: 100%;
	top: -10px;
}
.js .interactive-mode .my-places.send-down .show-my-places {
	left: 0;
	top: 100%;
}
.js .interactive-mode .my-places .show-my-places li {
	background: url() no-repeat 5px 50%;
	margin: 0;
}
.js .interactive-mode .my-places .show-my-places li .my-places-toggle {
	background: url(../images/dock/my_place.png) no-repeat 3px 50%;
	border-bottom: 1px solid #999;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.5em 0.2em 0.5em 2em;
}
.js .interactive-mode .my-places .show-my-places li .my-places-toggle h3 {
	background: url(../images/dock/expand_community.png) no-repeat 100% 50%;
	padding-right: 1.8em;
}
.js .interactive-mode .my-places .show-my-places li .my-places-toggle.hide h3 {
	background-image: url(../images/dock/collapse_community.png);
}
.js .interactive-mode .my-places .show-my-places li ul {
	background: none no-repeat 3px 50%;
	border: none;
	display: none;
}
.js .interactive-mode .my-places .show-my-places li ul {
	margin-left: 0.5em;
}
.js .interactive-mode .my-places .show-my-places ul li.public a, .js .my-places .show-my-places ul li.public a:hover {
	background-image: url(../images/dock/my_places_public.png);
}
.js .interactive-mode .my-places .show-my-places li.private a, .js .my-places .show-my-places li.private a:hover {
	background-image: url(../images/dock/my_places_private.png);
}
.ie6.js .lfr-dock.interactive-mode {
	white-space: nowrap;
	width: 150px;
}
.ie.js .lfr-dock .my-places .show-my-places h3 {
	font-size: 1.1em;
}
.ie6.js .lfr-dock.expanded.interactive-mode .lfr-dock-list-container {
	height: 1%;
}
.ie6.js .interactive-mode .my-places .show-my-places {
	width: 200px;
}
.ie6.js .lfr-dock.interactive-mode li {
	height: 1%;
}
.ie6.js .lfr-dock.interactive-mode li a {
	height: 1%;
}
/* ---------- Add/sort/remove page ---------- */
.js #navigation .enter-page {
	background: transparent url(../images/navigation/bg.png) no-repeat 0 100%;
	padding: 0.5em 2em 0.7em 1.5em;
}
.js #navigation .enter-page.editing {
	background: none;
	padding: 0.5em 2em 0.7em 1.5em;
}
.js #navigation .enter-page a {
	background: none;
	display: inline;
	font-weight: bold;
	margin-left: 1em;
	padding: 0;
}
.js #add-page {
	float: left;
	font-weight: bold;
	padding-top: 0.3em;
}
.js #add-page a {
	text-decoration: none;
}
.js #add-page a span {
	background: url(../images/navigation/add_page.png) no-repeat 0 50%;
	padding: 5px 20px;
}
.js #add-page a:hover span {
	background-image: url(../images/navigation/add_page.png);
}
.js .delete-tab {
	background: url(../images/common/remove.png) no-repeat 42%;
	cursor: pointer;
	display: block;
	height: 7px;
	position: absolute;
	right: 5px;
	text-indent: -9999em;
	top: 2px;
	width: 8px;
}
/*------ Drag/drop menu items ------*/
#navigation ul .sort-helper {
	background: url(../images/portlet/placeholder_bg.png);
	border: 1px dashed #508FB4;
	float: left;
	padding: 0.5em;
}
/*------ Navigation portlet ------*/
.nav-menu li a.ancestor {
	font-weight: bold;
}
.nav-menu li a.selected {
	text-decoration: none;
	color:#0f0f0f;
	font-weight: bold;
}
.nav-menu ul {
	margin-left: 2px;
}
.nav-menu-style-1 {}
.nav-menu-style-2 {}
/* This CSS sets the default styles for portlets. */
/* ---------- Portlet wrapper and icons ---------- */
.portlet, .portlet-topper, .portlet-content, .portlet-title {
	background: transparent url(../images/portlet/portlet_bg.png) no-repeat bottom right;
}
.portlet {
	margin: 0 0 10px;
	padding-right: 10px;
	text-align: left;
}
.portlet-topper {
	background-position: right top;
	margin-right: -10px;
	padding-right: 40px;
	position: relative;
}
.portlet-title {
	background-position: top left;
	display: block;
	font-weight: bold;
	min-width: 50%;
	padding: 8px 0 4px 10px;
}
.ie .portlet-title {
	padding-bottom: 5px;
}
.portlet-title img {
	vertical-align: middle;
}
.portlet-icons {
	margin: 3px;
	position: absolute;
	right: 7px;
	text-align: right;
	top: 4px;
}
.portlet-content {
	background-position: left bottom;
	padding: 10px 5px 25px 15px;
}
.portlet-icon-back {
	background: url(../images/portlet/back.png) no-repeat 0 50%;
	font-weight: bold;
	padding: 0.2em 0 0.5em 1.8em;
}
/* ---------- Drag and drop ---------- */
.portlet-dragging {
	background: #FFFFE3 !important;
	border: 3px solid #666;
	padding: 10px;
}
.portlet-hover {
	background: #ddd;
	padding: 10px;
}
.portlet-placeholder {
	background: url(../images/portlet/placeholder_bg.png);
	border: 1px dashed #508FB4;
	width: 100% !important;
}
.portlet-resize-handle {
	background: url(../images/arrows/resize.png) scroll no-repeat;
	bottom: 12px;
	cursor: se-resize;
	height: 10px;
	position: absolute;
	right: 2px;
	width: 10px;
}
/* ---------- Standard styles defined in the JSR 168 ---------- */
/* ---------- Fonts ---------- */
/* ---------- Font attributes for the 'normal' fragment font ---------- */
.portlet-font {}
/* ---------- Font attributes similar to the .portlet-font but the color is lighter ---------- */
.portlet-font-dim {}
/* ---------- Messages ---------- */
/* ---------- Status of the current operation ---------- */
.portlet-msg-status {}
/* ---------- Help messages, general additional information, etc. ---------- */
.portlet-msg-info {
	background: #FAFAFA url(../images/messages/info.png) no-repeat 0.5em 50%;
	border: 1px solid #53B2F8;
	color: #777;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}
/* ---------- Error messages ---------- */
.portlet-msg-error {
	background: #FFF1ED url(../images/messages/error.png) no-repeat 0.5em 50%;
	border: 1px solid #900;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}
/* ---------- Warning messages ---------- */
.portlet-msg-alert {
	background: #FEFFDF url(../images/messages/alert.png) no-repeat 0.5em 10%;
	border: 1px solid #EFEFEF;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}
/* ---------- Success messages ---------- */
.portlet-msg-success {
	background: #F4FDEF url(../images/messages/success.png) no-repeat 0.5em 50%;
	border: 1px solid #3F9305;
	display: block;
	margin: 0.15em auto 1.2em;
	padding: 0.5em 0.5em 0.5em 2.8em;
	text-align: left;
}
/* ---------- Sections ---------- */
/* ---------- Table or section header ---------- */
.portlet-section-header {
	background: #75147d;
	padding: 1px 0 0;
	color:#FFFFFF;
}
.portlet-section-header th {
	border-bottom: 1px solid #75147d;
	color: #fff;
	font-weight: bold;
	padding: 0.3em 1em;
}
.portlet-section-header th a {
	color: #fff;
	text-decoration: underline;
}
.portlet-section-header a {
	color: #fff;
	text-decoration: underline;
}
/* ---------- Normal text in a table cell ---------- */
.portlet-section-body {
	background: #f7dbf9;
	color: #000;
}
.portlet-section-body td {
	background: #f7dbf9;
	border-bottom: 1px solid #75147d;
	border-top: 1px solid #75147d;
	padding: 0.3em 1em;
}
/* ---------- Text in every other row in the cell ---------- */
.portlet-section-alternate {
	background: #D3DEEB;
	color: #000;
}
.portlet-section-alternate td {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #BFBFBF;
	padding: 0.3em 1em;
}
.portlet-section-alternate-hover td, .portlet-section-body-hover td {
	background: #FFF5BA;
	border-bottom: 1px solid #E0D79F;
	border-top: 1px solid #E0D79F;
	padding: 0.3em 1em;
}
.portlet-section-body td td, .portlet-section-body-hover td td {
	border: none;
}
.portlet-section-alternate td td, .portlet-section-alternate-hover td td {
	border: none;
}
/* ---------- Text in a selected cell range ---------- */
.portlet-section-selected {
	background: #EEE;
}
/* ---------- Text of a subheading ---------- */
.portlet-section-subheader {}
/* ---------- Table or section footnote ---------- */
.portlet-section-footer {}
/* ---------- Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the section) ---------- */
.portlet-section-text {}
/* ---------- Forms ---------- */
/* ---------- Text used for the descriptive label of the whole form (not the labels for fields) ---------- */
.portlet-form-label {}
/* ---------- Text of the user-input in an input field ---------- */
.portlet-form-input-field {}
/* ---------- Text on a button ---------- */
.portlet-form-button {}
/* ---------- Text that appears beside a context dependent action icon ---------- */
.portlet-icon-label {}
/* ---------- Text that appears beside a 'standard' icon (e.g. Ok, or Cancel) ---------- */
.portlet-dlg-icon-label {}
/* ---------- Text for a separator of fields (e.g. checkboxes, etc.) ---------- */
.portlet-form-field-label {}
/* ---------- Text for a field (not input field, e.g. checkboxes, etc.) ---------- */
.portlet-form-field {}
/* ---------- Menus ---------- */
/* ---------- General menu settings such as background color, margins, etc. ---------- */
.portlet-menu {}
/* ---------- Normal, unselected menu item ---------- */
.portlet-menu-item {}
/* ---------- Selected menu item ---------- */
.portlet-menu-item-selected {}
/* ---------- Normal, unselected menu item when the mouse hovers over it ---------- */
.portlet-menu-item-hover {}
/* ---------- Selected menu item when the mouse hovers over it ---------- */
.portlet-menu-item-hover-selected {}
/* ---------- Normal, unselected menu item that has sub-menus ---------- */
.portlet-menu-cascade-item {}
/* ---------- Selected sub-menu item that has sub-menus ---------- */
.portlet-menu-cascade-item-selected {}
/* ---------- Descriptive text for the menu (e.g. in a help context below the menu) ---------- */
.portlet-menu-description {}
/* ---------- Menu caption ---------- */
.portlet-menu-caption {}
/* ---------- Miscellaneous portlet styles ---------- */
.restricted, .restricted td {
	background: #FEE1E0;
	border: none;
}
.restricted * {
	color: #777;
}
.restricted .col-1 {
	background-image: url(../images/messages/error.png);
	background-position: 0.5em 50%;
	background-repeat: no-repeat;
	padding-left: 2.8em;
}
/* ---------- Miscellaneous component styles ---------- */
/* ---------- Actions button ---------- */
.lfr-actions {}
.lfr-actions ul {
	background: #C9DDF6;
	border: 3px double #99B6DB;
	border-left-color: #9EBAE1;
	border-top-color: #9EBAE1;
}
.lfr-actions .lfr-trigger, .lfr-actions .lfr-trigger strong {
	background: url(../images/common/button_bg.png) no-repeat;
}
.lfr-actions .lfr-trigger {
	background-position: 100% -42px;
}
.lfr-actions.visible .lfr-trigger {
	background-position: 100% 100%;
}
.lfr-actions.visible .lfr-trigger strong {
	background-position: 0 -21px;
}
.lfr-actions .lfr-trigger strong span {
	background: url(../images/common/action.png) no-repeat 5px 0;
}
.lfr-actions.left .lfr-trigger strong span {
	background: url(../images/common/action.png) no-repeat 98% 100%;
}
.lfr-actions .lfr-trigger li {
	background: #fff;
	border-bottom: 1px solid #99B6DB;
}
.lfr-actions .lfr-trigger li.last {
	border-bottom: none;
}
/* This CSS sets the default styles for tabs. */

.tabs {
	border-bottom: 1.5px solid #BDBDBD;
	margin: 0 0 1.5em 0;
	padding: 0 0 2.6em 1em;
}
.tabs li {
	background: url(../images/common/tabs_bg2.png) 100% -50px;
	display: inline;
	float: left;
	line-height: 2.25;
	margin-right: 0.8em;
	padding: 0;
	position: relative;
	text-decoration: none;
}
.tabs li a, .tabs li span {
	background: url(../images/common/tabs_bg2.png) 0pt -150px;
	display: block;
	float: left;
	padding: 0.35em 1em 0;
	text-decoration: none;
}
.tabs li.current {
	background: url(../images/common/tabs_bg2.png) -100px 0px;
	font-weight: bold;
	top: 0.15em;
}
.tabs li.current a, .tabs li.current span {
	background: url(../images/common/tabs_bg2.png) -100px 0px;
	color: #000000;
	padding: 0.15em 1em;
}
.ie .tabs li {
	line-height: 2.35;
}
.ie .tabs li.current {
	top: 0.2em;
}
/* This CSS sets the default styles for forms. */
fieldset {
	border: 1px solid #ccc;
	padding: 0.7em;
}
legend {
	font-weight: bold;
	padding: 0.5em;
}
input[type="text"], input[type="password"], input[type="file"],input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
	background: #fff url(../images/forms/input_shadow.png) no-repeat;
	border: 1px solid #aaa;
	border-left-color: #777;
	border-top-color: #777;
	font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	padding: 0.3em;
}
input {
	padding: 0.5em;
}
select {
	padding: 0.3em;
}
input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	background: #FAFAFA url(../images/forms/button2.png) repeat-x;
	border: 2px inset #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #000000;
	font-weight: bold;
	padding: 0.4em;
}
/* ---------- 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: #fff url(../images/forms/input_shadow.png) no-repeat;
	border: 1px solid #aaa;
	border-left-color: #777;
	border-top-color: #777;
	font: 1em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
	padding: 0.3em;
}
.ie6 input.submit, .ie6 input.button {
	background: #FAFAFA url(../images/forms/button2.png) repeat-x;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.25em;
}
input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #ffc none;
	border: 1px solid #fc0;
}
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* ---------- lingue ---------- */
.lingue {
	text-align:right;
}
/* ---------- Menu di servizi ---------- */
.portlet-boundary.portlet-boundary_AlberoServizi_WAR_AlberoServizi_ {
	display:block;
	min-height:2.5em;
	height:auto !important;
	height:2.5em;
	line-height:2.0em;
	padding:0px 0px 0px 0px;
	text-decoration: none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.portlet-boundary.portlet-boundary_AlberoServizi_WAR_AlberoServizi_ ul {
	color: #000000;
	padding:2px 0px 0px 5px;
	text-align: left;
}
.portlet-boundary.portlet-boundary_AlberoServizi_WAR_AlberoServizi_ li {
	color:#000000;
	background-image:url(../images/navigation/bullet_red.png) !important;
	background-image:url(../images/navigation/bullet_red.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding: 8px 0px 0px 13px;
	margin:0px 0px 0px 5px;
	display:block;
	text-align: left;
	text-decoration: none;
}
.portlet-boundary.portlet-boundary_AlberoServizi_WAR_AlberoServizi_ ul li a {
	color:#000000;
	margin:0px 0px 0px 5px;
	display:block;
	text-align: left;
	text-decoration: underline;
}
.portlet-boundary.portlet-boundary_AlberoServizi_WAR_AlberoServizi_ ul li a:hover {
	text-decoration: none;
}
/* ---------- Enti Aggregati ---------- */
#layout-column_column-1 .portlet-boundary_EntiAggregati_WAR_AlberoServizi_, #layout-column_column-1 .portlet-boundary_EntiAggregatiRicerca_WAR_AlberoServizi_ {
	float:left;
	padding:0;
	text-decoration: none;
	color:#000000;
	font-size:1.1em;
	margin-left: 90px;
	margin-top: 10px;
	width: 50%;
}
#layout-column_column-1 .portlet-boundary_EntiAggregati_WAR_AlberoServizi_ .ente_aggregato, #layout-column_column-1 .portlet-boundary_EntiAggregatiRicerca_WAR_AlberoServizi_ .ente_aggregato{
	float:left;
	padding:0;
	text-decoration: none;
	color:#000000;
	background-color:#faf0f2;
	font-size:1.1em;
	width: 100%;
}
#layout-column_column-1 .portlet-boundary_EntiAggregati_WAR_AlberoServizi_ a, #layout-column_column-1 .portlet-boundary_EntiAggregatiRicerca_WAR_AlberoServizi_ a {
	color:#000000;
	margin:0px 0px 0px 5px;
	text-align: left;
	text-decoration: underline;
	float: left;
	font-size: 1em;
}
#layout-column_column-1 .portlet-boundary_EntiAggregati_WAR_AlberoServizi_ a:hover, #layout-column_column-1 .portlet-boundary_EntiAggregatiRicerca_WAR_AlberoServizi_ a:hover {
	text-decoration: none;
}
/* ---------- Menu SX ---------- */
.portlet-boundary.portlet-boundary_71_ {
	display:block;
	min-height:2.5em;
	height:auto !important;
	height:2.5em;
	line-height:2.0em;
	padding:0px 0px 0px 0px;
	text-decoration: none;
	color:#0f0f0f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.portlet-boundary.portlet-boundary_71_ ul {
	color: #000000;
	text-align: left;
}
.portlet-boundary.portlet-boundary_71_  li {
	color:navy;
	background-image:url(../images/navigation/bullet_red.png) !important;
	background-image:url(../images/navigation/bullet_red.gif);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding: 8px 0px 0px 13px;
	margin:0px 0px 0px 5px;
	display:block;
	text-align: left;
}
.portlet-boundary.portlet-boundary_71_ ul li a {
	color:#000000;
	text-align: left;
	margin:0px 0px 0px 5px;
	display:block;
	text-decoration: underline;
}
.portlet-boundary.portlet-boundary_71_ ul li a:hover {
	text-decoration: none;
}
/***************** menu a destra (mappa del sito) ***************/
.portlet-boundary.portlet-boundary_85_ {
	padding:8px 0px 5px 0px;
	margin-bottom:10px;
}
.portlet-boundary.portlet-boundary_85_ ul {
	text-align: left;
	padding-left: 25px;
}
.portlet-boundary.portlet-boundary_85_ ul li a {
	display:block;
	background-image:url(../images/navigation/bullet_red.png) !important;
	background-image:url(../images/navigation/bullet_red.gif);
	background-repeat:no-repeat;
	min-height:2.5em;
	height:auto !important;
	height:2.5em;
	line-height:2.0em;
	padding:0px 0px 0px 20px;
	text-decoration: underline;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
}
.portlet-boundary.portlet-boundary_85_ ul li a:hover {
	text-decoration: none;
}
.portlet-boundary.portlet-boundary_85_ ul li a.selected {
	font-weight:bold;
}
/***************** Lingua ***************/
.portlet-boundary.portlet-boundary_82_ {
	padding:15px 0px 5px 5px;
}
/***************** Cerca ***************/
.portlet-boundary.portlet-boundary_3_ {
	border:1px double #F5E0E4;
	padding:8px 0px 5px 5px;
	background-color: #FAF0F2;
	background-image:url(../images/portlet/gradiente.png);
	background-repeat:repeat-x;
	margin-bottom:10px;
}
.portlet-boundary.portlet-boundary_39_ {
	padding:5px 0px 5px 0px;
}
.portlet-rss-header {
	background: transparent url(../images/navigation/bg_blu.png) 100% 100%;
	display:inline;
	float: left;
	text-align:left;
	width:99%;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#ffffff;
}
.portlet-rss-header a {
	text-decoration: none;
	color:#ffffff;
	text-align:right;
}
.portlet-rss-content {
	float:left;
	height:100px;
}
.portlet-rss-content ul {
	display:block;
}
.portlet-rss-content li {
	display: block;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
}
/***************** Agenda ***************/
.portlet-boundary.portlet-boundary_8_ {
	padding:5px 0px 5px 5px;
}
/***************** Login ***************/
.portlet-boundary.portlet-boundary_58_ {
	padding:5px 0px 5px 5px;
}
/***************** menu navigazione Sx ***************/

.portlet-boundary.portlet-boundary_71_ {
	padding:5px 0px 5px 5px;
}
#layout-column_column-1 .portlet-boundary_73_ {
	margin-top: 30px;
	padding:5px 10px 5px 50px;
	display: inline;
	font-weight: bold;
}
/* ---------- Navigazione  Servizi  ---------- */
.albero_livello1 {
	position:relative;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #000000;
	text-align:right;
	margin:0px 0px 0px 0px;
	min-height:32px;
}
.albero_livello1 a {
	display: block;
	text-decoration: underline;
	color:#000000;
}
.albero_livello1 a:hover {
	text-decoration: none;
}
/* ---------- Navigazione  Servizi  ---------- */
#navigazioneServizi {
	width: 90%;
	float:left;
	line-height:1.0em;
}
#navigazioneServizi .navigazione_servizi_livello2 {
	padding: 8px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#navigazioneServizi .navigazione_servizi_livello3 {
	padding: 0;
	margin: 30px 0px 0px 45px;
	text-align: left;
	text-decoration: none;
	background-color: #faf0f2;
	font-size: 1.2em;
}
#navigazioneServizi .navigazione_servizi_livello4 {
	padding: 8px 0px 0px 0px;
	margin:0px 0px 0px 70px;
	text-align: left;
	text-decoration: none;
	font-size: 1.2em;
}
#navigazioneServizi .navigazione_servizi_livello5 {
	padding: 8px 0px 0px 0px;
	margin:0px 0px 0px 90px;
	text-align: left;
	text-decoration: none;
	font-size: 1.1em;
}
#navigazioneServizi .navigazione_servizi_livello4:first-letter {
	text-transform:uppercase;
}
/* ---------- Sep  ---------- */
.albero_livello2{
	position:relative;
	font-weight:normal;
	float:left;
	width:160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
	border: 1px solid #F1DDE0;
	background:#FAF0F2 url(../images/common/angolo_post2.png) no-repeat 0% 100%;
	margin:10px;
	padding:5px 5px 30px;
	display: block;
	height:130px;
}
.albero_livello2 a {
	display: block;
	text-decoration: underline;
	color:#000000;
}
.albero_livello2 a:hover {
	text-decoration: none;
}
.albero_livello3{
	position:relative;
	font-weight:normal;
	float:left;
	width:160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
	border: 1px solid #F1DDE0;
	background:#FAF0F2 url(../images/common/angolo_post2.png) no-repeat 0% 100%;
	margin:10px;
	padding:5px 5px 30px;
	display: block;
	height:130px;
}
.albero_livello3 a {
	display: block;
	text-decoration: underline;
	color:#000000;
}
.albero_livello3 a:hover {
	text-decoration: none;
}
.albero_livello4{
	position:relative;
	font-weight:normal;
	float:left;
	width:160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
	border: 1px solid #F1DDE0;
	background:#FAF0F2 url(../images/common/angolo_post2.png) no-repeat 0% 100%;
	margin:10px;
	padding:5px 5px 30px;
	display: block;
	height:130px;
}
.albero_livello4 a {
	display: block;
	text-decoration: underline;
	color:#000000;
}
.albero_livello4 a:hover {
	text-decoration: none;
}
.albero_livello5{
	float:left;
	clear:both;
	width:95%;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin:10px;
	padding:5px 5px 30px;
	color: #000000;
	border-bottom: 2px solid #F3DBDF;
	background: #Faf0f2 url(../images/common/barra2.png) repeat-x 0% 100%;
}
.albero_livello5 a {
	text-decoration: underline;
	color: #000000;
}
.albero_livello5 a:hover {
	text-decoration: none;
}
.portlet-boundary.portlet-boundary_TaggedServizi_{
	float:left;
	display: block;
	 padding: 5px;
	margin-left:15px;
	width: 90%;
}
.portlet-boundary.portlet-boundary_BreadcrumbServizi_WAR_AlberoServizi_ {
	width: 90%;
	float:left;
	padding: 5px;
	margin-left:15px;
	font-weight:bold;
}
/*  ---------- Servizi  ---------- */
.journal-content-title{
	background: #FAF0F2 url(../images/common/barra2.png) repeat-x 0% 100%;
	display:block;
	text-align:left;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	padding: 2px;
	border-bottom:solid 1px #F3DBDF;
	margin-bottom:10px;
}
.journal-content-tag-label{
	background: transparent url(../images/navigation/bg_blu.png) 100% 100%;
	display:inline;
	float: left;
	text-align:right;
	width:100%;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#ffffff;
}
/* ---------- Footer ---------- */
#footer {
	background: transparent url(../images/common/footer.jpg) no-repeat scroll;
	text-align:center;
	clear:both;
	height: 113px;
	padding-top: 113px;
}
#footer ul {
	bottom: 0px;
	right: 0px;
	padding-top:5px;	
	padding-bottom:5px;
	font-family:Arial;
	font-size:14px;
}
#footer li {
	background:transparent url(../images/navigation/dot_nuovo.png) no-repeat scroll 100% 20px;
	display: inline;
	margin-left: 10px;
	padding-right: 10px;
}
#footer li.last-child, #footer li.last-child {
	border: none;
	padding: 0;
}
#footer li a {
	color: white;
	text-decoration: underline;
}
#footer li a:hover {
	text-decoration: none;
}
#footer li.selected {
	background-color:#547A0E;
	font-weight: bold;
}
#footer .loghi {
	float: left;
	width: 100%;
	height: 78px;
	padding-top: 9px;
	text-align:center;
	background: #ffffff url(../images/common/sfondo.png) repeat scroll;
}
/******************** redazione************************/
.portlet-boundary.portlet-boundary_JSFAttivazioneServizi_WAR_AlberoServizi_{
	padding:7px 7px 7px 7px;
	margin: 10px 4px 8px 0px;
	border: 2px solid #ADADAD;
	background: #F0F0F0;
}
.portlet-boundary.portlet-boundary_20_{
	padding:7px 7px 7px 7px;
	margin: 10px 0px 4px 0px;
	border: 2px solid #ADADAD;
	background: #F0F0F0;
}
.portlet-boundary.portlet-boundary_31_{
padding:5px 0px 5px 5px;
}
.portlet-boundary.portlet-boundary_15_{
	padding:7px 7px 7px 7px;
	margin: 4px 4px 8px 0px;
	border: 2px solid #ADADAD;
	background: #F0F0F0;
}
.portlet-boundary.portlet-boundary_29_{
	padding:7px 7px 7px 7px;
	margin: 10px 0px 4px 0px;
	border: 2px solid #ADADAD;
	background: #F0F0F0;
}
/******************** Amministrazione************************/.portlet-boundary.portlet-boundary_25_{
	padding:7px 7px 7px 7px;
	margin: 10px 4px 8px 0px;
	border: 2px solid #ADADAD;
	background: #F0F0F0;
}
.portlet-boundary.portlet-boundary_report_view_WAR_reportView_{
	padding:5px 0px 5px 5px;
}
.portlet-boundary.portlet-boundary_79_{
	padding:5px 0px 5px 5px;
}
.portlet-boundary.portlet-boundary_9_{
	padding:5px 0px 5px 5px;
}
.portlet-boundary.portlet-boundary_log_sicurezza_view_WAR_logsicurezzaview_{
	padding:5px 0px 5px 5px;
}
#column-1 {
	float: left;
	width: 690px !important;
	width: 680px;
	margin: 0;
	padding: 0;
}
#column-2 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
#column-1-google {
	float: left;
	width: 795px;
	margin: 0;
	padding: 0;
}
#column-2-google {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#column-50 {
	float: left;
	width: 495px;
	min-height: 100px;
	margin: 0;
	padding: 0;
}
#vuoto_wael, #vuoto_wael_2 {
	margin-bottom: 0;
	padding-bottom: 113px;
	visibility: hidden;
	width: 100%;
}
/* ---------- Struttura Notizia ---------- */
.div_news {
	padding-bottom: 10px;
}
.titolo_notizia {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	font-size: 1.5em;
	color: #75147d;
	text-decoration: underline;
}
.sottotitolo_notizia {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	color: #75147d;
}
.img_notizia {
	width: 120px;
	margin: 5px;
	text-align: left;
	border: none;
	float: left;
}
.img_news {
	width: 240px;
	margin: 5px;
	text-align:left;
	border: none;
	float:left;
}
.img_notiziaHome {
	width:300px;
	margin:5px;
	text-align:left;
	border: none;
	float:left;
}
.descrizione_notizia {
	margin:0px 0px 5px 0px;
	font-size:1.2em;
}
.etichetta {
	margin:0px 0px 5px 0px;
	font-size:1em;
	font-weight:bold;
}
/* ---------- News Home ---------- */
#news_prehome {
	margin-top: 5px;
	margin-left: 5px;
	padding-left:15px;
}
#news_prehome .taglib-search-iterator {
	border: solid 1px #75147d;
}
#news_prehome .portlet-section-header {
	background: #75147d;
	padding: 1px 0 0;
}
#news_prehome .portlet-section-header th {
	border-bottom: 1px solid #75147d;
	color: #fff;
	font-weight: bold;
	padding: 0.3em 1em;
}
#news_prehome .portlet-section-body {
	background: #f7dbf9;
	color: #000;
}
#news_prehome .portlet-section-body td {
	background: #f7dbf9;
	border-bottom: 1px solid #75147d;
	border-top: 1px solid #75147d;
	padding: 0.3em 1em;
}
#news_prehome .portlet-section-alternate {
	background: #FFFFFF;
	color: #000;
}
#news_prehome .portlet-section-alternate td {
	background: #FFFFFF;
	border-bottom: 1px solid #75147d;
	border-top: 1px solid #75147d;
	padding: 0.3em 1em;
}
/* ---------- Google Search ---------- */
#google {
	max-height: 30px;
}
#google input {
	clear: both;
	background-color: #FFFFFF;
	background: none;
	border-color: #75147d;
	color: #75147d;
	font-weight: bold;
	padding: 0;
}
.google_sfondo {
	background-image:url(../images/common/sfondo_google.jpg);
	width: 231px;
	height: 41px;
	margin-right:3px;
}
.sign_sfondo {
	width: 231px;
	height: 41px;
	margin-left:3px;
}
/* ---------- Search portlet ---------- */
.display_header {
	background: #D9E1EC;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.5em 30px 0.5em 0px;
}
.display_cella {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 30px 0.5em 0px;
}
.display_title {
	font-size:12px;
	color:#75147d;
	font-style:normal;
	font-weight:bold;
}
.display_fieldset {
	border:1px solid #75147d;
	background-color:#f7dbf9;
	font-family:Arial;
	font-size:12px;
	float:left;
	width:282px;
	padding-right: 5px;
	margin-left: 5px;
}
.display_fieldset a {
	text-decoration: underline;
}
.display_fieldset a:hover {
	text-decoration: none;
}
.ricerca_tipo {
	background-image:url(../images/common/tipo_contenuto.gif);
	width: 282px;
	height: 72px;
}
.ricerca_servizio {
	background-image:url(../images/common/servizio.gif);
	width: 282px;
	height: 72px;
}
.ricerca_tag {
	background-image:url(../images/common/tag.gif);
	width: 282px;
	height: 72px;
}
.ricerca_ente {
	background-image:url(../images/common/ente.gif);
	width: 282px;
	height: 72px;
}
.display_vuoto {
	float:right;
	height: 11px;
	width: 100%;
}
.display_red {
	font-size:10px;
	color:#CC0000;
	font-style:normal;
	font-weight:bold;
}
.display_blue {
	font-size:10px;
	color:#0000CC;
	font-style:normal;
	font-weight:bold;
}
/***************** Journal content ***************/
#column-1 .portlet-boundary.portlet-boundary_56_ {
	padding-left:15px;
}
.portlet-boundary.portlet-boundary_ListaServizi_WAR_AlberoServizi_ {
	padding-left:15px;
}