﻿.BelongsToMLFBCell
{
    padding-right: 30px;
    color: #666;
    vertical-align:top;
}

.BelongsToDescCell
{
    padding-right: 30px;
    color: #666;
}

.bold,.mfnDropHeaderTextWithValue
{
    font-weight: bold;
}

.MetaStyle
{
    color: #666;
}

/* BEGIN BreadCrumb */

a.breadCrumbLink
{
    text-decoration: none;
    padding-left: 8px;
    padding-right: 5px;
    color: Black;
    background: url("img/arrow_B_right.gif") no-repeat;
    background-position: -3 -1;
}

a.breadCrumbLink:hover
{
    color: #990000;
}

a.breadCrumbLinkChild
{
    text-decoration: none;
    padding-left: 8px;
    padding-right: 5px;
    color: Black;
    background: url("img/arrow_B_right.gif") no-repeat;
    background-position: left center;
}

a.breadCrumbLinkChild:hover
{
    color: #990000;
}

.highlight, .mfnDropHeaderTextWithValue
{
    color: #990000;
}

div.breadCrumbChildDiv
{
    padding: 4px 8px 4px 5px;
    border-bottom: 1px solid rgb(96, 103, 111);
    background-color: #e5e5e5;
}

div.breadCrumbChildDiv:first-child
{
    border-top: 1px solid rgb(96, 103, 111);
}

div#breadCrumbPopup
{
    position: absolute;
    display: none;
    z-index: 10;
}

/* END BreadCrumb */

.mfnDrpHeaderTop
{
    height: 14px;
}
.mfnDrpHeader
{
    border: 1px solid gray;
    background-color: White;
    height: 14px;
    cursor: pointer;
    padding: 1px 0px 1px 0px;
    vertical-align: middle;
    clear: left;
}

.mfnDisabled
{
	color:#AAAAAA !important;
	cursor:default !important;
}

.mfnDropHeaderText
{
    overflow: hidden;
    white-space: nowrap;
    float: left;
    padding: 0px 3px 0px 3px;
}

/*
.mfnDropHeaderTextWithValue
{
    font-weight: bold;
    color: #990000;
}

*/

.mfnDrpHeaderImage
{
    background: url(img/icon-dropdown.gif) no-repeat right center;
	height:12px;
	float:right;
	margin-left:2px;
	margin-right:2px;
}

.mfnDrpHeaderImageOpened
{
	background-image:url(img/icon-dropdown-open.gif);
}

.mfnccpnl
{
    display: none;
    float: left;
    position: absolute;
    background-color: white;
    z-index: 1000;
}
/* Begin MFNDropDownList */

.MFNDropDownListContainerPanel
{
    border: 1px solid gray;
    border-top: 0px;
}

ul.MFNDropDownList
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.MFNDropDownList li
{
    text-decoration: none;
    color: Black;
    background-color: white;
    padding: 2px 10px 2px 10px;
    white-space:nowrap;
}

ul.MFNDropDownList li:hover
{
    color: black;
    cursor: pointer;
    background-color: white;
}

ul.MFNDropDownList li.selectedItem
{
  font-weight: bold;
    color: #990000;
}

/*the following tag is for IE < 8.0 because it does not understand the color:inherit in the following CSS rule...*/
ul.MFNDropDownList li.selectedItem a
{
  text-decoration: none;
    color: inherit;
    background-color: inherit;
}

ul.MFNDropDownList li a
{
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    white-space:nowrap;
}

/*End MFNDropDownList*/

.mfnTBHeader
{
    height: 20px;
}

.mfnTBContentHeader
{
    height: 25px;
}

.mfnTBContentHeaderClosePanel
{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.mfnTBContentHeaderCloseImage
{
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

.mfnTBHeaderImage
{
    background-position: left top;
    background-repeat: no-repeat;
    height: 100%;

}

.mfnTBHeaderImageOpened
{
    background-position: 0px -21px;
}

.mfnTBList
{
    background-color: white;
    border-width: 0px 1px 1px 1px;
    border-color: Gray;
    border-style: solid;
    width: 200px;
    min-height: 10px;
    position: absolute;
}

.mfnTBccpnl
{
    display:none;
    float: left;
    position: absolute;
    background-color: #ECF0F2;
    width:890px;
    z-index:255;
}

.NWAFooter
{
    margin-top: 20px;
}

.NWAFooter dl
{
    float: left;
    margin: 2px 0 0 0;
    width: 596px;
}

.NWAFooter dt, .NWAFooter dd
{
    font-size: 10px;
    line-height: 13px;
    color: #999;
    display: inline;
    margin: 0px;
}

.NWAFooter dd a.NWAFooterLink
{
    font-size: 10px;
    color: #999;
    text-decoration: none;
}

span.NWAFooterLink
{
    color: #999999;
}

.NWAFooter dd span.NWAFooterPipe, .NWAFooter dt span.NWAFooterPipe
{
    padding: 0 6px 0 6px;
}

/* BEGIN ListingSettings */

.listingSettingsMain
{
    /*width: 269px;*/
    margin: -15px 10px 10px 10px;
}

.listingSettingsBlock
{
    padding-bottom: 5px;
    padding-top: 5px;
}

.nwaCtrlFormField_Checkbox input
{
    margin-right: 4px;
}

/* END ListingSettings */

/* BEGIN AssociatedProducts */

.foundProductsTitle
{
    font-weight: bold;
    color: #666666;
    padding-bottom: 3px;
    padding-top: 8px;
}

.associatedProductsBlock
{
    padding-bottom: 10px;
}

.clear
{
    clear: both;
}

.productFound
{
    padding-right: 10px;
}

.floatLeft
{
    float: left;
}

/* END AssociatedProducts */

/* BEGIN SearchMlfb */
.fullHeightParent > div
{
    height: 100%;
}

.zeroHeightParent div
{
    height: 0px;
}

.nwaCtrlFormFieldGrey
{
    margin-right: 2px;
    border: solid 1px black;
    font-size: 11px;
    color: Gray;
}


.greyScrollBars
{
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-track-color: #EEEEEE;
}

.inline
{
    display: inline;
}

.searchMlfbMain
{
    position: relative;
    float: left;
}

.searchMlfbPopup
{
    border: 1px solid black;
    background-color: White;
    height: 200px;
    display: none;
    float: left;
    position: absolute;
    top: 20px;
    width: 400px;
    padding-bottom: 1px;
    z-index:1000;
}

.searchMlfbScroll
{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 3px;
    padding-top: 1px;
    padding-right: 3px;
}

.searchMlfbTable
{
    width: 100%;
    border-collapse: collapse;
}

.searchMLfbSelectedRow
{
    background-color: lightgrey;
}

/* class names are short in order to produce smaller html output */
.smr
{
    cursor: pointer;
}

.smf
{
    width: 170px;
    /* align the content to top: if the text in the second column is broken into more 
       lines, the mlfb in the first olumn is not centered vertically */
    vertical-align:top; 
}

.dn
{
    display: none;
}

.at
{
    vertical-align:top; 
}
/* END SearchMlfb */

/* BEGIN CopyAddress */
.cursorPointer
{
    cursor: pointer;
}
/* END CopyAddress */

/* BEGIN SwitchableImage */
.imageSwitchLink
{
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    color: #666666;
}

.printTitle
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.printTitle
{
    display: none; /* hidden on screen, shown only when printing (rule in print.css) */
}

/* END SwitchableImage */

/* BEGIN SwitchableLabel */
.switchableLabelImage
{
    padding-right:3px;
}
/* END SwitchableLabel */


/* BEGIN ListSettings */
.mfnToolListSettings
{
    border: 1px solid lightgrey;
    background-color:#FFFFFF;
    width:276px;
    
}
/* END ListSettings */

/* BEGIN Send Article */

.mfnToolSendArticleContent
{
    border: 1px solid lightgrey;
    width:523px;
    background-color:#FFFFFF;
}

.sendArticleTitle
{
    font-weight: bold;
    color: #666666;
    margin-bottom: 8px;
}

.sendArticleInput
{
    width: 100%;
    overflow: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    overflow-x: hidden;
}

.sendArticleInfoIcon
{
    margin:3px 5px 3px 3px;   
}

.sendArticleLabel
{
    width: 106px;
}

.sendArticleMain
{
    width: 500px;
    margin: -15px 10px 10px 10px;
    z-index: 9999;
}


.sendArticleSeparatorLine
{
    width: 100%;
    border-bottom: 1px dotted lightgray;
    margin-bottom: 5px;
}

.sendArticleUrl
{
    color: #356699;
}

.sendArticleFirstInfo
{
    margin-bottom: 10px;
    margin-top: 5px;
}

.sendArticleLastInfo
{
    margin-bottom: 5px;
}

.infoArea
{
    background-color: #E6EFF8;
}

.infoAreaLeft
{
    vertical-align: top;
    width: 14px;
}

.rightAlign
{
    text-align: right;
}

.topAlign
{
    vertical-align: top;
}

.bottomAlign
{
    vertical-align: bottom;
}

.fullWidth
{
    width: 100%;
}

.darkRed
{
    color: #990000;
}

.nwaCtrlFormField
{
    margin-right: 2px;
    border: solid 1px black;
    font-size: 11px;
}

.nwaCtrlFormField_Checkbox
{
    margin-left: 2px;
    font-family: Arial;
    font-weight: normal;
    color: black;
    font-size: 11px; /*   margin-left: -3px;*/
}

.nwaCtrlFormField_Checkbox label
{
    position: relative;
    top: -3px;
}

.nwaCtrlFormMultilineField
{
    border: solid 1px black;
    font-size: 11px; /*	margin-left: 6px; */
}

.nwaCtrlFormSubmitButton
{
    background-color: #AFB4BE;
    border: 1px solid black;
    color: black;
    font-size: 11px;
}

.navLink
{
    background: url(img/arrow_B_right.gif) no-repeat 0 4px;
    color: #666666 ! important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    line-height: 16px;
    padding: 0 0 0 9px;
    text-decoration: none;
}

.navLinkBack
{
    background-image: url(img/arrow_B_left.gif);
}

.navLinkExternal
{
    background-image: url(img/arrow_external.gif);
    padding: 0 0 0 14px;
}

.NetModeImageControl
{
    float: right;
    position: relative;
    left: 44px;
}

a.navLink:hover, span.navLink:hover, .navLink:hover
{
    color: #990000;
}

.sendArticleCheckbox
{
    padding-top: 3px;
}

/* END Send Article */

/* BEGIN Print Preview page classes*/
.ppBoldText
{
    font-weight: bold;
}

.ppHeader
{
    color: #666666;
    font-weight: bold;
}

.ppMLFBList
{
    color: #666666;
}

.ppProductTitle
{
    color: #999999;
}


.ppLifecycle span div table
{
    margin-left: 0px !important;
}

.ppPmdSeparator
{
    margin-bottom: 13px;
}

.ppPmdTitle
{
    margin-bottom: 4px;
}

.ppPmdDescription
{
    overflow: auto;
}

.ppPmdImage
{
    padding-right: 10px;
}

.ppPmdBigTitle
{
    margin-bottom: 15px;
}

.ppPmdMediumTitle
{
    margin-bottom: 10px;
}

/* END Print Preview page classes*/


/* Begin ProductLifecycle control */
div.produktlebenslauf
{
    width: auto;
    text-align: left;
}
table.produktlebenslauf
{
    table-layout: fixed;
    border-collapse: collapse;
}
td.meilenstein a, td.meilenstein_bild a, td.meilenstein_datum a, td.meilenstein_link a
{
    color: black;
}
table.produktlebenslauf td.meilenstein_bild
{
    width: 75px;
    padding: 0;
    margin: 0;
}
table.produktlebenslauf td.meilenstein
{
    font-size: 9px;
    text-align: center;
    width: 75px;
    padding: 2px 2px 0px 2px;
    margin: 0;
}
table.produktlebenslauf td.meilenstein_datum
{
    font-size: 9px;
    text-align: center;
    width: 75px;
    padding: 0px 2px;
    margin: 0;
}
table.produktlebenslauf td.meilenstein_icon
{
    text-align: center;
    padding: 2px;
    margin: 0;
}
table.produktlebenslauf td.meilenstein_link {
    font-size: 9px;
    text-align: center;
    width: 75px;
    padding: 2px 2px 0px 2px;
    margin: 0;
}
/* END ProductLifecycle control */

/* Begin AjaxControlToolkit TabContainer Siemens style */
.SiemensTab .ajax__tab_outer
{
    background: url("img/tab_inactive_edge.gif") no-repeat;
    background-position: right top;
    margin-right: 2px;
    border-bottom:1px solid #fff;
    border-collapse:separate;
}
.SiemensTab .ajax__tab_active .ajax__tab_outer
{
    background: url("img/tab_active_edge.gif") no-repeat;
    background-position:right top;
    position:relative;
    top:1px;
    border-bottom: 1px solid #fff;
}
.SiemensTab .ajax__tab_inner
{
    margin-right:4px;
}
.SiemensTab .ajax__tab_active .ajax__tab_inner
{
    margin-right:5px;
    border-top:1px solid #999;
    border-left:1px solid #999;
}

.SiemensTab .ajax__tab_body
{
    padding-top: 20px;
    padding-left:4px;
    padding-right:4px;
}
.SiemensTab .ajax__tab_header
{
    border-bottom: 1px solid #999;
}
.SiemensTab .ajax__tab_active
{
}

.SiemensTab .ajax__tab_active .ajax__tab_tab
{
    color: #990000;
    background:#fff;
}
.SiemensTab .ajax__tab_tab
{
    color: #333;
    background:#ccc;
    padding: 6px 4px 6px 5px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

/* END AjaxControlToolkit TabContainer Siemens style */


/* Begin ViewPmd */

.pmdImageColumn
{
    width:144px;
    float:left;
    margin-right:12px;
    margin-bottom:20px;
}

/* End ViewPmd */


/* Begin UCProductContact */
h1
{
    font-size: 18px;
    line-height: 22px;
    color: #333;
    margin-bottom:15px;
}

h2
{
    font-size: 14px;
    line-height: 18px;
    color: #999;
    margin-bottom:15px;
}

h3
{
    font-weight: bold;
    font-size: 11px;
    color: #333;
    line-height: 14px;
    margin-bottom: 5px;
}

a.EmailLink
{
    background-image: url(img/tools-mail.gif);
    padding: 0 0 0 16px;
}

a.ExternalLink
{
    background-image: url(img/arrow_external.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 0 0 14px;
    text-decoration: none;
}

div.rightportlet
{
    border-top: 1px solid #999;
    margin-top: 4px;
    padding-top: 14px;
    padding-bottom: 10px;
}

/* END UCProductContact */


.pmdRelatedLinkContainer
{
    overflow:hidden;
}

p.caption
{
    font-size:10px;
    color:#666;
    line-height:13px;   
    width:100%;
}


.ellipsis
{
    /* Attention: Internet Explorer only */
    text-overflow:ellipsis;
    white-space: nowrap
}


/* Begin UCZoomImage */

div.image-wrapper
{
	display: block;
	float: left;
	padding: 4px 12px 0 0;
	position: relative;
}

div.image
{
	position: relative;
}

div.image img
{
	display: block;
}

div.left-content div.p p
{
	padding: 0;
}

div.p div.image-wrapper p.caption
{
	padding: 6px 0 9px;
}

div.img-144
{
	width: 144px;
}

div.img-172
{
	width: 172px;
}

div.img-400
{
	width: 400px;
}

div.img-432
{
	width: 432px;
}

div.img-450
{
	width: 450px;
}

/* magnifier and magnified image (mi) */

a.magnifier
{
	background: url(img/magnifier.gif) no-repeat;
	display: block;
	height: 21px;
	position: absolute;
	right: 0;
	top: -21px;
	width: 21px;
}

div.magnifier-wrapper
{
	height: 21px;
	margin: 0 0 -21px;
	position: relative;
}

div.mi-wrapper
{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	left: 0;
	position: absolute;
	top: 0;
}

div.mi-wrapper img
{
	display: block;
}

div.mi-wrapper a
{
	background: url(img/image-close.gif) no-repeat;
	display: none; /* set to block by js */
	height: 21px;
	position: absolute;
	right: 0;
	top: 0;
	width: 21px;
}


/* END UCZoomImage */


/* BEGIN UCPreviewPMD */

.previewPMDProductDetails
{
    padding-right:10px;
}

.previewPMDLabel
{
    float:left;
}

.previewPMDIcons
{
    float: right;
}

.previewPMDTitle
{
    color:#666666;
    font-weight: bold;
}

.previewPMDDescription
{
    color:#666666;
}

.previewPMDConatainer
{
    float:right; 
    padding-left:8px; 
    height:100%; 
    width:365px; 
    position:relative;    
}

.previewPMDBottom
{
    padding-top: 5px;
}

/* END UCPreviewPMD */

/* BEGIN MFNIndex page */
.mfnAsspciatedProducts
{
    margin-top:-21px;
}

.aspxPopupParent img
{
    margin-right:-3px;
    margin-top:-3px;
}
/* END MFNIndex page */


/* BEGIN UCDatePicker */
.smallInput
{
    font-size:11px;
}

.ucdpLabel
{
    float:left; 
    width:23px; 
    padding-right:3px; 
    text-align:right; 
    position:relative; 
    top:3px;    
}

.ucdpDay
{
    border-bottom:1px solid #9F9F9F;
    border-left:1px solid  #9F9F9F;
    font-size:11px ! important;
    padding:3px 5px ! important; 
    text-align:center;
}

.ucdpDayHeader
{
    border-bottom:1px solid  #9F9F9F ! important;
    border-left:1px solid  #9F9F9F;
    border-top:1px solid #9F9F9F;
    background-color:#F8F8F8; /* lightgrey */
    font-size:11px ! important;
    padding:3px 3px 4px ! important;
}
/*
.ucdpCalendarParent .dxeCalendar td.dxMonthGrid 
{
    padding:0px 0px ! important;
}

.ucdpCalendarParent td.dxpcControl
{
    width:162px ! important;
}

.ucdpCalendarParent .dxpcControl > table
{
    width:162px ! important;
}

.ucdpCalendarParent .dxeCalendarHeader td.dxe
{
    font-size:8pt;
}
*/
.ucdpHeader
{
     border-bottom:1px solid  #9F9F9F ! important;
     padding:2px 7px ! important;
}

.ucdpHeader td.dxe img
{
	cursor:pointer; /* Marks arrows for month switching as clickable */
}

.datePickerFix
{
    min-width:149px ! important;
    filter:none ! important;
}

/* END UCDatePicker */

.moreLinkParent
{
    display:inline;
}

.moreLinkParent > div
{
    display:inline;
}


/* column for long description */
.maxWidthCol
{
    white-space:nowrap;
    text-overflow: ellipsis;    /* for IE and WebKit (Safari, Chrome) */
    -o-text-overflow: ellipsis;
    overflow:hidden;
    min-width:200px;
    max-width:730px;
    
}

/* BEGIN networkSelector */
.networkSelectorMain
{
	margin-top:-14px;
	padding:0px 10px 10px 10px;
}

.networkSelectorMain div
{
	color:Black ! important;
}

/* END networkSelector */

.nodeForIntranetOnly A
{
	color:#990000;
}
.nodeForIntranetOnly A:visited
{
	color:#990000;
}
.nodeForIntranetOnly A:hover
{
	color:red;
}

/* BEGIN main navigation */
.mainNavigation
{
	padding:0px;
}

.mainNavigation li
{
	font-weight:bold;
	padding-bottom:5px;
	padding-left:11px;
	background:url("img/icon-link.gif") no-repeat scroll 0 5px transparent;
}

.mainNavigation li a
{
	color:#666666;
	line-height:18px;
}

.mainNavigation li a:hover
{
	color:#990000;
}
/* END main navigation */

/* BEGIN Homepage */

.homepageColumn
{
	padding-right:20px;
	width:276px;
}

.homepageColumnWide
{
	padding-right:20px;
	width:572px;
}

.homepagePortlet
{
	padding-bottom:20px;
}

/* END Homepage */





/* START Filterarea DropdownConatiner*/
	/* custom */
	.mfnFusbContent{ min-height:50px;margin: 1px;padding: 5px 5px 5px 5px;min-width:200px;border: solid 1px #999999;}
	.mfnDrp .mfnDrpHeaderHasValue{ border: 1px solid #990000 ;background-color: White;height: 14px;cursor: pointer;padding: 1px 0px 1px 0px;vertical-align: middle;clear: left;}
	/* defaults within dropdowncontrol */
	.mfnDrp , .mfnDrp div{font-size:11px;font-weight:normal; font-family:  Arial, Geneva, Helvetica, sans-serif;}
	.mfnDrp .mfnDrpHeaderTop {padding: 1px 0px 1px 0px;}
	.mfnDrp .mfnDrpHeader{ border: 1px solid #666666;background-color: White;height: 16px;cursor: pointer;padding: 0px 0px 0px 0px;vertical-align: middle;clear: left;overflow:hidden;}
	.mfnDrp .mfnDrpDisabled {color:#AAAAAA !important;cursor:default !important;}
	.mfnDrp .mfnDrpHeaderText{overflow: hidden;white-space: nowrap;float: left;padding: 1px 3px 1px 3px;}
	/* textbox */
	.mfnDrp .mfnDrpTextBox{font-size:11px; height:14px; overflow: hidden;white-space: nowrap;padding: 1px 3px 1px 3px;border: #666666 1px solid;}
	.mfnDrp .mfnDrpHeaderImage {background: url(img/icon-dropdown.gif) no-repeat right 5px;height:16px;float:right;margin:0 3px 0 3px;}
	.mfnDrp .mfnDrpHeaderImageOpened{background-image:url(img/icon-dropdown-open.gif);}
	.mfnDrp .mfnDrpContent{display: none;float: left;position: absolute;background-color: white;z-index: 1000;}
	.mfnDrp .mfnDrpContainer{ min-height:50px;margin-top: 1px;padding: 5px 5px 5px 5px;min-width:190px;border: solid 1px #666666;}
	.mfnDrp .mfnDrpHeaderClearImage{border-width: 1px;border-color: #990000; overflow: hidden;white-space: nowrap;float: right;padding: 0px 3px 0px 3px; border-left-style: solid;}
	/* fixed with controls */
	.mfnDrp .fixedWidth{ width:190px;}
	/* fixed with controls */
	.mfnDrp .DropDownList a:hover {color:#333333;}
	/* header formatting for element not in dropdown cointainer */
	.mfnArea .FSec .mfnDrpHeaderTop {padding: 1px 0px 1px 0px;}
	/* search slot */
	.mfnSxTextBox{float:left; font-size:11px; height:14px; overflow: hidden;white-space: nowrap;padding: 1px 3px 1px 3px;border: #666666 1px solid;width:250px;}
	.mfnSxWideSlot .mfnSxTextBox{width:404px;}
	.mfnSxBtn {background-color: Transparent;border: none 1px black;color: black;font-size: 11px;}
	/* highlight color for all*/
	.mfnDrp .highlight{color: #990000;border: 1px solid #990000 !important;}
	.bold{font-weight:bold !important;}

    /* ProgressIndicator for filterdisplay*/
    .ProgressIndicator{background: url(img/ajax-loader-red.gif) no-repeat;height:16px; width:16px;}

/* END Filterarea DropdownConatiner*/