/* Imported stylesheets */

@import url(../default.css);
@import url(global_search.css);

/* Global properties */

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table
{
	border: solid 0px black;
	border-collapse: collapse;
}

thead
{
	display:table-header-group;
}
tbody
{
	display:table-row-group;
}

td
{
	padding: 0px 0px 0px 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: black;
	border: solid 0px red;
	border-collapse: collapse;
}

tr
{
	vertical-align: top;
}

a
{
	color: black;
	text-decoration:underline;
}

a.ProtectedPage
{
	padding-left: 18px;
	background-image: url(/gfx/lock.gif);
	background-repeat: no-repeat;
	background-position: inherit;
}

ul 
{
list-style-image: url(/gfx/arrow_black.gif);
}

/* Headlines */

h1, .headline, .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:black;
	margin-top: 0.5em;
}

h2, .headline, .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#666666;
}

h3, b, .bodyBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
	color: black;
}
	
hr
{
	width:200px;
}

/* Body text */
p, .bodytext, .normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.printlabel
{
	font-size: 11px;
	text-decoration: none;
}

.TableHeading
{
	font-weight:bold;
	background-color: #dddddd;
}

/* Top menu definitions */

.LogoLayout
{
	padding-top: 15px;
	padding-bottom: 18px;
}

.SitenameLayout
{
	text-align:right;
	padding-top:15px;
	padding-bottom:18px;
	vertical-align:bottom;
}

.siteheader
{
	font-size:18px;
	font-style: italic;
}

.MenuLayout
{
	padding-bottom: 5px;
}

.MenuRightLayout
{
	padding-bottom: 5px;
	text-align: right;
}

.MenuPipe
{
	margin-left: 12px;
	margin-right: 12px;
}

.MainMenuItem
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	text-decoration: none;	
}

.SubMenuItem
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.SelMainMenuItem,  .SelSubMenuItem
{
	color: #AB2726;
}

/* Image menus */

.ImageMenu_1_Image
{
	width: 759px;
	height: 63px;
}

.ImageMenu_1_Tall_Image
{
	width: 759px;
	height: 138px;
}

.ImageMenu_1_1_1_Image
{
	width: 248px;
	height: 103px;
}

/* Content definitions */

.content
{
	width: 758px;
	padding-top: 20px;
}

.c_1_1_1 tr td
{
	width: 248px;
	padding-right: 20px;
}


.c_2_1 tr td.left
{
	width: 503px;
	padding-right: 20px;
}

.c_2_1 tr td.right
{
	width: 248px;
}

.space
{
	width: 7px;
	padding: 0px 0px 0px 0px;
}


/* forms */

.inputText
{
	width: 100%;
	border: solid 1px #666666;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.inputButton
{
	background-color: White;
	border: solid 1px grey;
	color: #AB2726;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	width: 50px;
}

.inputSelect
{
	background-color: White;
	border: solid 1px grey;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}
	
/* Mailform */

.mailTable
{
	width: 503px;
}

.mailTable tr td
{
	padding-bottom: 3px;
}

.mailButtonRow
{
	text-align: right;
}

.mailLabelsColumn
{
	width: 120px;
}

.mailValidationColumn
{
	width: 10px;
}

.mailInput
{
	width: 100%;
	border: solid 1px #666666;
}

.mailButton
{
	background-color: White;
	border: solid 1px grey;
	color: #AB2726;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	width: 50px;
}

.mailValidationAlert, .mailValidationAlert tr td
{
	color: #AB2726;
}

/* Content */

.ContentTable tr td
{
	border:solid 0px red;
	padding-right:10px;
}



div.scroll 
{
	height: 330px;	
	width: 100%;	
	overflow: auto;	
	border: 0px solid #666;	
	padding: 8px;
}

div.scroll_large 
{
	height: 470px;	
	width: 100%;	
	overflow: auto;	
	border: 0px solid #666;	
	padding: 8px;
}

div.scroll2 
{
	height: 250px;	
	width: 780px;	
	overflow: auto;	
	border: 0px solid #666;	
	padding: 8px;
}

/* Dotted border */

.hDottedBorder tr td
{
	background-image: url(/gfx/products_h_divider.gif);
	width:100%;
	font-size:1pt;
}

.vDottedBorder tr td
{
	background-image: url(/gfx/products_v_divider.gif);
	width:1pt;
	font-size:1pt;
}

.hMenuDottedBorder tr td
{
	background-image: url(/gfx/menu_h_divider.gif);
	width:100%;
	font-size:1pt;
}

.vMenuDottedBorder tr td
{
	background-image: url(/gfx/menu_divider.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	height:15px;
	text-align:center;
	font-weight:bold;
}

.vMenuDottedBorder tr td a
{
	padding-left:10px;
	padding-right:10px;
	
	height:15px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

/* Boxes */

.Box
{
	height:100%;
	width:240px;
	border:solid 1px white;
}
.BoxHeader1
{
	height:17px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	font-weight:bolder;
}
.BoxBody1
{
	background-color:#E5EAEF;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
}

.BoxHeader2
{
	height:17px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	font-weight:bolder;
}
.BoxBody2
{
	background-color:#E5EAEF;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
}

/* Right boxes */

.RightHeader a
{
	width:180px;
	height:17px;
	background-color:#3C5F84;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	padding-right:10px;
	font-weight:bolder;
	color:White;
}

.RightHeader
{
	width:180px;
	height:17px;
	background-color:#3C5F84;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	padding-right:10px;
	font-weight:bolder;
	color:White;
}

.RightBody
{
	width:180px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bolder;
	color:Black;
}

.RightBodyMyNederman
{
	width:180px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-weight:bolder;
	color:Black;
}
/* Menu */

.SubMenu a
{
	text-decoration:none;
}

.SubMenuArrow
{
	vertical-align:top;
	width: 7px;
}

.SubMenuArrow img
{
	margin-top:5px;
}

div.SubMenuWithChildren
{
	padding: 1px 0px 1px 0px;
	background-image: url(/gfx/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}

div.SubMenuWithChildrenSelected
{
	padding: 1px 0px 1px 0px;
	background-color: #E5EAEF;
	background-image: url(/gfx/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}

div.SubMenu
{
	padding: 1px 0px 1px 0px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}

div.SubMenuSelected
{
	padding: 1px 0px 1px 0px;
	background-color: #E5EAEF;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 2px;
}


/* Footer */

.FooterTable tr td
{
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:25px;
	border-bottom:dotted 0px #cccccc;
	border-top:dotted 0px #cccccc;
}

.search_form_TextArea
{ 
	 height: 15px; 
	 width: 76px; 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10px;
}

.search_form_Button
{ 
	 height: 15px; 
	 width: 76px; 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10px;
}

.Form_TextBox 
{  
	background-color: #F2F2F2; 
	border: 1px #026288 solid;
	width: 150px;
}

.Error_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: Red; 
}

.Form_Info_text 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #003366 
}

.Form_Submit 
{ 
	background-color: F2F2F2; 
	border: 1px solid; 
	border-color: #8FC3EA #026288 #026288 #8FC3EA
}

.td_border
{
	 border: solid 3px Blue;
}

.Technical_description
{
	border: 1px;
}

.productsearchlink
{
	color:White;
	font-size:1.0em;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}

/* News listing */
.NewsItem 
{
	text-decoration: none;
}

a.NewsItem:hover
{
	text-decoration: underline;
}

a.NewsAbstract
{
	text-decoration: none;
}

/* tables */
.thead td
{
	background-color: #cccccc;
}

/* Spares */
.spares
{
	border:solid 1px #cccccc;
}

.spares tr
{
	height:18px;
}

.spares tr th
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	background: rgb(206,215,224);
	text-align:left;
	padding:3px;
}

.spares tr td
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	background: white;
	text-align:left;
	padding:3px;
	border:solid 1px #cccccc;
	
}

.spares tr td a
{
	cursor:hand;
}

#sparesdiv
{
	height: 200px;
	width: 600px;
	overflow: auto;
	scrollbar-face-color: #e6e6e6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
}

.SparesForm tr td
{
	padding-bottom : 3px;
}


/* BreadCrumb */
.TextBreadStyle
{
	font-weight:bold;
	text-decoration:none;
	
}


/* Documents form */
.popupFrame
{
	padding: 3px;
	border: solid 1px rgb(206,215,224);
	background: white;
	display: none;
	position: absolute;
	text-align: left;
	
}

.closeButton
{
	float:right;
}

.Form_Text
{
	width:300px;
	
}

/* Search Menu & Results */
DIV#TopSearch {
	FLOAT: right; CLEAR: both;
	padding-top: 10px;
	width: 159px;
	position: absolute; 
	bottom: 0; right: 0;}

DIV#TopSearch DIV#topsearchleft {
	background-image:url(/gfx/search_left.gif); float:left; width:5px; height:18px; background-repeat: no-repeat;
}

DIV#TopSearch INPUT#quickfind {
	BACKGROUND-IMAGE: url(/gfx/search_bg.gif); PADDING-BOTTOM: 0px; LINE-HEIGHT: 18px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 135px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 18px; FONT-SIZE: 0.9em; OVERFLOW: hidden; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px;
	color:#666666;
}
DIV#TopSearch INPUT#btnSubmit {
	BACKGROUND-IMAGE: url(/gfx/search_right.gif); BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; WIDTH: 19px; FLOAT: left; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 18px; BORDER-LEFT-WIDTH: 0px; CURSOR: pointer
}

/* Search Menu & Results */
DIV#TopSiteNavigation 
{
	FLOAT: right; CLEAR: both;
	padding-top: 10px;
	width: 159px;
	position: absolute; 
	bottom: 0; right: 159px;
}

DIV#TopLogin 
{
	FLOAT: right; CLEAR: both;
	padding-top: 0px;
	width: 112px;
	position: absolute; 
	top: 0; right: 0;
	width: 400px;
}

DIV#TopLogin div#Label
{
	FONT-SIZE: 11px;
	color:#666666;
	padding-left: 5px;
	vertical-align: middle;	
	line-height: 18px;
	float: right;
}
	
DIV#TopLogin .toploginleft
{
	background-image:url(/gfx/login_left.gif); float:right; width:5px; height:18px; background-repeat: no-repeat; margin-left: 5px;
}
DIV#TopLogin INPUT#userID
{
	BACKGROUND-IMAGE: url(/gfx/login_bg.gif); PADDING-BOTTOM: 0px; LINE-HEIGHT: 18px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 45px; PADDING-RIGHT: 0px; FLOAT: right; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 18px; FONT-SIZE: 0.9em; OVERFLOW: hidden; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px;
	color:#666666;
}
DIV#TopLogin INPUT#pwd
{
	BACKGROUND-IMAGE: url(/gfx/login_bg.gif); PADDING-BOTTOM: 0px; LINE-HEIGHT: 18px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 55px; PADDING-RIGHT: 0px; FLOAT: right; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 18px; FONT-SIZE: 0.9em; OVERFLOW: hidden; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px;
	color:#666666;
}
DIV#TopLogin .toploginright
{
	background-image:url(/gfx/login_right.gif); float:right; width:5px; height:18px; background-repeat: no-repeat; 
}

DIV#TopLogin INPUT#btnLogin {
	BACKGROUND-IMAGE: url(/gfx/login_button3.gif); BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; WIDTH: 19px; FLOAT: right; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 18px; BORDER-LEFT-WIDTH: 0px; CURSOR: pointer
}



.SearchMenu
{
	float: right; 
	width: 265px; 
	height: 100%; 
}
.SearchMenuHeader
{
	padding: 2px 10px 2px 10px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:middle;
	font-weight:bolder;
	color:black;
}
.SearchMenuHeader a
{ 
	font-weight:bolder;
	color:black;
	text-decoration:none;
}
.SearchMenuContent
{
	background-color:#E5EAEF;
	padding: 10px; 
	height:100%;
}
.NedSearchHeaders
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


.NedDocumentsTxtbox
{
	border: solid 1px #cccccc;
	width: 245px;

}
.NedDocumentsInput
{
	background-color: white;
	width: 245px;
}

.NedDocumentsBtn
{
	border: solid 1px #cccccc;
	margin-top: 10px;
	float: right;
}
.NedDocumentsItemWindow
{
	width: 225px;
	border-bottom: dotted 1px #cccccc;
	border-right: dotted 1px #cccccc;
	overflow: hidden; 
	height: 100%;
	padding: 6px;
	float: left;
}
.ImgShadow
{
	float: left;
	background: url(/gfx/imageShadow.gif) no-repeat bottom right;
	
	width: 79px;
	height: 79px;
}

.ItemImage
{
	border: solid 1px #999999; 
	width: 75px; 
	height: 75px; 
	overflow: hidden;
	text-align:center;
}

.ItemImage img
{
	border: 0px;
	width: 75px;
}

.PagingContainer
{
	text-align:center; 
	margin-top:6px;
}

.ItemAttributes div
{
	height:1.3em; 
	overflow:hidden;
	width: 100%;
}

.DetailsView hr {
	border: none 0; 
	border-top: 1px dashed #98b1c4;
	/*border-bottom: 1px dashed #889fb0;*/
	width: 350px;
	height: 1px;
	margin: 0 auto 0 0;
	text-align: left;
}
.detailsHeader 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:black;
}
.DetailsItem
{
	width: 350px; 
	margin-left: 10px; 
	float: left; 
	text-align: left;
}

/* FAQ */

.FAQbox
{
	margin-left: 10px;
	width:290px;
}

.FAQheader
{
	height:17px;
	background-color:#98B1C4;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	font-weight:bolder;
}

.FAQbody
{
	background-color:#E5EAEF;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
}

.FAQbody a, .FAQlink
{
	text-decoration: none;
}

.FAQbody a:hover, .FAQlink:hover
{
	text-decoration: underline;
}

.FAQrightlink
{
	margin: 5px 0px 14px 0px;
	text-align: right;
}

/* TECHNICAL LEAFLET */

.PageHeader
{
	margin-bottom: 20px;
}

.Leaflet tr TD
{
	padding-bottom: 15px;
}

.Leaflet .left
{
	padding-right: 15px;
}

.Leaflet hr
{
	width: 100%;
	height: 0px;
	color: white;
	border: solid 0px black;
	border-bottom: solid 1px black;
}

.ContentTable .right
{
	padding-right: 0px;
}

.Leaflet_FloatLeft
{
	float: left;
	padding: 0px 15px 15px 0px;
	width:300px !important;
}

.Leaflet_FloatLeft TD
{
	padding-bottom: 0px;
}

.Leaflet_FloatLeft h3
{
	margin-bottom: 0.5em;
	font-size: 14px;
}

.Leaflet_TableContainer
{
	margin-bottom: 15px;
}

.Leaflet_TableContainer table tr td
{
	border-style: solid !important;
	border-color: Black;
	border-width: 1px !important;
	padding: 3px;
	vertical-align: baseline;
	margin: 0px;
	font-size: 10px;
}

.Leaflet_TableContainer table tr td p
{
	font-size: 10px;
}

.Leaflet_TableContainer table.noborder tr td
{
	border-style: none !important;
}

/* EXTRANET */

.LoginStatus
{
	text-align: right;
}

.LoginStatus a
{
	padding: 1px 0px 1px 0px;
	background-image: url(/gfx/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: none;
}
