/* This is the main CSS that includes other CSS files. */

/* 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 {
	background-color: #fff;
	font: 62.5%/1.6em 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;
}

html, body {
	height: 100%;
}

body.portal-popup {
	padding: 10px;
}

table {
	clear: both;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

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 {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #06c;
	text-decoration: none;
}

a:visited {
}

/* ---------- Headers ---------- */

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h1, h2, h3 {
	margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

/* ---------- 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;
	width: 95%;
}

/* ---------- Banner ---------- */

#banner {
	background: transparent url(../images/common/banner_bg.png) no-repeat scroll 100% 100%;
	height: 7em;
	position: relative;
}

#banner .logo {
	background: transparent url(../images/common/banner_bg.png) no-repeat scroll 0 100%;
	display: block;
	float: left;
	font-size: 2em;
	margin: 0;
	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 {
	margin-top: 10px;
	padding: 2px;
	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%;
}

#layout-grid .lfr-column {
	padding: 5px;
}

.lfr-grid {
	width: 100%;
}

/* ---------- Column widths ---------- */

#layout-grid.dragging .lfr-column {
	height: 100px;
	min-height: 100px;
}

.lfr-column.ten {
	width: 10%;
}

.lfr-column.twenty {
	width: 20%;
}

.lfr-column.thirty {
	width: 30%!Important;
}

.lfr-column.forty {
	width: 40%;
}

.lfr-column.fifty {
	width: 50%;
}

.lfr-column.sixty {
	width: 60%;
}

.lfr-column.seventy {

	width: 70%!Important;
}

.lfr-column.eighty {
	width: 80%;
}

.lfr-column.ninety {
	width: 90%;
}

/* ---------- 1 column ---------- */

.columns-1 #column-1, .columns-max #column-1 {
	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;
}

/* This CSS sets the default styles for the main navigation. */

/* ---------- Main navigation ---------- */

#navigation {
	margin: 0 auto 0.5em;
	min-height: 2.2em;
	overflow: hidden;
	padding-right: 1em;
	width: 93%;
}

#navigation ul {
	float: left;
	margin: 0;
	min-height: 2em;
	width: auto;
}

.ie6 #navigation, .ie6 #navigation ul {
	height: 2em;
	overflow: visible;
}

#navigation li {
	background: transparent url(../images/navigation/bg.png) no-repeat 100% 100%;
	display: inline;
	float: left;
	margin-right: 0.5em;
	padding: 0 0.5em 0 0;
	position: relative;
}

#navigation li a {
	background: transparent url(../images/navigation/bg.png) no-repeat 0 100%;
	display: block;
	padding: 0 2em 0.5em 1.5em;
	text-decoration: none;
}

#navigation li a:hover {
	padding-bottom: 1em;
}

#navigation li a span {
	background: url(../images/navigation/bullet.png) no-repeat 0 50%;
	padding-left: 17px;
	text-decoration: none;
}

#navigation li.selected a {
	padding-top: 0.5em;
}

#navigation li.selected a span {
	background: url(../images/navigation/bullet_selected.png) no-repeat 0 50%;
	font-size: 1.3em;
	font-weight: bold;
}

#navigation li.selected a:hover {
	padding-bottom: 0em;
}

#navigation li a:hover span {
	background: url(../images/navigation/bullet_over.png) no-repeat 0 50%;
}

#navigation .child-menu {
	display: none;
}

/* ---------- Dock without JavaScript ---------- */

.lfr-dock {
	position: absolute;
	right: 10px;
	top: 10px;
}

.lfr-dock h2 {
	background: url(../images/navigation/welcome_message.png) no-repeat 0 50%;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding-left: 2em;
	text-align: right;
}

.lfr-dock ul {
	display: inline;
	float: left;
}

.lfr-dock li {
	display: inline;
	float: left;
	margin-left: 15px;
}

.lfr-dock li a {
	background: url() no-repeat 0 50%;
	padding: 2px 0 2px 20px;
}

.lfr-dock li.home a {
	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.png);
}

.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: 10px;
	top: 10px;
}

.js .lfr-dock.interactive-mode h2 {
	background: 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: url(../images/dock/menu_bar.png) no-repeat 0 0;
	color: #fff;
	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 {
	1text-decoration: none;
	color: black;
	font-weight: bold;
}

.nav-menu ul {
	padding-left: 10px;
}

.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;
}

.popup .portlet-resize-handle {
	bottom: 2px;
}

/* ---------- 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: #D9E1EC;
	padding: 1px 0 0;
}

.portlet-section-header th {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.3em 1em;
}

/* ---------- Normal text in a table cell ---------- */

.portlet-section-body {
	background: #E7EDF4;
	color: #000;
}

.portlet-section-body td {
	background: #DCDCDC;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	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 ---------- */

.message-board-code {
	background: #fff;
	font-family: "Courier New",Courier,Monaco,monospace;
	white-space: pre;
}

.message-board-code-lines {
	margin-right: 1em;
}

.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: 1px solid #8DB2E3;
	margin: 0 0 1.5em 0;
	padding: 0 0 2.6em 1em;
}

.tabs li {
	background: url(../images/common/tabs_bg.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_bg.png) 0 -150px;
	display: block;
	float: left;
	padding: 0.35em 1em 0;
	text-decoration: none;
}

.tabs li.current {
	background: url(../images/common/tabs_bg.png) 100% 0;
	font-weight: bold;
	top: 0.15em;
}

.tabs li.current a, .tabs li.current span {
	background: url(../images/common/tabs_bg.png) 0 -100px;
	color: #333;
	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;
}

.ie fieldset {
	padding-top: 0;
}

legend {
	font-weight: bold;
	padding: 0 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;
}

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/button.png) repeat-x;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.25em;
}

/* ---------- 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/button.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. */
/* --- BASE --- */
body {
	/*background: #99c0fa url(../images/common/background.png) repeat-x;*/
	background: #c0c5c8;
}

#main {
	border:0;
	margin:0;
	min-height: 840px;
}

#wrapper {
	min-height: 840px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: rect( );
	border: 1px solid #616660;
	border-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 976px;
	height: 100%;
	vertical-align: top;
}

/* --- SEARCH --- */
#banner .search_container {
	position: absolute;
	top: 87px;
	right: 4px;
}

#banner .search_container_signin {
	position: absolute;
	top: 70px;
	right: 4px;
}

#banner .search {
text-decoration: none;
	text-align: left;
	clip: rect( );
}

#banner .search form {
	padding:0;
	position: relative;
}


#banner .search input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:  #84b616;
	text-decoration: none;
	clip:  rect();
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 230px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}

#banner .search input.focus {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 230px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}


#search {
	/*background:  url(../images/common/banner_bg.png) no-repeat scroll 100% 100%;*/
	height: 4em;
	position: relative;
	padding: 1px 1px 1px 5px;

}
#search .td_img {
	padding: 0 1px 0 0;
	
	
}




#banner .td_search {
	padding: 0 0 0 48px;
}

#banner .search input[type=image] {
	display: none;
}

.ie #banner .search .search-input-link {
	top: 1px;
}


/* --- LAYOUT SPECIFIC --- */
.lfr-column.thirty {
	width: 238px!Important;
}
.seventy.lfr-column {
	width: 702px!Important;
}
#layout-grid .lfr-column {
	padding: 0;
}


#portlet-wrapper- {
	background: transparent;
	margin: 0;
	padding: 0px;
	/*padding: 14px;*/
}

#layout-grid .lfr-portlet-column.empty {
	display: none;
}

#content-wrapper.columns-max {
	padding: 2px;
}

.columns-max #column-1 {
	margin: 11px;
}

.lfr-portlet-column {
	/*margin-bottom: -100001px;
	padding-bottom: 100000px;*/
	margin:0;
	padding:0;
}

#layout-grid .lfr-column {
	overflow: hidden;
}

.columns-1 #column-1 .lfr-portlet-column {
	margin: 0;
	padding: 0;
}

/*
#wrapper .columns-1 .lfr-column {
	width: 950px;
	padding: 0px;
}*/

/*#wrapper .columns-1 .lfr-column {
	width: 968px;
}*/

.columns-2 #column-1 {
	padding: 5px;
}

.columns-2 #column-2 {
	padding: 5px;
}

.portal-popup #content-wrapper {
	background: none;
	margin: 0;
}

.portal-popup .columns-max #column-1 {
	margin: 0;
	padding: 0;
	width: 100%;
}

body.portal-popup {
	padding: 0;
}

.portal-popup #p_p_id_15_ {
	background: #FFF;
	padding: 2px;
}

/*LOGIN/LOGOUT*/

/* --- DOCK --- */
.js .lfr-dock.interactive-mode {
	position: absolute;
	top: 3px;
	right: 4px;
}

.js .lfr-dock.interactive-mode h2 {
	padding: 0 41px 0 0;
	margin: 0px;
}

.js .lfr-dock.interactive-mode h2 span {
	padding: 0.3em 0.5em 0.5em 1em;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
}

.corpolog{
	background-color: #e1ebd0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: rect( );
	border: 1px solid;
	border-left-color: #85b616;
	border-right-color: #85b616;
	border-top-color: #e1ebd0;
	border-bottom-color: #e1ebd0;
}

.testo_login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7F817C;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	
}

#area_riservata input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:  #84b616;
	text-decoration: none;
	clip:  rect();
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 180px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}

#area_riservata input.focus {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 180px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}

#area_riservata input.focus {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 180px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}


#area_riservata .corpolog td {
	padding: 0 1px 0 0;
}

.celle {
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:  #84b616;
	text-decoration: none;
	height: 16px;
	width: 180px;
	clip:  rect(   );
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	margin: 1px;
}

.button_img {
	background: none url(../images/log/button.gif) no-repeat;
}

.button_img:hover {
	background: none url(../images/log/button_hover.gif) no-repeat;
}

#back-container {
	/*background: transparent url(../images/common/content_bg.png) no-repeat;*/
	min-height: 465px;
}

#content-wrapper {
	padding: 0;
	margin: 0 auto;
}

.ie #content-wrapper {
	zoom: 1;
}

#content-wrapper #layout-grid {
	margin: 0 auto;
}

#banner {
	height: 135px;
	background: url(../images/common/banner_bg.png);
}

#banner .logo {
	height: 135px;
	background: none;
}

#footer {
	margin: 0 auto;
	width: 796;
	/*background: #E2E6E8 url(../images/common/footer_bg.jpg) no-repeat 50% 50%;
	border: 1px solid #6B767B;
	width: 950px;
	height: 125px;
	position: relative;*/
}

#footer_nav {
	font-size: 12px;
	color: #457583;
	/*background: #E2E6E8 url(../images/common/footer_bg.jpg) no-repeat 50% 50%;
	border: 1px solid #6B767B;
	width: 950px;
	height: 125px;
	position: relative;*/
}


/* AREA LEGATA AL CREATE ACCOUNT*/

.create_account_label{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7F817C;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	
}

#_2_firstName, #_2_lastName, #_2_screenName, #_2_emailAddress, #_2_captchaText {
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:  #84b616;
	text-decoration: none;
	height: 16px;
	width: 120px;
	clip:  rect(   );
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	margin: 1px;
}

/* FINE AREA LEGATA AL CREATE ACCOUNT*/

/* ---- NAVIGATION MENU---- */
#add-page {
	display: none;
}

#navigation {
	position: relative;
	overflow: visible;
	z-index: 10;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0 ;
}

#navigation ul {
	background: transparent url(../images/navigation/level0.gif) repeat-x;
	
}

#navigation li {
	background: none;
	padding: 0 58px 0 0; 
	margin: 0;
	color: white;
	/*border-right: 1px solid;
	border-right-color: #BBCDD1;*/
}

#navigation li:hover {
	background: transparent url(../images/navigation/level0_hover.gif) repeat-x;
	height: 20px;
	padding: 0 58px 0 0; 
	margin: 0;
	color: white;
	border-right: 1px solid;
	border-right-color: #BBCDD1;
}

#navigation li a {	
	background: none;
	color: white;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#navigation li a:hover {	
	background: none;
	color: white;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#navigation li a span {
	padding: 0 0 0 14px;
	background: transparent url(../images/navigation/marker.png) no-repeat;
	background-position:  1px 0px;
	color: white;
}

#navigation li a:hover span {
	padding: 0 0 0 14px;
	background: transparent url(../images/navigation/marker.png) no-repeat;
	background-position:  1px 0px;
	color: white;
}

.ie6 #navigation li.init {
	/*background: #D8DDE0;*/
}

#navigation li.init a {
	color: white;
}

.js #navigation .enter-page {
	background: none;
	margin-top: -2px;
	padding: 0;
}

.js #add-page a {
	color: #666;
}

.js #add-page {
	float: right;
	font-weight: bold;
	padding-top: 0px;
}

.js #add-page a:hover span {
	background: none;
}

.js #add-page a span {
	background: none;
}

/* --- PORTLET --- */
.portlet-boundary {
	/*padding:2px; text-align: center;*/
	padding: 0;
}

/*.template_container {
	padding:2px;
}

.template_container, .external, .internal{
	padding:2px;
	text-align: center;
}*/

.external_medium {
	width: 640 px;
	text-align: center;
		font-family:Arial;
      font-size:12px;
}

.second {
	margin-top: 4px;
}

.external {
	width: 640px;
	padding:2px;
	text-align: center;
}


.internal .internal table {
	padding:0;
}

.internal_medium, .internal_medium table {
	padding:0;
		font-family:Arial;
      font-size:12px;
}

#internal_medium_div {
	height: 500px; 
	overflow:auto;
      	font-family:Arial;
      font-size:12px;
}

.portlet, .portlet-topper, .portlet-content, .portlet-title {
	background: none;
	margin: 0;
	padding: 0;
}

.portlet {
	margin: 0;
	padding: 0;
}

.ie .portlet {
	/*zoom: 1;*/
}

.portlet-content {
	padding: 0;
}

.portlet-topper {
	margin: 0;
	padding: 0;
}

.portlet-title {
	padding: 0;
	font-size: 17px;
	display:none;
}

/* --- DROP DOWN MENU --- */
#navigation .child-menu {
	background: none;
	position: absolute;
	top: 22px;
	left: -1px;
	width: 209px;
	z-index: 79;
	overflow: visible;
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #004454;
	background-color: #aecf66;
  	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

.ie #navigation .child-menu {
	height: 1;
}

#navigation .child-menu ul {
	background: none;
	height: auto;
	padding-bottom: 2px;
}

#navigation .child-menu ul , #navigation .child-menu li , #navigation .child-menu a {
	background: transparent none;
}

#navigation .child-menu ul , #navigation .child-menu li {
	float: none;
	background: none;
}

#navigation .child-menu li {
	border: none;
	display: block;
	padding: 2px 2px 2px 2px;
	border: 1px solid #bdd883;
	height: 15px;
}

#navigation .child-menu li:hover {
	border: none;
	display: block;
	padding: 2px 2px 2px 2px;
	border: 1px solid #bdd883;
	background: #d7e7b2;
	height: 15px;
}

#navigation .child-menu li a {
	padding-bottom: 5px;
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

#navigation .child-menu a:hover {
	/*color: #fff;
	background: #d7e7b2;*/
}

/* --- BOTTOM NAV & LEGAL --- */
#footer {
	width: 100%;
}

#footer .copyright-notice, #footer ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7F817C;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
}

#footer .copyright-notice {
	color: #7F817C;
}

#footer ul {
	right: 0;
}

#footer li {
	border-right: 1px solid #7F817C;
	display: inline;
	float: left;
	margin-left: 9px;
	padding-right: 8px;
}

#footer li.last-child {
	border: none;
	padding: 0;
}

#footer li a {
	color: #7F817C;
	text-decoration: none;
}

#footer li a:hover {
	color: #7F817C;
	text-decoration: underline;
}

/* --- MESSAGE BOARDS --- */
.portlet-section-body .message-board-thread-top {
	border-bottom-color: #3A4E66;
}

.portlet-section-alternate .message-board-thread-top {
	border-bottom-color: #212C3A;
}

.message-board-message-container .portlet-section-alternate td {
	border: 1px solid #212C3A;
}

.message-board-message-container .portlet-section-body td {
	border:1px solid #3A4E66;
}

#content-wrapper .message-board-thread-controls {
	border: none;
}

#content-wrapper .message-board-title {
	color: #151C25;
	padding: 5px;
	border: none;
}

#content-wrapper .toggle_id_message_boards_view_message_thread {
	border: none;
	margin-bottom: 10px;
}

.message-board-message-container table {
	color: #e7eef6;
}

.message-board-code, .message-board-quote {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
}

.lfr-highlighted, .lfr-highlighted a {
	color: #ffc;
}

ul.message-board-edit-controls {
	list-style: none;
}

/*POTLET-ORGANISMO*/


.testo_blubold, .internal_medium th, .lista_tb tfoot td, #tblNewSearch td, #dettaglio td span, .internal_medium input[type=submit], .internal_medium input[type=reset], .internal h4, .internal_medium h4 {
	font-family: Arial;
	font-size: 12px;
	color: #014353;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

.internal_medium th, .internal_medium h2 {
	text-align: center;
	text-transform: none;
	font-family:Arial;
      font-size:12px;
}

.testo_grigio, .internal_medium, .internal_medium select, .internal_medium input, .internal_medium td, .portlet-icon-back {
	font-family: Arial;
	font-size: 12px;
	color: #555557;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.portlet-icon-back {
	font-size: 10px;
	height:10px;
	padding: 0;
	padding-left: 11px;
	margin: 0;
	width:100%;
	line-height: 10px;	
}

.
 select {
	width: 175px;
}

.internal_medium input[type=submit], .internal_medium input[type=reset] {
	text-align: center
		font-family:Arial;
      font-size:12px;
}

.internal_medium input[type=text]{
	width: 170px;
		font-family:Arial;
      font-size:12px;
}

.internal_medium form{
	text-align: center;
	font-family:Arial;
      font-size:12px;
}

#td_button {
	text-align: center;
}
.lista_tb {
	width: 530px;
}

.lista_tb th {
	background-color: #b6cacf;
	border-color: #b6cacf;
}

.lista_tb tbody tr {
	background-color: #cfdcdf;
	border-color: black;
	border: 1px;
}

.lista_tb tbody tr:hover {
	background-color: white;
}

#tblNewSearch, #dettaglio {
	width: 498px;
}

.lista_tb tfoot td, #dettaglio tfoot td, #frmNewSearch tfoot td, #frmSearch tfoot td, #tblNewSearch #td_center_align {
	text-align: center;
}

#td_left_align { 
    text-align: left;
}

.td_testo, .portlet-violet {
	padding-top: 2px;
	padding-left:25px;
	padding-right:15px;
	padding-bottom:2px;
	font-family:Arial;
      font-size:12px;
}

.td_testo {
	text-align: left;
	font-family:Arial;
      font-size:12px;
}

#td_img_albo {
	background: transparent url(../images/organismo/albo.gif) no-repeat;
	background-position: top left;
	height: 95px;
}

#td_img_news {
	background: transparent url(../images/organismo/news.gif) no-repeat;
	background-position: top left;
	height: 95px;
}


/*PORTLET-YELLOW*/
#top-yellow, #top-yellow-medium {	
	font-family:Arial;
	color:  #9b9e50;
	font-weight: bold;
	font-size: 18px;
	padding-left:25px;
	height: 20px; 
	border: none;
	vertical-align: bottom;
	text-align: left;
}

#top-yellow {
	background: transparent url(../images/portlet/yellow/top.gif) no-repeat; 
	width: 640px; 
}

#top-yellow-medium {
	background: transparent url(../images/portlet/yellow/top-medium.gif) no-repeat; 
	width: 640px; 
}

#body-yellow {
	background-color: #FAFAE2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: rect( );
	border: 1px solid;
	border-left-color: #E0E571;
	border-right-color: #E0E571;
	border-top-color: #FAFAE2;
	border-bottom-color: #FAFAE2;
}

#body-yellow  #internal_medium_div {
	max-height: 400px; 
	overflow:auto;
		font-family:Arial;
      font-size:12px;
}

#bottom-yellow, #bottom-yellow-medium {	
	font-family:Arial;
      font-size:12px;
	border: none;
	vertical-align: top;
}

#bottom-yellow {	
	background: transparent url(../images/portlet/yellow/bottom.gif) no-repeat; 
	width: 640px; 
}

#bottom-yellow-medium {		
	background: transparent url(../images/portlet/yellow/bottom-medium.gif) no-repeat; 
	width: 640px; 
}

#body-yellow #internal_medium_div {
	scrollbar-3dlight-color : #fafae2;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #e6e989;
	scrollbar-darkshadow-color : #9c9d8e;
	scrollbar-face-color : #eaec9c;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #1E385F;
	scrollbar-track-color : #C0C5C8;
	font-family:Arial;
      font-size:12px;
}

#body-yellow .portlet-section-header { 
	background: #edefab;
	border:1px solid #9b9e50; 
}

#body-yellow .portlet-section-body td {
	background: #fafae2;	
}

/*work-around per le annidate*/
#body-yellow #top-yellow, #body-yellow #top-yellow-medium, #body-yellow #bottom-yellow, #body-yellow #bottom-yellow-medium, #body-yellow #body-yellow  {
	background:none;
	border:0;
		font-family:Arial;
      font-size:12px;
}

#body-yellow #top-yellow {
	display:none;
}

/*PORTLET-BLUE*/

#top-blue, #top-blue-medium {
	font-family:Arial;
	color:  #407280;
	font-weight: bold;
	padding-left:25px;
	height: 20px; 
	border: none;
	text-align: left;
	vertical-align: bottom;
}

#top-blue {
	background: transparent url(../images/portlet/blue/top.gif) no-repeat; 
	width: 640px; 
}

#top-blue-medium {
	background: transparent url(../images/portlet/blue/top-medium.gif) no-repeat; 
	width: 708px; 
}

#body-blue {
	background-color: #EEF4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid;
	border-left-color: #BBCDD1;
	border-right-color: #BBCDD1;
	border-top-color: #EEF4F4;
	border-bottom-color: #EEF4F4;
}

#bottom-blue, #bottom-blue-medium {
	height: 12px; 
	border: none;
	vertical-align: top;
}

#bottom-blue {
	background: transparent url(../images/portlet/blue/bottom.gif) no-repeat; 
	width: 640px; 
}

#bottom-blue-medium {
	background: transparent url(../images/portlet/blue/bottom-medium.gif) no-repeat; 
	width: 710px; 
}

#body-blue #internal_medium_div {
	scrollbar-3dlight-color : #DDEAFF;
	scrollbar-arrow-color : #FFCD33;
	scrollbar-base-color : #4D4A8E;
	scrollbar-darkshadow-color : #1E385F;
	scrollbar-face-color : #4D4A8E;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #1E385F;
	scrollbar-track-color : #C0C5C8;
}

/*PORTLET-VIOLET*/
.portlet-violet {
	background-color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: rect( );
	border: 1px solid;
	border-left-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-top-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	vertical-align: top;
}

#top-violet {
	background: transparent url(../images/portlet/violet/top.gif) no-repeat;  
	background-position:  0px 100%;
	vertical-align: bottom;
	color:  #8e8e8e;
	font-family:Arial;
	font-weight: bold;
	font-size: 16px;
	padding-left:25px;
	height: 20px; 
	border: none;
	text-align: left;
}

#bottom-violet {
	vertical-align: top;
	background: transparent url(../images/portlet/violet/bottom.gif) no-repeat;  
	vertical-align: top;
	background-position:  0px 0px;
	height: 12px; 
	border: none;
}

#services, #services-medium {
	background-position:  100% 0;
	height: 110px; 
	border: 1px solid;
	border-left-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-top-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	text-align: left;
	padding-left:25px;
	width: 263px;
	vertical-align: top;
}

#services {
	background: #f2f2f2 url(../images/portlet/violet/bkg.gif) no-repeat; 
}

#external-link {
	background: #f2f2f2 url(../images/portlet/violet/arrow.png) no-repeat; 
    background-position:  2px;
	color:  #8e8e8e;
	font-weight: bold;
	padding-left:25px;
	font-size: 16px;
	height: 20px; 
    border: 1px solid;
	text-align: left;
	border-left-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-top-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
}

#top-violet-medium {
	background: transparent url(../images/portlet/violet/top-medium.gif) no-repeat;  
	background-position:  0px 100%;
	vertical-align: bottom;
	color:  #8e8e8e;
	font-family:Arial;
	font-weight: bold;
	font-size: 16px;
	padding-left:25px;
	height: 20px; 
	border: none;
	text-align: left;
	width: 710px;
}

#bottom-violet-medium {
	vertical-align: top;
	background: transparent url(../images/portlet/violet/bottom-medium.gif) no-repeat;  
	vertical-align: top;
	background-position:  0px 0px;
	height: 12px; 
	border: none;
	width: 710px;
}


/*PORTLET-GREEN*/
#top-green, #top-green-full {
	font-family:Arial;
	font-weight: bold;
	font-size: 18px;
	padding-left:25px;
	height: 10px; 
	border: none;
	vertical-align: bottom;
	width: 200px;
	height: 10px;
	text-align: left;
}

#top-green {
	background: transparent url(../images/portlet/green/top.gif) no-repeat; 
}

#top-green-full {
	background: transparent url(../images/portlet/green/top-full.gif) no-repeat; 
	width: 970px;
	text-align: right;
	padding-right: 12px;
}

#portlet-green {
	border:0;
	margin:0;
	height: 90%;
}

#body-green {
	background-color: #f5f9eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: rect( );
	border: 1px solid;
	border-left-color: #cde2a1;
	border-right-color: #cde2a1;
	border-top-color: #f5f9eb;
	border-bottom-color: #f5f9eb;
	height:100%;
}

#bottom-green, #bottom-green-full {
	height: 8px; 
	border: none;
	vertical-align: top;
	height: 10px;
}

#bottom-green {
	background: transparent url(../images/portlet/green/bottom.gif) no-repeat; 
}

#bottom-green-full {
	background: transparent url(../images/portlet/green/bottom-full.gif) no-repeat; 
	width: 970px;
}


/*PORTLET-SERVIZI*/
.max_width, .lista_tb{
	width: 100%;
}

/*NAVIGATION-PORTLET*/
.portlet-boundary  .portlet-navigation .nav-menu {
	background:  #f5f9eb;
	border:0;
	margin:0;
}

.portlet-boundary  .portlet-navigation .nav-menu li a.ancestor {
	background:  none;
}

.portlet-boundary  .portlet-navigation .nav-menu li a.selected {
	background: none;
}

.portlet-boundary  .portlet-navigation .nav-menu ul {
	background:  none;
	border:0;
	margin:0;
}

.portlet-boundary  .portlet-navigation .nav-menu-style-1 {
	background:  none;
	border:0;
	margin:0;
}
.portlet-boundary  .portlet-navigation .nav-menu {
	background:  none;
	border:0;
	margin:0;
}

/*POTRLET-EDITING JOURNAL*/

.portlet-section-header {
	background: #bdd985;
	padding: 1px 0 0;
}

.portlet-section-header th {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.3em 1em;
}

/*IMPORTANTE!!!!!!*/
.journal-edit-article-extra {
	padding:0;
	margin:0;

}

.lfr-table {
	padding:0;
	margin:0;
}

.columns-max #column-1 {
	margin:0;
	padding:0;
}

.portlet-document-library .header {
	background: #bdd985;
}	

/*ERROR MESSAGE*/
.table-msg-error {
	width: 470px;
	background: #FFF1ED;
	border: 1px solid #900;
	display: block;
	text-align: left;
	padding: 0; 
	margin: 0;     
}

/*EDITING'S TABS */
/* This CSS sets the default styles for tabs. */

.tabs {
	background-color: #bdd985
	border-bottom: 1px solid #8DB2E3;
	margin: 0 0 1.5em 0;
	padding: 0 0 2.6em 1em;
}

.tabs li {
	background: none 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: none 0 -150px;
	display: block;
	float: left;
	padding: 0.35em 1em 0;
	text-decoration: none;
}

.tabs li.current {
	background: none 100% 0;
	font-weight: bold;
	top: 0.15em;
}

.tabs li.current a, .tabs li.current span {
	background: none 0 -100px;
	color: #333;
	padding: 0.15em 1em;
}

.ie .tabs li {
	line-height: 2.35;
}

.ie .tabs li.current {
	top: 0.2em;
}

/* ---------- Normal text in a table cell ---------- */

.portlet-section-body {
	background: #f5f9eb;
	color: #000;
}

.portlet-section-body td {
	background: #f5f9eb;
	border:0;
}


/* ---------- Text in every other row in the cell ---------- */

.portlet-section-alternate {
	background: #f5f9eb;
	color: #000;
}

.portlet-section-alternate td {
	background: #fff;
	border:0;
}

.portlet-section-alternate-hover td, .portlet-section-body-hover td {
	background: #FFF5BA;
	border:0;
}

.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;
}

.portlet-document-library .header,.lfr-component .header {
	background-color: #bdd985;
}






















/*DI DANIELA*/
.tabs {
	background-color: #bdd985
	border-bottom: 1px solid #8DB2E3;
	margin: 0 0 1.5em 0;
	padding: 0 0 2.6em 1em;
},

.tabs li {
	background: #bdd985 none 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: #bdd985 none 0 -150px;
	display: block;
	float: left;
	padding: 0.35em 1em 0;
	text-decoration: none;
},

.tabs li.current {
	background:  none 100% 0;
	font-weight: bold;
	top: 0.15em;
},

.tabs li.current a, .tabs li.current span {
	background:  none 0 -100px;
	color: #333;
	padding: 0.15em 1em;
},

.ie .tabs li {
	background:  none 0 -100px;
	line-height: 2.35;
},

.ie .tabs li.current {
	background: #bdd985 none 0 -100px;
	top: 0.2em;
}
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */
/* --- BASE --- */
body {
	/*background: #99c0fa url(../images/common/background.png) repeat-x;*/
	background: #c0c5c8;
}
/*DANIELA: modificata per togliere la scrollbar verticale min heigh era 840 tolto min-height: 400px;*/
#main {
	border:0;
	margin:0;
	min-height: 600px;
	
}
/*DANIELA: modificata per togliere la scrollbar verticale tolta la proprierà height che era 100% tolto min-height: 840px;*/
#wrapper {
	
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: auto;
	border: 1px solid #616660;
	border-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 976px;
	vertical-align: top;
	min-height: 600px;
}

/* --- SEARCH --- */
#banner .search_container {
	position: absolute;
	top: 87px;
	right: 4px;
}

#banner .search_container_signin {
	position: absolute;
	top: 95px;
	right: 4px;
}

#banner .search {
	text-decoration: none;
	text-align: left;
	clip: rect( );
	
}

#banner .search form {
	padding:0;
	position: relative;
}


#banner .search input {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:  #84b616;
	text-decoration: none;
	clip:  rect();
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 230px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}

#banner .search input.focus {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 230px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}



#banner .td_search {
	padding: 0 0 0 48px;
	height: 14px;
}

#banner .search input[type=image] {
	display: none;
}

.ie #banner .search .search-input-link {
	top: 1px;
}



/* --- LAYOUT SPECIFIC --- */
/* MODIFICA DANIELA PER RISOLVERE IL PROBLEMA DEL MENU VERTICALE

 .lfr-column.thirty {
	width:238px!Important;
}
.seventy.lfr-column {
	width:702px!Important;
}*/
#layout-grid .lfr-column {
	padding: 0;
}




#portlet-wrapper- {
	background: transparent;
	margin: 0;
	padding: 0px;
	/*padding: 14px;*/
}

#layout-grid .lfr-portlet-column.empty {
	display:none;
}

#content-wrapper.columns-max {
	padding: 2px;
}

.columns-max #column-1 {
	margin: 11px;
}

.lfr-portlet-column {
	margin:0;
	padding:0;
}

#layout-grid .lfr-column {
	overflow:hidden;
}

.columns-1 #column-1 .lfr-portlet-column {
	margin: 0;
	padding: 0;
}

/*
#wrapper .columns-1 .lfr-column {
	width: 950px;
	padding: 0px;
}*/

/*#wrapper .columns-1 .lfr-column {
	width: 968px;
}*/
/* MODIFICA DANIELA PER RISOLVERE IL PROBLEMA DEL MENU VERTICALE
.columns-2 #column-1 {
	padding: 5px;

}
*/
#column-2 {
	width:220px;
	padding-right:10px;
}

#column-3 {
	width:730px;
	padding-left:5px;
}

.columns-2 #column-2 {
	padding: 5px;
	
}


.portal-popup #content-wrapper {
	background: none;
	margin: 0;
}

.portal-popup .columns-max #column-1 {
	margin: 0;
	padding: 0;
	width: 100%;
}

body.portal-popup {
	padding: 0;
}

.portal-popup #p_p_id_15_ {
	background: #FFF;
	padding: 2px;
}

/*LOGIN/LOGOUT*/

/* --- DOCK --- */
.js .lfr-dock.interactive-mode {
	position: absolute;
	top: 3px;
	right: 4px;
}

.js .lfr-dock.interactive-mode h2 {
	padding: 0 41px 0 0;
	margin: 0px;
}

.js .lfr-dock.interactive-mode h2 span {
	padding: 0.3em 0.5em 0.5em 1em;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
}

.corpolog{
	background-color: #e1ebd0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: auto;
	border: 1px solid;
	border-left-color: #85b616;
	border-right-color: #85b616;
	border-top-color: #e1ebd0;
	border-bottom-color: #e1ebd0;
}

.testo_login {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7F817C;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	
}

#area_riservata input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:  #84b616;
	text-decoration: none;
	clip:  rect();
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 180px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}

#area_riservata input.focus {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border: 1px solid #D8D8D8;
	height: 16px;
	width: 180px;
	height: 16px;
	margin: 1px;
	padding: 1px 1px 1px 5px;
}


#area_riservata .corpolog td {
	padding: 0 1px 0 0;
}

.celle {
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:  #84b616;
	text-decoration: none;
	height: 16px;
	width: 150px;
	clip:  auto;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	margin: 1px;
}

.button_img {
	background: none url(../images/log/button.gif) no-repeat;
}

.button_img:hover {
	background: none url(../images/log/button_hover.gif) no-repeat;
}

/*DANIELA: modificata per togliere la scrollbar verticale min heigh era 465 tolto min-height: 300px;*/
#back-container {
	/*background: transparent url(../images/common/content_bg.png) no-repeat;*/
	
}

#content-wrapper {
	padding: 0;
	margin: 0 auto;
}



#content-wrapper #layout-grid {
	margin: 0 auto;
}

#banner {
	height: 135px;
	background: url(../images/common/banner_bg.png);
	position:relative;
}

#banner .logo {
	height: 135px;
	background: none;
	margin-top:0em;
}

#footer {
	margin: 0 auto;
	width: 796px;
	/*background: #E2E6E8 url(../images/common/footer_bg.jpg) no-repeat 50% 50%;
	border: 1px solid #6B767B;
	width: 950px;
	height: 125px;
	position: relative;*/
}

#footer_nav {
	font-size: 12px;
	color: #457583;
	/*background: #E2E6E8 url(../images/common/footer_bg.jpg) no-repeat 50% 50%;
	border: 1px solid #6B767B;
	width: 950px;
	height: 125px;
	position: relative;*/
}

/* AREA LEGATA AL CREATE ACCOUNT*/

.create_account_label{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7F817C;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	
}

#_2_firstName, #_2_lastName, #_2_screenName, #_2_emailAddress, #_2_captchaText {
	padding-left:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:  #84b616;
	text-decoration: none;
	height: 16px;
	width: 120px;
	clip:  auto;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	margin: 1px;
}

/* FINE AREA LEGATA AL CREATE ACCOUNT*/



/* ---- NAVIGATION MENU---- */
#add-page {
	display: none;
}

#navigation {
	position: relative;
	overflow: visible;
	z-index: 10;
	width: 100% ;
	height: 20px;
	margin: 0;
	padding: 0 0 0 0 ;
	background: transparent url(../images/navigation/level0.gif) repeat-x;
}

.ie7 #navigation {
	width:100%;
}

#navigation ul {
	width: 100%;
	text-decoration: none;
}

#navigation li {
 	padding: 0 40px 0 0; 
	margin: 0;
	color: white;
	height: 20px;
	text-decoration: none;
	/*border-right: 1px solid;
	border-right-color: #BBCDD1;*/
}

#navigation li:hover {
	background: transparent url(../images/navigation/level0_hover.gif) repeat-x;
	height: 20px;
	padding: 0 40px 0 0; 
	margin: 0;
	color: white;
	border-right: 1px solid;
	border-right-color: #BBCDD1;
}

#navigation li a {	
	background: none;
	color: white;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
}

#navigation li a:hover {	
	background: none;
	color: white;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#navigation li a span {
	padding: 0 0 0 14px;
	background: transparent url(../images/navigation/marker.png) no-repeat;
	background-position:  1px 0px;
	color: white;
}

#navigation li a:hover span {
	padding: 0 0 0 14px;
	background: transparent url(../images/navigation/marker.png) no-repeat;
	background-position:  1px 0px;
	color: white;
}

.ie6 #navigation li.init {
	/*background: #D8DDE0;*/
}

#navigation li.init a {
	color: white;
}

.js #navigation .enter-page {
	background: none;
	margin-top: -2px;
	padding: 0;
}

.js #add-page a {
	color: #666;
}

.js #add-page {
	float: right;
	font-weight: bold;
	padding-top: 0px;
}

.js #add-page a:hover span {
	background: none;
}

.js #add-page a span {
	background: none;
}

/* --- PORTLET --- */
.portlet-boundary {
	/*padding:2px; text-align: center;*/
	padding: 0;
}

/*.template_container {
	padding:2px;
}

.template_container, .external, .internal{
	padding:2px;
	text-align: center;
}*/

.external_medium {
	width: 710px;
	text-align: center;
		font-family:Arial;
      font-size:12px;
}

.second {
	margin-top: 4px;
}

.external {
	width: 640px;
	padding:2px;
	text-align: center;
}


.internal .internal table {
	padding:0;
}

.internal_medium, .internal_medium table {
	padding:0;
		font-family:Arial;
      font-size:12px;
}


#internal_medium_div {
	height: 500px; 
	overflow:auto;
	font-family:Arial;
      font-size:12px;
}

.portlet, .portlet-topper, .portlet-content, .portlet-title {
	background: none;
	margin: 0;
	padding: 0;
}

.portlet {
	margin: 0;
	padding: 0;
}

.ie .portlet {
	/*zoom: 1;*/
}

.portlet-content {
	padding: 0;
}

.portlet-topper {
	margin: 0;
	padding: 0;
}

.portlet-title {
	padding: 0;
	font-size: 17px;
	display:none;
}

/* --- DROP DOWN MENU --- */
#navigation .child-menu {
	position: absolute;
	top: 20px;
	left: -1px;
	width: 209px;
	z-index: 79;
	overflow: visible;
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #004454;
	background-color: #aecf66;
  	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

.ie #navigation .child-menu {
	height: 1;
	top: 20px;
}

#navigation .child-menu ul {
	
	height: auto;
	padding-bottom: 2px;
}



#navigation .child-menu ul , #navigation .child-menu li {
	float: none;
	background: #aecf66;
}

#navigation .child-menu li {
	border: none;
	display: block;
	padding: 2px 2px 2px 2px;
	border: 1px solid #bdd883;
	height: 15px;
}

#navigation .child-menu li:hover {
	border: none;
	display: block;
	padding: 2px 2px 2px 2px;
	border: 1px solid #bdd883;
	background: #d7e7b2;
	height: 15px;
}

#navigation .child-menu li a {
	padding-bottom: 5px;
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


/* --- BOTTOM NAV & LEGAL --- */
#footer {
	width: 100%;
}

#footer .copyright-notice, #footer ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7F817C;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
}

#footer .copyright-notice {
	color: #7F817C;
}

#footer ul {
	right: 0;
}

#footer li {
	border-right: 1px solid #7F817C;
	display: inline;
	float: left;
	margin-left: 9px;
	padding-right: 8px;
}

#footer li.last-child {
	border: none;
	padding: 0;
}

#footer li a {
	color: #7F817C;
	text-decoration: none;
}

#footer li a:hover {
	color: #7F817C;
	text-decoration: underline;
}

/* --- MESSAGE BOARDS --- */
.portlet-section-body .message-board-thread-top {
	border-bottom-color: #3A4E66;
}

.portlet-section-alternate .message-board-thread-top {
	border-bottom-color: #212C3A;
}

.message-board-message-container .portlet-section-alternate td {
	border: 1px solid #212C3A;
}

.message-board-message-container .portlet-section-body td {
	border:1px solid #3A4E66;
}

#content-wrapper .message-board-thread-controls {
	border: none;
}

#content-wrapper .message-board-title {
	color: #151C25;
	padding: 5px;
	border: none;
}

#content-wrapper .toggle_id_message_boards_view_message_thread {
	border: none;
	margin-bottom: 10px;
}

.message-board-message-container table {
	color: #e7eef6;
}

.message-board-code, .message-board-quote {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 5px;
}

.lfr-highlighted, .lfr-highlighted a {
	color: #ffc;
}

ul.message-board-edit-controls {
	list-style: none;
}

/*POTLET-ORGANISMO*/

.testo_blubold, .internal_medium th, .lista_tb tfoot td, #tblNewSearch td, #frmSearch td, #dettaglio td span, .internal_medium input[type=submit], .internal_medium input[type=reset], .internal h4, .internal_medium h4 {
	font-family: Arial;
	font-size: 12px;
	color: #014353;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

/*soluzione ad hoc mediante id="j_id_id28" per la form della ricerca promotore, da generalizzare: 
	converrà usare un class="form_container" da assegnare alla form della JSF*/
#tblNewSearch td, #frmSearch td, #j_id_id28 {
	padding: 2px 2px 2px 25px;
}

.internal_medium h2 {
	text-align: center;
	text-transform: none;
}

.testo_grigio, .internal_medium, .internal_medium select, .internal_medium input, .internal_medium td, .portlet-icon-back {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555557;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

.portlet-icon-back {
	font-size: 10px;
	height:10px;
	padding: 0;
	padding-left: 11px;
	margin: 0;
	width:100%;
	line-height: 10px;	
}

.internal_medium select {
	width: 175px;
}

.internal_medium input[type=submit], .internal_medium input[type=reset] {
	text-align: center
}

.internal_medium input[type=text]{
	width: 170px;
}

/*.internal_medium form{
	text-align: center;
}*/
/*soluzione ad hoc mediante id="j_id_id117," per la ricerca promotore, da generalizzare: 
	conviene mettere un contenitore per la tabella con la lista dei risultati, assegnandogli un class="list_container"*/
#j_id_id117, .list_container {
	padding: 25px;
}	

#td_button {
	text-align: center;
	font-family:Arial;
      font-size:12px;
}
.lista_tb {
	width: 530px;
}

.lista_tb th {
	background-color: #b6cacf;
	border-color: #b6cacf;
}

.lista_tb tbody tr {
	background-color: #eef3f4;
}

.lista_tb .alterna {
	background-color: #f7f9fa;
}

.lista_tb tbody td {
	border-top: #eef3f4 1px solid;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
	font-size: 11px;
	border-left: #eef3f4 1px solid;
	color: #555555;
	border-bottom: #bbcdd2 1px solid;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	border-left-width: 0px
}

.lista_tb tbody tr:hover {
	background-color: white;
}

#tblNewSearch, #dettaglio {
	width: 498px;
}

.lista_tb tfoot td, #dettaglio tfoot td, #frmNewSearch tfoot td, #frmSearch tfoot td, #tblNewSearch #td_center_align {
	text-align: center;
}

#td_left_align { 
    text-align: left;
}

.td_testo, .portlet-violet {
	padding-top: 2px;
	padding-left:25px;
	padding-right:15px;
	padding-bottom:2px;
	font-family:Arial;
      font-size:12px;
}

.td_testo {
	text-align: left;
	font-family:Arial;
      font-size:12px;
}

#td_img_albo {
	background: transparent url(../images/organismo/albo.gif) no-repeat;
	background-position: top left;
	height: 95px;
}

#td_img_news {
	background: transparent url(../images/organismo/sede.gif) no-repeat;
	background-position: top left;
	height: 95px;
}


/*PORTLET-YELLOW*/
#top-yellow, #top-yellow-medium {	
	font-family:Arial;
	color:  #9b9e50;
	font-weight: bold;
	font-size: 14px;
	padding-left:25px;
	height: 20px; 
	border: none;
	vertical-align: bottom;
	text-align: left;
}

#top-yellow {
	background: transparent url(../images/portlet/yellow/top.gif) no-repeat; 
	width: 640px; 
}

#top-yellow-medium {
	background: transparent url(../images/portlet/yellow/top-medium.gif) no-repeat; 
	width: 708px; 
}

#body-yellow {
	background-color: #FAFAE2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: auto;
	border: 1px solid;
	border-left-color: #E0E571;
	border-right-color: #E0E571;
	border-top-color: #FAFAE2;
	border-bottom-color: #FAFAE2;
}

#body-yellow  #internal_medium_div {
	max-height: 400px; 
	overflow:auto;
}

#bottom-yellow, #bottom-yellow-medium {	
	height: 12px; 
	border: none;
	vertical-align: top;
}

#bottom-yellow {	
	background: transparent url(../images/portlet/yellow/bottom.gif) no-repeat; 
	width: 640px; 
}

#bottom-yellow-medium {		
	background: transparent url(../images/portlet/yellow/bottom-medium.gif) no-repeat; 
	width: 708px; 
}

/*Pulsanti YELLOW*/
.internal_medium input[type=submit], .internal_medium input[type=reset] {
	border: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 10px;
	width: 110px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 18px;
	text-align: center;
	text-decoration: none;
}
.pulsanteInvio {
width:18px;
height:25px;

}

.internal_medium input[type=submit], .internal_medium input[type=reset] {
	background: url(../images/portlet/yellow/button_off.gif) #fafafa no-repeat;
}

.internal_medium input[type=submit]:hover, .internal_medium input[type=reset]:hover {
	background: url(../images/portlet/yellow/button_on.gif) #fafafa no-repeat;
}

.lista_tb input[type=submit], .lista_tb input[type=reset] {
	display: inline;
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 1px;
	font-size: 10px;
	text-align: center;
}

.lista_tb input[type=submit], .lista_tb input[type=reset] {
	background: url(../images/portlet/yellow/button_list_off.gif) #fafafa no-repeat;
}

.lista_tb input[type=submit]:hover, .lista_tb input[type=reset]:hover {
	background: url(../images/portlet/yellow/button_list_on.gif) #fafafa no-repeat;
}



#body-yellow .portlet-section-header { 
	background: #edefab;
	border:1px solid #9b9e50; 
}

#body-yellow .portlet-section-body td {
	background: #fafae2;	
}

/*work-around per le annidate*/
#body-yellow #top-yellow, #body-yellow #top-yellow-medium, #body-yellow #bottom-yellow, #body-yellow #bottom-yellow-medium, #body-yellow #body-yellow  {
	background:none;
	border:0;
}

#body-yellow #top-yellow {
	display:none;
}

/*PORTLET-BLUE*/

#top-blue, #top-blue-medium {
	font-family:Arial;
	color:  #407280;
	font-weight: bold;
	padding-left:25px;
	height: 20px; 
	font-size: 14px;
	border: none;
	text-align: left;
	vertical-align: bottom;
}

#top-blue {
	background: transparent url(../images/portlet/blue/top.gif) no-repeat; 
	width: 640px; 
}

#top-blue-medium {
	background: transparent url(../images/portlet/blue/top-medium.gif) no-repeat; 
	width: 708px; 
}

#body-blue {
	background-color: #EEF4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid;
	border-left-color: #BBCDD1;
	border-right-color: #BBCDD1;
	border-top-color: #EEF4F4;
	border-bottom-color: #EEF4F4;
}

#bottom-blue, #bottom-blue-medium {
	height: 12px; 
	border: none;
	vertical-align: top;
}

#bottom-blue {
	background: transparent url(../images/portlet/blue/bottom.gif) no-repeat; 
	width: 640px; 
}

#bottom-blue-medium {
	background: transparent url(../images/portlet/blue/bottom-medium.gif) no-repeat; 
	width: 710px; 
}
/*pulsanti*/

.internal_medium input[type=submit], .internal_medium input[type=reset] {
	border: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 10px;
	width: 100px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 18px;
	text-align: center;
	text-decoration: none;
}
.pulsanteInvio {
width:18px;
height:25px;

}

.internal_medium input[type=submit], .internal_medium input[type=reset] {
	background: url(../images/portlet/blue/button_off.gif) #fafafa no-repeat;
}

.internal_medium input[type=submit]:hover, .internal_medium input[type=reset]:hover {
	background: url(../images/portlet/blue/button_on.gif) #fafafa no-repeat;
}

.lista_tb input[type=submit], .lista_tb input[type=reset] {
	display: inline;
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 1px;
	font-size: 10px;
	text-align: center;
}

.lista_tb input[type=submit], .lista_tb input[type=reset] {
	background: url(../images/portlet/blue/button_list_off.gif) #fafafa no-repeat;
}

.lista_tb input[type=submit]:hover, .lista_tb input[type=reset]:hover {
	background: url(../images/portlet/blue/button_list_on.gif) #fafafa no-repeat;
}

/*work-around per il problema della riga duplicata*/
#bottom-blue-medium {
	background:none;
	border:0;
}

.external_medium #bottom-blue-medium {
	background: transparent url(../images/portlet/blue/bottom-medium.gif) no-repeat; 
	width: 640px; 
}

/*PORTLET-VIOLET*/
.portlet-violet {
	background-color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: auto;
	border: 1px solid;
	border-left-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-top-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	vertical-align: top;
	height:75px !important;
}

#top-violet {
	background: transparent url(../images/portlet/violet/top.gif) no-repeat;  
	background-position:  0px 100%;
	vertical-align: bottom;
	color:  #8e8e8e;
	font-family:Arial;
	font-weight: bold;
	font-size: 14px;
	padding-left:25px;
	height: 20px; 
	border: none;
	text-align: left;
}

#bottom-violet {
	vertical-align: top;
	background: transparent url(../images/portlet/violet/bottom.gif) no-repeat;  
	vertical-align: top;
	background-position:  0px 0px;
	height: 12px; 
	border: none;
}

#services, #services-medium {
	background-position:  100% 0;
	height: 110px; 
	border: 1px solid;
	border-left-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-top-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	text-align: left;
	padding-left:25px;
	width: 263px;
	vertical-align: top;
}

#services {
	background: #f2f2f2 url(../images/portlet/violet/bkg.gif) no-repeat; 
}

#external-link {
	background: #f2f2f2 url(../images/portlet/violet/arrow.png) no-repeat; 
    background-position:  2px;
	color:  #8e8e8e;
	font-weight: bold;
	padding-left:25px;
	font-size: 16px;
	height: 20px; 
    border: 1px solid;
	text-align: left;
	border-left-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-top-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
}

#top-violet-medium {
	background: transparent url(../images/portlet/violet/top-medium.gif) no-repeat;  
	background-position:  0px 100%;
	vertical-align: bottom;
	color:  #8e8e8e;
	font-family:Arial;
	font-weight: bold;
	font-size: 16px;
	padding-left:25px;
	height: 20px; 
	border: none;
	text-align: left;
	width: 710px;
}

#bottom-violet-medium {
	vertical-align: top;
	background: transparent url(../images/portlet/violet/bottom-medium.gif) no-repeat;  
	vertical-align: top;
	background-position:  0px 0px;
	height: 12px; 
	border: none;
	width: 710px;
}

/*PORTLET-GREEN MODIFICATA DA DANIELA*/

#top-green-left {
	background: transparent url(../images/portlet/green/topLeft.gif) no-repeat; 
    height:11px;
}
#top-green-center {
	background: transparent url(../images/portlet/green/topLine.gif); 
	background-repeat: repeat-x;
	height:11px;
}
#top-green-right {
	background: transparent url(../images/portlet/green/topRight.gif) no-repeat; 
	height:11px;
}

#bottom-green-left {
	background: transparent url(../images/portlet/green/bottomLeft.gif) no-repeat; 
	height:8px;
}
#bottom-green-center {
	background: transparent url(../images/portlet/green/bottomLine.gif); 
	background-repeat: repeat-x;
	height:8px;
}
#bottom-green-right {
	background: transparent url(../images/portlet/green/bottomRight.gif) no-repeat; 
	height:8px;
}


#body-green-center {
	background-color: #f5f9eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: auto;
	height:100%;
}
#body-green-left {
	background-color: #f5f9eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: auto;
	height:100%;
	border-left:1px solid;
	border-left-color: #cde2a1;
}
#body-green-right {
	background-color: #f5f9eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: auto;
	height:100%;
	border-right:1px solid;
	border-right-color: #cde2a1;
}

/* FINE PORTLET-GREEN MODIFICATA DA DANIELA*/
/*PORTLET-GREEN*/
#top-green, #top-green-full {
	font-family:Arial;
	font-weight: bold;
	font-size: 14px;
	padding-left:25px;
	height: 10px; 
	border: none;
	vertical-align: bottom;
	width: 200px;
	height: 10px;
	text-align: left;
}

#top-green {
	background: transparent url(../images/portlet/green/top.gif) no-repeat; 
}

#top-green-full {
	background: transparent url(../images/portlet/green/top-full.gif) no-repeat; 
	width: 970px;
	text-align: right;
	padding-right: 12px;
}

#portlet-green {
	border:0;
	margin:0;
	height: 90%;
}

#body-green {
	background-color: #f5f9eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	clip: auto;
	border: 1px solid;
	border-left-color: #cde2a1;
	border-right-color: #cde2a1;
	border-top-color: #f5f9eb;
	border-bottom-color: #f5f9eb;
	height:100%;
}

#bottom-green, #bottom-green-full {
	height: 8px; 
	border: none;
	vertical-align: top;
	height: 10px;
}

#bottom-green {
	background: transparent url(../images/portlet/green/bottom.gif) no-repeat; 
}

#bottom-green-full {
	background: transparent url(../images/portlet/green/bottom-full.gif) no-repeat; 
	width: 970px;
}


/*PORTLET-SERVIZI*/
.max_width, .lista_tb{
	width: 100%;
}

/*NAVIGATION-PORTLET*/
.portlet-boundary  .portlet-navigation .nav-menu {
	background:  #f5f9eb;
	border:0;
	margin:0;
}

.portlet-boundary  .portlet-navigation .nav-menu li a.ancestor {
	background:  none;
}

.portlet-boundary  .portlet-navigation .nav-menu li a.selected {
	background: none;
}

.portlet-boundary  .portlet-navigation .nav-menu ul {
	background:  none;
	border:0;
	margin:0;
}

.portlet-boundary  .portlet-navigation .nav-menu-style-1 {
	background:  none;
	border:0;
	margin:0;
}
.portlet-boundary  .portlet-navigation .nav-menu {
	background:  none;
	border:0;
	margin:0;
}

/*POTRLET-EDITING JOURNAL*/

.portlet-section-header {
	background: #bdd985;
	padding: 1px 0 0;
}

.portlet-section-header th {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 0.3em 1em;
}

/*IMPORTANTE!!!!!!*/
.journal-edit-article-extra {
	padding:0;
	margin:0;
	
}

.lfr-table {
	padding:0;
	margin:0;
}

.columns-max #column-1 {
	margin:0;
	padding:0;
}

.portlet-document-library .header {
	background: #bdd985;
}	

/*ERROR MESSAGE*/
.table-msg-error {
	width: 470px;
	background: #FFF1ED;
	border: 1px solid #900;
	display: block;
	text-align: left;
	padding: 0; 
	margin: 0;     
}

/*EDITING'S TABS */
/* This CSS sets the default styles for tabs. */

.tabs {
	background-color: #bdd985;
	border-bottom: 1px solid #8DB2E3;
	margin: 0 0 1.5em 0;
	padding: 0 0 2.6em 1em;
}

.tabs li {
	background: none 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: none 0 -150px;
	display: block;
	float: left;
	padding: 0.35em 1em 0;
	text-decoration: none;
}

.tabs li.current {
	background: none 100% 0;
	font-weight: bold;
	top: 0.15em;
}

.tabs li.current a, .tabs li.current span {
	background: none 0 -100px;
	color: #333;
	padding: 0.15em 1em;
}

.ie .tabs li {
	line-height: 2.35;
}

.ie .tabs li.current {
	top: 0.2em;
}

/* ---------- Normal text in a table cell ---------- */

.portlet-section-body {
	background: #f5f9eb;
	color: #000;
}

.portlet-section-body td {
	background: #f5f9eb;
	border:0;
}


/* ---------- Text in every other row in the cell ---------- */

.portlet-section-alternate {
	background: #f5f9eb;
	color: #000;
}

.portlet-section-alternate td {
	background: #fff;
	border:0;
}

.portlet-section-alternate-hover td, .portlet-section-body-hover td {
	background: #FFF5BA;
	border:0;
}

.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;
}

.portlet-document-library .header,.lfr-component .header {
	background-color: #bdd985;
}


/*Di Mario*/
.tabs {
	background-color: #bdd985
	border-bottom: 1px solid #8DB2E3;
	margin: 0 0 1.5em 0;
	padding: 0 0 2.6em 1em;
}

.tabs li {
	background: #bdd985 none 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: #bdd985 none 0 -150px;
	display: block;
	float: left;
	padding: 0.35em 1em 0;
	text-decoration: none;
}

.tabs li.current {
	background:  none 100% 0;
	font-weight: bold;
	top: 0.15em;
}

.tabs li.current a, .tabs li.current span {
	background:  none 0 -100px;
	color: #333;
	padding: 0.15em 1em;
}

#bottom-green {
 background: transparent url(../images/portlet/green/bottomTab.gif) no-repeat; 
}
#top-green {
 background: transparent url(../images/portlet/green/topTab.gif) no-repeat; 
}



.table-msg-error {
    font-family: Gill Sans MT;
    font-size: 15px;
    width: 470px;
    background: #EEF4F4;
    border: 0px solid #900;
    display: block;
    text-align: left;
    padding: 0; 
    margin: 0; 
    color:  #FE0202;
    
    
}

.table-msg-error-span{
    
    
    font-family: Gill Sans MT;
    font-size: 18px;
    width: 470px;
    background: #EEF4F4;
    border: 0px solid #900;
    display: block;
    text-align: left;
    padding: 0; 
    margin: 0; 
    color:  #FE0202;
}

.table-msg-info-span{
    
    
    font-family: Gill Sans MT;
    font-size: 18px;
    width: 470px;
    background: #EEF4F4;
    border: 0px solid #900;
    display: block;
    text-align: center;
    padding: 0; 
    margin: 0; 
    color:  #014353;
    
}

.disclaimer{
    font-family: Gill Sans MT;
    font-size: 14px;
    /*border:1px dotted #000000;*/
    text-decoration: underline;
    font-weight: bold;
    
    text-align: center;
    
    
}

td

{

color: black;

font-size: 11px;

font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

}

td

{

color: black;

font-size: 11px;

font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

}

td.intermediari1 

{

font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;

color: black;

font-size: 11px;

line-height: 14px;

background-color: #f5f9eb;

text-align: left;

vertical-align: top;

}

td.intermediari1 

{

font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;

color: black;

font-size: 11px;

line-height: 14px;

background-color: #f5f9eb;

text-align: left;

vertical-align: top;

}

td.intermediari2

{

font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;

color: black;

font-size: 11px;

line-height: 14px;

background-color: #cfe3a4;

text-align: left;

vertical-align: top;

}

td.intermediari2

{

font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;

color: black;

font-size: 11px;

line-height: 14px;

background-color: #cfe3a4;

text-align: left;

vertical-align: center;

}

th.base

{

font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;

color: black;

font-size: 11px;

vertical-align: center;

font-weight: normal;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #ffffff;

border-right-color: #ffffff;

border-bottom-color: #ffffff;

border-left-color: #ffffff;

padding-top: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 5px;

background-color: #cfe3a4;

text-align: center;

}

td.base 

{

font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;

color: black;

font-size: 11px;

vertical-align: center;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-top-color: #ffffff;

border-right-color: #ffffff;

border-bottom-color: #ffffff;

border-left-color: #ffffff;

padding-top: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 5px;

background-color: #f5f9eb;

}

TABLE.base{
	width: 95%;
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 13px;
	border-collapse: collapse;
	/*border: 1px solid #83afd2;*/
	background-color: #f5f9eb;
	text-align: left;
	align:center;
	overflow-x:hidden;
}

TH.base{
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
        VERTICAL-align: center;
        font-weight: normal;
        border: 1px solid #FFFFFF;
        padding: 5px 5px 5px 5px;
        background-color: #cfe3a4;
        text-align: center;
	}

TD.base{
        font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
        VERTICAL-align: center;
        border: 1px solid #FFFFFF;
        padding: 5px 5px 5px 5px;
        background-color: #f5f9eb;
	}

.lfr-tag-container 

{
background-color:#BDD985;

height: 260px;

margin-bottom: 1em;

overflow-x: auto;

overflow-y: auto;

}




#internal_medium_div_login {
	height: 200px; 
	overflow:auto;
}
#internal_medium_div_login .td_testo {
	font-family:Arial;
      font-size:12px;
}
#internal_medium_div_forgot_password{
	height: 200px; 
	overflow:auto;
}
#internal_medium_div_forgot_password .td_testo {
	font-family:Arial;
      font-size:12px;
}
#internal_medium_div_create_account{
	height: 268px; 
	overflow:auto;
}
#internal_medium_div_create_account .td_testo {
	font-family:Arial;
      font-size:12px;
}

.lfr-input-text

{

width: 170px;

}



/* --- DOCK --- */
.js .lfr-dock.aree {
	position: absolute;
	top: 5px;
	right: 310px;
}

.js .lfr-dock.aree h2 {
	padding: 0 41px 0 0;
	margin: 0px;
}

.js .lfr-dock.aree h2 span {
	padding: 0.3em 0.5em 0.5em 1em;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
}


.testo_aree

{

		font-family: Arial;

		font-size: 12px;

		color: #7f817c;

		font-weight: bold;

		text-align: left;

		text-decoration: none;

}

.testo_aree

{

		font-family: Arial;

		font-size: 12px;
color: #7f817c;

font-weight: bold;

text-align: left;

text-decoration: none;

}

a:hover 

{

color: #0066cc;

text-decoration: none;

}


#body-yellow  #internal_medium_div_aree {
	min-height: 200px;
	max-height: 200px; 
	overflow:auto;
		font-family: Arial;

		font-size: 12px;
}



.internal_medium input[type=submit], .internal_medium input[type=reset] {
	border: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	font-size: 10px;
	width: 100px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 18px;
	text-align: center;
	text-decoration: none;
}
.pulsanteInvio {
width:18px;
height:25px;

}

.internal_medium input[type=button], .internal_medium input[type=reset] {
	background: url(../images/portlet/blue/button_off.gif) #fafafa no-repeat;
	font-family:Arial;
      font-size:12px;
}

.internal_medium input[type=button]:hover, .internal_medium input[type=reset]:hover {
	background: url(../images/portlet/blue/button_on.gif) #fafafa no-repeat;
	font-family:Arial;
      font-size:12px;
}

.lista_tb input[type=button], .lista_tb input[type=reset] {
	display: inline;
	width: 19px;
	height: 19px;
	padding: 0;
	margin: 1px;
	font-family:Arial;
      font-size:12px;
	text-align: center;
}

.lista_tb input[type=button], .lista_tb input[type=reset] {
	background: url(../images/portlet/blue/button_list_off.gif) #fafafa no-repeat;
	font-family:Arial;
      font-size:12px;
}

.lista_tb input[type=button]:hover, .lista_tb input[type=reset]:hover {
	background: url(../images/portlet/blue/button_list_on.gif) #fafafa no-repeat;
	font-family:Arial;
      font-size:12px;
}

input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea 


{

background-color: #ffffff;

background-image: url(../images/forms/input_shadow.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-right-color: #aaaaaa;

border-bottom-color: #aaaaaa;

border-left-color: #777777;

border-top-color: #777777;

	font-family:Arial;
      font-size:12px;

font-style: normal;

font-variant: normal;

font-weight: normal;


line-height: normal;

font-size-adjust: none;

font-stretch: normal;

padding-top: 0.3em;

padding-right: 0.3em;

padding-bottom: 0.3em;

padding-left: 0.3em;

}





















nput[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea 

{

background-color: #ffffff;

background-image: url(../images/forms/input_shadow.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-right-color: #aaaaaa;

border-bottom-color: #aaaaaa;

border-left-color: #777777;

border-top-color: #777777;


font-style: normal;

font-variant: normal;

font-weight: normal;

	font-family:Arial;
      font-size:12px;
line-height: normal;

font-size-adjust: none;

font-stretch: normal;

padding-top: 0.3em;

padding-right: 0.3em;

padding-bottom: 0.3em;

padding-left: 0.3em;

}

input[type="submit"], input[type="button"], input[type="reset"] 

{

background-color: #fafafa;

background-image: url(../images/forms/button.png);

background-repeat: repeat-x;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

border-top-width: 3px;

border-right-width: 3px;

border-bottom-width: 3px;

border-left-width: 3px;

border-top-style: double;

border-right-style: double;

border-bottom-style: double;

border-left-style: double;

border-right-color: #999999;

border-bottom-color: #999999;

border-left-color: #cccccc;

border-top-color: #cccccc;

color: #333333;

font-weight: bold;
	font-family:Arial;
      font-size:12px;

padding-top: 0.25em;

padding-right: 0.25em;

padding-bottom: 0.25em;

padding-left: 0.25em;

}

.testo_grigio, .internal_medium, .internal_medium select, .internal_medium input, .internal_medium td, .portlet-icon-back 

{

font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

font-size: 12px;

color: #555557;

font-weight: normal;

text-align: left;

text-decoration: none;

}

.testo_grigio, .internal_medium, .internal_medium select, .internal_medium input, .internal_medium td, .portlet-icon-back 

{

font-family: Arial;

font-size: 12px;

color: #555557;

font-weight: normal;

text-align: left;

text-decoration: none;

}

.testo_blubold, .internal_medium th, .lista_tb tfoot td, #tblNewSearch td, #dettaglio td span, .internal_medium input[type="button"], .internal_medium input[type="reset"], .internal h4, .internal_medium h4 

{

font-family: Arial;

font-size: 12px;

color: #014353;

text-align: left;

text-decoration: none;

font-weight: bold;

text-transform: none;

}

.internal_medium input[type="button"], .internal_medium input[type="reset"] , .internal_medium input[type="submit"]

{

text-align: center;

}


.internal_medium input[type="button"], .internal_medium input[type="reset"] , .internal_medium input[type="submit"] 

{

text-align: center;

}

.internal_medium input[type="button"], .internal_medium input[type="reset"] , .internal_medium input[type="submit"] 

{

border-top-width: 0pt;

border-right-width: 0pt;

border-bottom-width: 0pt;

border-left-width: 0pt;

border-top-style: none;

border-right-style: none;

border-bottom-style: none;

border-left-style: none;

border-top-color: -moz-use-text-color;

border-right-color: -moz-use-text-color;

border-bottom-color: -moz-use-text-color;

border-left-color: -moz-use-text-color;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

display: block;

font-weight: bold;

font-size: 10px;

width: 110px;

color: #ffffff;

font-family:Arial;

height: 18px;

text-align: center;

text-decoration: none;

}

.internal_medium input[type="button"], .internal_medium input[type="reset"] , .internal_medium input[type="submit"] 

{
font-family:Arial;

background-color: #fafafa;

background-image: url(../images/portlet/yellow/button_off.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

}

.internal_medium input[type="button"], .internal_medium input[type="reset"] , .internal_medium input[type="submit"] 

{

border-top-width: 0pt;

border-right-width: 0pt;

border-bottom-width: 0pt;

border-left-width: 0pt;

border-top-style: none;

border-right-style: none;

border-bottom-style: none;

border-left-style: none;

border-top-color: -moz-use-text-color;

border-right-color: -moz-use-text-color;

border-bottom-color: -moz-use-text-color;

border-left-color: -moz-use-text-color;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

display: block;

font-weight: bold;

font-size: 10px;

width: 100px;

color: #ffffff;

	font-family:Arial;

height: 18px;

text-align: center;

text-decoration: none;

}

.internal_medium input[type="button"], .internal_medium input[type="reset"]  , .internal_medium input[type="submit"] 


{
font-family:Arial;

background-color: #fafafa;

background-image: url(../images/portlet/blue/button_off.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

}

.internal_medium input[type="button"], .internal_medium input[type="reset"]  , .internal_medium input[type="submit"] 

{

border-top-width: 0pt;

border-right-width: 0pt;

border-bottom-width: 0pt;

border-left-width: 0pt;

border-top-style: none;

border-right-style: none;

border-bottom-style: none;

border-left-style: none;

border-top-color: -moz-use-text-color;

border-right-color: -moz-use-text-color;

border-bottom-color: -moz-use-text-color;

border-left-color: -moz-use-text-color;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

display: block;

font-weight: bold;

font-size: 10px;

width: 100px;

color: #ffffff;

font-family:Arial;

height: 18px;

text-align: center;

text-decoration: none;

}

.internal_medium input[type="button"]:hover, .internal_medium input[type="reset"]:hover , .internal_medium input[type="submit"]:hover 

{
font-family:Arial;

font-size:10px;

background-color: #fafafa;

background-image: url(../images/portlet/yellow/button_on.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

}

.internal_medium input[type="button"]:hover, .internal_medium input[type="reset"]:hover , .internal_medium input[type="submit"]:hover 

{
font-family:Arial;

font-size:10px;

background-color: #fafafa;

background-image: url(../images/portlet/blue/button_on.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-x-position: 0%;

background-y-position: 0%;

}

td.pubblicazioni{font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;color:black;font-size:11px;line-height:14px;background-color:#CDE2A1;text-align:left;vertical-align:center;}

.whiteTable{
background-color:white;
border=1
color:white;
font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
color:black;
font-size:11px
}

#internal_medium_div_100 {
	font-family:Arial;
      font-size:12px;
	height: 100px; 
	overflow:auto;
}
#internal_medium_div_100 .td_testo {
	font-family:Arial;
      font-size:12px;
}
#internal_medium_div_150 {
	font-family:Arial;
      font-size:12px;
	height: 200px; 
	overflow:auto;
}
#internal_medium_div_150 .td_testo {
	font-family:Arial;
      font-size:12px;
}

#internal_medium_div_200 {
	font-family:Arial;
      font-size:12px;
	height: 200px; 
	overflow:auto;
}
#internal_medium_div_200 .td_testo {
	font-family:Arial;
      font-size:12px;
}

#internal_medium_div_250 {
	font-family:Arial;
      font-size:12px;
	height: 250px; 
	overflow:auto;
}
#internal_medium_div_250 .td_testo {
	font-family:Arial;
      font-size:12px;
}
#internal_medium_div_300 {
	font-family:Arial;
      font-size:12px;
	height: 300px; 
	overflow:auto;
}
#internal_medium_div_300 .td_testo {
	font-family:Arial;
      font-size:12px;
}

#internal_medium_div_350 {
	font-family:Arial;
      font-size:12px;
	height: 350px; 
	overflow:auto;
}
#internal_medium_div_350 .td_testo {
	font-family:Arial;
      font-size:12px;
}

#internal_medium_div_400 {
	font-family:Arial;
      font-size:12px;
	height: 400px; 
	overflow:auto;
}
#internal_medium_div_400 .td_testo {
	font-family:Arial;
      font-size:12px;
}

#internal_medium_div_450 {
	font-family:Arial;
      font-size:12px;
	height: 450px; 
	overflow:auto;
}
#internal_medium_div_450 .td_testo {
	font-family:Arial;
      font-size:12px;
}

#internal_medium_div_500 {
	font-family:Arial;
      font-size:12px;
	height: 500px; 
	overflow:auto;
}
#internal_medium_div_500 .td_testo {
	font-family:Arial;
      font-size:12px;
}

#internal_medium_div_550 {
	font-family:Arial;
      font-size:12px;
	height: 550px; 
	overflow:auto;
}

#internal_medium_div_550 .td_testo {
	font-family:Arial;
      font-size:12px;
}
#internal_medium_div_600 {
	font-family:Arial;
      font-size:12px;
	height: 600px; 
	overflow:auto;
}

#internal_medium_div_600 .td_testo {
	font-family:Arial;
      font-size:12px;
}
#internal_medium_div_650 {
	font-family:Arial;
      font-size:12px;
	height: 650px; 
	overflow:auto;
}
#internal_medium_div_650 .td_testo {
	font-family:Arial;
      font-size:12px;
}

#body-white {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #545456;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid;
	border-left-color: #BBCDD1;
	border-right-color: #BBCDD1;
	border-top-color: #EEF4F4;
	border-bottom-color: #EEF4F4;
}


.buttonpiccolo{
    background-image: url(../images/portlet/blue/button_off.gif);
    
    font-family:Arial;    

    color: #ffffff;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    width: 100px;
    height: 18px;
  
}



#banner .search form 

{

padding-top: 8pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

position: relative;

}


/* ---------- IE6 Modifiche Per la compatibilità---------- 




.ie6 input.text,  input.password,  .ie6 input.file {
background: #FAFAFA url(../images/forms/input_shadow.png) no-repeat;

background-color: #ffffff;

background-repeat: no-repeat;

background-attachment: fixed;

background-x-position: 0%;

background-y-position: 0%;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-right-color: #aaaaaa;

border-bottom-color: #aaaaaa;

border-left-color: #777777;

border-top-color: #777777;

font-family: 'Tahoma','Lucida Sans Unicode','Lucida Grande','Lucida',Arial,Verdana,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 1em;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

padding-top: 0.3em;

padding-right: 0.3em;

padding-bottom: 0.3em;

padding-left: 0.3em;




}

input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #ffc none;
	border: 1px solid #fc0;
}
*/


.ie6 input.text,  input.password,  .ie6 input.file {
	display: block;
	text-decoration: none;
	background: #FAFAFA url(../images/forms/input_shadow.png) no-repeat;

background-color: #ffffff;

background-repeat: no-repeat;

background-attachment: fixed;

background-x-position: 0%;

background-y-position: 0%;

border-top-width: 1px;

border-right-width: 1px;

border-bottom-width: 1px;

border-left-width: 1px;

border-top-style: solid;

border-right-style: solid;

border-bottom-style: solid;

border-left-style: solid;

border-right-color: #aaaaaa;

border-bottom-color: #aaaaaa;

border-left-color: #777777;

border-top-color: #777777;

font-family:Arial;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 1em;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

padding-top: 0.3em;

padding-right: 0.3em;

padding-bottom: 0.3em;

padding-left: 0.3em;



}


input.focus,input[type="password"]:focus,input.focus,input[type="submit"]:focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus{
	font-family:Arial;
	background: #ffc none;
	border: 1px solid #fc0;
}


.ie6 input.submit, .ie6 input.button {
	background: #FAFAFA url(../images/forms/button_off.png) no-repeat;
	border: 0;
	padding: 0;
	display: block;
	font-family:Arial;
	font-weight: normal;
	font-size: 10px;
	width: 100px;
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 18px;
	text-align: center;
	text-decoration: none;
	
}


.ie6 input.submit:hover, .ie6 input.button:hover {
	background: #FAFAFA url(../images/forms/button_on.png) no-repeat;
	border: 0;
	padding: 0;
	display: block;
	font-family:Arial;
	font-weight: normal;
	font-size: 10px;
	width: 100px;
	color: #ffffff;
	height: 18px;
	text-align: center;
	text-decoration: none;
	
}








.ie6 .button160 input.submit, .ie6 input.button ,.ie6 .input.reset{
	font-family:Arial;
	background: url(../images/portlet/blue/button_off_160.gif) #fafafa no-repeat;
	width: 160px;
}



.button200 input[type=submit], .button200  input[type=reset] {
	font-family:Arial;
	background: url(../images/portlet/blue/button_off_200.gif) #fafafa no-repeat;
	width: 200px;
}

.button200 input[type=submit]:hover, .button200 input[type=reset]:hover {
	font-family:Arial;
	background: url(../images/portlet/blue/button_on_200.gif) #fafafa no-repeat;
	width: 200px;
}

.button160 input[type=submit], .button160 input[type=reset] {
	font-family:Arial;
	background: url(../images/portlet/blue/button_off_160.gif) #fafafa no-repeat;
	width: 160px;
}

.button160 input[type=submit]:hover, .button160 input[type=reset]:hover {
	font-family:Arial;
	background: url(../images/portlet/blue/button_on_160.gif) #fafafa no-repeat;
	width: 160px;
}


.button140 input[type=submit], .button140  input[type=reset] {
	font-family:Arial;
	background: url(../images/portlet/blue/button_off_140.gif) #fafafa no-repeat;
	width: 140px;
}

.button200 input[type=submit]:hover, .button140 input[type=reset]:hover {
	font-family:Arial;
	background: url(../images/portlet/blue/button_on_140.gif) #fafafa no-repeat;
	width: 140px;
}
/*Modifiche necessarie per il rientro dei sottomonù*/
html body .layouts li 

{

background-color: #f5f9eb;

list-style-image: url(/Org8-theme/images/portlet/green/marker.gif);

list-style-position: inside;

list-style-type: circle;

padding-left: 3pt;

}
html body .layouts li

{

background-color: #f5f9eb;

list-style-image: url(/Org8-theme/images/portlet/green/marker.gif);

list-style-position: inside;

list-style-type: circle;
padding-left: 3pt;
}

/*Fine modifiche sotto menu*/


.testo_registrazione

{

font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;

font-size: 13px;

color: #7f817c;

font-weight: normal;

text-align: left;

text-decoration: none;

}



#_2_firstName, #_2_lastName, #_2_screenName, #_2_emailAddress, #_2_captchaText 

{

padding-left: 5px;

font-family: Verdana,Arial,Helvetica,sans-serif;

font-size: 8pt;

font-weight: normal;

color: #555557;

text-decoration: none;

height: 16px;

width: 120px;

clip: rect(auto, auto, auto, auto);

background-color: #ffffff;

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: 1px;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: solid;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #d8d8d8;

border-right-color-value: #d8d8d8;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: #d8d8d8;

border-left-color-value: #d8d8d8;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

margin-top: 1px;

margin-right: 1px;

margin-bottom: 1px;

margin-left: 1px;

}





/*MODIFICHE PER OTTIMIZZARE EXPLORER*/


#navigation li a:hover 

{

padding-bottom: 0em;

}


#navigation .child-menu li a 

{

padding-bottom: 0pt;

font-family: "MS Sans Serif",Arial,sans-serif;

font-size: 8pt;

font-style: normal;

font-weight: normal;

color: #000000;

}











/*Modifiche per evidenziare il menù di navigazione alto*/

#navigation li.active {
	background: transparent url(../images/navigation/level0_hover.gif) repeat-x;
	height: 20px;
	padding: 0 40px 0 0; 
	margin: 0;
	color: white;
	border-right: 1px solid;
	border-right-color: #BBCDD1;
}

/*Modifiche per settare di diverse tonalità di verde il menù di navigazione laterarele in caso di figli e nipoti*/
html body .layouts li

{

background-color: #f5f9eb;

list-style-image: url(/Org8-theme/images/portlet/green/marker.gif);

list-style-position: inside;

list-style-type: circle;
padding-left: 1pt;
}

html body .layouts li ul li

{

background-color: #f5f9eb;

list-style-image: url(/Org8-theme/images/portlet/green/marker.gif);

list-style-position: inside;

list-style-type: circle;
padding-left: 5pt;
}

html body .layouts  li ul li:hover

{

background-color: #CDE19D;

list-style-image: url(/Org8-theme/images/portlet/green/marker.gif);

list-style-position: inside;

list-style-type: circle;

padding-left: 5pt;
}



html body .layouts  li ul li ul li:hover

{

background-color: #E1EDC4;

list-style-image: url(/Org8-theme/images/portlet/green/marker.gif);

list-style-position: inside;

list-style-type: circle;

padding-left: 5pt;
}


body { behavior:url("./csshover.htc"); }