* { 
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}
a img {
	border: none;
	text-decoration: none;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
ul, ol {
	list-style-type: none;
}
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #010101;
	text-align: center;
	background: transparent url(../images/body_bak.gif) top repeat-x;
}


a:link, a:visited {
	/*color: #f78600;*/
	color: #285edb;
	text-decoration: none;
	font-weight:normal;
}
a:hover, a:active {
	/*color: #f78600;*/
	color: #285edb;
	text-decoration: underline;
	font-weight:normal;
}
h1, h2, h3, h4 {
/*color: #0072b1;*/
}
form input.button {
	font-size: 11px;
	padding: 2px 10px 2px 10px;
	
}



/* Placeholders */

div#pagewrapper {
	position: relative;
	text-align: left;
	width: 1008px;
	background: transparent;
	margin: 0 auto;
}
div#placeholder-header {
	position: relative;
	height: 225px;
}

div#placeholder-content {
	display: inline;
	float: left;
	/*position:relative;*/
	width: 1008px;
	background: transparent url(../images/placeholder-content_bak.gif) repeat-y;
	/*background: transparent url(../images/placeholder_content_top.gif) top left no-repeat;*/
	
}
div#placeholder-right-content {
	float: left;
	/*position:absolute;*/
	/*left: 0;*/
	width: 715px;
	/*margin-left: 200px;*/
	/*margin-left: 190px;*/
	/*padding: 35px 10px 0 10px;*/
	padding: 13px 10px 0 10px;
	/*background: transparent url(../images/placeholder-content_bak.gif) repeat-y;*/
	background: transparent  url(../images/placeholder_content_top.gif) top left no-repeat;
	z-index: 100;
}
div#placeholder-right {
	float: right;
	width: 273px;
	padding: 15px 0 0 0;
	background: transparent  url(../images/placeholder_content_top.gif) top right no-repeat;
}

div#placeholder-footer {
	clear: both;
	padding-top: 70px;
	width: 1008px;
	height: 20px;
	background: transparent url(../images/placeholder-footer_bak.gif) top left no-repeat;
}

/* ======================================== */
/* Modules in div#placeholder-header */
/* ======================================== */


/* Logo */

div.page-header {
	position: absolute;
	top: 0;
	left: 13px;
	width: 100%;
	line-height: 50px;
	padding-top: 5px;
}

div.page-header #header_logo{
	position: absolute;
	top:0;
	left: 5px;
	width: 235px;
	height: 49px;
	z-index: 300;

}
div.page-header #header_logo img{
	
}
div.page-header #header_logo #home_link{
	position: absolute;
	left: 140px;
	top: 0;
	
}
div.page-header #banner-left{
	background:transparent url(../images/banner-l.gif) no-repeat scroll left center;
	height:130px;
	left:-26px;
	position:relative;
	top:15px;
	width:506px;
	z-index:0;
}

div.page-header #banner-right{
	background:transparent url(../images/banner-r.gif) no-repeat scroll right center;
	height:160px;
	position:absolute;
	right:10px;
	top:6px;
	width:492px;
	z-index:0;
}

div.page-header a {
	text-decoration: none;
}
#user_menu {
	height:49px;
	position:absolute;
	right:-54px;
	top:36pt;
	width:335px;
	z-index:100;
	
	/*height:49px;
	position:absolute;
	right:250px;
	top:12pt;
	z-index:100;*/
}

#user_menu ul li{
	float:left;
	list-style-type:none;
	margin-right:1px;
	position:relative;
}

/* ============ Horizontal menu ============= */

div.horizontal-menu {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 166px;
/*	width: auto;*/
	width: 969px;
	height: 70px;
	font-size: 14px;
	text-align: center;
	
}
div.horizontal-menu ul {
	background:url(../images/nav_bak.gif) repeat-x center;
	float: left;
	position:relative;
	left: 180px;
}
div.horizontal-menu li {
	float: left;
	position: relative;
	height: 59px;
	list-style-type: none;
	margin-right: 0;
	background: url(../images/nav_off.gif) repeat-x center 0;
}
div.horizontal-menu li:hover {}

div.horizontal-menu li.open  {
	background: url(../images/nav_on.png) no-repeat center bottom;
}
div.horizontal-menu li:hover a.pane-left {
	/*color: #38281f;*/
	background: none;
}

div.horizontal-menu li a.pane-left {
	display: block;
	font-weight: normal;
	font-size: 14pt;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	color: #323232;
}
div.horizontal-menu li a.pane-left:hover, 
div.horizontal-menu li a.pane-left:active {
	
	text-decoration:underline;
}

div.horizontal-menu li.open a.pane-left{
	/*background-color: #ffffff;*/
	background: none;
	color: #ffffff;
}

div.horizontal-menu li.open a.pane-left:hover,
div.horizontal-menu li.open a.pane-left:active{
	text-decoration: none;
}


div.horizontal-menu a:link, div.horizontal-menu a:visited {
	color: #ffffff;
	display: block;
	text-decoration: none;
}
/*div.horizontal-menu a:hover, 
div.horizontal-menu a:active{}

div.horizontal-menu li.open a {
	color: #38281f;
	display: block;
	text-decoration: none;
	background-color: #ffffff;
}*/
div.horizontal-menu li a.pane-left span.pane-right {
	line-height: 50px;

	}
div.horizontal-menu ul li ul {
	background-color: #ffffff;
	margin: 0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position: absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width: 15em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left: 0px;
	border: 1px solid #e3e8dd;
}
div.horizontal-menu ul li ul li {
	margin-right: 0;
	padding-right: 0;
	width: 100%; /* makes the list items fill the list container (ul) */
	border-bottom: 1px solid #e3e8dd;	
}
div.horizontal-menu ul li ul li.last {
	border-bottom: none;
}
div.horizontal-menu ul li ul li a {
	/* width: 100%; */ /* makes the list items fill the list container (ul) */
	padding: 3px 0 3px 8px;	
}
/* make the drop-down display as the menu is rolled over */
div.horizontal-menu ul li ul {
	display: none;
} /* conceals the drop-down when menu not hovered */
div.horizontal-menu ul li:hover ul {
	display: block;
} /* shows the drop-down when the menu is hovered */ /* DENNE FUNKER IKKE PÅ IE !!!! */
* html div.horizontal-menu ul {
	float: left;
}
/* * html a {display:block;} */  /* makes IE5 & 5.5 accept the padding on the link */
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html div.horizontal-menu ul li ul {
	/* border-top: 1px solid #9e9e9e; */
	border-left: 0px; /* stops the drop inheriting the ul border */
}


/*   Submenu   */

div.submenu {
	font-size: 9pt;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left: -8px;
	color: #5d5d5d;
	width: 711px;
	height: 74px;
	background: url(../images/submenu_bak.gif) repeat-x;
	padding: 10px 10px 0px 10px;
	
}
div.submenu p, div.submenu ul, div.submenu li {
	/*display: inline;*/
}

div.submenu ul {

}

div.submenu li {
	float: left;
	position: relative;
	list-style-type: none;
	margin-right: 0;
}

div.submenu li:hover {
	/*background: url(../images/nav_on.png) no-repeat center bottom;*/
	
}

div.submenu li:hover a.pane-left {}

div.submenu li.open a.pane-left {
	/*color: #38281f;*/
	/*background: none;*/
	background: url(../images/submenu_on_bak.gif) repeat-x ;
}
div.submenu li a.pane-left {
	display: block;
	font-weight: normal;
	font-size: 11pt;
	line-height: 50px;
	color: #323232;
	background: url(../images/submenu_arrow.gif) no-repeat -1px 3px;
	/*padding-left: 20px;*/
	/*color: #323232;*/
}

div.submenu li.first a.pane-left {
	margin-left: 5px;
}

div.submenu li a.pane-left:hover, 
div.submenu li a.pane-left:active{
	/*color: #848484;	*/
	text-decoration:underline;

}

div.submenu li.open a.pane-left
 {
	/*background-color: #ffffff;*/
	background: url(../images/submenu_on_left_bak.gif) no-repeat 0 2px;
	/*color: #ffffff;*/
	color: #848484;	
}

div.submenu li.open a.pane-left:hover,
div.submenu li.open a.pane-left:active {
	text-decoration: none;
}
 
div.submenu a:link, div.submenu a:visited {
	/*color: #ffffff;*/
	display: block;
	text-decoration: none;
}
div.submenu a:hover, div.submenu a:active {
	/*color: #38281f;*/
	display: block;
	text-decoration: none;
	/*background-color: #ffffff;*/
	
}
div.submenu li a.pane-left span.pane-right {
	line-height: 50px;
	height: 63px;
	display: block;
	padding-left:15px;
	padding-right: 20px;
	margin-left: 5px;
	
	/*background: url(../images/submenu_arrow.gif) no-repeat right;*/
	
}

div.submenu li a.pane-left:hover span.pane-right,
div.submenu li a.pane-left:active span.pane-right {

}

div.submenu li.open a.pane-left span.pane-right {
	background: url(../images/submenu_on_right_bak.gif) no-repeat right 2px;
	color: #333333;
}

/*div.submenu ul {
	list-style-type: none;

}
div.submenu li {
	
}
div.submenu li a {
	margin: 0 3px;
	padding: 10px 20px 10px 0;
	font-size: 8pt;
	line-height: 40px;
	font-weight: normal;
	color: #565656;
	background:url(../images/submenu_arrow.gif) no-repeat right;
	
}*/




/* Banner on homepage */

/*div.banner {
	margin-left: 45px;
	height: 59px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
div.banner h1, div.banner h3 {
	margin-bottom: 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 25pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
*/



/* ========================================*/
/* Modules in div#placeholder-right */
/* ========================================*/

/*   Column Modules   */


div.column_module {
	background: transparent url(../images/column_module_bak_bottom.gif) bottom no-repeat;
	/*width: 237px;*/
	/*margin: 15px 20px 25px 20px;*/
	margin-left: 16px;
	margin-bottom: 15px;
	width: 237px;
	
}

div.column_module div.column_module_inner {
	background: transparent url(../images/column_module_bak_top.gif) top no-repeat;
	width: 207px;
	/*margin: 15px 20px 25px 20px;*/
	padding: 15px;
	padding-bottom: 25px;
	font-size: 11px;
}

div.column_module p{
	margin-bottom: 10px;
}

div.column_module h2 {
	border:medium none;
	color:#7fa5c7;
	font-size:14px;
	font-weight:normal;
	margin:0pt 0pt 7px;
}

div.column_module #tipoftheday ul {
	margin: 9px 7px 15px 10px;
	padding:0;
}

div.column_module #tipoftheday li {
	list-style-type:none;
	background: url(../images/bullet_green.gif) no-repeat 0 2px;
	padding-left: 20px;
	margin: 15px 0 15px 0;
	padding:0;
	padding-left: 23px;
	
}

div.column_module #transportBarLegend,
div.column_module #consumableBarLegend{
	padding: 4px;
	margin: 0 14px 0 14px;
	background: #eeeeee url(../images/box_table_cell_bak.jpg) no-repeat top left;
	border: 1px solid #e4e4e4;
}

div.column_module #combinedPieLegend ul,
div.column_module .legend ul {
	
}

div.column_module div#assemblyBarLegend table,
div.column_module div#endoflifeBarLegend table{
	padding:0;
	margin:0;
	border: none;
}

div.column_module div#assemblyBarLegend td,
div.column_module div#endoflifeBarLegend td {
	background:url(../images/assemblyBarLegend_bak.gif) no-repeat top left;
/*	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;*/
	margin:0;
	padding: 6px;
	
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}

div.column_module div#assemblyBarLegend td.blankcell,
div.column_module div#endoflifeBarLegend td.blankcell,
div.column_module div#endoflifeBarLegend td.blankcell.rightcell {
	background: none;
	border:none;
}

div.column_module div#assemblyBarLegend td.lefttcell,
div.column_module div#endoflifeBarLegend td.lefttcell {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	/*border-right: 1px solid #e5e5e5;*/
}

div.column_module div#assemblyBarLegend td.rightcell,
div.column_module div#endoflifeBarLegend td.rightcell {
	/*border-bottom: none;*/
	/*border-right: 1px solid #e5e5e5;;*/
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}

div.column_module .legend ul {
	margin:0;
	margin-left: 25px;
	padding:0;	
}

div.column_module #endoflifeBarLegend ul{
	margin-left: 0;
}


div.column_module #combinedPieLegend li,
div.column_module #assemblyBarLegend li,
div.column_module #endoflifeBarLegend li,
div.column_module .legend li {
	margin: 0;
	padding:0;
	background: none;
	list-style-type:square;
	font-size: 22px;
	line-height: 10px;
	margin-bottom: 5px;
	
}

div.column_module #assemblyBarLegend li,
div.column_module #endoflifeBarLegend li{
	margin-left: 20px;
}

div.column_module #assemblyBarLegend h1,
div.column_module #endoflifeBarLegend h1{
	color:#7f7f7f;
	font-size: 11px;
	padding: 10px;
	padding-left: 8px;
	margin:0;
}

div.column_module #combinedPieLegend span,
div.column_module #assemblyBarLegend span,
div.column_module #endoflifeBarLegend span,
div.column_module .legend li span  {
	color:#999999;
	display:block;
	font-size:10px;
	margin:0pt;
	position:relative;
	top:-4px;
}

div.column_module li a {
	display: block;
	color: #285edb;
	font-weight: normal;
}



div#placeholder-right div.small-calendarlist div.published, div.column_module div.published {
	color: #8f8e8e;
	font-size: 10px;
	margin-bottom: 3px;
}
div#placeholder-right div.small-calendarlist div.list-link, div.column_module div.list-link {
	margin: 5px 10px 10px 10px;
}
div#placeholder-right div.small-calendarlist div.list-link a, div.column_module div.list-link a {
	font-weight: bold;
	font-size: 12px;
	background: transparent url(../images/NVEF_list-link_arrow.gif) 0 0 no-repeat;
	padding: 0 0 0 20px;
	color: #5c5c5c;
}

#combinedPieChart,
#assemblyPieChart {
	margin-left: -14px;
}
#combinedPieLegend,
#assemblyPieLegend {
	float: right;
	margin-top: -91px;
	position: relative;
	right: 15px;
}

.legend li {
	font-size: 10px;
}

.column_module select.focusMenu{
	border:1px solid #dce3ef;
	width: 100%;
	/*padding-bottom: 2px;*/
	font-size: 17px;
	/*color: #94B6D2;*/
	color: #325486;
}

.column_module#tips {

}

div.column_module#mod_tips h2, h2.icon_tips{
	background: url(../images/icon_tips.gif) no-repeat right 4px;
	padding: 18px 0 18px 0;
}

div.column_module#help h2, h2.icon_help{
	background: url(../images/icon_help.gif) no-repeat right 4px;
	padding: 13px 0 18px 0;
} 

/* =================================================*/
/* Modules in div#placeholder-right-content */
/* =================================================*/


/* Sitelocator */

div.sitelocator {
	font-size: 9pt;
	margin-bottom: 15px;
	font-weight: bold;
	margin-left: 5px;
	color: #5d5d5d;
	width: 684px;
	height: 32px;
	background: url(../images/sitelocator_bak.gif) no-repeat;
	padding: 0px 10px 0px 10px;
	
}
div.sitelocator p, div.sitelocator ul, div.sitelocator li {
	display: inline;
}
div.sitelocator ul {
	list-style-type: none;

}
div.sitelocator li {
	
}
#crumbsRight{
	color: silver;
	font-size: 8pt;	
}
div.sitelocator li a,  #crumbsRight a{
	color: #565656;
	font-size: 8pt;
}
div.sitelocator li a {
	margin: 0 3px;
	padding: 10px 20px 10px 0;

	line-height: 32px;
	font-weight: normal;
	/*border-bottom: 1px dashed #cccccc;*/	
	background:url(../images/sitelocator_arrow.gif) no-repeat right;
	
}

div.sitelocator li.last a {
background: none;
}
/*div.sitelocator li:after {
	content: " -";
}
div.sitelocator li.last:after {
	content: "";
}
*/



/*  Navigation Buttons  */


#nav_buttons_holder.nav_buttons {
	position: absolute;
	top:0;
	right:0;
	width: 200px;
	height: 48px;
	/*background:url(../images/nav_buttons_mainback.gif) no-repeat;*/
	z-index: 1000;
	
}

#bottom_nav_buttons_holder.nav_buttons{
	border-top: solid #efefef 1px;
	padding-top: 20px;
}

#nav_buttons_holder.nav_buttons ul {
	list-style-type: none;
	position: absolute;
	right: 15px;
	top: 16px;
}

#bottom_nav_buttons_holder.nav_buttons ul {
	text-align: right;
	float: right;
}


.nav_buttons li {
	float: left;
	position: relative;
	margin-left: 10px;
	text-align:center;
	
}


.nav_buttons li a {
	font-size: 12px;
	color: #ffffff;
	display: block;
	height: 15px;
	width: 70px;
	padding: 5px;
	z-index: 1000;
}

.nav_buttons li a.pageControlInactive {
	
}

.nav_buttons li a.pageControlInactive.back {
	background: url(../images/nav_button_back_none.jpg) no-repeat;
}

.nav_buttons li a.pageControlInactive.next {
	background: url(../images/nav_button_next_none.jpg) no-repeat;
}

.nav_buttons li a.pageControlInactive.back:hover {
	text-decoration: none;
	background: url(../images/nav_button_back_none.jpg) no-repeat;
}

.nav_buttons li a.pageControlInactive.next:hover {
	text-decoration: none;
	background: url(../images/nav_button_next_none.jpg) no-repeat;
}

.nav_buttons li a.back {
	
	background: url(../images/nav_button_back.jpg) no-repeat;
}
.nav_buttons li a.next {

	background: url(../images/nav_button_next.jpg) no-repeat;	
}

.nav_buttons li a.back:hover {
	text-decoration: none;
	background: url(../images/nav_button_back_on.jpg) no-repeat;
}
.nav_buttons li a.next:hover {
	text-decoration: none;
	background: url(../images/nav_button_next_on.jpg) no-repeat;
}


/*  Dialogue div  */

#dialog {
	display: none; 
	width: 600px; 
	height: 400px; 
	background-color: #FFFFFF;
}


/*  Content Navigation  */

.content_nav {
	/*height: 37px;*/
	display: block;
	background:#f4f4f4 url(../images/submenu_arrow.gif) no-repeat -2px -4px;
	border-right: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	margin: 20px 0 20px 0;
	
}

.content_nav_heading {
	float: left;
	padding: 10px 10px 10px 20px;
	font-size: 12px;
	color: #666666;
}

#content_nav_list {}


.content_nav ul {
	/*list-style-image:none;*/
	list-style-position:inside;
	list-style-type: none;
	margin:5px 10px 10px 76px;
	padding: 5px 1px;
	padding-right: 20px;
	
}

.content_nav ul li {
	/*float: left;*/
	display: inline;
	/*position:relative;*/
	list-style-type:none;
	background: url(../images/dot.gif) no-repeat right 50%;
	padding: 10px 5px 10px 0;
	color: #CCCCCC;
}

.content_nav ul li.first {
	list-style-type:none;
	margin-left:-10px;
	
	
	
}

.content_nav ul li.second {
	
}

.content_nav ul li a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 15px;
	line-height: 25px;
}



/*  Expandable BOX  */

.box {
	background: #eeeeee url(../images/box_table_cell_bak.jpg) no-repeat top left;
	/*margin:0;*/
	padding:20px;
	border-bottom: 1px solid #e4e4e4;
	/*margin: 10px;*/
	margin: 0 0 20px 0;
	margin-bottom: 20px;
	
}

div#productSummary.box {
	margin-right: 20px;
}


.displayWidgetContent.box {
	margin:0;
}

.displayWidgetContent.box .formLabel{
	margin: 0 -20px 15px -20px;
	border-bottom: 1px solid #E4E4E4;
	padding:0 20px 20px 20px;
}

.displayWidgetContent.box select{
	width: 70px;
}


.displayWidgetContent.box a#Life_Years_Link {
	margin-right: 5px;
	
}

.displayWidgetContent.box #Life_Years_Edit input {
	margin-bottom:0pt;
	margin-left:-2pt;
	margin-top:-3px;
	padding:3px 0pt 3px 3px;
}

#consumables_field {
	float: left;
}

.displayWidgetContent.box input{
	width: 20px;
	
}

div.main_content .box .header,
div.main_content .article-documentlist .header,
div.main_content #scenarioWizard #scenarioReports .header {
	height: 30px;
	background: url(../images/box_header_left.gif) no-repeat left top;
	margin:-20px -20px 0 -20px;
	margin-bottom: 10px;
	padding:0;
	padding-left: 25px;
	line-height: 30px;
}

div.main_content #assemblyCanvas .header,
div.main_content .article-documentlist .header,
div.main_content .displayWidgetHeader,
div.main_content #scenarioEOL .header,
div.main_content #scenarioWizard #scenarioReports .header {
	margin:0;
	height: 30px;
	background: url(../images/box_header_left.gif) no-repeat left top;
	/*margin-bottom: 10px;*/
	/*margin-bottom: 1px;*/
	padding:0;
	padding-left: 25px;
	line-height: 30px;
}


div.main_content .assembly {
	margin-bottom: 35px;
}

div.main_content .box .header h2,
div.main_content .article-documentlist .header h2,
div.main_content #assemblyCanvas .header h2,
div.main_content .displayWidgetHeader h2,
div.main_content #scenarioEOL .header h2,
div.main_content #scenarioWizard #scenarioReports .header h2
{
	color: #FFFFFF;
	/*font-size: 16px;*/
	font-size: 13px;
	font-weight:bold;
	/*float: left;*/
	margin:0;
	padding:0;
}

div.main_content .box .header h2,
div.main_content .article-documentlist .header h2,
div.main_content #scenarioEOL .header h2,
div.main_content .displayWidgetHeader h2,
div.main_content #scenarioWizard #scenarioReports .header h2{
	float: left;
}

div.main_content #assemblyCanvas .header h2 a,
div.main_content .article-documentlist .header h2 a,
div.main_content .displayWidgetHeader h2 a,
div.main_content #scenarioWizard #scenarioReports .header h2 a {
	color: #FFFFFF;
}


div.main_content .box .header span,
div.main_content .article-documentlist .header span,
div.main_content #assemblyCanvas .header span,
div.main_content .displayWidgetHeader span,
div.main_content #scenarioEOL .header span,
div.main_content #scenarioWizard #scenarioReports .header span {
	background: url(../images/box_header_right.gif) no-repeat top right;
	float: right;
	text-align:right;
	width: 50px;
	margin:0;
	margin-bottom: 0;
	padding:0;
	padding-right: 15px;
	line-height: 30px;
	color: #FFFFFF;
}

div.main_content .header span a,
div.main_content #scenarioWizard #scenarioReports .header span a {
	color: #FFFFFF;

}

div.main_content .box .header span a,
div.main_content .article-documentlist .header span a,
div.main_content #scenarioWizard #scenarioReports .header span a
 {
	color: #FFFFFF;
	font-size: 11px;
	margin:0;
	padding:0;
}

div.main_content .box h3{
	color:#94b6d2;
	padding: 10px 0 5px 0;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

div.main_content .box h3 span {
	font-style:italic;
	font-size: 18px;
	font-weight: normal;
}

div.main_content .box table.box_table,
div.main_content .box table.guidelineq {
	/*margin:0 -40px 0 -20px;*/
	margin-right: -20px;
	border: 1px solid #e4e4e4;
	
}

div.main_content table.assemblyTable{
	margin:0;
}

div.main_content table.grid {
	margin:0;
	padding:0;
	margin-bottom: 25px;
}

div.main_content table.grid b{
	color: #000000;
	font-weight: normal;
}


div.main_content .box table.box_table th,
div.main_content .box table.guidelineq th,
div.main_content table.grid th,
div.main_content .assemblyTable .assemblyTableHeading,
div.main_content div#endoflifeCanvas table th,
div.main_content div#transportCanvas table th,
div.main_content div#consumablesCanvas table th {
	background: #234271 url(../images/box_table_header_bak.gif) repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	height: 25px;
	padding-left: 15px;
	text-align:left;
}

div.main_content .assemblyTable .assemblyTableHeading th{
	padding-left: 5px;
}


div.main_content div#endoflifeCanvas,
div.main_content div#transportCanvas,
div.main_content div#consumablesCanvas { 
	margin-bottom: 20px;
}


div.main_content div#endoflifeCanvas table td,
div.main_content div#transportCanvas table  td,
div.main_content div#consumablesCanvas table td{
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	padding-left: 15px;
}

div.main_content div#endoflifeCanvas table td.rightcell,
div.main_content div#transportCanvas table td.rightcell,
div.main_content div#consumablesCanvas table td.rightcell{ 
	border-right: 1px solid #CCCCCC;
}

div.main_content .assemblyTable .partRow td,
div.main_content .assemblyTable .partProcessRow td
{
	background: #efefef;
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

div.main_content .assemblyTable .partRow td.topborder {
	border-top: 1px solid #cccccc;
}

div.main_content .assemblyTable .partProcessRow td {
	border-top: none;
	background: #ffffff;
}

div.main_content .assemblyTable .partProcessRow td.blankcell{
	border-bottom: none;
}

div.main_content .assemblyTable .partRow td.preplus{
	border-right: none;
}


div.main_content td.tablerspacer{
	height: 15px;
}

/*div.main_content .assemblyTable a.formValue.number{
	border: none;
	display: block;
}*/


input.formValue.number
{
	/*width: 37px;*/
	/*border: none;*/
	margin-right:-13px;
	width: 37px;
}

div.main_content .assemblyTable span.prevalue{
	margin-top: 0px;
	display: block;
	float: left;
	margin-right: 5px;
}

div.main_content .assemblyTable td.firstcell a.formValue.number{
	/*width: 100%;*/
}

div.main_content .assemblyTable td.firstcell input.formValue.number {
	/*width: inherit;*/
}

div.main_content .assemblyTable .partProcessRow tr. td{
	border-top: none;
}

div.main_content .assemblyTable .partRow td.firstcell{
	border-left: 1px solid #cccccc;
	border-right:none;
}


div.main_content .assemblyTable .partRow td.pluscell{
	border-left: none;
}

div.main_content a.xlink{
	width: 20px;
	display: block;
	padding: 2px;
	text-align: center;
	background: #c0c0c0;
	color: #ffffff; 
	font-family:Arial, Helvetica, sans-serif;
}
div.main_content a.xlink:hover{
	text-decoration: none;
}

div.main_content div.number{
	float: left;
	/*width: 70%;*/
}

div.main_content td.firstcell div.number,
div.main_content td.description div.number {
	width: 100%;

}

div.main_content div.unit{
	float: right;
	color: #3484cd;
	font-size: 12px;
}

div.main_content #assemblyControls,
div.main_content #endoflifeControls,
div.main_content #transportControls,
div.main_content #consumablesControls,
div.main_content #scenarioControls
 {
	padding-left: 0;
	font-size: 12px;
	/*margin-top: -20px;*/
	margin-bottom: 40px;

}

div.main_content #assemblyControls a,
div.main_content #endoflifeControls a,
div.main_content #transportControls a,
div.main_content #consumablesControls a,
 #scenarioControls a{
	background: transparent url(../images/add_button.gif) no-repeat 7px 50%;
	padding: 10px;
	padding-left: 35px;
	font-weight: bold;

}

div.main_content .box table.box_table td,
div.main_content .box table.guidelineq td,
div.main_content table.grid td  {
	background: #eeeeee url(../images/box_table_cell_bak.jpg) no-repeat top left;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	/*width: 50%;*/
	padding: 10px;
	
}

div.main_content .box table.box_table td p,
div.main_content .box table.guidelineq td p,
div.main_content .box table.guidelineq td div,
div.main_content .box p,
div.main_content table.grid {
	color: #676666;
	font-size:9pt;
	line-height: 18px;
}



div.main_content table.grid span.question {
	color: #5d9f32;
}


div.main_content table.grid ul.pros li {
	background: url(../images/pros.gif) no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.main_content table.grid ul.cons li {
	background: url(../images/cons.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.main_content .box table.box_table td p.input,
div.main_content .box table.guidelineq td p.input{
	color: #325486;
	font-style: normal;
	font-weight:bold;
}

div.main_content .box table.box_table.no_bg,
div.main_content .box table.box_table.no_bg td {
	background:transparent;
	border:none;
	
}

div.main_content .box table.box_table.no_border {
	border: none;
}

div.main_content .box table.box_table.no_bg td {
	padding-left:0;
	/*padding-right: 20px;*/
}

div.main_content .box table.box_table.no_bg.tr_underline td {
	border-bottom: 1px solid #e4e4e4;
}


div.main_content .box table td p.question,
div.main_content .box table td p.answer,
div.main_content .box table.overview td div{
	padding-left: 60px;
	margin-left: 10px;
	
	
}

div.main_content .box table td div {
	/*padding-bottom: 10px;*/
}

div.main_content .box table td div.question {
	color: #5d9f32;
	margin-bottom: 60px;
	font-size: 9pt;
	width: 150px;

}

div.main_content .box table td div.answer{
	color: #325486;
	font-size: 9pt;
	
	
}

div.main_content .box table td div.answer div a,
div.main_content .box table td div.answer div textarea {
	margin-left: -60px;
}
div.main_content .box table td div.answer div textarea {
	margin-left: -64px;
	maring-top: -6px;
}

div.main_content .box table td div.question span {
	float:left;
	margin-left: -50px;
	height: 76px;
	width: 60px;
	background: url(../images/question_bak.gif) no-repeat top left;
}

div.main_content .box table td div.answer span {
	float:left;
	margin-left: -50px;
	height: 76px;
	width: 60px;
	background: url(../images/answer_bak.gif) no-repeat 0 -4px;
}


div.main_content .box table td div.question span span{

	display: none;
}

div.main_content .box table td div.answer span span{

	display: none;
}

table.box_nobg.overview {
	margin-bottom: 25px;
}

div.main_content .box table.overview td{
	width: 50%;
}

div.main_content .box table.overview td p{
	padding-right: 20px;	
	color: #676666;
	margin-left: 2px;
}



div.main_content .box .formLabel {
	/*color: #5d9f32;*/
	color: #5d9f32;
	font-size: 12px;
	font-weight:bold;
	display: block;
}

div.main_content .box table .formLabel {
	display: table-cell;
}

div.main_content .formValue {
	color: #325486;
	font-style: normal;	
}

div.main_content a.formValueDefault {
	font-style:italic;
	color: #95accf;
}



input.formValue,
textarea.formValue,
table.grid textarea,
table.overview textarea,
table.guidelineq textarea

 {
	background: #efffe5;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: -3px 0pt -3px -3px;
	width: 100%;
}

.header input.formValue {
	margin: 5px 0pt -3px -3px;
}

table.grid textarea,
table.overview textarea,
table.guidelineq textarea {
	margin-left:-4px;
	margin-right: 8px;
	padding: 4px 0 0 4px;
	font-size:9pt;
	width: 100%;

}



div.main_content .box hr {
	/*border: 1px solid #e4e4e4;*/
	height: 1px;
	color:#e4e4e4;
	background-color:#e4e4e4;
	margin: 10px -20px 10px -20px;
	border: none;
}

#Scenario_Image img {
	border: 8px solid #e4e4e4;
	margin-left: -10px;
	margin-right: 15px;
}


div.twocolumn {
	width: 47%;
	margin: 0 10px 25px 0;
}

div.twocolumn.leftcol {
	float: left;
	clear:none;	
	margin-right:20px;
}
div.twocolumn.rightcol {
	float: left;
	clear:right;	
}

/* Main content styling */



div.main_content h1 {
	/*font-size: 30px;*/
	font-size:26px;
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #94b6d2;
	/*margin: 5px 0pt 10px 0;*/
	/*margin: -11px -23px 10px -13px;*/
	/*margin:-11px -8px 20px -8px;
	padding: 32px 0 10px 10px;*/
	margin:-11px 0px 20px;
	padding:32px 0pt 10px 2px;
	
	
}

div.main_content #scenarioWizard h1,
div.main_content #scenarioWizard #scenarioReports .headerh1  {
	font-size: 23px;
	background: url(../images/nav_buttons_mainback.gif) no-repeat;
}


div.main_content h2 {
	font-size: 28px;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
	color: #94b6d2;
	margin: 0 0 13px 0;
	padding-bottom: 8px;
}
 
h1 {
	font-size: 28px;
	margin: 13px 0;
}

div.main_content div.left {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
div.main_content div.right {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
}
div.main_content div.left, div.main_content div.right, div.main_content div.full {
	padding: 3px;
	border: 1px solid #e6e7e8;

}
/*
div.full-articledisplay div.left:hover,
div.full-articledisplay div.right:hover,
div.full-articledisplay div.full:hover {
	border: 1px solid #b7acb8;
}
*/





/* div.main-article */

/*div.main-article {
	margin-bottom: 30px;
}
*/




/* MORE Main content styling... */


div.main_content {
	/*margin-bottom: 20px;*/
	/*padding: 5px 15px 5px 5px;*/
	position:relative;
	z-index: 200;
	margin: 0 10px 20px 10px;
}
div.main_content ul {
	list-style-type: none;
}
/*div.main_content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #bfa5c2;
	margin: 0;
	border-bottom: 1px solid #e7dce8;
	padding-bottom: 2px;
}*/




div.main_content h4 {
	color: #8f8e8e;
	font-weight: normal;
	font-size: 9pt;
}
div.main_content h3 {
	font-size: 22px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding-top: 0px;
	color: #5d5d5d;
}
div.main_content h3 a:link, div.main_content h3 a:visited {
	color: #5d5d5d;
}
div.main_content p {
	margin-bottom: 25px;
	margin-left: 3px;
	/*margin-left: 10px;*/
	font-size: 9pt;
	line-height: 12pt;
}

div.main_content #productSummary p,
div.main_content #productImage p {
	margin-left:0;
}


div.main_content div.list-thumbnail-left {
	float: left;
	display: inline;
	padding: 5px;
	margin: 0px 10px 5px 0;
	border: 1px solid #e6e7e8;
}
div.main_content div.list-thumbnail-left:hover {
	border: 1px solid #b7acb8;
}
div.main_content div.list-thumbnail-left img {
	vertical-align: top;
}

/* --------------------------------------------------------------*/
/* Dokument list in article                    */  
/* --------------------------------------------------------------*/




div.article-documentlist{
	clear: both;
	background: transparent;
	/*margin: 25px 0;*/
	margin:0;
	margin-bottom: 20px;
	font-size: 10pt;
/*	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;*/
}



div.article-documentlist {

}
div.article-documentlist ul {
	/*padding: 10px;*/
	font-size: 10pt;
	
}

div.article-documentlist ul.top {
	border-top: 1px solid #DFDFDF;
	
}

div.article-documentlist ul.first {
	float: none;
	display: block;
	width: 100%;
	list-style-type: none;
	margin-top: 0;
}
div.article-documentlist li {
	margin-bottom: 0;
	border-bottom: 1px solid #DFDFDF;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	line-height: 25px;
	background: url(../images/documentlist_bak.jpg) repeat-x bottom left;
	padding: 15px 0 0 10px;
	
}
div.article-documentlist li p{
	line-height: 20px;
	padding-left: 50px;
	
}
div.article-documentlist div.doc-title a:link, div.article-documentlist div.doc-title a:visited {
	background: none;
	margin: 0;
	padding: 0;
	display: block;
}
div.article-documentlist div.doc-title {
	width: 520px;
	display: block;
	float: left;
}

div.article-documentlist img {
	width: 15px;
	/*height: 19px;*/
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 15px;
	float: left;
}
div.article-documentlist li div.link {
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 20px;
	
}
div.article-documentlist li div.link span {
	display: inline;
	margin-right: 5px;
	color: #8f8e8e;
	font-size: 12px;
	font-weight: bold;
}
div.article-documentlist div.link a {
	display: inline;
	background: transparent url(../grafikk/pil.gif) 0 3px no-repeat;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}




/*   UPLOAD IMAGE  */

body.popup {
	background: none;
}

div.popup {
	margin: 15px;
	text-align:left;
	border: 4px solid #e4e4e4;
	padding: 10px;
}

div.popup .displayWidgetHeader {
	height: 30px;
	background: url(../images/box_header_left.gif) no-repeat left top;
	margin:-24px -24px 0 -24px;
	margin-bottom: 10px;
	padding:0;
	padding-left: 25px;
	line-height: 30px;
}

div.popup .displayWidgetHeader h2{
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	/*float: left;*/
	margin:0;
	padding:0;
	float: left;
}

div.popup .displayWidgetHeader span{
	background: url(../images/box_header_right.gif) no-repeat top right;
	float: right;
	text-align:right;
	width: 50px;
	margin:0;
	margin-bottom: 0;
	padding:0;
	padding-right: 15px;
	line-height: 30px;
	color: #FFFFFF;
}

div.popup p{
	color:#666666;
	font-size: 10px;
	margin: 5px 0 5px 0;
}

div.popup hr {
	height: 1px;
	color:#e4e4e4;
	background-color:#e4e4e4;
	margin: 10px -24px 10px -24px;
	border: none;
}


/* clearing */

div.clear {
	clear: both;
	display: block;
	float: none;
}



/* Text in footer */

div#placeholder-footer {
	position: relative;
}
div#placeholder-footer div#footer_text {
	width: 80px;
	text-align: center;
	font-size: 9pt;
	position: absolute;
	top: 23px;
	left: 20px;
	color: #999999;
	font-size: 11px;
}
div#placeholder-footer div#footer_text span {
	clear: both;
	display:block;
}
div#placeholder-footer div#footer_logos {
	position: absolute;
	right: 25px;
	top: 20px;
}
div#placeholder-footer div#footer_logos img {
	float: left;
	padding-left: 20px;
}
div#placeholder-footer div#footer_logos img#nho {
	position: relative;
	bottom: 5px;
}
div#placeholder-footer a {
	color: #635349;
}

.backtotop {
	padding: 10px;
	padidng-left: 0px;
	margin-bottom: 20px;
	display:block;
}

/*Image uploader*/

#uploadImage {
	text-align:left;
	margin: 15px 20px 20px 20px;
	padding: 0 20px 20px 20px;
}
#uploadImage h2{
	color: #77a6d1;
	font-sise: 22px;
	padding-bottom: 20px;
	
}
#uploadImage h2 a:hover{
	color: #77a6d1;
	font-sise: 22px;
	padding-bottom: 20px;
	text-decoration: none;
	font-weight: bold;
}

#uploadImage p{
	font-size: 12px;
	padding-bottom: 22px;
}

#uploadImage p a:hover{
	font-size: 12px;
	padding-bottom: 22px;
	text-decoration: none;
	color: #000;
}

.popupBottom {
	/*border-top: solid silver 1px;*/
	text-align: right;
	
	
}
.popupBottom input{
	padding: 2px;
	margin: 5px;
}

#mod_login input{
	margin-top: 10px;
}

#starthere {
	position: absolute;
	top: 33px;
	left:-77px;
	z-index:9000
}

p.user_intro_text {
	padding-right: 60px;
}

.box.homepage {
position:relative;
}

.box.homepage#construct {
	margin-top: 26px;
}

.go_link {
position: absolute;
right: 0;
bottom: -1px;
}

#resultsWidget p {
	font-weight: bold;
	padding-bottom: 20px;
}

#resultsWidget ul.cons li {
	background: url(../images/cons.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#resultsWidget ul.pros li {
	background: url(../images/pros.gif) no-repeat 0 3px;
	padding-left: 20px;
	margin-bottom: 10px;
}



/*   Report styling   */

div.main_content #scenarioWizard #scenarioReports {
	text-align: left;
	background:none;
	padding: 10px;
}

div.main_content #scenarioWizard #scenarioReports p {
	margin:10px 0;
}

div.main_content #scenarioWizard #scenarioReports .header {
	margin-bottom: 5px;
	margin-top: 20px;
}

/*div.main_content #scenarioWizard #scenarioReports h1 {
	padding: 10px;
	font-size: 14px;
	margin:0;
	display:block;
	background: #234271 url(../images/box_table_header_bak.gif) repeat-x top;
	color: #fff;
}
*/
div.main_content #scenarioWizard #scenarioReports h2 {
	color:#94B6D2;
	background: none;
	font-family:Arial,Verdana,sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:25px 10px 5px 0;
}

/* div.main_content #scenarioWizard #scenarioReports th {
	border-left: 1px solid #a2a2a2;
	border-bottom: 2px solid #a2a2a2;
	padding: 10px;
	background: #eeeeee;
}

div.main_content #scenarioWizard #scenarioReports td {
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	padding: 5px;
	
}*/

div.main_content #scenarioWizard #scenarioReports .overview {
	margin-bottom: 20px;
}

div.main_content #scenarioWizard #scenarioReports .question {

}

div.main_content #scenarioWizard #scenarioReports .answer {
	margin-bottom: 20px;
}

div.main_content #scenarioWizard #scenarioReports table.reportTable {
	border: 1px solid #e4e4e4;
	background: silver;
}	

div.main_content #scenarioWizard #scenarioReports .reportTable th {
	padding: 10px;
	background: #eeeeee;
}

div.main_content #scenarioWizard #scenarioReports .reportTable td {
	background: white;
	padding: 5px;
}

#welcomeh1 {
	margin: -11px 0px 15px;
	padding: 32px 0pt 0px 2px;
}



/*    HELP MODULE STYLING   */

#helpcontents {
	line-height: 15px;
}

#helpcontents p {
	color:#666666;
}

#helpcontents ul, ul.barList {
	margin-top: 20px;
}

#helpcontents ul li,  ul.barList li {
	border-left: 4px solid #e9e9e9;
	margin: 5px 20px 20px 5px;
	padding: 0 0 0 15px;
	color:#666666;
}

#helpcontents ul li b, #helpcontents p b{
	color:#000;
	font-weight: normal;
}

#hide_help {
	display: block;
}

/* misc by john */

a.toplink {
	text-align: right;
	display: block;
	padding: 0px 0px 20px 20px;
	color: silver;
	font-size: 10px;
}

hr{
	border: 0;
	border-top: solid #efefef 1px;
	
}

h2 .subtitle{
	color:#AAAAAA;
	display:block;
	font-size:11px;
	font-weight:normal;
}

#crumbsRight{
	position:absolute;
	right:10px;
	top:-126px;
}

.green{
	color: #61a107;

}

.alertInnerTop{
	background: url(../images/icon_tips.gif) no-repeat top right;
	height: 100px;
	overflow: visible;
	margin: 20px;
	padding-right: 80px;
	color: #61a107;
	font-weight: normal;
	font-size: 14px;
}
.alertInnerBottom{
	height: 40px;
	padding-top: 10px;
	text-align: right;
	overflow: visible;
	margin: 20px;
	border: none;
	border-top: dashed silver 1px;
}

.small, .pageHint{
	font-size: 11px;
	color: grey;
	
}

.pageHint{
	background: url(../images/icon_tips.gif) no-repeat 10px 10px;	
	border: solid #efefef 1px;
	padding: 14px 10px 10px 70px;
}


.spinner{
	opacity: 0.5;
  	filter: alpha(opacity = 50);
}
.spinner h2{
	background: url(../images/ajax-loader.gif) no-repeat top right;	
}

#loading{
	background: url(../images/ajax-loader.gif) no-repeat 50% center;	
	background-color: white;
	z-index: 999999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
  	filter: alpha(opacity = 80);	
}