﻿body, html 
{
    width: 100%;
    height: 100%;
}
/* Admin-Panel mit Edit-Button */
.EditButtonPanel
{
    margin-bottom: 16px;    
}
/* EditNews Panel */
.divTrans 
{
    filter:alpha(opacity=60);  
    background-color: black;  
    -moz-opacity: 0.6;    
    opacity: 0.6;       
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2000px;
    width: 2000px;
}
.pnlEditNews
{     
    position: absolute; 
    top: 120px; 
    left: 80px;
    padding: 10px;
    background-color: white;
    filter: alpha(opacity=88);
}
/*=============================================*/
/* HEADLINES
/*=============================================*/
.hlNewsletters 
{
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hl_newsletters.gif) no-repeat;
	height: 21px;
	text-indent: -999em;
	width: 112px;
	margin-left: 1px;
	margin-top: 2px;
}
.hlEditNewsletter 
{
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hl_editNewsletter.gif) no-repeat;
	height: 21px;
	text-indent: -999em;
	width: 188px;
	margin-left: 1px;
	margin-top: 2px;
}
.hlAddNewsletter 
{
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hl_addNewsletter.gif) no-repeat;
	height: 21px;
	text-indent: -999em;
	width: 168px;
	margin-left: 1px;
	margin-top: 2px;
}
.hlSubscribe 
{
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hl_subscribe.gif) no-repeat;
	height: 21px;
	text-indent: -999em;
	width: 191px;
	margin-left: 1px;
	margin-top: 2px;
}

/*=============================================*/
/* ADMIN RULE
/*=============================================*/
.AdminRule     
{
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/adminRule_bg.gif);	
	height: 30px;
	width: 100%;   
	padding: 8px 0px 0px 0px; 
	text-align: center;
}
.AdminRuleHeadline
{
    
    color: #ababab;
    background-color: White;
    padding: 2px 9px 2px 9px; 
}

/*=============================================*/
/* RAHMENTABELLE
/*=============================================*/
A.LinkImage {
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hyperlink.gif) no-repeat top left;	
	padding-left: 14px;
	text-decoration: none;
}
.OuterTable
{
    width: 100%;
}
.OuterTableCellHeader
{
    width: 100%;
    height: 46px;
    border-top: 1px solid #a1a1a1;    
    background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/header_gradient.gif) repeat-x top left;	
    vertical-align: top;
    margin-bottom: 17px;
}
/* Header-Styles */
.HeaderHeadline
{
    color: #6a6a6a;
    font-size: 8pt;
    display: inline;
    float: left;
    padding-left: 6px;
}
.HeaderAbo 
{
    text-align: right;
    vertical-align: top;
    padding: 2px 7px 0px 0px;
}
.OuterTableCell1
{
    width: 181px;
    vertical-align: top;
    padding-right: 16px;
}
.OuterTableCell2
{
    width: 100%;
    vertical-align: top;
    /* background-color: #f2f2f2; */
}
/*=============================================*/
/* NEWSBOX (Leftpane)
/*=============================================*/
/* Tabelle für die Schlagzeilen */
.NewsBox 
{
    font-size: 8pt;
    width: 181px;
    margin-bottom: 9px;
}
/* Inhalt der Box mit Schlagzeilen */
.NewsBoxContent 
{
    background-color: #e5e5e5;
    padding: 5px 5px 5px 5px;
}
/* Add- & Edit-Buttons */
.NewsBoxButton 
{
    vertical-align: middle;
    margin-right: 4px;
}
/*=============================================*/
/* NEWSINFO (Content)
/*=============================================*/
/* Tabelle für die Infos */
.NewsInfo
{
    width: 100%;
}
/* Headline */
.NewsInfoHeadline
{
    font-weight: normal;
    font-size: 14pt;
    padding: 0px 0px 0px 0px;
}
/* Subheadline */
.NewsInfoSubheadline
{
    font-weight: bold;
    font-size: 9pt;
    color: #909090;
}
/* Text */
.NewsInfoContent 
{
    padding: 5px 0px 17px 0px;
    width: 100%;
    font-size: 9pt;
}
/* Zelle mit grauer Linie */
.NewsInfoRuler
{
    border-top: 1px solid #bdbdbd;
    padding-bottom: 8px;   
    font-size: 1px; 
}
/* Bild im Newseintrag */
.NewsImage 
{
    float: left;
    margin: 2px 15px 8px 0px;    
}
.Newsimage div /* Bildtitel */
{
	background: url(http://www.industrial-intelligence.de/Portals/_default/Skins/werusysDNN/images/image.gif) no-repeat top left;	
	width: 9px;
	/*height: 11px;*/
	padding-left: 14px;
	white-space: nowrap;
	color: #b4b4b4;
	font-size: 8pt;
	font-weight: bold;
}}
/*=============================================*/
/* FARBABHÄNGIGE KLASSEN 
/*=============================================*/
/* Blaue Headline */
.NewsBoxHeadlineBlue
{
    font-weight: bold;
    color: #8dbaf8;
    background-color: #1779ff;
    padding: 2px 5px 4px 4px;
}
/* Goldene Headline */
.NewsBoxHeadlineGold
{
    font-weight: bold;
    color: #eeddaf;
    background-color: #ddbb5f;
    padding: 2px 5px 4px 4px;
}
/* Grüne Headline */
.NewsBoxHeadlineGreen
{
    font-weight: bold;
    color: #d0d7a1;
    background-color: #a1ae43;
    padding: 2px 5px 4px 4px;
}
/* Rote Headline */
.NewsBoxHeadlineRed
{
    font-weight: bold;
    color: #ecbab5;
    background-color: #d9746b;
    padding: 2px 5px 4px 4px;
}
/* HYPERLINKS */
/* Blauer Hyperlink */
A.NewsLinkBlue 
{
    color: #1779ff;
	text-decoration: none;
}
A.NewsLinkImageBlue, A.NewsLinkImageBlueMail {
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hyperlink.gif) no-repeat top left;	
	color: #1779ff;
	padding-left: 14px;
	text-decoration: none;
}
A.NewsLinkBlue:hover, A.NewsLinkImageBlue:hover, A.NewsLinkImageBlueMail:hover
{
    text-decoration: underline;
}
/* Goldener Hyperlink */
A.NewsLinkGold 
{
    color: #d09e18;
    text-decoration: none;
}
A.NewsLinkImageGold, A.NewsLinkImageGoldMail {
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hyperlink_news_gold.gif) no-repeat top left;	
	color: #d09e18;
	padding-left: 14px;
	text-decoration: none;
}
A.NewsLinkGold:hover, A.NewsLinkImageGold:hover, A.NewsLinkImageGoldMail:hover
{
    text-decoration: underline;
    color: #d09e18;
}
/* Grüner Hyperlink */
A.NewsLinkGreen
{
    color: #8e9c27;
	text-decoration: none;
}
A.NewsLinkImageGreen, A.NewsLinkImageGreenMail {
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hyperlink_news_green.gif) no-repeat top left;	
	color: #8e9c27;
	padding-left: 14px;
	text-decoration: none;
}
A.NewsLinkGreen:hover, A.NewsLinkImageGreen:hover, A.NewsLinkImageGreenMail:hover 
{
    text-decoration: underline;
    color: #8e9c27;
}
/* Roter Hyperlink */
A.NewsLinkRed 
{
    color: #d9746b;
	text-decoration: none;
}
A.NewsLinkImageRed, A.NewsLinkImageRedMail {
	background: url(http://www.industrial-intelligence.de/DesktopModules/wNews/images/hyperlink_news_red.gif) no-repeat top left;	
	color: #d9746b;
	padding-left: 14px;
	text-decoration: none;
}
A.NewsLinkRed:hover, A.NewsLinkImageRed:hover, A.NewsLinkImageRedMail:hover 
{
    text-decoration: underline;
    color: #d9746b;
}
.Blue
{
    color: #1779ff;
}
.Gold 
{
    color: #d09e18;
}
.Green
{
    color: #8e9c27;
}
.Red 
{
    color: #d9746b;
}
/*=============================================*/
/* EDIT-POPUP 
/*=============================================*/
.FirstCellWidth 
{
    width: 94px;    
}
.SecondCellWidth 
{
    width: 370px;    
}
.InfoBoxWidth 
{
    width: 484px;
}
.DdlTargetWidth, .DdlIconWidth
{
    width: 134px;
}
.ControlWidth 
{
    width: 344px;
    font-family: Verdana;
}
.ControlWidthDdl 
{
    width: 344px;
    font-family: Verdana;
}
/*=============================================*/
/* EDIT NL
/*=============================================*/
.SelectedRow
{
    background-color: #fff1ce;
}
/*=============================================*/
/* ABO
/*=============================================*/
.aboTblWidth /* Tabellenbreite */
{
    width: 345px; 
}
.aboTbWidth /* Breite Textboxen */
{
    width: 150px; 
}
.aboTbMailWidth
{
    width: 240px;
}
/***********************************************/
/***********************************************/
/***********************************************/
/*=============================================*/
/* COMMON
/*=============================================*/
HTML {
	font-size: 9pt;
    font-weight: normal;
    color: #494949;
    font-family: Verdana, Arial, Helvetica;
	height: 100% 
}
/* text style used for most text rendered by modules */
.Normal {
    font-size: 9pt;
    font-weight: normal;
    color: #494949;
}
/* Portal ParentItems */
.SNtable {
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
	background-color: #f5f5f5;
	margin-bottom: 12px;
	display: block;
}
.SNheadlineBlueG {
	font-size: 10pt;
	font-weight: bold;
	color: #1779ff;
	background-image: url(http://www.industrial-intelligence.de/Portals/_default/Skins/werusysDNN/images/topRule_blueG.gif);
	height: 33px;
	padding-left: 3px;
	vertical-align: top;
}
.SNheadlineBlueGDG1 {
	font-size: 10pt;
	font-weight: bold;
	color: #1779ff;
	background-image: url(http://www.industrial-intelligence.de/Portals/_default/Skins/werusysDNN/images/topRuleDG1_blueG.gif);
	height: 25px;
	padding-left: 3px;
	padding-bottom: 0px;
	vertical-align: top;
}
.SNheadlineBlueDG2 {
	font-size: 8pt;
	font-weight: bold;
	color: #1779ff;
	background-image: url(http://www.industrial-intelligence.de/Portals/_default/Skins/werusysDNN/images/topRuleDG2_blue.gif);
	height: 14px;
	padding-left: 3px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
.SNcontent {
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
}
.SNcontentLarge {
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 padding-bottom: 20px;
}
.SNcontentRules
{
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 border-bottom: 1px solid #c7c7c7;
}
.SNcontentRulesLarge
{
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 border-bottom: 1px solid #c7c7c7;
	 padding-bottom: 20px;
}
.SNtop:hover {
	background-color: #d8d8d8;
}
.SNfooter {
	background-color: #e0e0e0;
	height: 9px;
}
.SNfooterImage {
	height: 9px;
	background: #e0e0e0 url('http://www.industrial-intelligence.de/Portals/2/images/endRule_corner.gif') no-repeat right;
}

