/* OMV Style Classes for printing */
/* set list style typ to square instead of background image in the PortalDefault.css */
.PortalPortletContentArticleList li {
        margin:15px;
        padding-left:0px;
        list-style-type:square;
        list-style-position: outside;
        position:relative;
        margin-top:1.1em;
        background-image: none !important;
}

/* OMVPrint - Print PortalContentCenter only */

html {
      PADDING-BOTTOM: 0px !important; 
      MARGIN: 0px !important; 
      PADDING-LEFT: 0px !important; 
      PADDING-RIGHT: 0px !important; 
      PADDING-TOP: 0px !important;
}
body {
      FONT-SIZE: 110% !important;
      BACKGROUND-IMAGE: none !important;
      PADDING-BOTTOM: 0px !important; 
      MARGIN: 0px !important;  
      PADDING-LEFT: 0px !important; 
      PADDING-RIGHT: 0px !important; 
      PADDING-TOP: 0px !important;
}
iframe {
     margin-left: 32px !important; 
}
.PortalLayerMain {
      BACKGROUND-COLOR: transparent !important;
      MIN-HEIGHT: 100px !important;
      padding-left: 0px !important;
      width: auto !important;
}
.PortalPortletContent {
      BACKGROUND-IMAGE: none !important;
      /*BACKGROUND-COLOR: none !important; */
      margin:none;
}
.PortalContentCenter {
      BACKGROUND-IMAGE: none;
      /*BACKGROUND-COLOR: none; */
      margin:none;
}
.PortalHeaderPrint {
            DISPLAY: block !important;
            width: 208px;
            margin-top: 20px;
            margin-left: 35px;
            right: 0px;
	     overflow: hidden;
}
.PortalPortletContentTeaser {
	height: 80px !important;
}
.PortalPortletContentTeaserText {
	height: 63px !important;
}
.PortalArticleEnergyFlashGreen {
        margin-left: 32px !important;
}
.PortalArticleBannerGreen {
        display:block !important;
        margin-left: 32px !important;
}
.PortalArticleBannerBlue {
        display:block !important;
        margin-left: 32px !important;
}
.PortalPortletContentMeta {
        padding-left: 32px !important;
}
.PortalPortletContentBreadcrumb {
        padding-left: 0px !important;
            
}
.PortalPortletContentArticle {
        padding-left: 32px !important;
}
.PortalPortletContentIntro {
        PADDING-LEFT: 32px !important;
}
.PortalPortletContentTeasers {
        PADDING-LEFT: 32px !important;
}
.PortalPortletContentHeaderImage {
        PADDING-LEFT: 32px !important;
}
.PortalFooter {
        float: left !important; 
        TEXT-ALIGN: left !important; 
        PADDING-LEFT: 38px !important; 
        WIDTH: 100% !important; 
        PADDING-TOP: 5px;
}

.PortalHeader {
        DISPLAY: none;
}
.PortalContentLeft {
        DISPLAY: none;
}
.PortalContentRight {
        DISPLAY: none;
}
.PortalHeaderMeta {
        DISPLAY: none;
}
.PortalHeaderLogo {
        DISPLAY: none;
}
.PortalNavigationTab {
        DISPLAY: none;
}
.PortalNavigationMain {
        DISPLAY: none;
}
.PortalContentLeft {
        DISPLAY: none;
}
.PortalContentRight {
        DISPLAY: none;
}
.PortalPortletContentPageFeatures {
        DISPLAY: none;
}
.PortalHeaderVIVA {
	 DISPLAY: none;
}

/* V2 */
#wrapper1 {display:none;}
#wrapper2 {background-color: #FFF !important;}
.PortalArticleBannerBlue {display:none !important;}
body {background-color: #FFF !important;}

/*---Print URL from href---
 *  * a[href^="http://"]:after, a[href^="https://"]:after {
 *   *   content: " (" attr(href) ")";
 *    *     color: blue;
 *     *       font-size: small;
 *      *       }
 *       *       */

