body {
	background-color: #F2F2F2;
	background-image: url("../images/background_body_generic3.gif");
	background-repeat: repeat-x;
	background-position: top left;
	font: normal 11px/1.5em Verdana, Tahoma, Lucida, Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	text-align: left;
	padding: 10px;
}

#containerAll, #containerMenu, #containerAdmin {
	width: 966px;
}




/* ALL */
#containerAll {
	background-color: #ffffff;
	background-image: url("../images/background_all.gif");
	background-repeat: repeat-y;
	background-position: center left;

	display: block;
	position: relative;
	z-index: 1;
	

	margin-left: auto;
	margin-right: auto;

	cursor: default;
	padding: 0;
}




/* HEADER */
#containerHeader {
	background-image: url("../images/norman_header_generic3.jpg");
	background-repeat: no-repeat;
	background-position: top left;

	position: relative;
	z-index: 2;
	height: 205px;
	text-align: left;
}


/* LOGO */
#containerLogo {
	position: relative;
	z-index: 3;
	width: 300px;

	padding: 14px 0 0 24px;
	margin: 0px;
	text-align: left;
}

	#containerLogo a {
		text-decoration: none; 
		border: 0px;
		padding: 0px;
	}

	#containerLogo a img {
		text-decoration: none; 
		border: 0px;
	}

#containerSearchBox {
	display: block;
	
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.9em;

	padding: 0;
	margin: 0;
}

#containerSearchBox p, #containerSearchBox form {
	padding: 0;
	margin: 0;
}


#containerSearchBox input.searchButton {
	margin: 0px;
	padding: 3px;
	border: 0px;
	font-family: Verdana, Tahoma;
	font-size: 1em;
	font-weight: normal;
	width: 80px;
	height: 21px;
	color: #ffffff;
	background-color: transparent;
	background-image: url("../images/button.gif");
	background-repeat: no-repeat;
	border: 0px none;
}

#containerSearchBox input.searchText {
	margin: 0px;
	padding: 3px 3px 3px 20px;
	border: 0px;
	font-family: Verdana, Tahoma;
	font-size: 1em;
	font-weight: normal;
	width: 150px;
	height: 13px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	background-image: url("../images/icon_searchbox.gif");
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

#containerLanguage {
	z-index: 100;
	background-color: #fff;
	display: block;
	
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.9em;

	padding: 0px 8px 3px 8px;
	margin: 0;
	
	font-size: 0.8em;
}

/* MENU */
#containerMenu {
	/* background-color: #0ff; */
	
	background-image: url("../images/background_menu.gif");
	background-repeat: no-repeat;
	background-position: top left;
	
	z-index: 3;

	position: absolute;

	top: 205px;
	left: 0px;
	
	float: left;
	
	margin: 0px;
	padding: 0px;

	height: 68px;
}



/* ADMIN MAIN */
#containerAdmin {
	/* background-color: #f00; */
	
	position: relative;
	top: 45px;
	float: left;

	text-align: left;

	min-height:400px;
	height:auto !important;
	height:400px;

	margin: 0px;
	padding: 0px;

	padding-left: 20px;
	padding-right: 20px;

	margin-bottom: 50px;	
	margin-top: 60px;
	
	width: 926px;
}

/* MAIN */
#containerMain { 
	/* background-color: #f00; */
	
	position: relative;
	top: 45px;
	float: right;

	text-align: left;

	min-height:400px;
	height:auto !important;
	height:400px;

	margin: 0px;
	padding: 0px;

	padding-left: 20px;
	padding-right: 20px;

	margin-bottom: 50px;	
	margin-top: 60px;
}

	#containerMain img.leftAlign{ 
		float: left;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #fff;
		padding: 6px;
		border: 1px solid #aaa;
	}

	#containerMain img.rightAlign{ 
		float: right;
		margin-left: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #fff;
		padding: 6px;
		border: 1px solid #aaa;
	}







/* SECONDARIES */
#containerSecondary1 {
	/* background-color: #0f0;*/

	margin-bottom: 50px;
}

#containerSecondary2 {
	margin-bottom: 50px;	
}

#containerSecondary3 {
	margin-bottom: 50px;	
}




/* FOOTER */
#containerFooter {
	background-image: url("../images/background_footer.gif");
	background-repeat: no-repeat;
	background-position: bottom center;	
	
	width: 711px;

	position: relative;
	z-index: 2;
	height: 43px;
	padding: 0 20px 0 235px;

	text-align: left;
	font-size: 0.8em;
}

	#containerFooter hr {
		padding: 0px;
		margin: 0;
		border: 0;
		color: #9E9E9E;
		background-color: #9E9E9E;
		height: 1px;
	}

	#containerFooter p {
		padding: 0;
		margin: 0;
		text-align: left;
	}

	#containerFooter p a {
		font-weight: normal;
		text-decoration: underline;
	}






/* NAVIGATION MENU */

#containerNavigationmenu { 
	position: absolute;
	top: 0px;
	
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

	#containerNavigationmenu p { 
		color: #777777;
		font-size: 0.9em;
		margin: 0px;
		padding: 0px;
		text-align: left;
	}

	#containerNavigationmenu p a { 
		font-weight: normal;
		text-decoration: underline;	
	}










/* ARTICLES */

div.containerArticles {
	position: relative;
	clear: both;
}

	div.containerArticles ul {
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style-image: none;
		list-style-type: none;
		clear: both;
		list-style-position: outside;
	}

	div.containerArticles ul.horizontal {
		clear: none;
	}

	div.containerArticles ul li {
		position: relative;
		font-size: 1em;
		margin: 5px 0 5px 0;
		clear: both;
	}

	div.containerArticles ul.large li {
		position: relative;
		border-top: 1px none #999999;
		padding: 10px 0 20px 0;
		display: block;
	}

	div.containerArticles ul.vertical li {
		position: relative;
		border-bottom: 1px solid #999999;
		padding-bottom: 10px;
	}

	div.containerArticles ul.horizontal li {
		width: 200px;
		padding-bottom: 10px;
		float: left;
		display: inline;
		border: 0px none;
		padding-right: 10px;
	}

	div.containerArticles ul li.odd {
	}

	div.containerArticles ul li h1 {
		display: block;
		font-weight: bold;
		font-size: 1.4em;
		padding: 0px;
		margin: 0px;
	}

	div.containerArticles ul.horizontal li h1 {
		font-size: 1.3em;
	}

	div.containerArticles ul li span.date {
		color: #888888;
		font-size: 0.9em;
		padding-right: 5px;
	}

	div.containerArticles ul li span.text {
		color: #000;
		font-size: 1em;
	}

	div.containerArticles ul li div.image {
		width: 200px;
		float: left;
		margin: 0 10px 0 0;
		clear: none;
	}

	div.containerArticles ul li div.text {
	}

	div.containerArticles ul li div.image img {
		width: 200px;
	}

	div.containerArticles ul li span.readMore {
	}




/* NAVLIST */

#navlist {
	display: block;

	height: 43px;
	list-style: none;

	margin: 0;
	padding: 0 0 0 20px;
}

	#navlist li {
		/* background-color: #f00; */
		
		text-align: left;
		position: relative;
		z-index: 9;
		DISPLAY: inline;

		padding: 0;
		margin: 0;

		FLOAT: left;
		TEXT-ALIGN: center; 

		HEIGHT: 43px;
		line-height: 43px;
	}

	#navlist li a {
		display: inline;

		padding: 0 10px 0 10px;
		margin: 0;

		/* width: 100%; */
		HEIGHT: 43px;

		text-decoration: none;
		font-size: 1.0em;
		font-weight: normal;
		color: #777;
	}

	#navlist li a:hover {
		text-decoration: underline;
		color: #000;
	}


	/* Selected (only on top level) */
	#navlist li.selected {
		background-image: url("../images/menu_item_background_selected.gif");
		background-repeat: no-repeat;
		background-position: top center;
	}

	#navlist li.selected a {
		color: #000000;
	}

	#navlist li.selected a:hover {
		color: #000000;
	}

	/* Main item with sub menu */
	#navlist li.folder {
		height: 43px;
	}

	/* drop down */
	#navlist li.folder ul {
		display: none;
	}

	/* menu item */
	#navlist li.folder ul a {
		display: none;
	}

	/* Item which has submenu */
	#navlist li.folder ul a:hover {
		display: none;
	}		

	#navlist ul li a.submenu {
		display: none;
	}

	/* Sub menu */
	#navlist li.folder ul li.folder ul {
		display: none;
	}



	/* IE */
	#navlist a {
		width: 80px;
	}
	/* others */
	#navlist li>a {
		width: auto;
	}
	
	/* regular hovers */
	#navlist li.folder a:hover {
	}

	/*
		filter:alpha(opacity=60);
		-moz-opacity:0.60;
		opacity: 0.60;
	*/


	/* hovers with specificity */
	#navlist li.folder:hover {
		z-index: 10;
	}

	/*
	ul ul, li:hover ul ul {
		display: none;
	}

	li:hover ul, li:hover li:hover ul {
		display: block;
	}
	*/


/* NAVLIST_CHILD */

#navlist_child {
	height: 25px;

	list-style: none;
	padding: 0;
	MARGIN: 0;
	display: block;
	
	padding: 0 0 0 20px;
}

	#navlist_child li {
		text-align: left;
		position: relative;
		z-index: 9;
		DISPLAY: inline;

		padding: 0;
		margin: 0;

		FLOAT: left;
		TEXT-ALIGN: center; 

		HEIGHT: 25px;
		line-height: 25px;
	}

	#navlist_child li.selected {
		color: #000;
	}

	#navlist_child li a {
		display: inline;

		margin: 0 10px 0 10px;
		padding: 0;

		text-decoration: none;
		font-size: 0.9em;
		font-weight: normal;
		color: #777;
	}

	#navlist_child li.selected a {
		color: #000;
		text-decoration: none;
	}

	#navlist_child li a:hover {
		text-decoration: underline;
		color: #000;
	}








/* Top of page link */

#topOfPageLink {
	display: none;
	text-align: left;
	margin-top: 20px;
	clear: both;
}

#topOfPageLink hr {
	display: none;
	padding: 0px;
	margin: 0 0 5px 0;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 200px;
	text-align: left;
}

#topOfPageLink p {
	background-image: url("../images/icon_topofpage.gif");
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0px;
}









/* Content elements */
hr {
	padding: 0px;
	margin: 0;
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
}

p {
	cursor: default;
	color: #000000;
	line-height: 17px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
}

p.preamble {
	font-weight: bold;
	font-size: 1.1em;
}

blockquote {
	background-color: #f5f5f5;
	margin: 10px 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	border: 1px;
	border-style: solid none solid none;
	border-color: #cccccc;
	line-height: 1.9em;
	font-size: 1.1em;
	color: #777;
}

p b {
	font-weight: bold;
}

p em {
}

p sup {
}

ul {
	list-style-position: inside;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, span.articleTitle {
	color: #88a9ad;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetia;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

.mceContentBody a {
	color: #0061A1 !important; /* FF requires a important here */
	font-weight: normal;
	text-decoration: underline;
}

a {
	color: #0061A1;
	text-decoration: underline;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.linkIcon {
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: center left;
}

a.linkIconBack {
	background-image: url("../images/icon_previous.gif");
}

a.linkIconNext {
	background-image: url("../images/icon_next.gif");
}

a.linkIconTop {
	background-image: url("../images/icon_top.gif");
}

a.linkIconType1 {
	background-image: url("../images/icon_top.gif");
}

a.linkIconType2 {
	background-image: url("../images/icon_top.gif");
}

a.linkIconType3 {
	background-image: url("../images/file_acrobat.gif");
	padding: 2px 0 1px 20px;
}

a.linkIconWord {
	background-image: url("../images/file_word.png");
	padding: 2px 0 1px 20px;
}

a.linkIconExcel {
	background-image: url("../images/file_excel.png");
	padding: 2px 0 1px 20px;
}

a.linkIconPowerpoint {
	background-image: url("../images/file_powerpoint.png");
	padding: 2px 0 1px 20px;
}

a.linkIconCalendar {
	background-image: url("../images/date.png");
	padding: 2px 0 1px 20px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}




/* PROJECT MENU */

ul#projectMenu {
	list-style: none;
	list-style-position: outside;
	margin: 10px 0 0 0;
	padding: 0;
	width: 180px;
}

ul#projectMenu li {
	margin: 0 0 10px 0;
	padding: 0;
	width: 180px;
}

a.projectLink {
	background-position: 0px 0px;
	background-repeat: no-repeat;

	display: block;
	width: 180px;
	height: 51px;
	
	padding: 0;
	margin: 0;
}

a.projectLink:hover {
	background-position: 0px -61px;
}

a.projectLinkDEFA {
	background-image: url("../images/project_defa.gif");
}

a.projectLinkRAMP {
	background-image: url("../images/project_ramp.gif");
}

a.projectLinkDDT {
	background-image: url("../images/project_ddt.gif");
}

a.projectLinkCREAM {
	background-image: url("../images/project_cream.gif");
}

a.projectLinkNMM {
	background-image: url("../images/project_norm.gif");
}

a.projectLinkIndustrialHub {
	background-image: url("../images/project_industrialhub.gif");
}





/* CHILD MENU */

#containerSecondary1 ul.listMenu {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

	#containerSecondary1 ul.listMenu li {
		padding: 0 0 0 20px;
		background-repeat: no-repeat;
		background-position: center left;
		background-image: url("../images/icon_plupp.gif");
	}
	


/* Static block */

div.divStatic {
	position: relative;
}





/* FORMS */


/* Contact */
#contactForm {
	padding-top: 20px;
}

#contactForm input, #contactForm textarea {
	background: transparent;
	border: 1px solid #888888;
	padding: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma;
	background-image: url("../images/form_inputfield.gif");
	background-repeat: no-repeat;
	color: #000000;
}

#contactForm input.textbox {
	width: 200px;
}

#contactForm input.button {
	margin: 0px;
	padding: 3px;
	border: 0px;
	font-family: Verdana, Tahoma;
	font-size: 1em;
	font-weight: normal;
	width: 90px;
	height: 21px;
	border: 1px solid #888888;
	color: #ffffff;
	background-color: transparent;
	background-image: url("../images/form_button.gif");
	background-repeat: no-repeat;
	border: 0px none #888888;
}

#contactForm textarea {
	width: 300px;
	height: 100px;
}

#contactForm label {
	width: 130px;
	float: left;
	text-align: left;
	padding-right: 10px;
}

#contactForm p {
	clear: both;
}








/* Search */

div.resultItem {
	padding: 5px 0 5px 0;
}

span.searchWordHighlight {
	font-weight: bold;
	color: #990000;
}



/* Special */

#top {
	display: none;
}







/* Page Toolbar */

#pageToolbar {
	background-color: #ffffff;

	position: absolute;
	top: 0px;
	right: 0px;
	
	font-size: 0.9em;
	color: #999999;

	padding: 5px 0 0 0;
}

	#pageToolbar a {
		color: #999999;
		text-decoration: none;
		padding: 0 0 0 10px;
	}

	#pageToolbar a:hover {
		color: #000000;
		text-decoration: underline;
	}







/* Tables */

table.table_full_width {
	width: 100%;

	border: 0;
	padding: 0;
	margin: 0;
	border-spacing: 0; 
}

#containerMain table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#containerMain table td {
	vertical-align: top;
	font-size: 11px;
}

td.column, td.column_leftmost50, td.column_leftmost, td.column_rightmost50, td.column_rightmost {
	vertical-align: top;
	border: 0;
	margin: 0;
}

td.column_leftmost50 {
	padding: 0 10px 0 0;
}

td.column_leftmost {
	padding: 0 13px 0 0;
}

td.column {
	padding: 0 7px 0 7px;
}

td.column_rightmost50 {
	padding: 0 0 0 10px;
}

td.column_rightmost {
	padding: 0 0 0 13px;
}

.width_20 { width: 20%; }
.width_25 { width: 25%; }
.width_30 { width: 30%; }
.width_33 { width: 33%; }
.width_50 { width: 50%; }
.width_60 { width: 60%; }
.width_70 { width: 70%; }
.width_80 { width: 80%; }

/* Calendar */

table.calendar {
	background: #fff;
	border: 1px solid #999;
}

table.calendar thead {
	background: #f5f5f5;
}

table.calendar tbody {
}

table.calendar thead th,
table.calendar tbody td {
	height: 20px;
	line-height: 20px;
	width: 30px;
	text-align: center;
}

table.calendar tbody td.booked {
	background: #ff9;
}

table.calendar tbody td.today {
	background: #acf;
}

table.calendar tbody td.empty {
	background: #ddd;
	color: #777;
}

table.calendar div.dayDiv {
	display: none;
	background: #fff;
	width: 150px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
}

span.bolder {
	font-weight: bold;
}

div.download_calendar {
	padding: 5px 0 5px 0px;
}


/* Comments */

div.commentsDiv {
	font-size: 1em;
	padding: 10px 0 0 0;
	border: 1px none #ccc;
	border-top-style: solid;
	margin-top: 15px;
}

div.commentsDiv h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

div.commentsDiv p {
	color: #666;
	line-height: 1.7em;
	margin: 0;
	padding: 5px 0 10px 0;
}

div.commentsDiv div.one_comment {
	border: 1px none #ccc;
	border-bottom-style: solid;
	margin-bottom: 10px;
	position: relative;
}

div.commentsDiv span.name {
	font-size: 1.1em;
	margin-right: 5px;
	padding-right: 10px;
	border: 1px none #999;
	border-right-style: solid;
}

div.commentsDiv span.comment-timestamp {
	color: #999;
}

span.comments-count {
}

span.comments-writtenby {
}

span.comments-name {
	font-weight: bold;
}

div.comments-count {
	padding: 12px 10px 5px 10px;
	background: #f5f5f5;
	border: 1px none #aaa;
	border-style: solid none solid none;
}

div.commentsDiv form {
	margin: 0;
	padding: 4px 0 0 0;
}

div.commentsDiv form h4 {
	padding: 10px 0 10px 0;
}

div.commentsDiv form label {
	font-weight: bold;
}

ul.blog h1 a {
	text-decoration: none;
}

/* CALENDAR */
table.calendar caption {
	font-size: 1.4em;
	padding: 10px 0 5px 0;
}

table.calendar {
	background: #fff;
	border: 1px solid #999;
}

table.calendar thead {
	background: #f5f5f5;
}

table.calendar tbody {
}

table.calendar thead th,
table.calendar tbody td {
	height: 20px;
	line-height: 20px;
	width: 30px;
	text-align: center;
}

table.calendar tbody td.booked {
	background: #ff9;
}

table.calendar tbody td.today {
	background: #acf;
}

table.calendar tbody td.empty {
	background: #ddd;
	color: #777;
}

table.calendar div.dayDiv {
	display: none;
	background: #fff;
	width: 150px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
}

div.download_calendar {
	padding: 5px 0 5px 0px;
}






/* EVENTS */
div.containerEvents ul {
	list-style-image: none;
	list-style-type: none;
	clear: both;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

div.containerEvents ul li {
	clear: both;
	display: block;
	padding: 0;

	margin: 0 0 30px 0;
}

div.containerEvents ul li span.title {
	clear: both;
	display: block;
	font-size: 1.4em;
	padding: 5px 0 0 0;
}

div.containerEvents ul li span.date {
	clear: both;
	display: block;
	padding: 5px 0 0 0;
}

div.containerEvents ul li span.text {
	clear: both;
	display: block;
	padding: 5px 0 0 0;
}

div.containerEvents ul li span.readMore {
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 5px 0 0 0;
}

a {
	outline: 0;
}







/* NYTT */



.hidden {
	display: none;
}


/* THICKBOX */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
	background: url("../images/macFFBgHack.png") repeat;
}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p {
	font-size: 14px;
	line-height: 21px;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



/* Demonstratorer */

div.divDemonstrator {
	position: relative;
	width: 100%;
	height: 600px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 86px 0 0 0;
}

div.flow {
	width: 100%;
	display: block;
	height: 128px;
	clear: both;
	position: relative;

	padding: 0;
	margin: 0px;
}

ul.flow {
	margin: 0;
	padding: 0;
	list-style: outside;
	position: absolute;
	left: 323px;
	top: 0px;
	width: auto;
}

ul.flow li {
	/* background-color: #f00; */

	margin-right: 80px;
	padding: 0;
	
	display: block;
	
	float: left;

	height: 50px;
	width: 50px;	
}

a.dot {
	background: url("../images/dot-red.png") no-repeat left top;

	padding: 0;
	margin: 0;
	
	display: block;

	height: 50px;
	width: 50px;
	
	overflow: hidden;
	text-indent: -5000px;
}

a.flow {
	background: url("../images/dot-blue.png") no-repeat left top;
	
	display: block;
	
	height: 50px;
	line-height: 50px;
	width: 190px;
	
	padding: 0 10px 0 50px;
	margin: 0;
	font-size: 1.2em;
}

a.dot:hover,
a.flow:hover {
	background-position: 0px -50px;
}

a.demo-close {
	float: right;
}

a#dot_self-calibrating-assembly-cell,
a#dot_self-optimizing-assembly-systems {
	line-height: 25px;
}

#flow_hybrid-manufacturing-cell,
#flow_responsive-assembly-cell {
	position: absolute;
	padding: 0;
	margin: 0;
	
	display: block;

	left: 724px;
	top: 275px;
	
	width: 50px;
}

#flow_hybrid-manufacturing-cell a,
#flow_responsive-assembly-cell a {
	background: url("../images/dot-red.png") no-repeat left top;
	padding: 0;
	margin: 0;
	
	display: block;

	height: 50px;
	width: 50px;
	
	overflow: hidden;
	text-indent: -5000px;
}

#flow_hybrid-manufacturing-cell a.flow:hover {
	background-position: 0px -50px;
}