
.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.csc-frame-frame1 {background-color: #EDEBF1; border: 1px solid #333333;}
.csc-frame-frame2 {background-color: #F5FFAA; border: 1px solid #333333;}
.important {color: #8A0020;}
.name-of-person {color: #10007B;}
.detail {color: #186900;}
.component-items {color: #186900;}
.action-items {color: #8A0020;}
.component-items-ordered {color: #186900;}
.action-items-ordered {color: #8A0020;}
/* ----- base.css ----- */
@media screen {
/*
** Plone style sheet - Base Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */


body {
    font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: #444444;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
}

a {
    color: #0073AB;
    background-color: transparent;
}
img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0 0 0.75em 0;
    line-height: 1.5em;
}

p img {
    border: none;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    color: #0073AB;
    background-color: #0073AB;
    margin: 0.5em 0 1em 0;
}


h1, h2, h3, h4, h5, h6 {
    color: #444444;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0 0 0.25em 0;
    border-bottom: 1px solid #0073AB;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #444444 ! important;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.1em;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 105%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

ul {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-image: url(/fileadmin/templates/cividale/img/bullet.gif);
    list-style-type: square;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 2.5em;
    padding: 0;
    list-style-image: none;
}

li {
    margin-bottom: 0.5em;
}

dt {
    font-weight: bold;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}

dd.link a {
    text-decoration: none;
    color: #444444;
}

fieldset {
    border: 1px solid #0073AB;
    margin: 1em 0em 1em 0em;
    padding: 1em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

label {
    font-weight: bold;
}

textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #0073AB;
    color: Black;
    background-color: white;
    width: 100%;
}

input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #0073AB;
    color: Black;
    background-color: white;
    vertical-align: middle;
}
select {
    border: 1px solid #0073AB;
    color: Black;
    background-color: White;
    vertical-align: top;
}
abbr, acronym, .explain {
    border-bottom: 1px dotted #444444;
    color: #444444;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Baskerville, Georgia, serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    padding-left: 0.5em;
    margin-left: 0;
    border-left: 4px solid #0073AB;
    color: #6e6e6e;
}
code {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 120%;
    color: #444444;
    background-color: #D9E8F4;
    padding: 0 0.1em;
}
pre {
    font-family: Monaco, "Courier New", Courier, monospace;
    font-size: 100%;
    padding: 1em;
    border: 1px solid #0073AB;
    color: #444444;
    background-color: #D9E8F4;
    overflow: auto;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

/*  */

}


/* ----- public.css ----- */
@media screen {
/*
** Plone style sheet - Public-facing Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* Links with differently colored link underlines - only for content */

.documentContent p a {
    text-decoration: none;
}

.documentContent p a:visited {
    color: #0073AB;
    background-color: transparent;
}

.documentContent p a:active {
    color: Red;
    background-color: transparent;
}

.documentContent li a {
    text-decoration: none;
}

.documentContent li a:visited {
    color: #0073AB;
    background-color: transparent;
}

.documentContent li a:active {
    color: Red;
    background-color: transparent;
}

.documentContent dd a {
    text-decoration: none;
}

.documentContent dd a:visited {
    color: #0073AB;
    background-color: transparent;
}

.documentContent dd a:active {
    color: Red;
    background-color: transparent;
}

/* End links */

#visual-portal-wrapper {
    margin: 0;
    padding: 0;
}

/* Logo properties */

#portal-logo {
    border: 0;
    margin: 0;
    padding: 0;
    height: 54px;
}

#portal-logo a {
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* The skin switcher at the top, only shows up if you have multiple skins available */

#portal-skinswitcher {
}

#portal-skinswitcher a {
    display: block;
    float: left;
}

#portal-top {
    /* Top section */
    margin: 0;
    padding: 0;
    background-color: transparent;
}

/* Site-wide action menu - font size, contact, index, sitemap etc */

#portal-siteactions {
    background-color: transparent;
    white-space: nowrap;
    list-style-image: none;
    list-style-type: none;
    margin: 1px 0 0 0;
    height: auto;
    line-height: normal;
    float: right;
    padding: 3px 2em 3px 0;
}

#portal-siteactions li {
    display: inline;
}

#portal-siteactions li a {
    background-color: transparent;
    border: 1px solid white;
    color: #6e6e6e;
    height: auto;
    padding: 0.2em;
    margin-right: 0.2em;
    text-decoration: none;
    text-transform: lowercase;
}

#portal-siteactions li.selected a {
    background-color: #D9E8F4;
    color: #00427E;
    border: 1px solid #0073AB;
}

#portal-siteactions li a:hover {
    background-color: #D9E8F4;
    color: #00427E;
    border: 1px solid #0073AB;
}

/* Searchbox style and positioning */

#portal-searchbox {
    float: right;
    clear: right;
    background-color: transparent;
    margin: 1.5em 0 0 0;
    padding: 0 2em 0 0;
    text-align: right;
    text-transform: lowercase;
    white-space: nowrap;
    z-index: 2;
}

#portal-advanced-search {
    margin-top: 0.2em;
    clear: both;
}

#portal-advanced-search a {
    color: #6e6e6e;
    text-decoration: none;
    text-transform: lowercase;
}

/* LiveSearch styles */

.LSRes {
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    color: #00427E;
    background-color: White;
    vertical-align: middle;
    display:block;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    min-width: 16.5em;
    text-transform: none;
    margin-left: 0;
    line-height: 1.1em;
}

#LSHighlight {
    background-color: #D9E8F4;
    border: 1px solid #0073AB;
    color: #00427E;
}

.LSRow {
    border: 1px solid White;
    white-space: normal;
    padding:0;
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

.LSRow a {
    text-decoration: none;
    font-weight:bold;
    white-space:nowrap
}

.LSDescr {
    color: #6e6e6e;
    text-transform: lowercase;
    padding-left:2.1em;
    margin-top:-0.1em;
}

.LSResult {
    position:relative;
    display: block;
    text-align:right;
    padding-top: 5px;
    margin: 0;
    left: 3px;
    z-index: 3;
}

.LSShadow {
    position:relative;
    text-align:right;
}

.livesearchContainer {
    background-color: White;
    margin-top: 0;
    padding: 0 !important;
    position: absolute;
    right:0px;
    /* Currently exposes a rendering bug in Mozilla */
    top: -17px;
    white-space: normal;
    font-family:  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    text-align:left;
    color: #00427E;
    background-color: transparent;
    border: 1px solid #0073AB;
    width:300px;
    text-transform: none;
}

/* Workaround for Internet Explorer's broken z-index implementation */
.LSIEFix {
    background-color: White;
    padding: 0.5em !important;
    z-index: 20;
}

.LSBox {
    clear: left;
    float: left;
    text-align: right;
    padding-right: 1px;
    display:block;
}

#LSNothingFound {
    text-align: center;
    padding: 2px;
}

/* The global section tabs. */

#portal-globalnav {
    background-color: transparent;
    padding: 0em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
}

#portal-globalnav li {
    display: inline;
}

#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #0073AB;
    border-width: 1px;
    border-style: solid solid none solid;
    color: #00427E;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.25em;
    text-decoration: none;
    text-transform: lowercase;
}

#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #D9E8F4;
    border: 1px solid #0073AB;
    border-bottom: #D9E8F4 1px solid;
    color: #00427E;
}

#portal-globalnav li a:hover {
    background-color: #D9E8F4;
    border-color: #0073AB;
    border-bottom-color: #D9E8F4;
    color: #00427E;
}

#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #D9E8F4;
    border-top-color: #0073AB;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #0073AB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 1.6em;
    color: #444444;
    padding: 0em 3em 0em 3em;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}

#portal-personaltools .portalUser {
    background: transparent url(/fileadmin/templates/cividale/img/user.gif) center left no-repeat;
    padding-left: 15px;
}

#portal-personaltools .portalNotLoggedIn {
    /* Used on all descriptions relevant to those not logged in */
    color: #444444;
    padding: 0;
    background: transparent;
    background-image: none;
}

#portal-personaltools li {
    background: transparent url(/fileadmin/templates/cividale/img/linkOpaque.gif) center left no-repeat;
    padding-left: 8px;
    color: #00427E;
    margin-left: 1em;
    display: inline;
}

#portal-personaltools li a {
    text-decoration: none;
    color: #00427E;
}

#portal-personaltools .visualIconPadding {
    padding-left: 10px;
}

.visualCaseSensitive {
    text-transform: none;
}

#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    margin-top: 2px;
    border-top: 2px solid #0073AB;
    border-bottom: 1px solid #0073AB;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: lowercase;
    line-height: 1.6em;
    color: #6e6e6e
}

#portal-breadcrumbs a {
    text-decoration: none;
}

.breadcrumbSeparator {
    font-size: 120%;
}

.addFavorite {
    vertical-align: bottom;
}

#content {
    padding: 1px 1em 0 1em !important;
    margin: 0em 0em 2em 0em;
}

#content-news h1 {
    margin-bottom: 1em;
}

/* Only h5/h6 headlines in the content area should have the discreet color */

#content h5,
#content h6 {
    color: #6e6e6e;
}

.newsItem {
    margin-bottom: 1em;
    border-bottom: 1px solid #0073AB;
}

.newsImage {
    border: 1px solid black;
}

.newsImageContainer {
    float:right;
    margin: 0 0 0.5em 1em;
    width: 202px;
}

.newsContent {
    padding: 0 1em 1em 1em;
}

.newsContent ul,
.newsContent li {
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.newsAbout {
    display: block;
    color: #6e6e6e;
    font-size: 85%;
    padding: 0;
    margin-top: 0;
    list-style: none;
    list-style-image: none;
    float: right;
    text-align: right;
}

.newsAbout li {
    display: inline;
}

.newsFooter {

}

.newsFooter li {
    display: inline;
    margin: 0 1em 0 0;
}

.documentActions {
    text-align: right;
    float: none;
    clear: both;
}

.documentActions ul {
    margin: 0;
    padding: 3px 0;
    display: block;
}

.documentActions li {
    display: inline;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.documentActions a {
    border: none !important;
    text-decoration: none;
}

/* .system-message and #error-handling are reST error indicators */

.portalMessage,
.system-message,
#error-handling {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: #444444;
    font-size: 85%;
    font-weight: bold;
    margin: 1em 0em;
    padding: 0.5em 1em 0.5em 3em;
    vertical-align: middle;
    background-image: url(/fileadmin/templates/cividale/img/info_icon.gif);
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

.portalMessage a {
    color: #444444;
}

.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 0em 0em 0.5em 0em;
    line-height: 1.5em;
}

.documentByLine {
    font-size: 85%;
    font-weight: normal;
    color: #6e6e6e;
    margin: 0em 0em 0.5em 0em;
}

.discussion {
    margin-top: 1em;
}

/* Batch selector */

.even {
    background-color: #eef3f5;
}

.odd {
    background-color: transparent;
}

.visualHighlight {
    background-color: #eef3f5;
}

.discreet {
    color: #6e6e6e;
    font-size: 85%;
    font-weight: normal;
}

.listingBar {
    background-color: #D9E8F4;
    border-color: #0073AB;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: lowercase;
    vertical-align: top;
    margin: 1em 0em;
    font-size: 94%;
    clear: both;
}

.listingBar span.previous,
.listingPrevious {
    text-align: left;
    float: left;
    margin-right: 1em;
}

.listingBar span.next,
.listingNext {
    text-align: right;
    float: right;
    margin-left: 1em;
}

.listingBar img {
    vertical-align: middle;
}

.listingBar a {
    text-decoration: none;
}

.tileItem {
    border-bottom: 1px solid #0073AB;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.tileHeadline {
    border: none;
    font-size: 110%;
    font-weight: bold;
}

.tileHeadline a {
    text-decoration: none;
}

.tileBody {
    margin-bottom: 0.5em;
}

.tileImage {
    float: right;
    margin: 0 0 0.5em 0.5em;
    border: 1px solid black;
}

/* Useful deviations from regular style on elements */

/* List classes without markers */

ul.visualNoMarker,
ol.visualNoMarker {
    list-style-type: none;
    list-style-image: none;
    margin: 0.5em 0 0 0;
    line-height: 1em;
}

textarea.proportional {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.productCredits {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #6e6e6e;
}

#portal-footer {
    background-color: #D9E8F4;
    border-top: 1px solid #0073AB;
    border-bottom: 1px solid #0073AB;
    float: none;
    line-height: 1.2em;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

#portal-footer p {
    margin: 0.25em 0;
}

#portal-footer a {
    text-decoration: none;
    color: #0073AB;
    border: none;
}

#portal-footer a:visited {
    color: #0073AB;
}

#portal-footer a:hover {
    text-decoration: underline;
}

#portal-colophon {
    float: none;
    margin: 0em 0em 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

#portal-colophon ul,
#portal-colophon ul li,
#portal-colophon ul li a {
    list-style-image: none;
    list-style-type: none;
    display: inline;
    text-decoration: none;
    color: #444444;
}

#portal-colophon ul {
    display: table-row;
    list-style-type: none;
}

#portal-colophon ul li {
    display: table-cell;
    font-size: 85%;
    margin: 0 0.25em;
    padding: 0.1em 0.2em;
}

#portal-colophon .colophonWrapper {
    display: table;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}

#portal-colophon .colophonIcon {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
    height: 0px !important;
    height /**/: 15px;
    width: 80px;
}

#portal-colophon a.colophonIcon {
    cursor: pointer;
}

.netscape4 {
    display: none;
}

/* Collapsible elements */

dl.collapsible {
    border: 1px solid #0073AB !important;
    margin: 1em 0 0 0;
    padding: 0;
}

dl.collapsible dt.collapsibleHeader {
    display: inline;
    background: White;
    font-size: 90%;
    line-height: 1.5em;
    vertical-align: middle;
    position: relative;
    top: -0.75em;
    left: 1em;
    width: auto;
    margin: 0;
    padding: 0.5em;
}

dl.collapsible dd.collapsibleContent {
    margin: 0;
    padding: 0 1em;
}

/* for IE the following isn't needed, that's why the css2 selector is used */
dl.collapsible dd.collapsibleContent > dl {
    margin: 0;
    padding: 0;
}

dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
    padding: 0 6px 0 22px;
    background: White url(/fileadmin/templates/cividale/img/treeExpanded.gif) no-repeat 6px 50%;
    cursor: pointer;
}

dl.collapsedBlockCollapsible {
    border: none !important;
    height: 1em;
    width: auto;
}

dl.collapsedBlockCollapsible dt.collapsibleHeader {
    padding: 0 0 0 22px;
    background: transparent url(/fileadmin/templates/cividale/img/treeCollapsed.gif) no-repeat 6px 50%;
    cursor: pointer;
}

dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
    display: none;
}

dl.collapsedInlineCollapsible {
    border: none !important;
    height: 1em;
    width: auto;
    display: inline;
}

dl.collapsedInlineCollapsible dt.collapsibleHeader {
    padding: 0 0 0 22px;
    background: transparent url(/fileadmin/templates/cividale/img/treeCollapsed.gif) no-repeat 6px 50%;
    cursor: pointer;
    display: inline;
    top: 0;
    left: 0;
}

/* Sitemap styles */

#portal-sitemap {
    list-style: none;
    list-style-image: none;
    margin: 0;
    font-size: 90%;
    border: none;
}

#portal-sitemap a {
    border: 1px solid White;
}

#portal-sitemap a:hover {
    border: 1px solid #0073AB;
}

#portal-sitemap .navTreeLevel1 {
    padding-left: 1em;
    border-left: 0.5em solid #0073AB;
    margin: 0 0 0 0.5em;
}

#portal-sitemap .navTreeLevel2 {
    padding-left: 1em;
    border-left: 0.5em solid #D9E8F4;
    margin: 0 0 0 0.6em;
}

/* Accessibility and visual enhancement elements */

.link-plain {
    background-image: none;
    padding: 0;
}

.link-parent {
    display: block;
    background: transparent url(/fileadmin/templates/cividale/img/arrowUp.gif) 4px 5px no-repeat;
    padding: 1px 0px 10px 16px;
    font-size: 85%;
    text-decoration: none;
}

.link-user {
    background: transparent url(/fileadmin/templates/cividale/img/user.gif) 0 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-https {
    background: transparent url(/fileadmin/templates/cividale/img/lock_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-mailto {
    background: transparent url(/fileadmin/templates/cividale/img/mail_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-news {
    background: transparent url(/fileadmin/templates/cividale/img/topic_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-ftp {
    background: transparent url(/fileadmin/templates/cividale/img/file_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-irc {
    background: transparent url(/fileadmin/templates/cividale/img/discussionitem_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-callto {
    background: transparent url(/fileadmin/templates/cividale/img/phone_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-webcal {
    background: transparent url(/fileadmin/templates/cividale/img/event_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-feed {
    background: transparent url(/fileadmin/templates/cividale/img/rss.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

.link-comment {
    background: transparent url(/fileadmin/templates/cividale/img/discussionitem_icon.gif) center left no-repeat;
    padding: 1px 0px 1px 16px !important; /* value:  */
}

.link-anchor {
    color: #6e6e6e;
    text-decoration: none;
    font-weight: normal;
}


/* Fullscreen */

body.fullscreen #portal-logo,
body.fullscreen #portal-siteactions {
    display: none;
}

body.fullscreen #portal-globalnav {
    margin-top: 4em;
}

body.fullscreen #portal-searchbox {
    margin: 0.5em 2em 0 0.5em;
    padding: 0;
    position: relative;
}

/* Kupu image alignment classes */

.image-left {
   float: left;
   clear: both;
   margin: 0.5em 1em 0.5em 0;
   border: 1px solid Black;
}

.image-inline {
   float: none;
}

.image-right {
   float: right;
   clear: both;
   margin: 0.5em;
   border: 1px solid Black;
}

.delibere{
color: #404040;
border: 1px #0073AB solid;
border-collapse: collapse;
border-spacing: 0px; 

}

.delibere td{
padding:4px;
border: 1px #0073AB solid;
}


/*  */

}


/* ----- columns.css ----- */
@media screen {
/*
** Tableless Column Layout for CSS2 capable Browsers
** Based on http://www.positioniseverything.net/ordered-floats.html by Big John.
*/

/*  */

body {
    min-width: 70em;
}
#portal-columns {
    width: auto;
    margin: 0;
}
#visual-column-wrapper {
        background-image: url(/fileadmin/templates/cividale/img/colonne.gif); 
        background-repeat: repeat-y; 
        background-position: top left;
    float: left;
    width: 100%;
    margin-right: -160px;
}
#portal-column-content {
    width: 100%;
    float: right;
    margin-left: -180px;
}

#portal-column-content #content {
    margin: 0 160px 0 180px;
}

#portal-column-one {
    float: left;
    width: 180px;
    overflow: hidden;
}

#portal-column-two {
    float: right;
    width: 160px;
    overflow: hidden;
}

/* padding - thanks to the w3c box model :P */

#portal-column-content .visualPadding {
    padding: 0 2em 1em 2em;
}
#portal-column-one .visualPadding {
    padding: 0 5px 1em 5px;
}
#portal-column-two .visualPadding {
    padding: 1em 5px 1em 5px;
}

/* hide columns */

.visualColumnHideOneTwo #portal-column-content #content {
    margin: 0;
}

.visualColumnHideOne #portal-column-content #content {
    margin: 0 160px 0 0;
}

.visualColumnHideTwo #portal-column-content #content {
    margin: 0 0 0 180px;
}

/* fullscreen */

body.fullscreen #portal-column-one,
body.fullscreen #portal-column-two {
    display: none;
}
body.fullscreen #visual-column-wrapper {
    margin-right: 0;
}
body.fullscreen #portal-column-content {
    margin-left: 0;
}
body.fullscreen #portal-column-content #content {
    margin: 0;
}

/*  */

}


/* ----- authoring.css ----- */
@media screen {
/*
** Plone style sheet - Public-facing Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

.standalone,
.documentEditable * .standalone {
    background: #D9E8F4 url(/fileadmin/templates/cividale/img/linkOpaque.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
.context,
.documentEditable * .context {
    background: transparent url(/fileadmin/templates/cividale/img/linkTransparent.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
.destructive,
.documentEditable * .destructive {
    background: #ffce7b url(/fileadmin/templates/cividale/img/linkTransparent.gif) 9px 1px no-repeat;
    border: 1px solid #ffa500;
    cursor: pointer;
    font-size: 85%;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;
}
input.searchButton {
    margin-bottom: 1px ! important;
    font-size: 85%;
    background: White url(/fileadmin/templates/cividale/img/search_icon.gif) 2px 1px no-repeat;
    cursor: pointer;
    padding: 1px 1px 1px 15px;
    text-transform: lowercase;

}
.noborder,
.documentEditable * .noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}
.add,
.documentEditable * .add {
}
.quickSearch {
}
.notify,
.documentEditable * .notify {
    border: 1px solid #ffa500;
}

/* The edit form elements */

.field, .csc-mailform-field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
}

.csc-mailform-field label {display: block}


.field .field, .csc-mailform-field .csc-mailform-field {
    margin: 1em 0 0 0;
}

.fieldRequired {
    background: url(/fileadmin/templates/cividale/img/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
}

.formHelp {
    font-size: 90%;
    color: #6e6e6e;
    margin: 0 0 0.2em 0;
}

.formHelp:hover {
    color: #444444;
    cursor: default;
}

.formControls {
   margin: 1em 0;
}

.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 95% !important;
}

.error .fieldRequired {
   color: #ffce7b;
}

.card {
    background-color: #D9E8F4;
    border-color: #0073AB;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    text-align: center;
    width: 110px;
    padding: 1em 0;
}

.portrait {
    background-color: #D9E8F4;
    border-color: #0073AB;
    border-width: 1px;
    border-style: solid;
    font-size: 85%;
    margin: 0.5em;
    padding: 1em 0 0.5em 0;
    text-align: center;
    width: 100px;
}

.portraitPhoto {
    border: 1px solid black;
}

.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #0073AB;
    border-bottom: 1px solid #0073AB;
    font-size: 85%;
    margin: 1em 0em 1em 0em;
}
.listing th,
.stx table th {
    background: #D9E8F4;
    border-top: 1px solid #0073AB;
    border-bottom: 1px solid #0073AB;
    border-right: 1px solid #0073AB;
    font-weight: normal;
    padding: 0.25em 1em;
    text-transform: lowercase;
}
.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
.listing .listingCheckbox {
    text-align: center;
}
.listing td,
.stx table td {
    border-right: 1px solid #0073AB;
    padding: 0.25em 1em;
}

.listing a {
    text-decoration: none;
}

.listing a:hover {
    text-decoration: underline;
}
.listing img {
    vertical-align: middle;
}

/* Vertical addition class */

.vertical th {
    padding: 0.5em;
}

.vertical td {
    border-top: 1px solid #0073AB;
    padding: 0.5em;
}



ul.configlets {
    margin: 1em 0;
    list-style-image: none;
    list-style: none;
}

ul.configlets li {
    margin-bottom: 1em;
}

ul.configlets li a {
    text-decoration: none;
    border: none;
}

ul.configlets li a:visited {
    color: #0073AB;
    background-color: transparent;
}

ul.configlets li a:active {
    color: #0073AB;
    background-color: transparent;
}

ul.configlets li label {
    font-weight: bold;
}

ul.configletDetails {
    margin: 0em 1em 1em 4em;
    list-style-image: none;
    list-style: none;
}

ul.configletDetails li {
    margin-bottom: 1em;
    display: inline;
}

ul.configletDetails li a {
	text-decoration: none;
}

ul.configletDetails li label {
    font-weight: bold;
}

/* List classes without markers */

ul.visualNoMarker,
ol.visualNoMarker {
    list-style-type: none;
    list-style-image: none;
    margin: 0.5em 0 0 0;
}



/* Additional STX workaround classes */
.stx table p /* stupid STX table workaround */
{
    margin: 0;
    padding: 0;
}
.stx table  /* stupid STX table workaround */
{
    border: 1px solid #0073AB ! important;
}
.stx table td {
    border-bottom: 1px solid #0073AB;
}

.comment {
    background: #eef3f5; 
    border: 1px dashed #0073AB; 
    padding: 0.25em 1em 0.5em 1em;
    margin-bottom: 1em;
}

.comment h1,
.comment h2,
.comment h3,
.comment h4, 
.comment h5,
.comment h6 {
    border-bottom: 1px dashed #6e6e6e;
    font-weight: normal;
}

.commentBody {
    margin: 0 1em 1em 1em;
}

.spacer {
    margin: 1em;
}

.contentViews {
    background-color: transparent;
    padding-left: 1em;
    line-height: normal;
    margin: 0;
    list-style: none;
    border: 1px solid #74ae0b;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.contentViews li {
    display: inline;
    padding-top: 0.5em;
}
.contentViews li a {
    background-color: transparent;
    border: 1px solid #74ae0b;
    border-style: solid;
    color: #578308;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1em;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
    z-index: 1;
}
.contentViews .selected a {
    background-color: #cde2a7;
    border-bottom: #cde2a7 1px solid;
    color: #578308;
}
.contentViews li a:hover {
    background-color: #cde2a7;
    color: #578308;
}


.configlet .contentViews {
    font-size: 90%;
}

/*
** begin ECMAScript Content Action Menus
*/

.contentActions {
    background-color: #cde2a7;
    border-left: 1px solid #74ae0b;
    border-right: 1px solid #74ae0b;
    color: #578308;
    text-align: right;
    text-transform: lowercase;
    padding: 0 0 0 1em;
    z-index: 2;
    height: 1.6em;
}

.contentActions ul,
.contentActions li {
    margin: 0;
    list-style: none;
    list-style-image: none;
    display: inline;
    color: #444444;
    text-align: left;
}

.contentActions ul {
    line-height: 1.6em;
    padding: 0;
    margin: 0;
}
.contentActions li {
    float: right;
    z-index: 4;
    border-left: 1px solid #74ae0b;
    line-height: 1.6em;
}

.actionItems li {
    background-image: none;
}

.contentActions a {
    text-decoration: none;
    color: #578308;
    padding: 0 0.5em;
}

.actionMenu {
    /*  The spec says we can't put this on an element with a float (although
        Opera is the only one that cares) and we need it in order to catch
        the position:absolute bubbling up */

    position: relative;
    margin: 0;
    padding: 0;
}

.actionMenu .actionMenuHeader {
    margin: 0;
    padding: 0;
    font-weight: normal;
    cursor: pointer;
}

.actionMenu.activated .actionMenuHeader {
    position: relative;
    z-index: 10;
}

.actionMenu .actionMenuHeader a {
    display: block;
}

.actionMenu.activated .actionMenuHeader a,
.actionMenu.deactivated .actionMenuHeader a {
    background-image: url(/fileadmin/templates/cividale/img/arrowDownAlternative.gif);
    background-repeat: no-repeat;
    background-position: 95% 60%;
    padding: 0 1.6em 0 0.5em !important;
    cursor: pointer;
}

.actionMenuDisabled {
    padding: 0 0.5em 0 0.5em !important;
    cursor: pointer;
}

.actionMenu .actionMenuContent {
    display: none;
    z-index: 5;
    position: absolute;
    top: 1.6em;
    right: -1px;
    height: auto;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.actionMenu .actionMenuContent ul {
    display: block;
    background: #cde2a7;
    border: 1px #74ae0b;
    border-style: none solid solid solid;
    margin: -2px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.actionMenu.activated .actionMenuContent {
    display: block !important;
}
.actionMenu.activated .actionMenuContent {
    /* this one will be ignored by IE, it is here to fix the cut-off error in
       Firefox */
    display: table !important;
    border-collapse: collapse;
    border-spacing: 0;
}

.actionMenu.deactivated .actionMenuContent {
    display: none !important;
}

.actionMenu .actionMenuContent li {
    float: none;
    background-color: transparent;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}

.actionMenu .actionMenuContent li a {
    display: block;
    white-space: nowrap;
    padding: 0 0.5em;
    margin: 0.2em 0;
}

.actionMenu .actionMenuContent .selected {
    display: block;
    white-space: nowrap;
    padding: 0 0.5em;
    margin: 0.2em 0;
}

.actionMenu .actionMenuContent li a:hover {
    background-color: #74ae0b;
    color: White;
}

.actionMenu .actionMenuContent .actionSeparator a {
    margin-top: 0.2em;
    padding-top: 0.2em;
    border-top: 1px solid #74ae0b;
}

.actionMenu .actionMenuContent .actionSeparator div.currentDefaultPage {
    margin-top: 0.2em;
    padding: 0.2em 0.5em 0em 0.5em;
    white-space: nowrap;
    border-top: 1px solid #74ae0b;
}

.actionMenu .actionMenuContent .actionSeparator div.actionLabel {
    margin-top: 0.2em;
    padding: 0.2em 0.5em 0em 0.5em;
    white-space: nowrap;
    border-top: 1px solid #74ae0b;
    background-color: #74ae0b;
    color: #cde2a7;
    cursor: default;
}


.contentBatchAction {
    float: left !important;
    padding: 0 0.5em;
    border-top: 1px solid #74ae0b;
    border-right: 1px solid #74ae0b;
    border-left: none !important;
    border-collapse: collapse;
    position: relative;
    top: -1px;
    margin-left: -0.5em !important;
}

#objectMenu.actionMenu .actionMenuContent li {
    display: block;
}

#objectMenu.actionMenu .actionMenuContent li,
#objectMenu.actionMenu .actionMenuContent li a:hover {
    background-position: 3px 50%;
    margin-left: 0;
}

#objectMenu.actionMenu .actionMenuContent li a {
    padding-left: 22px;
}

.actionMenuSelected {
    display: block;
    cursor: default;
    background-image: url(/fileadmin/templates/cividale/img/confirm_icon.gif);
    background-repeat: no-repeat;
    background-position: 0% 3px;
    padding-left: 16px !important;
}

#templateMenu li a {
    padding-left: 16px;
}


/*
** end ECMAScript Content Action Menus
*/


.documentEditable {
    padding: 0em 2em 1em 2em !important;
}

.configlet .documentEditable {
    padding: 0em !important;
}

.documentContent {
    font-size: 110%;
    padding: 1em 1em 2em 1em !important;
    background: White;
}

.documentEditable .documentContent {
    border: 1px solid #74ae0b;
    padding: 0;
}



/* Accessibility elements */

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
    position: absolute;
    top: -200px;
    left: -200px;
}

.visualClear {
    display: block;
    clear: both;
}
.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.label {
    font-weight: bold;
    
    padding-right: 0.5em;
}

.optionsToggle {
    border: 1px solid #0073AB;
    color: #444444;
    background-color: #D9E8F4;
    font-weight: normal !important;
    font-size: 85%;
}

.portalNotLoggedIn {} /* Used on all descriptions relevant to those not logged in */

#portal-column-content fieldset > * input:focus,
#portal-column-content fieldset > * textarea:focus {
    border-color: #ffa500;
    border-width: 1px;
}

.visualOverflow {
    overflow: auto;
    margin: 0 0 1em 0;
}

.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
    margin: 0;
}

.visualFontSizeCorrection { /* Correction for WYSIWYG editors */
    font-size: 75%;
    background: transparent;
    background-image: none;
}


/* for highlighting of search terms */

.highlightedSearchTerm {
   background-color: #feff82;
}

/* for greying out inherited roles */

.noInheritedRoles {
    color: #a0a0a0;
}

/* for highlighting current items, like the language or today in the calendar */

.currentItem {
    border-collapse: collapse;
    border: 2px solid #ffa500;
    padding: 1px;
}

/* Styles to make the editing widgets look more like their view counterparts */

#archetypes-fieldname-title input {
    font-size: 160%;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 99%;
}

#archetypes-fieldname-description textarea {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: bold;
}


/*  */

}


/* ----- portlets.css ----- */
@media screen {
/*  (do not remove this :) */
/*  (not this either :) */

dl.portlet {
    margin: 1px 0 1em 0;
}

dl.portlet a {
    text-decoration: none;
}

#portal-column-one h1,
#portal-column-one h2,
#portal-column-one h3,
.portletHeader {
    background-color: #0073AB;
    border: 0;
    padding: 0 20px 0 10px;
    line-height: 1.6em;
    color: white;
    font-size: 14px;
    background-image: url(/fileadmin/templates/cividale/img/freccina_bianca_nav.gif);
    background-position: center right;
    background-repeat: no-repeat;
}
.portletHeader.secondo, #portal-column-one .csc-firstHeader {
    background-color: #00427E;
}
.portletHeader a {
    color: white;
    text-decoration: none;
}

.portletItem {
    margin: 0;
    padding: 1em;
}

.portletItemSingle {
    margin: 0;
    padding: 1em;
}

dd.portletItemLast {
    margin: 0;
    padding: 0.25em 1em;
}


.portletItem a {
    display: block;
}

.portletItemDetails {
    text-align: right;
    display: block;
    color: #444444;
}

dd.portletFooter {
    margin: 0;
    padding: 0.25em 1em;
    text-align: right;
}


/* Elements that enable layout with rounded corners */

.portletTopLeft {}
.portletTopRight {}
.portletBottomLeft {}
.portletBottomRight {}



/* New navtree styles */

.portletNavigationTree {
    margin: 0 0 0 0.75em; 
    padding: 0; 
    list-style: none; 
    list-style-image: none; 
    line-height: 1em;
    font-size: 110%;
}



.navTree {
    list-style: none; 
    list-style-image: none; 
    margin-top: 1px;
}

.navTree li {
    margin-bottom: 1px;
}

.navTreeItem {
    display: block;
    padding: 0;
    margin: 0;
}

.navTreeItem a {
    display: block;
    text-decoration: none;
    padding-top: 0.2em;
    padding-bottom: 0.25em;
    color: #565656;
}

.navTreeItem a:hover {
    text-decoration: underline;
}
.navTreeItem a.navTreeCurrentItem {
    color: #0073AB;
    font-weight: bold;
}


/* Another workaround for broken Internet Explorer */

* html li.navTreeCurrentItem a,
* html li.navTreeCurrentItem a:hover {
    height: 1.6em;
}


.navTreeLevel0 { margin: 0; }
.navTreeLevel1 { margin-left: 0;}
.navTreeLevel2 { margin-left: 0.8em; font-size:80%;}
.navTreeLevel3 { margin-left: 0.75em; }
.navTreeLevel4 { margin-left: 0.75em; }
.navTreeLevel5 { margin-left: 0.75em; }


/*
** Calendar elements - used in the calendar rendering
*/

.dayPopup {
    background-color: #ffffe1;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}
.date {
    font-weight: bold;
}

.ploneCalendar {
    border: 1px solid #0073AB;
    margin: 1px 0 1em 0;
    border-collapse: collapse;
    width: 150px;
}
.ploneCalendar a {
    text-decoration: none;
}
.ploneCalendar a:hover {
    text-decoration: none;
}
.ploneCalendar th {
    background-color: #D9E8F4;
    font-weight: normal;
    text-align: center;
    line-height: 1.6em;
}
.ploneCalendar td {
    background-color: transparent;
    width: 1.5em;
    text-align: right;
    padding: 2px;
}
.ploneCalendar .weekdays td {
    background-color: #D9E8F4;
    border: 1px solid #0073AB;
    border-style: solid none;
    text-align: center;
    padding: 2px;
}
.ploneCalendar .event {
    background-color: #D9E8F4;
    font-weight: bold;
}
.ploneCalendar .todayevent {
    background-color: #D9E8F4;
    border: 2px solid #ffa500;
    font-weight: bold;
}
.ploneCalendar .todaynoevent {
    border-collapse: collapse;
    border: 2px solid #ffa500;
}
.ploneCalendar #calendar-previous {
    background-image: url(/fileadmin/templates/cividale/img/arrowLeft.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ploneCalendar #calendar-next {
    background-image: url(/fileadmin/templates/cividale/img/arrowRight.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ploneCalendar #calendar-previous a,
.ploneCalendar #calendar-next a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 9px;
    height: 0px !important;
    height /**/: 9px;
    cursor: pointer;
}
.ploneCalendar #calendar-next a {
    padding-top: 9px;
    height: 0px !important;
    height /**/: 9px;
}
/*  */

}


/* ----- presentation.css ----- */
@media projection {
/*
** Plone Presentation style sheet for CSS2-capable browsers.
** Copyright Plone Foundation, et al.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will 
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade. 
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

body {
    background: White url(/fileadmin/templates/cividale/img/logo.jpg) no-repeat fixed 95% 95%;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 50px !important;
    color: Black;
    margin: 0;
    padding: 0;
    min-width: 0px !important;
}

#visual-portal-wrapper {
    width: 100% !important;
    min-width: 0 !important;
}

#portal-column-content {
    margin: 0 !important;
}

#portal-column-content #content {
    padding: 1em;
    margin: 0 !important;
}

h1, h2 {
    font-size: 50px !important;
    background-color: #D9E8F4;
    border-color: #0073AB;
    border-style: solid;
    border-width: 1px;
    padding-top: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: 1em 0 0 0;
    page-break-before: always;
    font-weight: normal;
}

h1.documentFirstHeading, h1.csc-firstHeader, h2.csc-firstHeader { 
    /* Trick to avoid getting an initial blank page */
    page-break-before: avoid; 
} 

dl, ol, ul {
    font-size: 40px !important;
    text-align: left;
    margin-top: 0.5em;
}

dt {
    background-color: #D9E8F4;
    border-color: #0073AB;
    border-style: solid;
    border-width: 1px;
    display: inline;
    padding-right: 0.5em;
}

dd {
    margin-bottom: 0.25em;
}

li {
    margin: 0 0 0.5em 0;
}

p {
    /* This hides evertything that is a normal paragraph, so you can write 
    presentations with additional notes that only show up in print/web.
    If you want normal paragraphs to show up, remove this selector. */
    display: none;
}

.documentDescription {
    font-size: 40px !important;
    font-weight: normal;
    margin-top: 4em;
    text-align: center !important;
}

ul { 
    list-style-image: url(/fileadmin/templates/cividale/img//fileadmin/templates/cividale/img/bulletBig.gif); 
}

pre { 
    font-size: 25px;
    padding: 0.5em;
    font-weight: bold;
    background-color: #D9E8F4;
    border: 1px dashed #0073AB;
}

code {
    background-color: #D9E8F4;
    border-color: #0073AB;
    border-style: dashed;
    border-width: 1px;
    padding: 0.1em 0.25em;
}

a {
    color: #0073AB !important;
}

div.top,
#portal-logo,
.hiddenStructure,
#portal-searchbox,
#portal-siteactions,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
input,
.skipnav {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

div#portal-columns div#visual-column-wrapper,
div#portal-columns div#visual-column-wrapper div#portal-column-content {
    width: 100%;
}

div#portal-columns div#visual-column-wrapper div#portal-column-content {
    padding: 0;
    margin: 0;
}

div#portal-columns div#visual-column-wrapper div#portal-column-content * {
    text-align: left;
}

#content,
.group {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

#content {
    margin: 0 1em;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a, a:link, a:visited {
    color: #520;
    background: transparent;
}

/*  */

}


/* ----- mobile.css ----- */
@media handheld {
/*
** Plone style sheet for mobile/handheld browsers. Mainly tested on Opera
** for mobile devices, feedback/donations to help support other platforms
** are welcome.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

body {
    font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: White;
    color: #444444;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
}


a {
    color: #0073AB;
    background-color: transparent;
}
img {
    border: none;
    vertical-align: middle;
}
p {
    margin: 0.5em 0em 1em 0em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    border-bottom: 1px solid #0073AB;
}


h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #444444 ! important; 
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

label {
    font-weight: bold;
}

/* searchbox style and positioning */
#portal-searchbox {
    font-size: 10px;
}


#portal-globalnav {
    /* Navigational Plone Tabs(tm), implemented by customizing the a and li tags */
    background-color: transparent;
    border-collapse: collapse;
    padding: 0;
    padding-left: 0.2em;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
}
#portal-globalnav li {
    display: inline;
}
#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: #0073AB;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #00427E;
    height: auto;
    margin-right: 0.1em;
    padding: 0em 0.2em;
    text-decoration: none;
    text-transform: lowercase;
}
#portal-globalnav li.selected a {
    /* The selected tab. There's only one of this */
    background-color: #D9E8F4;
    border: 1px solid #0073AB;
    border-bottom: #D9E8F4 1px solid;
    color: #00427E;
}

#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    background-color: #D9E8F4;
    border-top-color: #0073AB;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #0073AB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #444444;
    margin: 0;
    text-align: right;
    text-transform: lowercase;
    list-style: none;
}

#portal-personaltools li {
    margin-left: 0.2em;
    display: inline;
}
#portal-personaltools li a {
    text-decoration: none;
    color: #00427E;
}
.visualCaseSensitive {
    text-transform: none;
}
#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #0073AB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 0.2em;
    padding-right: 0.2em;
    text-transform: lowercase;
}

.contentViews {
    background-color: transparent;
    border-collapse: collapse;
    padding-left: 0.1em;
    line-height: normal;
    margin: 0.2em 0 0 0;
    /* white-space: nowrap; */
    list-style: none;
    border: 1px solid #74ae0b;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.contentViews li {
    display: inline;
}
.contentViews li a {
    background-color: transparent;
    border: 1px solid #74ae0b;
    border-style: solid;
    color: #578308;
    height: auto;
    margin-right: 0.2em;
    padding: 0;
    line-height: normal;
    text-decoration: none;
    text-transform: lowercase;
    z-index: 1;
}
.contentViews .selected a {
    background-color: #cde2a7;
    border-bottom: #cde2a7 1px solid;
    color: #578308;
}

/*
** begin ECMAScript Content Action Menus
*/

.contentActions {
    border-collapse: collapse;
    background-color: #cde2a7;
    border-left: 1px solid #74ae0b;
    border-right: 1px solid #74ae0b;
    color: #578308;
    text-align: right;
    text-transform: lowercase;
    padding: 0 0 0 0.2em;
    z-index: 2;
    height: 1.2em;
}

.contentActions ul,
.contentActions li {
    margin: 0;
    list-style: none;
    list-style-image: none;
    display: inline;
    color: #444444;
    text-align: left;
}

.contentActions ul {
    padding: 0;
    margin: 0;
}
.contentActions li {
    float: right;
    background-image: url(/fileadmin/templates/cividale/img/arrowDownAlternative.gif);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 4;
    border-left: 1px solid #74ae0b;
    padding: 0 0 0 0.2em;
    margin: 0 0.2em 0 0;
}

.actionItems li {
    background-image: none;
}

.contentActions a {
    text-decoration: none;
    color: #578308;
    padding: 0 0.6em 0 0;
}

.contentActions .actionMenu .actionMenuContent {
    display: none;
    z-index: 5;
    position: absolute;
    top: 0;
    right: -1px;
    height: auto;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.contentActions .actionMenu .actionMenuContent ul {
    display: block;
    background: #cde2a7;
    border: 1px #74ae0b;
    border-style: none solid solid solid;
    margin: 0.2em 0 0 0;
    padding: 0;
    cursor: pointer;
}

.actionMenu .actionMenuContent li {
    font-size: 10px !important;
    float: none;
    background: transparent;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}

.actionMenu .actionMenuContent li a {
    display: block;
    white-space: nowrap;
    padding: 0 0.2em;
    margin: 0.2em 0;
}

.actionMenu .actionMenuContent .actionSeparator a {
    margin-top: 0.2em;
    padding-top: 0.2em;
    border-top: 1px solid #74ae0b;
}

/*
** end ECMAScript Content Action Menus
*/

.documentEditable .documentContent {
    border: 1px solid #74ae0b;
    padding: 0.5em;
}

/* .system-message and #error-handling are reST error indicators */
.portalMessage,
.system-message,
#error-handling {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: #444444;
    font-size: 85%;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.portalMessage a {
    color: #444444;
}
.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 0.5em 0em;
}
.documentByLine {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #6e6e6e;
}

#portal-footer {
    background-color: #D9E8F4;
    border-top: 1px solid #0073AB;
    border-bottom: 1px solid #0073AB;
    float: none;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

.hiddenStructure,
#portal-logo,
#portal-searchbox,
#portal-siteactions,
#portal-column-one,
#portal-column-two,
.addFavorite,
.documentActions,
#portal-colophon,
.netscape4
 {
    display: none;
}


/*  */

}


/* ----- deprecated.css ----- */
@media screen {
/* Deprecated CSS elements - do not depend on these, they will disappear in
   the next version of Plone. They are here for backwards compatibility only. */

/*  (do not remove this :) */
/*  (not this either :) */

/* Old div-based portlet syntax - this is deprecated and will be removed in plone 2.2, please use the new
   definition list-based portlets above in your products. */

div.portlet {
    border: none;
    margin-bottom: 1em;
    padding: 0;
}

div.portlet a {
    text-decoration: none;
}

/* Compensation when rendering portlets in the content area */
#region-content .portlet {
    font-size: 94%;
}

div.portlet h4 { /* The new base portlet header, h5 and h6 will be for use inside
                 the portlet in the upcoming versions. */
    background-color: #D9E8F4;
    border: 1px solid #0073AB;
    padding: 0em 0.3em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    font-weight: normal;
}
div.portlet h5 {
    background-color: #D9E8F4;
    border: 1px solid #0073AB;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
    position: relative;
    top: -1px;
}
div.portlet h6 {
    background-color: #D9E8F4;
    border: 1px solid #0073AB;
    padding: 0em 0.3em 0em 1em;
    text-transform: lowercase;
    display: block;
    font-size: 1em;
    font-weight: normal;
}

div.portletBody {
    position: relative;
    top: -1px;
    background: transparent;
    border: 1px solid #0073AB;
}
div.portletDetails {
    text-align: right;
}

div.portletContent {
    padding: 1em;
}
div.portletAction {
    float: right;
    width: 0.8em;
    text-align: center;
    display: block;
    text-transform: none;
    border-left: 1px solid #0073AB;
    padding-left: 0.3em;
}

div.portlet h1,
div.portlet h2,
div.portlet h3,
div.portlet h4 {
    margin: 0;
    padding: 0;
}

div.portlet input {
    font-size: 100%;
}

div.portletSyndication {
    display: block;
    float: left; 
    border: 1px solid #8cacbb; 
    background-color: #dee7ec;
    font-size: 85%;
}

a.portletMore {
    display: block;
    text-align: right;
}

div.portletFooter {
    padding: 0.5em 1em 1em 1em;
}

/* Old navigation tree styling */

.navIcon,
.navIconRoot {
    position: relative;
    right: 20px;
}

.navItemText {
    margin-left: -20px;
}

.navRootItem,
.navItem {
    margin: 0 0 0.2em 0;
    border: 1px solid White;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding: 0.1em 0.25em 0.2em 20px;
    margin: 1px 0;
}



.portletNavigationTreeItem {
    margin: 0;
}

.portletNavigationTreeItem a {
    display: block;
    text-decoration: none;
    padding: 0.5em 0 0.5em 1.75em;
    background-repeat: no-repeat;
    background-position: 0 3px;
    border: 1px solid White;
}



/* The new navtree level structure. */

.portletNavigationLevel0 {
    margin: 0;
}


/* The old navtree levels. */

.navLevel1 { margin-left: 0em; }
.navLevel2 { margin-left: 1em; }
.navLevel3 { margin-left: 2em; }
.navLevel4 { margin-left: 3em; }
.navLevel5 { margin-left: 4em; }
.navLevel6 { margin-left: 4.5em; }
.navLevel7 { margin-left: 5em;   }
.navLevel8 { margin-left: 5.5em; }


/*  */
}


/* ----- generated.css ----- */
@media screen {
/*
** Plone style sheet - styles for programmatically generated elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* generated icon classes for content types should be applied to wrapper spans
   instead of on the link class itself because of bugs in Internet Explorer's
   rendering engine. It will flicker on hover if not.
   Full explanation can be found at 
   http://plone.org/documentation/how-to/flickering-background-images-internet-explorer */

    .contenttype-discussion-item,
    .actionMenu .contenttype-discussion-item a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/discussionitem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-discussion-item { 
        height: 1%;
    }
    #portal-sitemap .contenttype-discussion-item a:hover,
    #portal-sitemap .contenttype-discussion-item a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-discussion-item a:hover,
    #portlet-navigation-tree .contenttype-discussion-item a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/discussionitem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-discussion-item,
    #portlet-navigation-tree .contenttype-discussion-item {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-discussion-item a:hover,
    * html #portal-sitemap .contenttype-discussion-item a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-discussion-item a:hover,
    * html #portlet-navigation-tree .contenttype-discussion-item a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-discussion-item { 
        display: block; 
    }
    .contenttype-tempfolder,
    .actionMenu .contenttype-tempfolder a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-tempfolder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-tempfolder a:hover,
    #portal-sitemap .contenttype-tempfolder a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-tempfolder a:hover,
    #portlet-navigation-tree .contenttype-tempfolder a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-tempfolder,
    #portlet-navigation-tree .contenttype-tempfolder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-tempfolder a:hover,
    * html #portal-sitemap .contenttype-tempfolder a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-tempfolder a:hover,
    * html #portlet-navigation-tree .contenttype-tempfolder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-tempfolder { 
        display: block; 
    }
    .contenttype-plone-site,
    .actionMenu .contenttype-plone-site a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/site_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-plone-site { 
        height: 1%;
    }
    #portal-sitemap .contenttype-plone-site a:hover,
    #portal-sitemap .contenttype-plone-site a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-plone-site a:hover,
    #portlet-navigation-tree .contenttype-plone-site a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/site_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-plone-site,
    #portlet-navigation-tree .contenttype-plone-site {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-plone-site a:hover,
    * html #portal-sitemap .contenttype-plone-site a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-plone-site a:hover,
    * html #portlet-navigation-tree .contenttype-plone-site a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-plone-site { 
        display: block; 
    }
    .contenttype-cmf-topic,
    .actionMenu .contenttype-cmf-topic a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/topic_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-topic { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-topic a:hover,
    #portal-sitemap .contenttype-cmf-topic a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-topic a:hover,
    #portlet-navigation-tree .contenttype-cmf-topic a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/topic_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-topic,
    #portlet-navigation-tree .contenttype-cmf-topic {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-topic a:hover,
    * html #portal-sitemap .contenttype-cmf-topic a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-topic a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-topic a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-topic { 
        display: block; 
    }
    .contenttype-cmf-large-plone-folder,
    .actionMenu .contenttype-cmf-large-plone-folder a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-large-plone-folder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-large-plone-folder a:hover,
    #portal-sitemap .contenttype-cmf-large-plone-folder a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-large-plone-folder a:hover,
    #portlet-navigation-tree .contenttype-cmf-large-plone-folder a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-large-plone-folder,
    #portlet-navigation-tree .contenttype-cmf-large-plone-folder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-large-plone-folder a:hover,
    * html #portal-sitemap .contenttype-cmf-large-plone-folder a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-large-plone-folder a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-large-plone-folder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-large-plone-folder { 
        display: block; 
    }
    .contenttype-cmf-document,
    .actionMenu .contenttype-cmf-document a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-document { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-document a:hover,
    #portal-sitemap .contenttype-cmf-document a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-document a:hover,
    #portlet-navigation-tree .contenttype-cmf-document a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-document,
    #portlet-navigation-tree .contenttype-cmf-document {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-document a:hover,
    * html #portal-sitemap .contenttype-cmf-document a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-document a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-document a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-document { 
        display: block; 
    }
    .contenttype-cmf-folder,
    .actionMenu .contenttype-cmf-folder a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-folder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-folder a:hover,
    #portal-sitemap .contenttype-cmf-folder a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-folder a:hover,
    #portlet-navigation-tree .contenttype-cmf-folder a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-folder,
    #portlet-navigation-tree .contenttype-cmf-folder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-folder a:hover,
    * html #portal-sitemap .contenttype-cmf-folder a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-folder a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-folder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-folder { 
        display: block; 
    }
    .contenttype-cmf-image,
    .actionMenu .contenttype-cmf-image a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/image_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-image { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-image a:hover,
    #portal-sitemap .contenttype-cmf-image a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-image a:hover,
    #portlet-navigation-tree .contenttype-cmf-image a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/image_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-image,
    #portlet-navigation-tree .contenttype-cmf-image {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-image a:hover,
    * html #portal-sitemap .contenttype-cmf-image a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-image a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-image a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-image { 
        display: block; 
    }
    .contenttype-cmf-event,
    .actionMenu .contenttype-cmf-event a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/event_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-event { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-event a:hover,
    #portal-sitemap .contenttype-cmf-event a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-event a:hover,
    #portlet-navigation-tree .contenttype-cmf-event a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/event_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-event,
    #portlet-navigation-tree .contenttype-cmf-event {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-event a:hover,
    * html #portal-sitemap .contenttype-cmf-event a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-event a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-event a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-event { 
        display: block; 
    }
    .contenttype-cmf-favorite,
    .actionMenu .contenttype-cmf-favorite a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/link_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-favorite { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-favorite a:hover,
    #portal-sitemap .contenttype-cmf-favorite a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-favorite a:hover,
    #portlet-navigation-tree .contenttype-cmf-favorite a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/link_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-favorite,
    #portlet-navigation-tree .contenttype-cmf-favorite {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-favorite a:hover,
    * html #portal-sitemap .contenttype-cmf-favorite a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-favorite a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-favorite a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-favorite { 
        display: block; 
    }
    .contenttype-cmf-news-item,
    .actionMenu .contenttype-cmf-news-item a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/newsitem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-news-item { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-news-item a:hover,
    #portal-sitemap .contenttype-cmf-news-item a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-news-item a:hover,
    #portlet-navigation-tree .contenttype-cmf-news-item a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/newsitem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-news-item,
    #portlet-navigation-tree .contenttype-cmf-news-item {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-news-item a:hover,
    * html #portal-sitemap .contenttype-cmf-news-item a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-news-item a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-news-item a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-news-item { 
        display: block; 
    }
    .contenttype-cmf-link,
    .actionMenu .contenttype-cmf-link a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/link_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-link { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-link a:hover,
    #portal-sitemap .contenttype-cmf-link a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-link a:hover,
    #portlet-navigation-tree .contenttype-cmf-link a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/link_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-link,
    #portlet-navigation-tree .contenttype-cmf-link {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-link a:hover,
    * html #portal-sitemap .contenttype-cmf-link a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-link a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-link a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-link { 
        display: block; 
    }
    .contenttype-cmf-file,
    .actionMenu .contenttype-cmf-file a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-cmf-file { 
        height: 1%;
    }
    #portal-sitemap .contenttype-cmf-file a:hover,
    #portal-sitemap .contenttype-cmf-file a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-cmf-file a:hover,
    #portlet-navigation-tree .contenttype-cmf-file a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-cmf-file,
    #portlet-navigation-tree .contenttype-cmf-file {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-cmf-file a:hover,
    * html #portal-sitemap .contenttype-cmf-file a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-cmf-file a:hover,
    * html #portlet-navigation-tree .contenttype-cmf-file a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-cmf-file { 
        display: block; 
    }
    .contenttype-atbooleancriterion,
    .actionMenu .contenttype-atbooleancriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atbooleancriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atbooleancriterion a:hover,
    #portal-sitemap .contenttype-atbooleancriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atbooleancriterion a:hover,
    #portlet-navigation-tree .contenttype-atbooleancriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atbooleancriterion,
    #portlet-navigation-tree .contenttype-atbooleancriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atbooleancriterion a:hover,
    * html #portal-sitemap .contenttype-atbooleancriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atbooleancriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atbooleancriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atbooleancriterion { 
        display: block; 
    }
    .contenttype-atsimpleintcriterion,
    .actionMenu .contenttype-atsimpleintcriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atsimpleintcriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atsimpleintcriterion a:hover,
    #portal-sitemap .contenttype-atsimpleintcriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atsimpleintcriterion a:hover,
    #portlet-navigation-tree .contenttype-atsimpleintcriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atsimpleintcriterion,
    #portlet-navigation-tree .contenttype-atsimpleintcriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atsimpleintcriterion a:hover,
    * html #portal-sitemap .contenttype-atsimpleintcriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atsimpleintcriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atsimpleintcriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atsimpleintcriterion { 
        display: block; 
    }
    .contenttype-atlistcriterion,
    .actionMenu .contenttype-atlistcriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atlistcriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atlistcriterion a:hover,
    #portal-sitemap .contenttype-atlistcriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atlistcriterion a:hover,
    #portlet-navigation-tree .contenttype-atlistcriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atlistcriterion,
    #portlet-navigation-tree .contenttype-atlistcriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atlistcriterion a:hover,
    * html #portal-sitemap .contenttype-atlistcriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atlistcriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atlistcriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atlistcriterion { 
        display: block; 
    }
    .contenttype-topic,
    .actionMenu .contenttype-topic a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/topic_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-topic { 
        height: 1%;
    }
    #portal-sitemap .contenttype-topic a:hover,
    #portal-sitemap .contenttype-topic a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-topic a:hover,
    #portlet-navigation-tree .contenttype-topic a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/topic_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-topic,
    #portlet-navigation-tree .contenttype-topic {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-topic a:hover,
    * html #portal-sitemap .contenttype-topic a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-topic a:hover,
    * html #portlet-navigation-tree .contenttype-topic a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-topic { 
        display: block; 
    }
    .contenttype-atselectioncriterion,
    .actionMenu .contenttype-atselectioncriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atselectioncriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atselectioncriterion a:hover,
    #portal-sitemap .contenttype-atselectioncriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atselectioncriterion a:hover,
    #portlet-navigation-tree .contenttype-atselectioncriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atselectioncriterion,
    #portlet-navigation-tree .contenttype-atselectioncriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atselectioncriterion a:hover,
    * html #portal-sitemap .contenttype-atselectioncriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atselectioncriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atselectioncriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atselectioncriterion { 
        display: block; 
    }
    .contenttype-large-plone-folder,
    .actionMenu .contenttype-large-plone-folder a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-large-plone-folder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-large-plone-folder a:hover,
    #portal-sitemap .contenttype-large-plone-folder a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-large-plone-folder a:hover,
    #portlet-navigation-tree .contenttype-large-plone-folder a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-large-plone-folder,
    #portlet-navigation-tree .contenttype-large-plone-folder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-large-plone-folder a:hover,
    * html #portal-sitemap .contenttype-large-plone-folder a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-large-plone-folder a:hover,
    * html #portlet-navigation-tree .contenttype-large-plone-folder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-large-plone-folder { 
        display: block; 
    }
    .contenttype-document,
    .actionMenu .contenttype-document a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-document { 
        height: 1%;
    }
    #portal-sitemap .contenttype-document a:hover,
    #portal-sitemap .contenttype-document a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-document a:hover,
    #portlet-navigation-tree .contenttype-document a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-document,
    #portlet-navigation-tree .contenttype-document {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-document a:hover,
    * html #portal-sitemap .contenttype-document a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-document a:hover,
    * html #portlet-navigation-tree .contenttype-document a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-document { 
        display: block; 
    }
    .contenttype-folder,
    .actionMenu .contenttype-folder a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-folder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-folder a:hover,
    #portal-sitemap .contenttype-folder a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-folder a:hover,
    #portlet-navigation-tree .contenttype-folder a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-folder,
    #portlet-navigation-tree .contenttype-folder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-folder a:hover,
    * html #portal-sitemap .contenttype-folder a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-folder a:hover,
    * html #portlet-navigation-tree .contenttype-folder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-folder { 
        display: block; 
    }
    .contenttype-atpathcriterion,
    .actionMenu .contenttype-atpathcriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atpathcriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atpathcriterion a:hover,
    #portal-sitemap .contenttype-atpathcriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atpathcriterion a:hover,
    #portlet-navigation-tree .contenttype-atpathcriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atpathcriterion,
    #portlet-navigation-tree .contenttype-atpathcriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atpathcriterion a:hover,
    * html #portal-sitemap .contenttype-atpathcriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atpathcriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atpathcriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atpathcriterion { 
        display: block; 
    }
    .contenttype-image,
    .actionMenu .contenttype-image a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/image_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-image { 
        height: 1%;
    }
    #portal-sitemap .contenttype-image a:hover,
    #portal-sitemap .contenttype-image a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-image a:hover,
    #portlet-navigation-tree .contenttype-image a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/image_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-image,
    #portlet-navigation-tree .contenttype-image {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-image a:hover,
    * html #portal-sitemap .contenttype-image a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-image a:hover,
    * html #portlet-navigation-tree .contenttype-image a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-image { 
        display: block; 
    }
    .contenttype-atsortcriterion,
    .actionMenu .contenttype-atsortcriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atsortcriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atsortcriterion a:hover,
    #portal-sitemap .contenttype-atsortcriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atsortcriterion a:hover,
    #portlet-navigation-tree .contenttype-atsortcriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atsortcriterion,
    #portlet-navigation-tree .contenttype-atsortcriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atsortcriterion a:hover,
    * html #portal-sitemap .contenttype-atsortcriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atsortcriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atsortcriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atsortcriterion { 
        display: block; 
    }
    .contenttype-event,
    .actionMenu .contenttype-event a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/event_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-event { 
        height: 1%;
    }
    #portal-sitemap .contenttype-event a:hover,
    #portal-sitemap .contenttype-event a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-event a:hover,
    #portlet-navigation-tree .contenttype-event a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/event_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-event,
    #portlet-navigation-tree .contenttype-event {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-event a:hover,
    * html #portal-sitemap .contenttype-event a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-event a:hover,
    * html #portlet-navigation-tree .contenttype-event a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-event { 
        display: block; 
    }
    .contenttype-atreferencecriterion,
    .actionMenu .contenttype-atreferencecriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atreferencecriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atreferencecriterion a:hover,
    #portal-sitemap .contenttype-atreferencecriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atreferencecriterion a:hover,
    #portlet-navigation-tree .contenttype-atreferencecriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atreferencecriterion,
    #portlet-navigation-tree .contenttype-atreferencecriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atreferencecriterion a:hover,
    * html #portal-sitemap .contenttype-atreferencecriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atreferencecriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atreferencecriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atreferencecriterion { 
        display: block; 
    }
    .contenttype-favorite,
    .actionMenu .contenttype-favorite a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/favorite_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-favorite { 
        height: 1%;
    }
    #portal-sitemap .contenttype-favorite a:hover,
    #portal-sitemap .contenttype-favorite a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-favorite a:hover,
    #portlet-navigation-tree .contenttype-favorite a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/favorite_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-favorite,
    #portlet-navigation-tree .contenttype-favorite {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-favorite a:hover,
    * html #portal-sitemap .contenttype-favorite a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-favorite a:hover,
    * html #portlet-navigation-tree .contenttype-favorite a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-favorite { 
        display: block; 
    }
    .contenttype-news-item,
    .actionMenu .contenttype-news-item a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/newsitem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-news-item { 
        height: 1%;
    }
    #portal-sitemap .contenttype-news-item a:hover,
    #portal-sitemap .contenttype-news-item a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-news-item a:hover,
    #portlet-navigation-tree .contenttype-news-item a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/newsitem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-news-item,
    #portlet-navigation-tree .contenttype-news-item {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-news-item a:hover,
    * html #portal-sitemap .contenttype-news-item a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-news-item a:hover,
    * html #portlet-navigation-tree .contenttype-news-item a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-news-item { 
        display: block; 
    }
    .contenttype-atsimplestringcriterion,
    .actionMenu .contenttype-atsimplestringcriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atsimplestringcriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atsimplestringcriterion a:hover,
    #portal-sitemap .contenttype-atsimplestringcriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atsimplestringcriterion a:hover,
    #portlet-navigation-tree .contenttype-atsimplestringcriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atsimplestringcriterion,
    #portlet-navigation-tree .contenttype-atsimplestringcriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atsimplestringcriterion a:hover,
    * html #portal-sitemap .contenttype-atsimplestringcriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atsimplestringcriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atsimplestringcriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atsimplestringcriterion { 
        display: block; 
    }
    .contenttype-atcurrentauthorcriterion,
    .actionMenu .contenttype-atcurrentauthorcriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atcurrentauthorcriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atcurrentauthorcriterion a:hover,
    #portal-sitemap .contenttype-atcurrentauthorcriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atcurrentauthorcriterion a:hover,
    #portlet-navigation-tree .contenttype-atcurrentauthorcriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atcurrentauthorcriterion,
    #portlet-navigation-tree .contenttype-atcurrentauthorcriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atcurrentauthorcriterion a:hover,
    * html #portal-sitemap .contenttype-atcurrentauthorcriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atcurrentauthorcriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atcurrentauthorcriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atcurrentauthorcriterion { 
        display: block; 
    }
    .contenttype-link,
    .actionMenu .contenttype-link a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/link_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-link { 
        height: 1%;
    }
    #portal-sitemap .contenttype-link a:hover,
    #portal-sitemap .contenttype-link a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-link a:hover,
    #portlet-navigation-tree .contenttype-link a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/link_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-link,
    #portlet-navigation-tree .contenttype-link {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-link a:hover,
    * html #portal-sitemap .contenttype-link a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-link a:hover,
    * html #portlet-navigation-tree .contenttype-link a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-link { 
        display: block; 
    }
    .contenttype-atportaltypecriterion,
    .actionMenu .contenttype-atportaltypecriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atportaltypecriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atportaltypecriterion a:hover,
    #portal-sitemap .contenttype-atportaltypecriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atportaltypecriterion a:hover,
    #portlet-navigation-tree .contenttype-atportaltypecriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atportaltypecriterion,
    #portlet-navigation-tree .contenttype-atportaltypecriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atportaltypecriterion a:hover,
    * html #portal-sitemap .contenttype-atportaltypecriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atportaltypecriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atportaltypecriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atportaltypecriterion { 
        display: block; 
    }
    .contenttype-atdaterangecriterion,
    .actionMenu .contenttype-atdaterangecriterion a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atdaterangecriterion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atdaterangecriterion a:hover,
    #portal-sitemap .contenttype-atdaterangecriterion a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atdaterangecriterion a:hover,
    #portlet-navigation-tree .contenttype-atdaterangecriterion a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atdaterangecriterion,
    #portlet-navigation-tree .contenttype-atdaterangecriterion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atdaterangecriterion a:hover,
    * html #portal-sitemap .contenttype-atdaterangecriterion a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atdaterangecriterion a:hover,
    * html #portlet-navigation-tree .contenttype-atdaterangecriterion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atdaterangecriterion { 
        display: block; 
    }
    .contenttype-atdatecriteria,
    .actionMenu .contenttype-atdatecriteria a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-atdatecriteria { 
        height: 1%;
    }
    #portal-sitemap .contenttype-atdatecriteria a:hover,
    #portal-sitemap .contenttype-atdatecriteria a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-atdatecriteria a:hover,
    #portlet-navigation-tree .contenttype-atdatecriteria a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-atdatecriteria,
    #portlet-navigation-tree .contenttype-atdatecriteria {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-atdatecriteria a:hover,
    * html #portal-sitemap .contenttype-atdatecriteria a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-atdatecriteria a:hover,
    * html #portlet-navigation-tree .contenttype-atdatecriteria a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-atdatecriteria { 
        display: block; 
    }
    .contenttype-file,
    .actionMenu .contenttype-file a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-file { 
        height: 1%;
    }
    #portal-sitemap .contenttype-file a:hover,
    #portal-sitemap .contenttype-file a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-file a:hover,
    #portlet-navigation-tree .contenttype-file a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-file,
    #portlet-navigation-tree .contenttype-file {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-file a:hover,
    * html #portal-sitemap .contenttype-file a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-file a:hover,
    * html #portlet-navigation-tree .contenttype-file a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-file { 
        display: block; 
    }
    .contenttype-bujafile,
    .actionMenu .contenttype-bujafile a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/BujaFile.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-bujafile { 
        height: 1%;
    }
    #portal-sitemap .contenttype-bujafile a:hover,
    #portal-sitemap .contenttype-bujafile a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-bujafile a:hover,
    #portlet-navigation-tree .contenttype-bujafile a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/BujaFile.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-bujafile,
    #portlet-navigation-tree .contenttype-bujafile {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-bujafile a:hover,
    * html #portal-sitemap .contenttype-bujafile a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-bujafile a:hover,
    * html #portlet-navigation-tree .contenttype-bujafile a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-bujafile { 
        display: block; 
    }
    .contenttype-tavagnaccodoppiomodulo,
    .actionMenu .contenttype-tavagnaccodoppiomodulo a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/modulo_doppio_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-tavagnaccodoppiomodulo { 
        height: 1%;
    }
    #portal-sitemap .contenttype-tavagnaccodoppiomodulo a:hover,
    #portal-sitemap .contenttype-tavagnaccodoppiomodulo a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-tavagnaccodoppiomodulo a:hover,
    #portlet-navigation-tree .contenttype-tavagnaccodoppiomodulo a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/modulo_doppio_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-tavagnaccodoppiomodulo,
    #portlet-navigation-tree .contenttype-tavagnaccodoppiomodulo {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-tavagnaccodoppiomodulo a:hover,
    * html #portal-sitemap .contenttype-tavagnaccodoppiomodulo a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-tavagnaccodoppiomodulo a:hover,
    * html #portlet-navigation-tree .contenttype-tavagnaccodoppiomodulo a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-tavagnaccodoppiomodulo { 
        display: block; 
    }
    .contenttype-tavagnaccoevento,
    .actionMenu .contenttype-tavagnaccoevento a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/skins_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-tavagnaccoevento { 
        height: 1%;
    }
    #portal-sitemap .contenttype-tavagnaccoevento a:hover,
    #portal-sitemap .contenttype-tavagnaccoevento a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-tavagnaccoevento a:hover,
    #portlet-navigation-tree .contenttype-tavagnaccoevento a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/skins_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-tavagnaccoevento,
    #portlet-navigation-tree .contenttype-tavagnaccoevento {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-tavagnaccoevento a:hover,
    * html #portal-sitemap .contenttype-tavagnaccoevento a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-tavagnaccoevento a:hover,
    * html #portlet-navigation-tree .contenttype-tavagnaccoevento a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-tavagnaccoevento { 
        display: block; 
    }
    .contenttype-tavagnaccoprocedimento,
    .actionMenu .contenttype-tavagnaccoprocedimento a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/workflow_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-tavagnaccoprocedimento { 
        height: 1%;
    }
    #portal-sitemap .contenttype-tavagnaccoprocedimento a:hover,
    #portal-sitemap .contenttype-tavagnaccoprocedimento a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-tavagnaccoprocedimento a:hover,
    #portlet-navigation-tree .contenttype-tavagnaccoprocedimento a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/workflow_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-tavagnaccoprocedimento,
    #portlet-navigation-tree .contenttype-tavagnaccoprocedimento {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-tavagnaccoprocedimento a:hover,
    * html #portal-sitemap .contenttype-tavagnaccoprocedimento a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-tavagnaccoprocedimento a:hover,
    * html #portlet-navigation-tree .contenttype-tavagnaccoprocedimento a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-tavagnaccoprocedimento { 
        display: block; 
    }
    .contenttype-tavagnaccoufficio,
    .actionMenu .contenttype-tavagnaccoufficio a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/book_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-tavagnaccoufficio { 
        height: 1%;
    }
    #portal-sitemap .contenttype-tavagnaccoufficio a:hover,
    #portal-sitemap .contenttype-tavagnaccoufficio a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-tavagnaccoufficio a:hover,
    #portlet-navigation-tree .contenttype-tavagnaccoufficio a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/book_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-tavagnaccoufficio,
    #portlet-navigation-tree .contenttype-tavagnaccoufficio {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-tavagnaccoufficio a:hover,
    * html #portal-sitemap .contenttype-tavagnaccoufficio a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-tavagnaccoufficio a:hover,
    * html #portlet-navigation-tree .contenttype-tavagnaccoufficio a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-tavagnaccoufficio { 
        display: block; 
    }
    .contenttype-tavagnaccoallegato,
    .actionMenu .contenttype-tavagnaccoallegato a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-tavagnaccoallegato { 
        height: 1%;
    }
    #portal-sitemap .contenttype-tavagnaccoallegato a:hover,
    #portal-sitemap .contenttype-tavagnaccoallegato a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-tavagnaccoallegato a:hover,
    #portlet-navigation-tree .contenttype-tavagnaccoallegato a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-tavagnaccoallegato,
    #portlet-navigation-tree .contenttype-tavagnaccoallegato {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-tavagnaccoallegato a:hover,
    * html #portal-sitemap .contenttype-tavagnaccoallegato a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-tavagnaccoallegato a:hover,
    * html #portlet-navigation-tree .contenttype-tavagnaccoallegato a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-tavagnaccoallegato { 
        display: block; 
    }
    .contenttype-tavagnaccomodulo,
    .actionMenu .contenttype-tavagnaccomodulo a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-tavagnaccomodulo { 
        height: 1%;
    }
    #portal-sitemap .contenttype-tavagnaccomodulo a:hover,
    #portal-sitemap .contenttype-tavagnaccomodulo a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-tavagnaccomodulo a:hover,
    #portlet-navigation-tree .contenttype-tavagnaccomodulo a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-tavagnaccomodulo,
    #portlet-navigation-tree .contenttype-tavagnaccomodulo {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-tavagnaccomodulo a:hover,
    * html #portal-sitemap .contenttype-tavagnaccomodulo a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-tavagnaccomodulo a:hover,
    * html #portlet-navigation-tree .contenttype-tavagnaccomodulo a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-tavagnaccomodulo { 
        display: block; 
    }
    .contenttype-pordenoneevento,
    .actionMenu .contenttype-pordenoneevento a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/event_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-pordenoneevento { 
        height: 1%;
    }
    #portal-sitemap .contenttype-pordenoneevento a:hover,
    #portal-sitemap .contenttype-pordenoneevento a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-pordenoneevento a:hover,
    #portlet-navigation-tree .contenttype-pordenoneevento a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/event_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-pordenoneevento,
    #portlet-navigation-tree .contenttype-pordenoneevento {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-pordenoneevento a:hover,
    * html #portal-sitemap .contenttype-pordenoneevento a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-pordenoneevento a:hover,
    * html #portlet-navigation-tree .contenttype-pordenoneevento a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-pordenoneevento { 
        display: block; 
    }
    .contenttype-pordenoneeventofile,
    .actionMenu .contenttype-pordenoneeventofile a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-pordenoneeventofile { 
        height: 1%;
    }
    #portal-sitemap .contenttype-pordenoneeventofile a:hover,
    #portal-sitemap .contenttype-pordenoneeventofile a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-pordenoneeventofile a:hover,
    #portlet-navigation-tree .contenttype-pordenoneeventofile a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-pordenoneeventofile,
    #portlet-navigation-tree .contenttype-pordenoneeventofile {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-pordenoneeventofile a:hover,
    * html #portal-sitemap .contenttype-pordenoneeventofile a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-pordenoneeventofile a:hover,
    * html #portlet-navigation-tree .contenttype-pordenoneeventofile a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-pordenoneeventofile { 
        display: block; 
    }
    .contenttype-pordenoneeventoimmagine,
    .actionMenu .contenttype-pordenoneeventoimmagine a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/image_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-pordenoneeventoimmagine { 
        height: 1%;
    }
    #portal-sitemap .contenttype-pordenoneeventoimmagine a:hover,
    #portal-sitemap .contenttype-pordenoneeventoimmagine a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-pordenoneeventoimmagine a:hover,
    #portlet-navigation-tree .contenttype-pordenoneeventoimmagine a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/image_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-pordenoneeventoimmagine,
    #portlet-navigation-tree .contenttype-pordenoneeventoimmagine {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-pordenoneeventoimmagine a:hover,
    * html #portal-sitemap .contenttype-pordenoneeventoimmagine a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-pordenoneeventoimmagine a:hover,
    * html #portlet-navigation-tree .contenttype-pordenoneeventoimmagine a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-pordenoneeventoimmagine { 
        display: block; 
    }
    .contenttype-tavagnaccobando,
    .actionMenu .contenttype-tavagnaccobando a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/discussionitem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-tavagnaccobando { 
        height: 1%;
    }
    #portal-sitemap .contenttype-tavagnaccobando a:hover,
    #portal-sitemap .contenttype-tavagnaccobando a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-tavagnaccobando a:hover,
    #portlet-navigation-tree .contenttype-tavagnaccobando a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/discussionitem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-tavagnaccobando,
    #portlet-navigation-tree .contenttype-tavagnaccobando {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-tavagnaccobando a:hover,
    * html #portal-sitemap .contenttype-tavagnaccobando a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-tavagnaccobando a:hover,
    * html #portlet-navigation-tree .contenttype-tavagnaccobando a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-tavagnaccobando { 
        display: block; 
    }
    .contenttype-paginafoto,
    .actionMenu .contenttype-paginafoto a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/subscribe_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-paginafoto { 
        height: 1%;
    }
    #portal-sitemap .contenttype-paginafoto a:hover,
    #portal-sitemap .contenttype-paginafoto a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-paginafoto a:hover,
    #portlet-navigation-tree .contenttype-paginafoto a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/subscribe_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-paginafoto,
    #portlet-navigation-tree .contenttype-paginafoto {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-paginafoto a:hover,
    * html #portal-sitemap .contenttype-paginafoto a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-paginafoto a:hover,
    * html #portlet-navigation-tree .contenttype-paginafoto a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-paginafoto { 
        display: block; 
    }
    .contenttype-notizia1,
    .actionMenu .contenttype-notizia1 a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/newsitem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-notizia1 { 
        height: 1%;
    }
    #portal-sitemap .contenttype-notizia1 a:hover,
    #portal-sitemap .contenttype-notizia1 a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-notizia1 a:hover,
    #portlet-navigation-tree .contenttype-notizia1 a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/newsitem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-notizia1,
    #portlet-navigation-tree .contenttype-notizia1 {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-notizia1 a:hover,
    * html #portal-sitemap .contenttype-notizia1 a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-notizia1 a:hover,
    * html #portlet-navigation-tree .contenttype-notizia1 a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-notizia1 { 
        display: block; 
    }
    .contenttype-notizia1file,
    .actionMenu .contenttype-notizia1file a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-notizia1file { 
        height: 1%;
    }
    #portal-sitemap .contenttype-notizia1file a:hover,
    #portal-sitemap .contenttype-notizia1file a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-notizia1file a:hover,
    #portlet-navigation-tree .contenttype-notizia1file a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-notizia1file,
    #portlet-navigation-tree .contenttype-notizia1file {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-notizia1file a:hover,
    * html #portal-sitemap .contenttype-notizia1file a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-notizia1file a:hover,
    * html #portlet-navigation-tree .contenttype-notizia1file a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-notizia1file { 
        display: block; 
    }
    .contenttype-notizia1immagine,
    .actionMenu .contenttype-notizia1immagine a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/image_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-notizia1immagine { 
        height: 1%;
    }
    #portal-sitemap .contenttype-notizia1immagine a:hover,
    #portal-sitemap .contenttype-notizia1immagine a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-notizia1immagine a:hover,
    #portlet-navigation-tree .contenttype-notizia1immagine a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/image_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-notizia1immagine,
    #portlet-navigation-tree .contenttype-notizia1immagine {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-notizia1immagine a:hover,
    * html #portal-sitemap .contenttype-notizia1immagine a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-notizia1immagine a:hover,
    * html #portlet-navigation-tree .contenttype-notizia1immagine a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-notizia1immagine { 
        display: block; 
    }
    .contenttype-questionnaire,
    .actionMenu .contenttype-questionnaire a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/icon_cmfquestions_small.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-questionnaire { 
        height: 1%;
    }
    #portal-sitemap .contenttype-questionnaire a:hover,
    #portal-sitemap .contenttype-questionnaire a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-questionnaire a:hover,
    #portlet-navigation-tree .contenttype-questionnaire a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/icon_cmfquestions_small.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-questionnaire,
    #portlet-navigation-tree .contenttype-questionnaire {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-questionnaire a:hover,
    * html #portal-sitemap .contenttype-questionnaire a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-questionnaire a:hover,
    * html #portlet-navigation-tree .contenttype-questionnaire a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-questionnaire { 
        display: block; 
    }
    .contenttype-newslettertheme,
    .actionMenu .contenttype-newslettertheme a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/NewsletterTheme.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-newslettertheme { 
        height: 1%;
    }
    #portal-sitemap .contenttype-newslettertheme a:hover,
    #portal-sitemap .contenttype-newslettertheme a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-newslettertheme a:hover,
    #portlet-navigation-tree .contenttype-newslettertheme a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/NewsletterTheme.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-newslettertheme,
    #portlet-navigation-tree .contenttype-newslettertheme {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-newslettertheme a:hover,
    * html #portal-sitemap .contenttype-newslettertheme a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-newslettertheme a:hover,
    * html #portlet-navigation-tree .contenttype-newslettertheme a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-newslettertheme { 
        display: block; 
    }
    .contenttype-newsletter,
    .actionMenu .contenttype-newsletter a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/Newsletter.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-newsletter { 
        height: 1%;
    }
    #portal-sitemap .contenttype-newsletter a:hover,
    #portal-sitemap .contenttype-newsletter a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-newsletter a:hover,
    #portlet-navigation-tree .contenttype-newsletter a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/Newsletter.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-newsletter,
    #portlet-navigation-tree .contenttype-newsletter {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-newsletter a:hover,
    * html #portal-sitemap .contenttype-newsletter a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-newsletter a:hover,
    * html #portlet-navigation-tree .contenttype-newsletter a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-newsletter { 
        display: block; 
    }
    .contenttype-subscriber,
    .actionMenu .contenttype-subscriber a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/Subscriber.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-subscriber { 
        height: 1%;
    }
    #portal-sitemap .contenttype-subscriber a:hover,
    #portal-sitemap .contenttype-subscriber a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-subscriber a:hover,
    #portlet-navigation-tree .contenttype-subscriber a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/Subscriber.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-subscriber,
    #portlet-navigation-tree .contenttype-subscriber {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-subscriber a:hover,
    * html #portal-sitemap .contenttype-subscriber a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-subscriber a:hover,
    * html #portlet-navigation-tree .contenttype-subscriber a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-subscriber { 
        display: block; 
    }
    .contenttype-section,
    .actionMenu .contenttype-section a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/Section.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-section { 
        height: 1%;
    }
    #portal-sitemap .contenttype-section a:hover,
    #portal-sitemap .contenttype-section a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-section a:hover,
    #portlet-navigation-tree .contenttype-section a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/Section.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-section,
    #portlet-navigation-tree .contenttype-section {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-section a:hover,
    * html #portal-sitemap .contenttype-section a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-section a:hover,
    * html #portlet-navigation-tree .contenttype-section a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-section { 
        display: block; 
    }
    .contenttype-newslettertopic,
    .actionMenu .contenttype-newslettertopic a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/NewsletterTopic.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-newslettertopic { 
        height: 1%;
    }
    #portal-sitemap .contenttype-newslettertopic a:hover,
    #portal-sitemap .contenttype-newslettertopic a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-newslettertopic a:hover,
    #portlet-navigation-tree .contenttype-newslettertopic a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/NewsletterTopic.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-newslettertopic,
    #portlet-navigation-tree .contenttype-newslettertopic {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-newslettertopic a:hover,
    * html #portal-sitemap .contenttype-newslettertopic a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-newslettertopic a:hover,
    * html #portlet-navigation-tree .contenttype-newslettertopic a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-newslettertopic { 
        display: block; 
    }
    .contenttype-newsletterbtree,
    .actionMenu .contenttype-newsletterbtree a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-newsletterbtree { 
        height: 1%;
    }
    #portal-sitemap .contenttype-newsletterbtree a:hover,
    #portal-sitemap .contenttype-newsletterbtree a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-newsletterbtree a:hover,
    #portlet-navigation-tree .contenttype-newsletterbtree a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-newsletterbtree,
    #portlet-navigation-tree .contenttype-newsletterbtree {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-newsletterbtree a:hover,
    * html #portal-sitemap .contenttype-newsletterbtree a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-newsletterbtree a:hover,
    * html #portlet-navigation-tree .contenttype-newsletterbtree a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-newsletterbtree { 
        display: block; 
    }
    .contenttype-newsletterreference,
    .actionMenu .contenttype-newsletterreference a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/NewsletterReference.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-newsletterreference { 
        height: 1%;
    }
    #portal-sitemap .contenttype-newsletterreference a:hover,
    #portal-sitemap .contenttype-newsletterreference a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-newsletterreference a:hover,
    #portlet-navigation-tree .contenttype-newsletterreference a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/NewsletterReference.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-newsletterreference,
    #portlet-navigation-tree .contenttype-newsletterreference {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-newsletterreference a:hover,
    * html #portal-sitemap .contenttype-newsletterreference a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-newsletterreference a:hover,
    * html #portlet-navigation-tree .contenttype-newsletterreference a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-newsletterreference { 
        display: block; 
    }
    .contenttype-giornalino,
    .actionMenu .contenttype-giornalino a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-giornalino { 
        height: 1%;
    }
    #portal-sitemap .contenttype-giornalino a:hover,
    #portal-sitemap .contenttype-giornalino a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-giornalino a:hover,
    #portlet-navigation-tree .contenttype-giornalino a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-giornalino,
    #portlet-navigation-tree .contenttype-giornalino {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-giornalino a:hover,
    * html #portal-sitemap .contenttype-giornalino a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-giornalino a:hover,
    * html #portlet-navigation-tree .contenttype-giornalino a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-giornalino { 
        display: block; 
    }
    .contenttype-giornalinofolder,
    .actionMenu .contenttype-giornalinofolder a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-giornalinofolder { 
        height: 1%;
    }
    #portal-sitemap .contenttype-giornalinofolder a:hover,
    #portal-sitemap .contenttype-giornalinofolder a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-giornalinofolder a:hover,
    #portlet-navigation-tree .contenttype-giornalinofolder a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-giornalinofolder,
    #portlet-navigation-tree .contenttype-giornalinofolder {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-giornalinofolder a:hover,
    * html #portal-sitemap .contenttype-giornalinofolder a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-giornalinofolder a:hover,
    * html #portlet-navigation-tree .contenttype-giornalinofolder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-giornalinofolder { 
        display: block; 
    }
    .contenttype-contenitore-rassegne-stampa,
    .actionMenu .contenttype-contenitore-rassegne-stampa a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-contenitore-rassegne-stampa { 
        height: 1%;
    }
    #portal-sitemap .contenttype-contenitore-rassegne-stampa a:hover,
    #portal-sitemap .contenttype-contenitore-rassegne-stampa a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-contenitore-rassegne-stampa a:hover,
    #portlet-navigation-tree .contenttype-contenitore-rassegne-stampa a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/folder_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-contenitore-rassegne-stampa,
    #portlet-navigation-tree .contenttype-contenitore-rassegne-stampa {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-contenitore-rassegne-stampa a:hover,
    * html #portal-sitemap .contenttype-contenitore-rassegne-stampa a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-contenitore-rassegne-stampa a:hover,
    * html #portlet-navigation-tree .contenttype-contenitore-rassegne-stampa a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-contenitore-rassegne-stampa { 
        display: block; 
    }
    .contenttype-maintenancetask,
    .actionMenu .contenttype-maintenancetask a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/task.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-maintenancetask { 
        height: 1%;
    }
    #portal-sitemap .contenttype-maintenancetask a:hover,
    #portal-sitemap .contenttype-maintenancetask a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-maintenancetask a:hover,
    #portlet-navigation-tree .contenttype-maintenancetask a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/task.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-maintenancetask,
    #portlet-navigation-tree .contenttype-maintenancetask {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-maintenancetask a:hover,
    * html #portal-sitemap .contenttype-maintenancetask a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-maintenancetask a:hover,
    * html #portlet-navigation-tree .contenttype-maintenancetask a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-maintenancetask { 
        display: block; 
    }
    .contenttype-informagiovanievento,
    .actionMenu .contenttype-informagiovanievento a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/event_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-informagiovanievento { 
        height: 1%;
    }
    #portal-sitemap .contenttype-informagiovanievento a:hover,
    #portal-sitemap .contenttype-informagiovanievento a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-informagiovanievento a:hover,
    #portlet-navigation-tree .contenttype-informagiovanievento a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/event_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-informagiovanievento,
    #portlet-navigation-tree .contenttype-informagiovanievento {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-informagiovanievento a:hover,
    * html #portal-sitemap .contenttype-informagiovanievento a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-informagiovanievento a:hover,
    * html #portlet-navigation-tree .contenttype-informagiovanievento a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-informagiovanievento { 
        display: block; 
    }
    .contenttype-ttincarico,
    .actionMenu .contenttype-ttincarico a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ttincarico { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ttincarico a:hover,
    #portal-sitemap .contenttype-ttincarico a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-ttincarico a:hover,
    #portlet-navigation-tree .contenttype-ttincarico a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ttincarico,
    #portlet-navigation-tree .contenttype-ttincarico {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ttincarico a:hover,
    * html #portal-sitemap .contenttype-ttincarico a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-ttincarico a:hover,
    * html #portlet-navigation-tree .contenttype-ttincarico a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ttincarico { 
        display: block; 
    }
    .contenttype-ttrassegnastampa,
    .actionMenu .contenttype-ttrassegnastampa a:hover { 
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ttrassegnastampa { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ttrassegnastampa a:hover,
    #portal-sitemap .contenttype-ttrassegnastampa a.navTreeCurrentItem,
    #portlet-navigation-tree .contenttype-ttrassegnastampa a:hover,
    #portlet-navigation-tree .contenttype-ttrassegnastampa a.navTreeCurrentItem {
        background-image: url(/fileadmin/templates/cividale/img/file_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ttrassegnastampa,
    #portlet-navigation-tree .contenttype-ttrassegnastampa {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ttrassegnastampa a:hover,
    * html #portal-sitemap .contenttype-ttrassegnastampa a.navTreeCurrentItem,
    * html #portlet-navigation-tree .contenttype-ttrassegnastampa a:hover,
    * html #portlet-navigation-tree .contenttype-ttrassegnastampa a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ttrassegnastampa { 
        display: block; 
    }

    .actionicon-plone-sendto { 
        background-image: url(/fileadmin/templates/cividale/img/mail_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-print { 
        background-image: url(/fileadmin/templates/cividale/img/print_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rss { 
        background-image: url(/fileadmin/templates/cividale/img/rss.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-extedit { 
        background-image: url(/fileadmin/templates/cividale/img/extedit_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-addtofavorites { 
        background-image: url(/fileadmin/templates/cividale/img/favorite_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-QuickInstaller { 
        background-image: url(/fileadmin/templates/cividale/img/product_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PloneReconfig { 
        background-image: url(/fileadmin/templates/cividale/img/logoIcon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-UsersGroups { 
        background-image: url(/fileadmin/templates/cividale/img/group.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-UsersGroups2 { 
        background-image: url(/fileadmin/templates/cividale/img/group.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MemberPrefs { 
        background-image: url(/fileadmin/templates/cividale/img/user.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MemberPassword { 
        background-image: url(/fileadmin/templates/cividale/img/lock_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MailHost { 
        background-image: url(/fileadmin/templates/cividale/img/mail_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PortalSkin { 
        background-image: url(/fileadmin/templates/cividale/img/skins_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-errorLog { 
        background-image: url(/fileadmin/templates/cividale/img/error_log_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-ZMI { 
        background-image: url(/fileadmin/templates/cividale/img/zope_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-SearchSettings { 
        background-image: url(/fileadmin/templates/cividale/img/search_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-NavigationSettings { 
        background-image: url(/fileadmin/templates/cividale/img/navigation_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-ics { 
        background-image: url(/fileadmin/templates/cividale/img/icon_export_ical.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-vcs { 
        background-image: url(/fileadmin/templates/cividale/img/icon_export_vcal.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_clockwise { 
        background-image: url(/fileadmin/templates/cividale/img/icon_rotate_clockwise.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_counter_clockwise { 
        background-image: url(/fileadmin/templates/cividale/img/icon_rotate_counter_clockwise.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_180 { 
        background-image: url(/fileadmin/templates/cividale/img/icon_rotate_180.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-flip_horizontal { 
        background-image: url(/fileadmin/templates/cividale/img/icon_flip_horizontal.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-flip_vertical { 
        background-image: url(/fileadmin/templates/cividale/img/icon_flip_vertical.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-portal_atct { 
        background-image: url(/fileadmin/templates/cividale/img/topic_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-full_screen { 
        background-image: url(/fileadmin/templates/cividale/img/fullscreenexpand_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-attachmentfield_prefs { 
        background-image: url(/fileadmin/templates/cividale/img/AttachmentField.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-fss_prefs { 
        background-image: url(/fileadmin/templates/cividale/img/fss_tool.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PloneLanguageTool { 
        background-image: url(/fileadmin/templates/cividale/img/flag-plone.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-TextIndexNG2 { 
        background-image: url(/fileadmin/templates/cividale/img/index.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-kupu { 
        background-image: url(/fileadmin/templates/cividale/img/kupuimages/kupu_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }

/* Extra padding class for the generated icons - we have to do it
   this way because of the IE flicker bug on hovering. */

.visualIconPadding {
    padding-left: 18px;
    margin-left: -1px;
    margin-bottom: 1px;
    min-height: 1.6em;
    height: auto;
    line-height: 1.6em;
}

/* And another IE workaround */

* html .visualIconPadding {
    height: 1.6em;
}

.visualIconReplace {
    background: transparent;
    display: block !important;
    border: 0;
    margin: 0;
    padding: 0 0 0 18px !important;
    overflow: hidden;
    width: 0px !important;
    width /**/: 18px;
}

/*  */

}


/* ----- ploneCustom.css ----- */
@media all {
/*  (do not remove this :) */
/*  (not this either :) */

/* ########################################################## layout */


.tabella_incarichi{
   border-collapse:collapse;
}
.cella_incarichi{
   border:solid 1px #D9E8F4 ;
   padding:0.5em;
   text-align:center;
}


.ploneCalendar {
   margin: auto;
}
.ploneCalendar a {
   color: #00427E;
}
.sfondo {
   text-align:center;
   background-color: #dddddd;
}
#content {
   background: transparent;
}
#region-content {
   background: transparent;
}
.documentContent {
   font-size: 110%;
   padding: 0 1em 2em 1em !important;
   background: transparent;
}
.documentContent h1 {
   border: 0;
   margin-bottom: .2em
}
.documentContent h2,
.documentContent h3,
.documentContent h4,
.documentContent h5,
.documentContent h6 {
   border: 0;
   margin-top: 1.3em;
   margin-bottom: .6em
}

.documentContent a:hover {text-decoration: underline}

#portal-top {
   position: relative;
}


#stretto {
   margin:auto;
   width: 770px;
   background-color: white;
   text-align: left;
   border: 1px solid #cccccc;
}

#portal-footer {
   border-top: 5px solid #0073AB;  
   border-bottom: 0; 
   background-color: transparent; 
   font-size: 1.1em;
}
#footer-tt {
   width: 760px;  
   margin:auto;
}
#footer-tt a {
   color: #555555;
   text-decoration: none;
}
#footer-tt a:hover {
   color: #555555;
   text-decoration: underline;
}

.azioni {
    background: #D9E8F4;
    padding: 3px;
    font-size: 90%;
    line-height: 16px;
    margin-bottom: 10px;
    color: #00427E;
}
.azioni a {
    text-decoration: none;
    color: #00427E;
}
.azioni a:hover {
    text-decoration: underline;
}

/* ######################################################### slot home */

.meteo {
   width: 125px;
   border: 1px solid #B5B5B5;
}
.sfondometeo {
   background-image: url(/fileadmin/templates/cividale/img/sfondometeo.gif);
   background-position: top left;
   background-repeat: no-repeat;
}
.sfondometeobig {
   background-image: url(/fileadmin/templates/cividale/img/sfondometeobig.gif);
   background-position: top left;
   background-repeat: no-repeat;
}
#home_col1 {
   float: left;
   width: 150px;
   margin: 0 2px;
   padding: 5px 5px 5px 0;
}

#home_col2 {
   float: left;
   width: 328px;
   margin: 0 2px;
   padding: 5px;
}

#home_col3 {
   float: left;
   width: 215px;
   margin: 0 2px;
   padding: 5px 0;
}
#home1webcam {
   margin-bottom: 20px;
}

#home1,
#home1 a {
   font-size: 11px;
   color: #565656;
   text-decoration: none;
}
#home1 a:hover {
   text-decoration: underline;
}
#home1 ul {
   margin-left: 0;
   margin-bottom: 5px;
}
#home1 li {
   margin: 0 0 7px 0;
   list-style: none;
   list-style-image: none;
   list-style-type: none;
   line-height: 110%;
}
#home1 .titolo {
   font-size: 13px;
   color: #00427E;
   font-weight: bold;
   padding: 2px 5px 3px 25px;
   background-image: url(/fileadmin/templates/cividale/img/dot_blu.gif);
   background-repeat: no-repeat;
   background-position: center left;
}
#home1meteo {
   margin-top: 5px;
}

#home2 {
   font-size: 11px;
}
#home2 a {
   color: #565656;
   text-decoration: none;
}

#home2 a:hover {
   text-decoration: underline;
}
#home2 .titolo {
   font-size: 13px;
   color: #0073AB;
   font-weight: bold;
   padding: 2px 5px 3px 25px;
   background-image: url(/fileadmin/templates/cividale/img/dot_azzurro.gif);
   background-repeat: no-repeat;
   background-position: center left;
}
#home2 ul {
   margin-bottom: 5px;
   margin-left: 0;
}
#home2 li {
   margin: 0 0 7px 0;
   list-style: none;
   list-style-image: none;
   list-style-type: none;
   line-height: 110%;
}

#home2eventidv {
   border-top: 1px solid #B5B5B5;
   border-bottom: 1px solid #B5B5B5;
   background-color: #f5f5f5;
   padding: 5px;
   float: none;
   clear: both;
   color: black;
}
#home2eventidv .spost {
   margin-right: 85px;
}
.home2eventidvtxt1 {
   color: #00427E;
   margin-bottom: 3px;
}
.home2eventidvtxt {
   height: 60px;
}
#home2eventidv a {
   float: right;
   margin: 5px;
   width: 70px;
   color: #00427E;
   font-weight: bold;
   text-align: center;
   border: 1px solid #F3F3F2; 
}
#home2eventidv a:hover {
   text-decoration: none;
   border: 1px solid #CFCFCD; 
   background-color: white;
}

#home2news {
   border-top: 1px solid #B5B5B5;
   border-bottom: 1px solid #B5B5B5;
   background-color: #f5f5f5;
   padding: 5px;
   float: none;
   clear: both;
}
#home2news dl{
   padding: 0;
   margin: 0;
}
#home2news dl dd {
   padding-left: 0;
   margin-left: 0;
}

#home3 {
   font-size: 11px;
}
#home3 a {
   color: black;
}
#home3 .discreet a {
   color: #565656;
   text-decoration: none;
}
#home3 a:hover {
   text-decoration: underline;
}

#home3 .titolo {
   font-size: 13px;
   color: #990000;
   font-weight: bold;
   padding: 2px 5px 3px 25px;
   background-image: url(/fileadmin/templates/cividale/img/dot_rosso.gif);
   background-repeat: no-repeat;
   background-position: center left;
}
#home3b {
   font-size: 11px;
}
#home3b a {
   color: black;
}
#home3b .discreet a {
   color: #565656;
   text-decoration: none;
}
#home3b a:hover {
   text-decoration: underline;
}

#home3b .titolo {
   font-size: 13px;
   color: #990000;
   font-weight: bold;
   padding: 2px 5px 3px 25px;
   background-image: url(/fileadmin/templates/cividale/img/dot_rosso.gif);
   background-repeat: no-repeat;
   background-position: center left;
}

.imgnews {
   padding: 0 5px 1px 2px;
}
.imgnewsmini {
   padding: 4px 5px 2px 2px;
   width: 72px;
   height: 72px;
   float: right;
}
.notizia1 {
   background-image: url(/fileadmin/templates/cividale/img/freccia_blu.gif);
   background-position: bottom right;
   background-repeat: no-repeat;
   padding-right: 17px; 
}
.notizia2 {
   background-image: url(/fileadmin/templates/cividale/img/freccia_rossa.gif);
   background-position: bottom right;
   background-repeat: no-repeat;
   padding-right: 17px; 
}
.notizia1 a ,
.notizia2 a {
   text-decoration: none;
}
.notizia1t {
   color: #264D5A;
   font-weight: bold;
}
.notizia2t {
   color: #990000;
   font-weight: bold;
}
.titolonews {
   font-size: 11px;
   color: #565656;
}
.altre_notizie {
   text-align: right; 
}


.na1 {
   background-image: url(/fileadmin/templates/cividale/img/curva1.gif);
   background-position: top left;
   background-repeat: no-repeat;
}
.na2 {
   background-image: url(/fileadmin/templates/cividale/img/curva2.gif);
   background-position: bottom left;
   background-repeat: no-repeat;
}
.nar {
   background-image: url(/fileadmin/templates/cividale/img/curva_bordo.gif);
   background-position: top left;
   background-repeat: repeat-y;
}
.nac {
   padding: 2px 0 2px 10px;
}
.nac dl dd {
   padding-left: 0;
   margin-left: 0;
}


#home2cultura .titolo {
   color: #0073AB;
}


#home3info {
   padding-left: 10px;
}
#home3info .titolo {
   font-size: 13px;
   color: #990000;
   font-weight: bold;
   padding: 2px 5px 3px 25px;
   background-image: url(/fileadmin/templates/cividale/img/dot_rosso.gif);
   background-repeat: no-repeat;
   background-position: center left;
}
#home3info a {
   color: #565656;
   text-decoration: none;
}

#home3info a:hover {
   text-decoration: underline;
}
#home3info ul {
   margin-bottom: 5px;
   margin-left: 0;
}
#home3info li {
   margin: 0 0 7px 0;
   list-style: none;
   list-style-image: none;
   list-style-type: none;
   line-height: 110%;
}


/* #################################################  siteactions #### */

#portal-siteactions {
    float: none;
    position: absolute;
    top: 55px;
    right: 0px;
}
#portal-siteactions li a {
    background-image: url(/fileadmin/templates/cividale/img/f.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 2px 5px 2px 12px;
}
/* #################################################  ricerca #### */

#portal-searchbox {
    float: none;
    position: absolute;
    top: 11px;
    right: 8px;
}

/* ###################################################  lingue #### */

#portal-lingue {
    background-color: transparent;
    white-space: nowrap;
    list-style-type: square;
    list-style-image: url(/fileadmin/templates/cividale/img/f.gif);
    margin: 1px 0 0 0;
    height: auto;
    line-height: normal;
    padding: 3px 17px 3px 0;
    position: absolute;
    top: 0px;
    right: 0px;
}

#portal-lingue li {
    display: inline;
}

#portal-lingue li a {
    background-color: transparent;
    background-image: url(/fileadmin/templates/cividale/img/f.gif);
    background-repeat: no-repeat;
    background-position: center left;
    border: 1px solid White;
    color: #6e6e6e;
    height: auto;
    padding: 2px 5px 2px 12px;
    margin-right: 0.2em;
    text-decoration: none;
    text-transform: lowercase;
}

#portal-lingue li.selected a {
    background-color: #D9E8F4;
    color: #00427E;
    border: 1px solid #0073AB;
}

#portal-lingue li a:hover {
    background-color: #D9E8F4;
    color: #00427E;
    border: 1px solid #0073AB;
}
#portal-lingue li a .currentItem {
    border: 0;
    color: #0073AB;
}
/* ########################################################## barra */


#global-links {
 margin-top: 5px;
 width: 770px;
 font-size: 0.9em;
}

#global-links ul {
 line-height: 6.5em;
 margin: 0;
 padding: 0;
 background-color: #ededed;
 background-image: url(/fileadmin/templates/cividale/img/onda_grigia.jpg);
 background-position: bottom left;
 background-repeat: no-repeat;
}
#global-links ul li {
 display: inline;
 margin: 0;
 padding: 0;
}

#global-links ul li a{ 
 border-left: 1px solid #cccccc;
 margin: 0;
 padding: 25px 8px;
 color: #333333;
 font-size: 1.1em;
 font-weight: bold;
 text-transform: uppercase;
 text-decoration: none;
 font-family: verdana, arial, sans-serif;
}
#global-links ul li.primo a{
 border-left: 0;
}

#global-links ul li.barra1 a{
 background-image: url(/fileadmin/templates/cividale/img/azzurro.gif);
 background-position: top right;
 background-repeat: repeat-x;
}
#global-links ul li.barra2 a{
 background-image: url(/fileadmin/templates/cividale/img/blu.gif);
 background-position: top right;
 background-repeat: repeat-x;
}


#global-links ul li a:hover{
 text-decoration: underline;
}

/* ########################################################## foto */


#global-foto-imm {
 position: absolute;
 top: 1px;
 left: 0px;
}
#global-foto{
 background-image: url(/fileadmin/templates/cividale/img/sfondo_foto_inverno.gif);
 background-position: bottom left;
 background-repeat: no-repeat;
 height: 233px;
 position: relative;
}


#global-foto-titolo {
 position: absolute;
 top: 15px;
 left: 330px;
 width: 400px;
 color: #00427e;
 font-size: 22px;
 font-family: arial,sans-serif;
}
#global-foto-testo {
 position: absolute;
 top: 50px;
 left: 330px;
 width: 400px;
 color: #444444;
 font-size: 11px;
}


#global-foto-links {
   font-size: 11px;
   color: black;
   width: 240px;
   position: absolute;
   top: 0px;
   left: 525px;
}
#global-foto-links a {
   font-size: 11px;
   color: black;
   text-decoration: none;
}
#global-foto-links a:hover {
   text-decoration: underline;
}

#global-foto-links li {
   margin-bottom: 7px;
   list-style-type: square;
   list-style-image: url(/fileadmin/templates/cividale/img/frg.gif);
   line-height: 110%;
}

#global-foto-txt1 {
 position: absolute;
 top: 15px;
 left: 330px;
 width: 400px;
 color: #00427e;
 font-size: 22px;
 font-family: arial,sans-serif;
}
#global-foto-txt2 {
 position: absolute;
 top: 50px;
 left: 330px;
 width: 400px;
 color: #444444;
 font-size: 11px;
}
#global-foto-text1 {
 position: absolute;
 top: 171px;
 left: 530px;
 width: 230px;
 color: white;
 font-size: 25px;
 font-weight: bold;
 font-family: arial,sans-serif;
}
#global-foto-text2 {
 position: absolute;
 top: 201px;
 left: 530px;
 width: 230px;
 color: white;
 font-size: 25px;
 font-family: arial,sans-serif;
}
#global-foto-text3 {
 width: 490px;
 position: absolute;
 top: 226px;
 left: 0px;
 color: white;
 font-size: 13px;
 font-weight: bold;
 font-family: arial,sans-serif;
 text-align: right;
}
#global-foto-text3 a{
 color: white;
 text-decoration: none;
}
#global-foto-text3 a:hover {
 text-decoration: underline;
}

/* ########################################################## generiche */

.linkedv a {
    text-decoration: none;
}
.linkedv a:hover {
    text-decoration: underline;
}
.f_up {
    background-image: url(/fileadmin/templates/cividale/img/f_up.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 10px;
}
.f_left {
    background-image: url(/fileadmin/templates/cividale/img/f_left.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 10px;
}
.f_print {
    background-image: url(/fileadmin/templates/cividale/img/print.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 12px;
}
.stampa {
    visibility: hidden;
    display: none;
}

.centrato {
   text-align: center;
}

.destra {
   text-align: right;
}
.dx {
   float: right;
}
.sx {
   float: left;
}


.pulito {
   float: none;
   clear: both;
}
.rosso {
   color: red;
}
.grigio {
   color: #565656;
}
.piccolo {
   font-size: 9px;
   color: #6e6e6e;
}
.chiaro {
   background-color: #D9E8F4;
}
h1 {
   color: #0073AB;
}

h2 {
   color: #343434;
   }

h4{
   font-size: 110%;
   color: #565656;
   font-weight: bold;
   font-family: verdana, arial, sans-serif;
}
.img_sx {
   float: left;
   margin: 0 10px 10px 0;
   padding: 2px;
   border: 1px solid #0073AB;
}
.img_dx {
   float: right;
   margin: 0 0 10px 10px;
   padding: 2px;
   border: 1px solid #0073AB;
}
.image-left {
   float: left;
   margin: 0 10px 10px 0;
   padding: 2px;
   border: 1px solid #0073AB;
}

.image-right {
   float: right;
   margin: 0 0 10px 10px;
   padding: 2px;
   border: 1px solid #0073AB;
}
.image-inline {
   margin: 0 0 10px 10px;
   padding: 2px;
   border: 1px solid #0073AB;
}

.contenttype-icona { 
        background-image: url(/fileadmin/templates/cividale/img/fr.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
}
.contenttype-iconanav-current { 
        background-image: url(/fileadmin/templates/cividale/img/fr.gif); 
        background-repeat: no-repeat; 
        background-position: 0 5px;
}
.contenttype-iconanav { 
        background-image: url(/fileadmin/templates/cividale/img/frg.gif); 
        background-repeat: no-repeat; 
        background-position: 0 5px;
}
.navlevel_ico3 {
    background-repeat: no-repeat; 
    background-position: 0 5px;
    background-image: url(/fileadmin/templates/cividale/img/navlevel_ico1.gif);
}
.navlevel_ico4 {
    background-repeat: no-repeat; 
    background-position: 0 5px;
    background-image: url(/fileadmin/templates/cividale/img/navlevel_ico2.gif);
}
.navlevel_ico5 {
    background-repeat: no-repeat; 
    background-position: 0 5px;
    background-image: url(/fileadmin/templates/cividale/img/navlevel_ico3.gif);
}
.navlevel_ico6 {
    background-repeat: no-repeat; 
    background-position: 0 5px;
    background-image: url(/fileadmin/templates/cividale/img/navlevel_ico4.gif);
}


/* ######################################################### uffici */


.orario .listing td {
border-top: 1px solid #0073AB;
border-right: 1px solid #0073AB;
padding: 0.25em 1em;
}

.tbl_uffici td {
   vertical-align: top;
   border: 1px solid #6e6e6e;
   border-collapse: collapse;
}
.tbl_uffici td .linkuff a {
   font-weight: bold;
   text-decoration: none;
}
.tbl_uffici td .linkuff a:hover {
   text-decoration: underline;
}

.link_competenze {
   text-align: right;
   font-size: 100%;
   padding-right: 20px;
}
.link_competenze a {
   text-decoration:underline;
   font-weight: bold;
}


/* Sitemap styles */

#portal-sitemap {
   font-size: 100%;
   margin-top: 10px;
}

#portal-sitemap a {
   border: 0;
   text-decoration: none;
}

#portal-sitemap a:hover {
   border: 0;
   text-decoration: underline;
   text-transform: none;
   color: #0073AB;
}

#portal-sitemap .navTreeLevel1 {
   padding-left: 1em;
   margin: 0 0 0 0.5em;
}

#portal-sitemap .navTreeLevel2 {
   padding-left: 1em;
   margin: 0 0 0 0.6em;
}
#portal-sitemap .navTreeLevel3 {
   padding-left: 1em;
   margin: 0 0 0 0.7em;
}

#portal-sitemap li a {
   text-transform: uppercase;
   color: #0073AB;
}
#portal-sitemap li a:hover {
   background-color: transparent;
   text-transform: uppercase;
   color: #00427E;
}
#portal-sitemap li ul li a {
   text-transform: none;
   color: #444444;
}

#portal-sitemap li ul li a:hover {
   background-color: transparent;
   text-transform: none;
   color: #0073AB;
}

/* #################################   slot aggiuntivi  */

#portlet-sottositi ul {
   padding-left: 11px;
}
#portlet-sottositi ul li {
   list-style-image: url(/fileadmin/templates/cividale/img/fr.gif);
}
#portlet-sottositi a {
   font-size: 110%;
   color: #565656;
   text-decoration: none;
}
#portlet-sottositi a:hover {
   text-decoration: underline;
}


#portlet-edv ul {
   padding-left: 11px;
}
#portlet-edv ul li {
   list-style-image: url(/fileadmin/templates/cividale/img/fr.gif);
}
#portlet-edv a {
   font-size: 110%;
   color: #565656;
   text-decoration: none;
}
#portlet-edv a:hover {
   text-decoration: underline;
}


/* ########################################################## sottotitoli pagine */

.titoloblu {
   font-size: 110%;
   color: #009A9C;
   font-weight: bold;
   font-family: verdana, arial, sans-serif;
}



.tbl_rubrica {
   width: 100%;
}
.tbl_rubrica td {
   vertical-align: top;
   border: 1px solid #cccccc;
   border-collapse: collapse;
   padding: 0.5em;
   text-align: left;
}
.tbl_rubrica td.chiaro {
   background-color: #d9e8f4;
}
.tbl_rubrica td.grigetto {
   background-color: #eeeeee;
}

#map{
   width:544px;
   height:400px;
}
.friulinprin{
    text-align:center;
}
.logoaccess{
    margin-left:14px;
}

.logoaccess3{
    text-align:center;
margin-top:-18px;
margin-bottom:10px;
}
.logoaccess2{
text-align:center;
margin-bottom:-18px;
}
.portletlogoaccess{
    text-align:center;
}



.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.csc-frame-frame1 {background-color: #EDEBF1; border: 1px solid #333333;}
.csc-frame-frame2 {background-color: #F5FFAA; border: 1px solid #333333;}
.important {color: #8A0020;}
.name-of-person {color: #10007B;}
.detail {color: #186900;}
.component-items {color: #186900;}
.action-items {color: #8A0020;}
.component-items-ordered {color: #186900;}
.action-items-ordered {color: #8A0020;}
div.indent { margin-left: 2em; }
/* #########  TYPO3*/
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image IMG, div.csc-textpic-border div.csc-textpic-imagewrap IMG  {border: 1px solid #0073AB;padding: 2px;}
.csc-textpic-border IMG {border: 1px solid #0073AB;padding: 2px;}
.csc-frame-frame2 {padding: .5em; border-color:#0073ab; background:#b9dafd}
.csc-textpic-caption {font-size:90%; color: #0073ab}

/* Tabelle*/
table.contenttable {
   margin: .3em 0 .8em 0;
   border: 1px solid #0073AB;
   border-collapse: collapse;
}
table.contenttable tr.tr-even {background-color: #f5f5f5}
table.contenttable tr:hover {background-color: #d9e8f4}
table.contenttable td {
   border: 1px solid #0073AB;
   border-collapse: collapse;
   padding:4px;
   font-size: 1.1em;
}
table.contenttable th {
   border: 1px solid #0073AB;
   border-collapse: collapse;
   padding:4px;
   font-size: 1.05em;
   background:#d9e8f4;
   color:#0073ab;
}
table.contenttable-1 {margin-left: auto;margin-right: auto;}
table.contenttable-2 {margin-left: auto;margin-right: 0;}
table.contenttable-3 {width:100%; margin-left: 0;margin-right: 0;}
table.contenttable-4 {width:100%; margin-left: 0;margin-right: 0; font-size:.8em}
table.contenttable caption {
  caption-side: top;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
  padding: 0.5em 0;
}

/* home page: servizi online su 2 colonne */
#c329 ul.csc-menu li {margin-right: .2em}
#c329 ul.csc-menu {width: 100%;overflow: hidden;}
#c329 ul.csc-menu li {float: left;width: 48%;margin-left: 1%;display: inline;} 

/* Menu in pagina */
DL.csc-menu {
			font-size:1.05em;
			list-style-image: url(/fileadmin/templates/cividale/img/fr.gif)
			}
DL.csc-menu DT {margin:.4em 0; padding:0}
DL.csc-menu DD {margin: 0 0 .4em 0; padding: 0 0 0 1.5em;font-size: .95em; color:#343434}
DL.csc-menu A {text-decoration: none}
DL.csc-menu A:hover {text-decoration: underline}

/* Menu a sx */
#portal-column-one DL.csc-menu A {text-decoration: none; font-weight: normal; color: #565656;}
#portal-column-one DL.csc-menu A:hover {text-decoration: underline; font-weight: normal}
#portal-column-one DL.csc-menu {margin-left: 1em }


/*Titolo pagina primo elemento*/
h2.csc-firstHeader, .documentFirstHeading { font-size: 1.6em; margin-top: 0; color: #0073AB;}


/*iframe cimiteri*/
DIV.cimiteri iframe {margin:0;padding:0; }
DIV.cimiteri iframe {border:none; margin:0;padding:0; width:100%; height:600px}

/* FILE LINKS*/
TABLE.csc-uploads {font-size:1em; border:1px dashed #b2d1e8; margin:.5em 0; padding: 0 .2em}
TABLE.csc-uploads P {margin:0;padding:0;}
TR.tr-header {font-size: .9em}
TABLE.csc-uploads TR.tr-even:hover TD, TABLE.csc-uploads TR.tr-odd:hover TD {background-color:#d9e8f4; border:1px solid #b2d1e8  }
TD.csc-uploads-icon, TD.csc-uploads-fileSize, TR.tr-header {text-align: center; vertical-align: middle}
TD.csc-uploads-fileName {vertical-align: middle; margin:0px;padding:2px; border:1px solid #fff}
TD.csc-uploads-icon, TD.csc-uploads-fileSize {margin:0px;padding:0; border:1px solid #fff}

/* Meteo Home*/

#c750 {width: 125px; text-align: center}

/* ICONA mail*/
.documentContent .mail {background: url( /fileadmin/templates/cividale/img/mail.gif) no-repeat 0px 80%;padding-left:25px}




