/*
** Collapsing fieldsets
*/

div.admin .left {
	float: left; /* LTR */
	width: 48%;
}

div.admin .right {
	float: right; /* LTR */
	width: 48%;
}

div.admin-panel {
	background: url(images/gradient-inner.png) #FFFFFF repeat-x 0 0;
	padding: 1em 1em 1.5em;
}

div.admin-panel .description {
	margin-bottom: 1.5em;
}

div.admin-panel dd {
	color: #898989;
	font-size: 0.92em;
	line-height: 1.3em;
	margin-bottom: .65em;
	margin-top: -.2em;
}

div.admin-panel dl {
	margin: 0;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
	margin: 0;
	padding: 0;
}

/**
 * Vertical tabs.
 */
div.vertical-tabs {
	border-color: #D9EAF5;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
	padding: 0.5em 1em;
}

div.vertical-tabs ul.vertical-tabs-list {
	border-color: #D9EAF5;
}

div.vertical-tabs ul.vertical-tabs-list li {
	background-color: #EDF5FA;
	border-color: #D9EAF5;
}

div.vertical-tabs ul.vertical-tabs-list li strong {
	font-weight: normal;
}

div.vertical-tabs ul.vertical-tabs-list li.selected {
	background: #FFFFFF repeat-x 0 0;
}

div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
	color: #494949;
}

div.vertical-tabs ul.vertical-tabs-list li.selected small {
	color: #898989;
}

div.vertical-tabs ul.vertical-tabs-list li.selected strong {
	font-weight: bold;
}

div.vertical-tabs ul.vertical-tabs-list li.selected.first {
	background-image: url(images/gradient-inner.png);
}

/**
 * Collapsible fieldsets
 */
fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
	padding: 1em;
}

fieldset.faq {
	background: transparent;
	background-color: #FFFFFF;
	border: 1px solid #D9EAF5;
	margin: 1em 0;
	padding: 1em;
}

html.js div.contextual-links-wrapper {
	display: none;
}

html.js fieldset.collapsed {
	background: transparent;
	padding-bottom: .6em;
	padding-top: 0;
}

html.js fieldset.collapsed .fieldset-legend {
	background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsible .fieldset-legend {
	background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
	padding-left: 2em; /* LTR */
}

ol.task-list {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0; /* LTR */
}

ol.task-list li {
	padding: 0.5em 1em 0.5em 2em; /* LTR */
}

ol.task-list li.active {
	background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}

ol.task-list li.active {
	margin-right: 1em; /* LTR */
}

ol.task-list li.done {
	background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
	color: #339933;
}

table.system-status-report th {
	border-color: #D3E7F4;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error,
table.system-status-report tr.error th {
	background-color: #FFCCCC;
	border-color: #EEBBBB;
	color: #220000;
}

table.system-status-report tr.ok,
table.system-status-report tr.ok th {
	background-color: #DDFFDD;
	border-color: #BBEEBB;
}

table.system-status-report tr.warning,
table.system-status-report tr.warning th {
	background-color: #FFFFDD;
	border-color: #EEEEBB;
}

tr.dblog-content {
	background-color: #FEFEFE;
}

tr.dblog-content td.active {
	background-color: #F5F5F5;
}

tr.dblog-error {
	background-color: #FBE4E4;
}

tr.dblog-error td.active {
	background-color: #FBDBDB;
}

tr.dblog-page-not-found td.active,
tr.dblog-access-denied td.active {
	background: #C7EEC7;
}

tr.dblog-page-not-found,
tr.dblog-access-denied {
	background: #D7FFD7;
}

/**
 * dblog.module
 */
tr.dblog-user {
	background-color: #FCF9E5;
}

tr.dblog-user td.active {
	background-color: #FBF5CF;
}

tr.dblog-warning {
	background-color: #FDF5E6;
}

tr.dblog-warning td.active {
	background-color: #FDF2DE;
}

tr.even td.menu-disabled {
	background-color: #FFFFFF;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
	background-color: #EDF5FA;
}

tr.selected td a:link,
tr.selected td a:visited,
tr.selected td a:active {
	color: #52514B;
}

tr.taxonomy-term-divider-bottom {
	border-top: 1px dotted #CCCCCC;
}

tr.taxonomy-term-divider-top {
	border-bottom: none;
}

tr.taxonomy-term-preview {
	opacity: 0.5;
}

ul.links li,
ul.inline li {
	background-image: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0; /* LTR */
	padding-right: 1em; /* LTR */
}

.comment {
	border-top: 1px solid #E9EFF3;
	margin: 0 -25px;
	padding: 1.5em 25px 1.5em;
}

.comment h3 a.active {
	color: #494949;
}

.fieldset-legend span.summary {
	color: #898989;
}

.form-item input.error,
.form-item textarea.error {
	border: 1px solid #C52020;
	color: #363636;
}

.indented {
	margin-left: 25px; /* LTR */
}

.new {
	color: #FFAE00;
	float: right; /* LTR */
	font-size: 0.92em;
	font-weight: bold;
}

/**
 * Nodes & comments
 */
 
.node {
}

.node .content {
	padding-left: 0px;
}

.node .links,
.comment .links {
	height: 0px;
	padding-left: 0; /* LTR */
	text-align: left; /* LTR */
}

.node-sticky {
	background-color: #FFFFFF;
	border: 1px solid #E0E5FB;
	margin-bottom: 2em;
	padding: 1em;
}

/**
 * Poll.module
 */
.poll .bar {
	background: url(images/bg-bar-white.png) #FFFFFF repeat-x 0 0;
	border: solid #F0F0F0;
	border-width: 0 1px 1px;
}

.poll .bar .foreground {
	background: url(images/bg-bar.png) #71A7CC repeat-x 0 100%;
}

.poll .percent {
	font-size: .9em;
}

/**
 * CSS support
 */
/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/
/**
 * Generic elements.
 */
.preview {
	background-color: #FCFCE8;
	border: 1px solid #E5E58F;
}

.preview .node,
.preview .comment,
.node-sticky {
	background: 0;
	border: 0;
	margin: 0;
	padding: 0.5em 0;
}

/**
 * User profiles.
 */
.profile {
	clear: none;
	margin-top: 1.5em;
}

.profile dd {
	margin-bottom: 1.6em;
}

.profile dl {
	margin: 0;
}

.profile dt {
	color: #898989;
	font-size: 0.92em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0.45em;
	margin-top: 1.4em;
}

.profile h3 {
	border-bottom: 0;
	margin-bottom: 1em;
}

.region-sidebar-first h2 {
	padding: 0px;
}

.region-sidebar-first h2  a{
	color: #303234;
	padding: 0px;
	text-transform: none;
}

.theme-selector .operations li {
	list-style-image: none;
}

.theme-selector h3 {
	margin: 10px 0;
}

.user-picture,
.comment .submitted {
	clear: right; /* LTR */
	float: right; /* LTR */
	padding-left: 1em; /* LTR */
}

/* 
  *** popup condividi
*/
#a2apage_dropdown{
	background-image: url(images/pixel_bkg_share_chiaro.png);
	border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0px;
	-webkit-border-radius: 0px;
}

#a2apage_dropdown .a2a_menu_find_container {
	background-image: url(images/pixel_bkg_share_bande.png);
	border: 0px solid #CCCCCC;
	border-radius: 0px;
	margin: 0px;
	-moz-border-radius: 0px;
	padding: 1px 24px 1px 0;
	position: relative;
	text-align: left;
	-webkit-border-radius: 0px;
}

#a2apage_dropdown .a2a_menu_inside {
	background: none;
}

#a2apage_dropdown .a2a_menu_title_container {
	margin-bottom: 0px;
	padding: 6px;
}

#a2apage_dropdown .a2a_tabs {
	background-image: url(images/pixel_bkg_share.png);
}

#a2apage_dropdown .a2a_tabs .a2a_tab_selected span {
	text-decoration: underline;
}

#a2apage_dropdown .a2a_tabs a, #a2apage_dropdown .a2a_tabs a:visited, #a2apage_dropdown .a2a_tabs a:hover, #a2apage_dropdown .a2a_tabs div, #a2apage_dropdown .a2a_tabs div:hover {
	background: none;
	border: none;
	border-radius: 0px;
	color: #000000;
	cursor: pointer;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-radius: 0px;
}

#a2apage_dropdown .a2a_tabs a, #a2apage_dropdown .a2a_tabs div {
	background-color: trasparent;
	border: 0px solid #EEEEEE;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 6px 12px 2px;
	white-space: nowrap;
}

#a2apage_dropdown .a2a_tabs span,  #a2apage_dropdown .a2a_tabs a span {
	color: #FFFFFF;
}

#a2apage_dropdown a.a2a_i {
	border: none;
	display: block;
	padding: 4px 6px;
	text-align: left;
	white-space: nowrap;
}

#a2apage_dropdown a.a2a_tab_selected, #a2apage_dropdown a.a2a_tab_selected:visited, #a2apage_dropdown a.a2a_tab_selected:hover, #a2apage_dropdown a.a2a_tab_selected:active, #a2apage_dropdown a.a2a_tab_selected:focus, #a2apage_dropdown div.a2a_tab_selected, #a2apage_dropdown div.a2a_tab_selected:hover {
	background-color: transparent;
	border-width: 0px;
}

#a2apage_dropdown.a2a_menu a span {
	color: #000000;
}

#a2apage_dropdown.a2a_menu a, #a2apage_dropdown #a2a_hist_list a, #a2apage_dropdown .a2a_tabs div {
	border-radius: 0px;
	color: #000000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#a2apage_dropdown.a2a_menu a:visited, #a2apage_dropdown #a2a_hist_list a:visited {
	background-color: transparent;
	border-radius: 0px;
	color: #000000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#a2apage_dropdown.a2a_menu a:hover, #a2apage_dropdown #a2a_hist_list a:hover {
	background-color: transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	text-decoration: underline;
	-webkit-border-radius: 0px;
}

#a2apage_dropdown.a2a_menu a:hover, #a2apage_dropdown.a2a_menu a:active, #a2apage_dropdown.a2a_menu a.a2a_i:focus, #a2apage_dropdown .a2a_tabs div:hover {
	background-color: trasparent;
	border: 0px solid #CCCCCC;
	border-radius: 0px;
	color: #000000;
	-moz-border-radius: 0px;
	text-decoration: none;
	-webkit-border-radius: 0px;
}

#a2apage_dropdown.a2a_menu table, #a2apage_dropdown.a2a_menu tbody, #a2apage_dropdown.a2a_menu td, #a2apage_dropdown.a2a_menu tr {
	background: none;
	border: 0 none;
	margin: 0;
	padding: 0;
}

#a2apage_dropdown.a2a_menu, #a2apage_dropdown .a2a_menu_inside {
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0px;
	padding: 0px;
	-webkit-border-radius: 0px;
}

#a2apage_show_more_less {
	margin: 0px;
}

#a2apage_show_more_less, #a2apage_powered_by {
	background-image: url(images/pixel_bkg_share_bande.png);
}

#a2apage_show_more_less, #a2apage_powered_by, #a2apage_dropdown .a2a_menu a, #a2apage_dropdown #a2a_hist_list a, #a2apage_dropdown .a2a_tabs div {
	border-radius: 0px;
	clear: none;
	color: #000000;
	height: auto;
	-moz-border-radius: 0px;
	outline: medium none;
	text-decoration: none;
	-webkit-border-radius: 0px;
	width: auto;
}

/**
 * Aggregator.module
 */
#aggregator {
	margin-top: 1em;
}

#aggregator .feed-item {
	border-bottom: 1px solid #E9EFF3;
	margin: -1.5em -31px 1.75em;
	padding: 1.5em 31px;
}

#aggregator .feed-item-categories {
	font-size: 0.92em;
}

#aggregator .feed-item-meta {
	color: #898989;
	font-size: 0.92em;
}

#aggregator .feed-item-title {
	font-size: 160%;
	line-height: 130%;
}

/**
 * Autocomplete.
 */
#autocomplete li {
	cursor: default;
	margin: 0;
	padding: 2px;
}

#autocomplete li.selected,
tr.selected td,
tr.selected td.active {
	background: #027AC6;
	color: #FFFFFF;
}

#block-addtoany-addtoany_button {
	margin-top: 20px;
}

#block-node-syndicate .content {
	clear: right; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-syndicate h2 {
	float: left; /* LTR */
	padding-right: 20px; /* LTR */
}

#block-node-syndicate img,
.feed-icon {
	float: right; /* LTR */
	padding-top: 4px;
}

/*tag cloud*/
#block-tagadelic-1 {
	margin-right: 20px;
	margin-top: 20px;
}

#block-tagadelic-1 .more-link {
	display: none;
}

#block-tagadelic-1 a {
	color: #929497;
	margin: 0px;
	padding: 4px;
}

#block-tagadelic-1 a.level1{
	font-size: 0.7em;
}

#block-tagadelic-1 a.level2{
	font-size: 0.8em;
}

#block-tagadelic-1 a.level3{
	font-size: 0.9em;
}

#block-tagadelic-1 a.level4{
	color: #666666;
	font-size: 1em;
}

#block-tagadelic-1 a.level5{
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
}

#block-tagadelic-1 h2 {
	color: #303234;
	text-transform: none;
}

#block-tagadelic-1 p {
	margin: 0px;
	padding: 0px;
}

#comments {
	border-bottom: 1px solid #E9EFF3;
	margin: 1.5em -25px 0;
	padding: 0 25px;
	position: relative;
	top: -1px;
}

#comments h2.comments {
	background: url(images/gradient-inner.png) #FFFFFF repeat-x 0 0;
	margin: 0 -25px;
	padding: .5em 25px;
}

/**
 * Overlay
 */
#overlay #overlay-tabs li a {
	background: #D9EAF5;
	color: #000000;
}

#overlay #overlay-tabs li a:hover,
#overlay #overlay-tabs li a:focus {
	background: #FFFFFF;
}

#overlay #overlay-tabs li.active a {
	background: url("images/body.png") repeat-x scroll 50% -58px #EDF5FA;
	color: #FFFFFF;
}

#overlay-content {
	padding: 1px;
}

#overlay-content #header {
	display: none;
}

#overlay-content #wrapper {
	background-position: 50% -80px;
}

/**
 * Color.module
 */
#palette .form-item {
	border: 1px solid #FFFFFF;
}

#palette .item-selected {
	background: url(images/gradient-inner.png) #FFFFFF repeat-x 0 0;
	border: 1px solid #D9EAF5;
}

#user-login .openid-links {
	padding: 0;
}

/**
 * Login Block
 */
#user-login-form {
	text-align: center;
}

#user-login-form .openid-links {
	padding-left: 0.5em; /* LTR */
}

#user-login-form .openid-links li.user-link {
	padding-left: 1em; /* LTR */
}

#user-login-form ul {
	text-align: left; /* LTR */
}
