/*
** 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(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-discussion-item a:hover,
    #portlet-navigation-tree .contenttype-discussion-item a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #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-document,
    .actionMenu .contenttype-document a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-document a:hover,
    #portlet-navigation-tree .contenttype-document a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #portlet-navigation-tree .contenttype-document a:hover,
    * html #portlet-navigation-tree .contenttype-document a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-document { 
        display: block; 
    }
        .contenttype-event,
    .actionMenu .contenttype-event a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-event a:hover,
    #portlet-navigation-tree .contenttype-event a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #portlet-navigation-tree .contenttype-event a:hover,
    * html #portlet-navigation-tree .contenttype-event a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-event { 
        display: block; 
    }
        .contenttype-favorite,
    .actionMenu .contenttype-favorite a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-favorite a:hover,
    #portlet-navigation-tree .contenttype-favorite a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #portlet-navigation-tree .contenttype-favorite a:hover,
    * html #portlet-navigation-tree .contenttype-favorite a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-favorite { 
        display: block; 
    }
        .contenttype-file,
    .actionMenu .contenttype-file a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-file a:hover,
    #portlet-navigation-tree .contenttype-file a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #portlet-navigation-tree .contenttype-file a:hover,
    * html #portlet-navigation-tree .contenttype-file a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-file { 
        display: block; 
    }
        .contenttype-folder,
    .actionMenu .contenttype-folder a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-folder a:hover,
    #portlet-navigation-tree .contenttype-folder a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #portlet-navigation-tree .contenttype-folder a:hover,
    * html #portlet-navigation-tree .contenttype-folder a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-folder { 
        display: block; 
    }
        .contenttype-ftwclassificationitem,
    .actionMenu .contenttype-ftwclassificationitem a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ftwclassificationitem { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ftwclassificationitem a:hover,
    #portlet-navigation-tree .contenttype-ftwclassificationitem a:hover,
    #portlet-navigation-tree .contenttype-ftwclassificationitem a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ftwclassificationitem,
    #portlet-navigation-tree .contenttype-ftwclassificationitem {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ftwclassificationitem a:hover,
    * html #portlet-navigation-tree .contenttype-ftwclassificationitem a:hover,
    * html #portlet-navigation-tree .contenttype-ftwclassificationitem a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ftwclassificationitem { 
        display: block; 
    }
        .contenttype-ftwclassificationsystem,
    .actionMenu .contenttype-ftwclassificationsystem a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationSystem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ftwclassificationsystem { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ftwclassificationsystem a:hover,
    #portlet-navigation-tree .contenttype-ftwclassificationsystem a:hover,
    #portlet-navigation-tree .contenttype-ftwclassificationsystem a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationSystem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ftwclassificationsystem,
    #portlet-navigation-tree .contenttype-ftwclassificationsystem {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ftwclassificationsystem a:hover,
    * html #portlet-navigation-tree .contenttype-ftwclassificationsystem a:hover,
    * html #portlet-navigation-tree .contenttype-ftwclassificationsystem a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ftwclassificationsystem { 
        display: block; 
    }
        .contenttype-icabstractclassificator,
    .actionMenu .contenttype-icabstractclassificator a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-icabstractclassificator { 
        height: 1%;
    }
    #portal-sitemap .contenttype-icabstractclassificator a:hover,
    #portlet-navigation-tree .contenttype-icabstractclassificator a:hover,
    #portlet-navigation-tree .contenttype-icabstractclassificator a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-icabstractclassificator,
    #portlet-navigation-tree .contenttype-icabstractclassificator {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-icabstractclassificator a:hover,
    * html #portlet-navigation-tree .contenttype-icabstractclassificator a:hover,
    * html #portlet-navigation-tree .contenttype-icabstractclassificator a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-icabstractclassificator { 
        display: block; 
    }
        .contenttype-icclassificator,
    .actionMenu .contenttype-icclassificator a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-icclassificator { 
        height: 1%;
    }
    #portal-sitemap .contenttype-icclassificator a:hover,
    #portlet-navigation-tree .contenttype-icclassificator a:hover,
    #portlet-navigation-tree .contenttype-icclassificator a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-icclassificator,
    #portlet-navigation-tree .contenttype-icclassificator {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-icclassificator a:hover,
    * html #portlet-navigation-tree .contenttype-icclassificator a:hover,
    * html #portlet-navigation-tree .contenttype-icclassificator a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-icclassificator { 
        display: block; 
    }
        .contenttype-iccountry,
    .actionMenu .contenttype-iccountry a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-iccountry { 
        height: 1%;
    }
    #portal-sitemap .contenttype-iccountry a:hover,
    #portlet-navigation-tree .contenttype-iccountry a:hover,
    #portlet-navigation-tree .contenttype-iccountry a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-iccountry,
    #portlet-navigation-tree .contenttype-iccountry {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-iccountry a:hover,
    * html #portlet-navigation-tree .contenttype-iccountry a:hover,
    * html #portlet-navigation-tree .contenttype-iccountry a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-iccountry { 
        display: block; 
    }
        .contenttype-icfundingsource,
    .actionMenu .contenttype-icfundingsource a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-icfundingsource { 
        height: 1%;
    }
    #portal-sitemap .contenttype-icfundingsource a:hover,
    #portlet-navigation-tree .contenttype-icfundingsource a:hover,
    #portlet-navigation-tree .contenttype-icfundingsource a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-icfundingsource,
    #portlet-navigation-tree .contenttype-icfundingsource {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-icfundingsource a:hover,
    * html #portlet-navigation-tree .contenttype-icfundingsource a:hover,
    * html #portlet-navigation-tree .contenttype-icfundingsource a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-icfundingsource { 
        display: block; 
    }
        .contenttype-iclanguage,
    .actionMenu .contenttype-iclanguage a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-iclanguage { 
        height: 1%;
    }
    #portal-sitemap .contenttype-iclanguage a:hover,
    #portlet-navigation-tree .contenttype-iclanguage a:hover,
    #portlet-navigation-tree .contenttype-iclanguage a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-iclanguage,
    #portlet-navigation-tree .contenttype-iclanguage {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-iclanguage a:hover,
    * html #portlet-navigation-tree .contenttype-iclanguage a:hover,
    * html #portlet-navigation-tree .contenttype-iclanguage a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-iclanguage { 
        display: block; 
    }
        .contenttype-iclocation,
    .actionMenu .contenttype-iclocation a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-iclocation { 
        height: 1%;
    }
    #portal-sitemap .contenttype-iclocation a:hover,
    #portlet-navigation-tree .contenttype-iclocation a:hover,
    #portlet-navigation-tree .contenttype-iclocation a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-iclocation,
    #portlet-navigation-tree .contenttype-iclocation {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-iclocation a:hover,
    * html #portlet-navigation-tree .contenttype-iclocation a:hover,
    * html #portlet-navigation-tree .contenttype-iclocation a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-iclocation { 
        display: block; 
    }
        .contenttype-icregion,
    .actionMenu .contenttype-icregion a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-icregion { 
        height: 1%;
    }
    #portal-sitemap .contenttype-icregion a:hover,
    #portlet-navigation-tree .contenttype-icregion a:hover,
    #portlet-navigation-tree .contenttype-icregion a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-icregion,
    #portlet-navigation-tree .contenttype-icregion {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-icregion a:hover,
    * html #portlet-navigation-tree .contenttype-icregion a:hover,
    * html #portlet-navigation-tree .contenttype-icregion a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-icregion { 
        display: block; 
    }
        .contenttype-icstatus,
    .actionMenu .contenttype-icstatus a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-icstatus { 
        height: 1%;
    }
    #portal-sitemap .contenttype-icstatus a:hover,
    #portlet-navigation-tree .contenttype-icstatus a:hover,
    #portlet-navigation-tree .contenttype-icstatus a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-icstatus,
    #portlet-navigation-tree .contenttype-icstatus {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-icstatus a:hover,
    * html #portlet-navigation-tree .contenttype-icstatus a:hover,
    * html #portlet-navigation-tree .contenttype-icstatus a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-icstatus { 
        display: block; 
    }
        .contenttype-ictool,
    .actionMenu .contenttype-ictool a:hover { 
        background-image: url(http://doc.intercooperation.net/ivsdocument_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ictool { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ictool a:hover,
    #portlet-navigation-tree .contenttype-ictool a:hover,
    #portlet-navigation-tree .contenttype-ictool a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ivsdocument_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ictool,
    #portlet-navigation-tree .contenttype-ictool {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ictool a:hover,
    * html #portlet-navigation-tree .contenttype-ictool a:hover,
    * html #portlet-navigation-tree .contenttype-ictool a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ictool { 
        display: block; 
    }
        .contenttype-ictype,
    .actionMenu .contenttype-ictype a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ictype { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ictype a:hover,
    #portlet-navigation-tree .contenttype-ictype a:hover,
    #portlet-navigation-tree .contenttype-ictype a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ictype,
    #portlet-navigation-tree .contenttype-ictype {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ictype a:hover,
    * html #portlet-navigation-tree .contenttype-ictype a:hover,
    * html #portlet-navigation-tree .contenttype-ictype a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ictype { 
        display: block; 
    }
        .contenttype-icworkingdomain,
    .actionMenu .contenttype-icworkingdomain a:hover { 
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-icworkingdomain { 
        height: 1%;
    }
    #portal-sitemap .contenttype-icworkingdomain a:hover,
    #portlet-navigation-tree .contenttype-icworkingdomain a:hover,
    #portlet-navigation-tree .contenttype-icworkingdomain a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ftwClassificationItem_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-icworkingdomain,
    #portlet-navigation-tree .contenttype-icworkingdomain {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-icworkingdomain a:hover,
    * html #portlet-navigation-tree .contenttype-icworkingdomain a:hover,
    * html #portlet-navigation-tree .contenttype-icworkingdomain a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-icworkingdomain { 
        display: block; 
    }
        .contenttype-image,
    .actionMenu .contenttype-image a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-image a:hover,
    #portlet-navigation-tree .contenttype-image a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #portlet-navigation-tree .contenttype-image a:hover,
    * html #portlet-navigation-tree .contenttype-image a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-image { 
        display: block; 
    }
        .contenttype-ivsauthor,
    .actionMenu .contenttype-ivsauthor a:hover { 
        background-image: url(http://doc.intercooperation.net/ivsauthor_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ivsauthor { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ivsauthor a:hover,
    #portlet-navigation-tree .contenttype-ivsauthor a:hover,
    #portlet-navigation-tree .contenttype-ivsauthor a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ivsauthor_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ivsauthor,
    #portlet-navigation-tree .contenttype-ivsauthor {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ivsauthor a:hover,
    * html #portlet-navigation-tree .contenttype-ivsauthor a:hover,
    * html #portlet-navigation-tree .contenttype-ivsauthor a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ivsauthor { 
        display: block; 
    }
        .contenttype-ivscollection,
    .actionMenu .contenttype-ivscollection a:hover { 
        background-image: url(http://doc.intercooperation.net/ivscollection_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ivscollection { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ivscollection a:hover,
    #portlet-navigation-tree .contenttype-ivscollection a:hover,
    #portlet-navigation-tree .contenttype-ivscollection a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ivscollection_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ivscollection,
    #portlet-navigation-tree .contenttype-ivscollection {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ivscollection a:hover,
    * html #portlet-navigation-tree .contenttype-ivscollection a:hover,
    * html #portlet-navigation-tree .contenttype-ivscollection a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ivscollection { 
        display: block; 
    }
        .contenttype-ivsdocument,
    .actionMenu .contenttype-ivsdocument a:hover { 
        background-image: url(http://doc.intercooperation.net/ivsdocument_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-ivsdocument { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ivsdocument a:hover,
    #portlet-navigation-tree .contenttype-ivsdocument a:hover,
    #portlet-navigation-tree .contenttype-ivsdocument a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/ivsdocument_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ivsdocument,
    #portlet-navigation-tree .contenttype-ivsdocument {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ivsdocument a:hover,
    * html #portlet-navigation-tree .contenttype-ivsdocument a:hover,
    * html #portlet-navigation-tree .contenttype-ivsdocument a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ivsdocument { 
        display: block; 
    }
        .contenttype-ivsdocumentrepr,
    .actionMenu .contenttype-ivsdocumentrepr a:hover { 
        background-image: url(http://doc.intercooperation.net/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-ivsdocumentrepr { 
        height: 1%;
    }
    #portal-sitemap .contenttype-ivsdocumentrepr a:hover,
    #portlet-navigation-tree .contenttype-ivsdocumentrepr a:hover,
    #portlet-navigation-tree .contenttype-ivsdocumentrepr a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-ivsdocumentrepr,
    #portlet-navigation-tree .contenttype-ivsdocumentrepr {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-ivsdocumentrepr a:hover,
    * html #portlet-navigation-tree .contenttype-ivsdocumentrepr a:hover,
    * html #portlet-navigation-tree .contenttype-ivsdocumentrepr a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-ivsdocumentrepr { 
        display: block; 
    }
        .contenttype-large-plone-folder,
    .actionMenu .contenttype-large-plone-folder a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-large-plone-folder a:hover,
    #portlet-navigation-tree .contenttype-large-plone-folder a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #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-link,
    .actionMenu .contenttype-link a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-link a:hover,
    #portlet-navigation-tree .contenttype-link a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #portlet-navigation-tree .contenttype-link a:hover,
    * html #portlet-navigation-tree .contenttype-link a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-link { 
        display: block; 
    }
        .contenttype-masterselectdemo,
    .actionMenu .contenttype-masterselectdemo a:hover { 
        background-image: url(http://doc.intercooperation.net/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-masterselectdemo { 
        height: 1%;
    }
    #portal-sitemap .contenttype-masterselectdemo a:hover,
    #portlet-navigation-tree .contenttype-masterselectdemo a:hover,
    #portlet-navigation-tree .contenttype-masterselectdemo a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/document_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-masterselectdemo,
    #portlet-navigation-tree .contenttype-masterselectdemo {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-masterselectdemo a:hover,
    * html #portlet-navigation-tree .contenttype-masterselectdemo a:hover,
    * html #portlet-navigation-tree .contenttype-masterselectdemo a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-masterselectdemo { 
        display: block; 
    }
        .contenttype-news-item,
    .actionMenu .contenttype-news-item a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-news-item a:hover,
    #portlet-navigation-tree .contenttype-news-item a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #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-plone-site,
    .actionMenu .contenttype-plone-site a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-plone-site a:hover,
    #portlet-navigation-tree .contenttype-plone-site a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #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-topic,
    .actionMenu .contenttype-topic a:hover { 
        background-image: url(http://doc.intercooperation.net/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,
    #portlet-navigation-tree .contenttype-topic a:hover,
    #portlet-navigation-tree .contenttype-topic a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/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 #portlet-navigation-tree .contenttype-topic a:hover,
    * html #portlet-navigation-tree .contenttype-topic a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-topic { 
        display: block; 
    }
        .contenttype-wiki-page,
    .actionMenu .contenttype-wiki-page a:hover { 
        background-image: url(http://doc.intercooperation.net/wikipage_icon.gif); 
        background-repeat: no-repeat; 
        background-position: 0% 0%;
    }
    /* Holly hack to prevent items from shifting to the left in IE*/
    * html .contenttype-wiki-page { 
        height: 1%;
    }
    #portal-sitemap .contenttype-wiki-page a:hover,
    #portlet-navigation-tree .contenttype-wiki-page a:hover,
    #portlet-navigation-tree .contenttype-wiki-page a.navTreeCurrentItem {
        background-image: url(http://doc.intercooperation.net/wikipage_icon.gif);
        background-repeat: no-repeat;
        background-position: 0% 3px;
    }
    #portal-sitemap .contenttype-wiki-page,
    #portlet-navigation-tree .contenttype-wiki-page {
        background-position: 0% 4px;
    }
    * html #portal-sitemap .contenttype-wiki-page a:hover,
    * html #portlet-navigation-tree .contenttype-wiki-page a:hover,
    * html #portlet-navigation-tree .contenttype-wiki-page a.navTreeCurrentItem {
        position: relative;
    }
    .listing .contenttype-wiki-page { 
        display: block; 
    }
  
    .actionicon-plone-sendto { 
        background-image: url(http://doc.intercooperation.net/mail_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-print { 
        background-image: url(http://doc.intercooperation.net/print_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rss { 
        background-image: url(http://doc.intercooperation.net/rss.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-extedit { 
        background-image: url(http://doc.intercooperation.net/extedit_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-addtofavorites { 
        background-image: url(http://doc.intercooperation.net/favorite_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-QuickInstaller { 
        background-image: url(http://doc.intercooperation.net/product_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PloneReconfig { 
        background-image: url(http://doc.intercooperation.net/logoIcon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-UsersGroups { 
        background-image: url(http://doc.intercooperation.net/group.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-UsersGroups2 { 
        background-image: url(http://doc.intercooperation.net/group.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MemberPrefs { 
        background-image: url(http://doc.intercooperation.net/user.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MemberPassword { 
        background-image: url(http://doc.intercooperation.net/lock_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-MailHost { 
        background-image: url(http://doc.intercooperation.net/mail_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PortalSkin { 
        background-image: url(http://doc.intercooperation.net/skins_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-errorLog { 
        background-image: url(http://doc.intercooperation.net/error_log_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-ZMI { 
        background-image: url(http://doc.intercooperation.net/zope_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-SearchSettings { 
        background-image: url(http://doc.intercooperation.net/search_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-NavigationSettings { 
        background-image: url(http://doc.intercooperation.net/navigation_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-full_screen { 
        background-image: url(http://doc.intercooperation.net/fullscreenexpand_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-ftwclassificationsystem { 
        background-image: url(http://doc.intercooperation.net/classification_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-portal_atct { 
        background-image: url(http://doc.intercooperation.net/topic_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-ics { 
        background-image: url(http://doc.intercooperation.net/icon_export_ical.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-vcs { 
        background-image: url(http://doc.intercooperation.net/icon_export_vcal.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_clockwise { 
        background-image: url(http://doc.intercooperation.net/icon_rotate_clockwise.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_counter_clockwise { 
        background-image: url(http://doc.intercooperation.net/icon_rotate_counter_clockwise.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-rotate_180 { 
        background-image: url(http://doc.intercooperation.net/icon_rotate_180.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-flip_horizontal { 
        background-image: url(http://doc.intercooperation.net/icon_flip_horizontal.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-plone-flip_vertical { 
        background-image: url(http://doc.intercooperation.net/icon_flip_vertical.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-icivs { 
        background-image: url(http://doc.intercooperation.net/tool.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-object_buttons-cut { 
        background-image: url(http://doc.intercooperation.net/cut_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-object_buttons-copy { 
        background-image: url(http://doc.intercooperation.net/copy_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-object_buttons-paste { 
        background-image: url(http://doc.intercooperation.net/paste_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-object_buttons-delete { 
        background-image: url(http://doc.intercooperation.net/delete_icon.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-placefulworkflow { 
        background-image: url(http://doc.intercooperation.net/placefulworkflow_icon.png) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-PloneLanguageTool { 
        background-image: url(http://doc.intercooperation.net/flag-plone.gif) !important; 
        background-repeat: no-repeat; 
        background-position: 0% 50%;
    }
    .actionicon-controlpanel-kupu { 
        background-image: url(http://doc.intercooperation.net/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,
.actionMenu .actionMenuContent .visualIconPadding {
    padding-left: 18px;
    margin-left: -1px;
}

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

/*  */
