/* 
		Systematic
		Overall screen css styles 
		
		By : Henrik Ladefoged / Illumi a/s
		
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* {
	margin: 0; padding: 0; /* Reset all margins globally */
}
html {
	font-size: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical; /* Remove horisontal shift in page when firefox shows/hides vertical scrollbar */
	}
	body, html {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: white url('../Img/bg.png') repeat-x center top;
		}
		body {
		font-size: 70%;
		}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Headings
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
h1, h2, h3, h4, h5 {
	font-size: 100%; font-weight: normal; 
	}

h1 {
	font-size: 250%;
}
h2 {
	font-size: 150%;
} 
h3 { font-size: 100%; font-weight: bold;}
h4 {}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 10px;
	height: 0;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Links
 * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a {
	color: #496e84; text-decoration:none; }
	a:hover{
		text-decoration:underline;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Forms
 * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, input, textarea, label, fieldset, legend, option, select {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
legend, fieldset {
	border:0; 
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Images
 * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
img{border:none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Float clears
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.clear{clear:both; height: 1;}
.clearFix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Lists
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
ul, li, dl, dd, dt {	list-style-type: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Accessibility elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#skip {
	position:absolute; left:-999em; top:0; }
    span.accesskey { text-decoration:none; }
    .accessibility { position: absolute; top: -999em; left: -999em; }	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Main containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#main {
	width: 938px; margin: 20px auto 0 auto; padding: 125px 21px 21px 21px; position: relative;
	background: transparent url(../Img/main-bg.png) no-repeat center top;	
	}
	#top {

	}
	#globalNav {
		position: absolute;
		top: 23px;
		left: 30px;
		width: 453px;
		}
		#globalnav-inner {
			float: left;
			margin-left: 10px;
		}
		#globalNav em { 
			font-weight: bold; 
			float: left;
			font-style: normal;
			text-transform: uppercase;
			margin-top: 6px;
			color: #333;
			font-size: 90%;	
		}
		#tempGlobalNav {
			position: absolute;
			top: 6px;
			left: 0px;
			width: 323px;
			}
			#tempGlobalNav  a { display: inline; padding: 4px 5px; }

	#functions {
		position: absolute;
		top: 28px;
		right: 382px;
		}
		#functions ul, #functions li {list-style-type: none; display: inline;}
		#functions li a { 
			font-size: 80%; 
			color: #787878; 
			border-right: 1px solid #d9d9d9;
			padding: 0px 10px 0px 0px;
			margin-right: 5px;
		}
		
	#logo {
		position: absolute;
		top: 80px;
		right: 40px;
		z-index: 800;
		}
		#logo-print {display: none;}

		 #search {position: absolute; top: 26px; right: 40px; }
			 #search input.viaFormSingleLine { 
			 	color: #787878; background-color: #fff; margin-right: 1px; padding: 2px; font-size: 10px; border: 1px solid #e0e0e0; width: 100px; vertical-align: top;  
				}
				#search input.search-button { cursor: hand;  
					margin-top: 1px; 
					}
			 	#search label {display: none; }
				#search select.searchScope {
					font-size: 10px; 
					margin-right: 1px; 
					height: 17px;
					vertical-align: top;
					border: 1px solid #e0e0e0;
					color: #787878;
					}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Top dropdown navigation
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#topnav {
		width:900px;
		float: left;
		background: url('../Img/topnav-bg.png') no-repeat left top;
		padding: 0 19px;
		border-bottom: 6px solid #5e88a2;
		}
		#subpage #topnav {
				
		}
		#subsite #topnav {
			background: none;
			/* border-bottom: 6px solid #009ddc; */
			border-bottom: 1px solid #ececec;
		}
		#topnav ul { list-style-type: none; }
		#topnav li { display: inline; list-style-type: none; white-space: nowrap; }
	
		#topnav li.swDrop { float: left; }	
		#topnav ul li a {
			font-size: 110%;
			display: block;
			padding: 15px 12px 8px 12px;		
			color: #000;
			text-decoration: none;
			cursor: pointer;
			}
			#topnav ul li { background: transparent url(../Img/topnav-sep.png) no-repeat right 4px; cursor: default;}
			#topnav ul ul li {
				cursor: default;
				}
				#topnav ul li a:hover, #topnav ul li a.expanded {
					background: url(../Img/topnav-hover-bg.png) repeat-x left top;
					color: #fff;
					cursor: pointer;
				}
				#topnav ul li a.selected:hover, #topnav ul li a.selected.expanded, #topnav ul li a.selected  {
					background: transparent url(../Img/def-topnav-sel-bg.png) repeat-x left top;
					color: #fff;
					font-weight: bold;
					cursor: pointer;
				}
					#topnav ul ul li {background: none; }
					#topnav ul ul li.category {
						padding: 6px 10px 6px 0px;		
						font-weight: bold;	
						display: block;
						font-size: 100%;
					}
					#topnav ul ul li a{
						padding: 3px 10px 3px 15px;		
						display: block;
						height: auto;
						font-size: 100%;
						background: none;
						background: transparent url(../Img/arrow-right.png) no-repeat 5px .6em;
					}
					#topnav ul ul li a.selected {
						padding:3px 10px 3px 10px;
						border:0;
					}
					#topnav ul ul li a:hover {
						color: #000;
						color: #fff;
						padding: 3px 10px 3px 15px;		
						background: #5e88a2 url(../Img/arrow-white.png) no-repeat 5px .6em;
						}
					#topnav ul ul {
						z-index: 9999;
						position: absolute;
						display: none;
						background: #fff url(../Img/topnav-drop-bg.png) repeat-x left bottom; 
						margin: -1px 0 0 0px;
						padding: 10px 5px 10px 5px;
						border: 6px solid #fff;						
					}
					#topnav ul .swDrop:hover ul, #topnav ul .swDrop.over ul {
						display: block;
					}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Frontpage
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#feature {
		position: relative;
		width: 938px;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 28px; /* Firefox Safar */
		#padding-bottom: 26px; /* IE7 */
		_padding-bottom: 26px; /* IE6 */
		background: url(../Img/pattern-bg.png) repeat left top;	
		}
		#feature a {display: block; }
		#feature-links {
			position: absolute;
			left: 19px;
			bottom: 0px;
			background-color: #5e88a2;
			height: 28px;
			padding: 0 20px 0 10px;
			width: 555px;
			}

			#feature-links ul, #feature-links li { list-style-type: none; display: inline; }
			#feature-links li a {
				color: #fff;
				padding: 5px 0 5px 20px;
				float: left;
				background: url(../Img/arrow-white.png) no-repeat 12px 10px;	
			}
		#feature-products {
			position: absolute;
			right:20px;
			top: 40px;
			width: 280px;
			height: 200px;
			overflow: hidden;
			}
			#feature-products-inner {
				width: 280px;	
				}
				div.feature-product {
					position: relative;
					width: 278px;
					border: 1px solid #fff;
					background: url(../Img/transparent-bg.png) no-repeat top left;	
					margin-bottom: 8px;
					}
					div.feature-product a.productlink {
						position: absolute; 
						right: 0px; bottom: 0px;
						background: url(../Img/feature-product-arrow-def.png) no-repeat top left;	
						width: 13px; height: 13px;
						}
					div.feature-product a img { float: left; margin-right: 10px;}
					div.feature-product div.feature-product-inner {
						padding: 10px 10px 5px 10px;
						}
						div.feature-product div.feature-product-inner a {font-weight: bold;  color: #2e4452;}
			
			
			#feature-products-buttons {
				position: absolute;
				right: 20px;
				bottom: 0px;
				background-color: #5b5b5b;
				padding: 2px 3px 3px 3px;
				width: 80px;
				}
				#feature-products-buttons a#leftbutton {
					background: url(../Img/feature-arrowup.png) no-repeat top left;	
					width: 38px; height: 23px;
					float: left;
					}
					#feature-products-buttons a#leftbutton:hover {
						background: url(../Img/feature-arrowup-hover.png) no-repeat top left;	
					}
				#feature-products-buttons a#rightbutton {
					background: url(../Img/feature-arrowdown.png) no-repeat top left;	
					width: 38px; height: 23px;
					float: right;
					}
					#feature-products-buttons a#rightbutton:hover {
						background: url(../Img/feature-arrowdown-hover.png) no-repeat top left;	
					}
			
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Box grid
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	div.gridrow {
		float: left;
		width: 900px;
		padding: 0 19px 0 19px;
		}
		div.gridcol1,
		div.gridcol2,
		div.gridcol3,
		div.gridcol4
		{
			float: left;
			width: 210px;
			margin-right: 20px;
			}
			div.gridcol4 {
				margin-right: 0;	
			}
		div.gridcol1wide,
		div.gridcol3wide {
			width: 440px;
			float: left;
			}
			div.gridcol1wide {margin-right: 20px;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Box framework
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		div.box {
			border-bottom: 12px solid #ececec;	
			margin-bottom: 20px;
			position: relative;
			height: 1%;
			background: #fff url(../Img/box-right-bg.png) repeat-y right top;
			}
			div.boxtop {
				background: #fff url(../Img/box-top-bg.png) repeat-x left bottom;
			}
			div.box span.boxheader {
				background-color: #5b5b5b;
				padding: 4px 10px 5px 10px;
				font-size: 100%;
				color: #fff;
				font-weight: bold;
				margin-left: 12px;
				float: left;
				line-height: 120%;
			}
			div.box-image {
				clear: both;
				border-left: 12px solid #ececec;	
				border-right: 12px solid #ececec;	
				}
				div.box-image img {display: block; clear: both;}

			div.box.noheader {
				background:none;
				border-top: 12px solid #ececec;		
				}
				div.box.noheader div.box-image { padding: 0px 0px 0px 0px;	}

			div.box span.boxfooter a {
				position: absolute;
				background-color: #5e88a2;
				padding: 4px 10px 5px 10px;
				font-size: 100%;
				color: #fff;
				font-weight: bold;
				right: 12px;
				bottom: -12px;
				}
			
			div.box-inner {
				padding: 7px 18px 5px 8px;
				clear: both;
				height: 139px;
				line-height: 120%;
				border-left: 12px solid #ececec;	
				/* border-right: 12px solid #ececec;	 */
				}
				#subpage div.box-inner, #subsite div.box-inner  { height: auto;  }
				#frontpage div.box-inner { overflow: auto; }
				
				div.box-inner ul { margin: 5px 0 0px 0;}
				div.box-inner ul li  {
					padding: 2px 0px 2px 15px;
					display: block;
					background: url(../Img/leftnav-bullet-def.png) no-repeat 3px .6em;
				}
				div.box.newslist div.box-inner ul li,
				div.box.subpagenewslist div.box-inner ul li
				 {
					padding: 2px 5px 8px 2px;
					display: block;
					background: none;
				}
				div.box.newslist div.box-inner ul li em,
				div.box.subpagenewslist div.box-inner ul li em
				 {
					font-size: 90%;
					color: #666;
					font-style: normal;
					display: block;
				}
				div.box.newslist a.rss  {
					position: absolute;
					right: 18px;
					bottom: 0px;
					width: 15px; height: 15px;
					background: url(../Img/icon-rss.png) no-repeat left top;
					border: 4px solid #fff;
					}
					div.box.subpagenewslist a.rss  {
						position: absolute;
						right: 14px;
						bottom: 0px;
						width: 15px; height: 15px;
						background: url(../Img/icon-rss.png) no-repeat left top;
						border: 4px solid #fff;
						}
					div.box.newslist div.box-inner  {
						border-right: 0;
					}

				div.box-inner ul li a.pdf {	background: url(../Img/icon-pdf.png) no-repeat 0px .2em; display: block; padding: 4px 0px 4px 20px; 	}
				div.box-inner div.viaFormField { margin: 0px 0px 5px 0px; }
				div.box-inner h3 { margin: 0px 0px 5px 0px; }

			div.gridcol1wide div.box, 
			div.gridcol3wide div.box
			{
				/* width: 440px;	
				background: #fff url(../Img/box-top-wide.png) no-repeat left top; */
				}
				
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Content containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#frontpagecontent, #subpagecontent { 
		float: left;
		width: 938px;
	}
	#subpagecontent {
		margin: 0 19px 10px 19px;	
		width: 900px;
	}
	#leftCol {
		width: 210px;
		float: left;
		min-height: 600px;
		margin-right: 20px;
		}
		#leftCol.loggedin div.box#loginbox { display: none; }

	#middleCol, #middleColWide { 
		width: 440px;
		float: left;
		padding-top: 20px;
		}
		#middleColWide {
			width: 670px;
		}

	#rightCol {
		width: 210px;
		float: right;
	}

	#topContent {
		width: 670px;
		float: left;
	/* background-color: #5e88a2; */
		/* background: url(../Img/pattern-bg.png) repeat left top;*/
		}
		#topContent #player {
			background-color: #5e88a2;
			padding: 12px;
		}
		#topContent div.document, #topContent div.module  { margin-bottom: 0px;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Utilities
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#utilities {
		position: absolute;
		top: 180px;
		right: 47px;
		width: 300px;
		text-align: right;
		}
		#subsite #utilities {
			top: 136px;
		}
		#utilities ul, #utilities li {list-style-type: none; display: inline; }

		#utilities li a{ 
			padding: 2px 0 2px 25px;	
			font-size: 90%;
			}
			#utilities li a.translate { background: url(../Img/icon-translate.png) no-repeat 8px 2px; }
			#utilities li a.share { background: url(../Img/icon-share.png) no-repeat 8px 2px; }
			#utilities li a#sendlink { background: url(../Img/icon-sendlink.png) no-repeat 8px 2px; }
			#utilities li a.print { background: url(../Img/icon-print.png) no-repeat 8px 2px; }
		

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Breadcrumb
 * * * * * * * * * * * * * * * *	 * * * * * * * * * * * * * * * * * */
	#breadCrumb {
		font-size: 90%;
		color: #666;		
		border-bottom: 1px solid #ececec;
		padding: 10px 280px 10px 10px;
		float: left;
		width: 610px;
		z-index: 1000;
		}
		#breadCrumb ul, #breadCrumb li {list-style-type: none; display: inline; }
		#breadCrumb li a {
			color: #666;
			padding: 0px 6px 0px 0px;
			text-decoration: underline;
			}
			#breadCrumb li a:hover {
				text-decoration: none;
			}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Extras
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#extras {
		display: none;
		padding: 20px 20px 0px 20px;
		clear: both;
		background: transparent url(../Img/leftnav-lvl2-gradient.png) repeat-x left top;
		border-bottom: 3px solid #ececec;
		margin-bottom: 10px;
		width: 860px;
		color: #666;
		float: left;
		}

		#maillink {display: block; }
		#maillink span.sendLinkHeading { font-size: 240%; margin-bottom: 10px; display: block;}
		#maillink span.sendLinkSubHeaders  {font-size: 140%;  margin-bottom: 10px; display: block;}
			#maillink #maillink-right span.sendLinkSubHeaders {margin-bottom: 24px;}

		#maillink label { display: block; font-size: 90%; margin-bottom: 3px;}
		#maillink input.viaTextField { font-size: 100%; padding: 2px; border: 1px solid #e0e0e0; background-color: #f4f4f4; margin-bottom: 5px; width: 184px;}		
		#maillink #maillink-middle input.viaTextField { width: 244px; }		
		#maillink textarea.viaFormTextArea { width: 280px; padding: 2px; border: 1px solid #e0e0e0; background-color: #f4f4f4; height: 50px; margin-right: 10px;}		
		#maillink input.viaFormCheckBox {display: none; }
		#maillink input.viaFormButtonSubmit { display: inline; cursor: hand; border: 0; 
			margin: 0px 0px 0px 10px; 
			width: 68px; height: 22px;
			background: transparent url(../Img/btn-send.png) no-repeat left top; 
			}
			#maillink-left {float: left; width: 190px; margin-right: 20px; } 
			#maillink-middle {float: left; width: 250px; margin-right: 20px;}
			#maillink-right { width: 380px; float: left; }
			
			#maillink-left, #maillink-middle, #maillink-right { margin-bottom: 20px;}

		#close {
			margin-top: 10px;
			clear: both;
			text-align: right;
			}
			 #close a {
				color: #fff;
				background-color: #5b5b5b;		
				font-size: 90%;
				padding: 2px 8px 4px 8px;
				}
				#close a:hover { text-decoration: none;	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Left Navigation
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  #leftNav { 
	  width: 210px;
	  /* border-top: 1px solid #ececec; */
	  margin-bottom: 20px;
	  }
	   /* LEVEL 1 */
	  #leftNav ul, #leftNav li {list-style-type: none; }
	  #leftNav li a {
		  color: #333333;
		  display: block;
		  float: left; 
		  width: 191px;
		  padding: 6px 5px 6px 14px;
		  background: url(../Img/leftnav-bullet-def.png) no-repeat 3px 1.1em;
		  border-bottom: 1px solid #ececec;
		  }
		  #leftNav li a.selected, #leftNav li a.expanded  { 
		  	font-weight: bold;
			color: #5e88a2;
        	 }
			  /* LEVEL 2 */
			  #leftNav li li a {
				  padding: 4px 0px 4px 14px;
				  background: none;
				  border: 0;
					}
					#leftNav ul ul { float: left; width: 210px;  background: transparent url(../Img/leftnav-lvl2-gradient.png) no-repeat left top;border-bottom: 1px solid #ececec;	}
					#leftNav li li a.selected { color: #333333;}
	
					  /* LEVEL 3 */
					  #leftNav li li li a {
						  width: 173px;
							padding: 4px 5px 4px 32px;
							background: url(../Img/leftnav-arrow.png) no-repeat 23px .8em;
							}
							#leftNav li li li a.selected { }
							#leftNav ul ul ul { 
								float: left; width: 210px;; background: transparent url(../Img/leftnav-lvl3-gradient.png) no-repeat left top;
								border-bottom: 1px solid #ececec;
								border-top: 1px solid #ececec;
								padding: 5px 0 5px 0;
								}	
	
							/* LEVEL 4 */
							  #leftNav li li li li a {
								  background: url(../Img/leftnav-arrow-small.png) no-repeat 53px .9em;							  
								  padding: 4px 0px 4px 62px;
								  width: 148px;
								  font-size: 90%;
									}
									#leftNav li li li li a.selected {}
									#leftNav ul ul ul ul { 
										width: 210px;
										padding-top: 5px;
										padding-bottom: 5px;
										background: transparent url(../Img/leftnav-lvl4-gradient.png) no-repeat left top;
									}
	
								/* LEVEL 5 */
								  #leftNav li li li li li a {
									  background: none;
										}
										#leftNav ul ul ul ul ul { background: none;}
										#leftNav li li li li li a.selected{
											}

  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Content styling
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	  div.document, div.module  {
		  margin-bottom: 10px;
		  line-height: 150%;
	  }
	  
	  #middleCol, 
		#middleColWide  {
		  line-height: 150%;
		min-height: 200px;
	   }
	   #leftCol, #topContent, #rightCol  {
		   margin-top: 15px;
	   }
		  #leftCol h1, #middleCol h1, 
		#middleColWide h1, #rightCol h1,
		#topContent h1  {
		  line-height: 120%;
		  margin: 0 0 5px 0;
	   }
	  #leftCol h2, #middleCol h2, #middleColWide h2, #rightCol h2, #topContent h2 {
		  line-height: 120%;
		   margin: 10px 0 10px 0;
		}
	  #leftCol li, #middleCol li, #middleColWide li, #rightCol li {
/* 	  list-style-type: none;  */
	  }
	  div.module p {
		  margin-bottom: 10px;
	  }
	  #leftCol p, #middleCol p, #middleColWide p, #rightCol p {
		 margin: 0 0 15px 0;
	   }
	div.document h3 {
		margin: 10px 0 0 0;
	}

		#middleCol div.document ul, #middleColWide div.document ul {
			margin: 0px 0px 5px 0px;
			}
			#middleCol div.document ul li, 
			#middleColWide div.document ul li {
			/* display: block; */
			padding: 0px 0px 0px 23px;
			background: url(../Img/leftnav-bullet-def.png) no-repeat 12px .5em;
			}

  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Image viewer/rotator
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#topImageRotator {
	width: 646px;
	float: left;
	/* border: 12px solid #5e88a2; */
	border: 12px solid #ececec;
	margin-top: 15px; 
	}
	#topImageRotator img, #topImageRotator a img {
		display: none;
	}
	#topImageRotatorControls {
		background: url(../Img/pattern-bg.png) repeat left top;	
		float: left; 
		width: 670px;
		margin-bottom: 20px;
		} 
		#topImageRotatorControlsInner {
			width: 206px;
			float: right;
			background-color: #5b5b5b;
			padding: 4px 0px 0px 4px;
			}
			#topImageRotatorControlsInner a#RotatorPrev {
				background: url(../Img/rotator-btn-previous.png) no-repeat 0px 0px;	
				width: 38px; height: 26px; margin-right: 3px;
				float: left;
				}
			#topImageRotatorControlsInner a#RotatorNext {
				background: url(../Img/rotator-btn-next.png) no-repeat 0px 0px;	
				width: 38px; height: 26px;
				float: left;
				}
				#topImageRotatorControlsInner a#RotatorPrev:hover, #topImageRotatorControlsInner a#RotatorNext:hover { background-position: 0px -26px;	}
				#topImageRotatorControlsInner a#RotatorPrev.dimmed, #topImageRotatorControlsInner a#RotatorNext.dimmed { background-position: 0px -52px;		}

			#topImageRotatorControlsInner div#RotatorText {
				color: #fff;
				font-weight: bold;
				padding: 4px 0px 0px 8px;
				float: left; 
			}
	
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Media player
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.mediaPlayer {
	padding-bottom: 20px;
	width;: 670px;
	float: right; 
	}
	div.fileFlashPlayer {
		border: 12px solid #5e88a2;
		display: block;
	}
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Content hightlight
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	span.highlight {
		font-size: 150%;
		line-height: 120%;
	}

  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Content images
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	div.image {
		position: relative;
	}
	div.image img {display: block;}
	div.image.full { clear: both; margin: 0 0 10px 0;  }			 
	div.image.left { float: left; margin: 5px 15px 5px 0; }			 
	div.image.right { float: right; margin: 5px 0 5px 15px; }		
	div.image.left, div.image.right {
		/* border: 12px solid #ececec;	 */
	}
	div.image div.imagetext {
		font-size: 90%;
		clear: both;
	}
	div.image div.zoom {
		position: absolute;
		background: url(../Img/image-zoom.png) no-repeat right bottom;
		width: 30px;
		height: 28px;
		right: 0px;
		bottom: 5px;
	}	
		
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Footer
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  #footer { 
	  clear: both;
	  width: 926px; 
	  border-top: 4px solid #ececec;
	  padding: 5px 0px 10px 22px;
	  margin: 0px 0 20px 0;
	  background: url(../Img/footer-payoff.png) no-repeat 740px 7px;
		}
	  #footer ul, #footer li { list-style-type: none; display: inline;}
	  #footer li a {
		font-size: 80%;			  
		padding-right: 10px;
		}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Shared Module styles
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module {
	margin-bottom: 20px;
}

 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: HR Manager
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.hrmanager {
	}
	div.module.hrmanager ul li.overview {
		background: transparent url(../Img/leftnav-lvl2-gradient.png) repeat-x left top;
		border-top: 1px solid #ececec;
		padding: 10px;
	}
	div.module.hrmanager ul li.overview:hover {
		background: transparent url(../Img/leftnav-lvl3-gradient.png) repeat-x left top;
	}
	div.module.hrmanager ul li.overview a {
		display: block;
		padding: 0px 0px 0px 23px;
		font-size: 130%;
		line-height: 130%;
		background: url(../Img/arrow-right.png) no-repeat 14px .5em;
	}
	div.module.hrmanager ul li.overview em {
		display: block;
		font-style: normal;
		padding: 2px 0px 0px 23px;
	}
	div.module.hrmanager ul li.overview em span {
		font-weight: bold;
	}
	div.module.hrmanager div.applylink {
		border-top: 1px solid #ececec;
	}
	div.module.hrmanager div.applylink a {
		display: block;
		padding: 5px 15px 5px 25px;
		font-size: 130%;
		line-height: 130%;
		background: url(../Img/arrow-right.png) no-repeat 14px .8em;
	}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Related pages
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.relatedpages {
	position: relative;
	background: url(../Img/related-topline.png) repeat-x left top;
	float: left; 
	width: 100%;
	margin-top: 10px;
	}
	div.module.relatedpages span.related-header {
		background-color: #5b5b5b;
		padding: 2px 10px 3px 10px;
		color: #fff;
		font-weight: bold;
		margin: 0px 0px 0px 12px;
		float: left;
		clear: both;
	}
	div.module.relatedpages div.inner  {
		float: left;
		width: 440px;
		padding-top: 10px;
		clear: both;
	}
	div.module.relatedpages ul {}
	div.module.relatedpages div.inner li {
		display: block;
		padding: 0px 0px 0px 23px;
		background: url(../Img/arrow-right.png) no-repeat 14px .5em;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: News
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.news {
	position: relative;
}
div.module.paging {
	position: absolute;
	right: 0px;
	top: -30px;
	padding: 4px 5px 4px 0px;
	margin:  0px 0px 0px 0px;
	}
	div.module.paging.bottom { 
		position: relative;
		text-align: right;
		padding-top: 10px;
		border-top: 1px solid #ccc;
		display: block;
	top: 0px;
}

	div.module.paging a {
		margin-left: 5px;
	}
	div.module.paging a.pagingCurrent {
		color: #fff;
		padding: 2px;
		background-color: #999;
	}
	div.module.paging a.paging-previous,  div.module.paging a.paging-previous.inactive {
		margin-right: 5px;
		border-right: 1px solid #ccc;
		padding-left: 8px;
		padding-right: 8px;
		background: transparent url(../Img/arrow-left.gif) no-repeat 0px 5px;
		}
		div.module.paging a.paging-previous.inactive {
			color: #333 !important;
		}
	div.module.paging a.paging-next {
		margin-left: 10px;
		border-left: 1px solid #ccc;
		background: transparent url(../Img/arrow-right.png) no-repeat right 5px;
		padding-right: 8px;
		padding-left: 8px;
	}
div.module.paging a.rss {
	padding: 5px;
	padding-right: 20px;
	margin-right: 15px;
	background: url(../Img/icon-rss.png) no-repeat right center;
	}

		
div.module.news div.item {
	padding: 0px 10px 10px 20px;
	background: url(../Img/leftnav-lvl2-gradient.png) repeat-x left 1px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
clear: both;
	}
	div.module.news div.item:hover {
		background: url(../Img/leftnav-lvl3-gradient.png) repeat-x left 1px;
	}
	
div.module.news div.item em {
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	margin: 0 5px 0 0;
	display: inline; 
}
div.module.news div.item div.area {
	float: left;
	margin-bottom: 10px;
	font-size: 80%;
	padding: 0px 5px;
	color: #fff;
	width: 40px; height: 5px;
	/* background-color: #949384;*/
	border-left: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
}
div.module.news div.item h3  { 
	float: left; 
	font-size: 9px;
	font-weight: normal;
	color: #666;
	padding-bottom: 8px;
	}
	div.module.news div.item span  { 
		padding-right: 5px;
	}
div.module.news div.item h2 a  { padding-top: 8px; display: block; clear: both;}

div.area.typeIntegrationServices  {
	background-color: #949384;
}
div.area.typeAboutSystematic {
	background-color: #009ddc;
}
div.area.typeDefence {
	background-color: #5e88a2;
}
div.area.typeHealthcare {
	background-color: #f4ac01;
}
div.area.typeIns {
	background-color: #5a9a98;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Filemanager Standard
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	div.module.filemanager {

	}
	div.module.filemanager ul li h3 {
		padding: 0px 0px 5px 0px;
		/* background: url(../Img/leftnav-lvl2-gradient.png) repeat-x 20px 1px; */
		}
		div.module.filemanager ul li li h3 {
			margin: 0px 0px 0px 30px;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 5px 5px 5px 15px;
		}
		div.module.filemanager ul li li ul {
			margin-bottom: 20px;
			padding: 10px 0px 10px 10px;
			background: url(../Img/leftnav-lvl2-gradient.png) repeat-x 0px 0px;
			margin-left: 30px;
		}

div.module.filemanager ul li.item  {
	display: block;
	padding: 5px 10px 5px 0px;
	}
	div.module.filemanager ul li li.item {
		padding-left: 0px;	
		border-top: 1px solid #ccc;
		}
		div.module.filemanager ul li li li.item {
			margin-left: 0px;	
			border: 0;
			}

		div.module.filemanager li.item span.iteminfo {
			float: left;
			width: 60%;
			padding-left: 0px; 
		}
		div.module.filemanager li.item a.file 
		{
			float: right;
			margin-left: 3px;
		}

		div.module.filemanager li.item a.epage,
		div.module.filemanager li.item a.file
	 { 
			float: right;
		}
		div.module.filemanager li.item span.sep {
			float: right;
			margin: 0px 1px 0px 3px;
		}

		div.module.filemanager li.item a.thumbnail {
			float: left;
			position: relative;
			padding: 0px 0px 0px 27px;
			color: #000;
			text-decoration: none;
			}
			div.module.filemanager li.item a.thumbnail span.thumbpopup {
				display: none;
				position: absolute; 
				top: -175px;
				width: 120px;
				height: 150px;
				left: -12px;
				padding: 11px 19px 24px 19px;
				background: transparent url(../Img/thumb-bottom.png) no-repeat left bottom;
				z-index: 99;
				
			}
			div.module.filemanager li.item a.thumbnail:hover span.thumbpopup {
				display: block;
			}
			div.module.filemanager li.item a.thumbnail.pdf,  div.module.filemanager li.item a.thumbnail.PDF  {
				background: url(../Img/icon-pdf.png) no-repeat 5px 0em;
			}
			div.module.filemanager li.item a.thumbnail.png, div.module.filemanager li.item a.thumbnail.PNG {
				background: url(../Img/icon-png.png) no-repeat 5px 0em;
			}
			div.module.filemanager li.item a.thumbnail.jpg, div.module.filemanager li.item a.thumbnail.JPG {
				background: url(../Img/icon-jpg.png) no-repeat 5px 0em;
			}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Filemanager Pictures and Logos
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	div.module.filemanagerSimple {

	}
	div.module.filemanagerSimple h3 {
		margin-bottom: 10px;
	}
	div.module.filemanagerSimple div.item {
			padding: 20px;
			background: url(../Img/leftnav-lvl2-gradient.png) repeat-x 0px 0px;
			clear: both;
		}
		div.module.filemanagerSimple div.itemthumb {
			float: left;
			margin-right: 15px;
			width: 120px;
		}
		div.module.filemanagerSimple div.itemdownload {
			float: left;
			width: 65%;
			}
			div.module.filemanagerSimple div.itemdownload span {
				margin-bottom: 10px;
				display: block;
			}
			div.module.filemanagerSimple div.itemdownload a {
				display: block;
				padding: 0px 0px 0px 10px;
				background: url(../Img/arrow-right.png) no-repeat 0px .5em;
			}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Login
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.login {
	padding: 10px;
	border: 12px solid #ececec;
	}
	div.module.login input.viaFormSingle {}
	div.module.login label  {display: block; }

	#leftCol div.module.login input.viaFormSingle,
	#leftCol div.module.login input.viaFormPassword
	 { 
		width: 90%;
	 }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Faq
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.document.faq {
	margin: 5px 0px 5px 0px;
	}
	div.document.faq h2 a {
		padding: 0px 0px 4px 20px;
		display: block;
		background: url(../Img/icon-share.png) no-repeat 0px 0.1em;
	}
	div.document.faq div.faq-inner {
		/* padding-left: 20px; */
	}
	#middleCol div.document.faq ul li,
	#middleColWide div.document.faq ul li 
	 {
		padding-left: 10px;
		background-position: 0px 0.5em;
}
	div.document.faq p {
		padding: 5px 0px 5px 0px;
	}
	div.module.faq {
		position: relative;
		}
		div.module.faq h2 a {
			padding: 0px 0px 4px 20px;
			display: block;
			background: url(../Img/icon-translate.png) no-repeat 0px 0.3em;
		}
		div.module.faq div.item {
			padding: 0px 10px 10px 20px;
			background: url(../Img/leftnav-lvl2-gradient.png) repeat-x left 1px;
			margin-bottom: 10px;
			border-top: 1px solid #ccc;
			}
			div.module.faq div.item:hover {
				background: url(../Img/leftnav-lvl3-gradient.png) repeat-x left 1px;
			}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Calendar
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.calendar {
	}
	div.module.calendar h2 {
		padding: 4px 0px 4px 0px;
		border-top: 1px solid #ececec;	
		border-bottom: 1px solid #ececec;	
		margin: 0px 0px 10px 0px!important; 
		text-transform: capitalize;
		}
		div.module.calendar a.previouslink, div.module.calendar a.nextlink {
			display: inline; 
			} 
			div.module.calendar a.previouslink {
			float: left;
			} 
			div.module.calendar a.nextlink {
				float: right;
			}
	div.module.calendar table {
		width: 100%;
		clear: both;
	}
	div.module.calendar td {
		border: 1px solid #ececec;
		border-collapse: collapse;
		text-align: center;
		padding: 3px 2px 3px 2px;
		background-color: #f4f4f4; 
		}
		div.module.calendar td.weeknumber {
			padding: 0px;
			background-color: transparent;
			font-size: 80%;
			}
			div.module.calendar td.active {
				background-color: #999;
			}
			div.module.calendar td.active a {
				color: #fff;
				display: block;
				}
				div.module.calendar td:hover {
					background-color: #ccc;
					color: #fff;
				}
				div.module.calendar td.active:hover {
					background-color: #999;
				}
				div.module.calendar td.weeknumber:hover {background-color: #fff; color: #000;}

	div.module.calendar th  {
		text-align: center;
		background-color: #5e88a2;
		color: #fff;
		padding: 3px 2px 3px 2px;
		text-transform: uppercase;
		}
		div.module.calendar th.weeknumber  {
		}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Calendar - Calendarlist
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.calendarlist {}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Events
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.events {
	}

div.module.events div.item, div.module.calendarlist div.item {
	padding: 10px 10px 0px 10px;
	background: url(../Img/leftnav-lvl2-gradient.png) repeat-x left 1px;
	margin-bottom: 10px;
	}
	div.module.events em, div.document.event em, div.module.calendarlist em  {
	display: block;
	padding: 5px 0px;
	font-style: normal;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	div.document.event {
		background: url(../Img/leftnav-lvl3-gradient.png) repeat-x left 1px;
		padding: 10px;
	}

div.document.event em {
	padding: 5px 5px;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.document.event h3, div.document.event p {
	padding: 0px 5px 5px 5px;
	margin-bottom: 0px !important;
}
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Module: Subscribe
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.subscribe, div.module.unsubscribe {
	}
	div.module.subscribe label, div.module.unsubscribe label {
		margin: 0px 5px 0px 0px;
	}
	div.module.subscribe input.viaFormSingle, div.module.unsubscribe input.viaFormSingle {
		display: block;
		width: 95%;
	}
	div.module.subscribe input.viaFormCheckBox, div.module.unsubscribe input.viaFormCheckBox,
	div.module.subscribe input.viaFormRadio, div.module.unsubscribe input.viaFormRadio
	 {
		display: inline;
		margin: 0px 5px 0px 0px;
		vertical-align: baseline;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Google Maps
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#middleCol div.module.contactinfo,
#middleColWide div.module.contactinfo
 {
	}
	#map_canvas {
		width: 416px; 
		height: 300px;
		border: 12px solid #ececec;	
	}
	#middleCol div.module.contactinfo p,
	#middleColWide div.module.contactinfo p
	 {
	margin: 0;
	padding: 5px 5px 5px 0px;
	}
	#middleCol div.module.contactinfo h2,
	#middleColWide div.module.contactinfo h2
	 {
	margin-top: 20px;
	}
	#middleCol div.module.contactinfo span.element,
	#middleColWide div.module.contactinfo span.element
	 {
	margin: 0;
	display: block;
	clear: both;
	border-top: 1px solid #ececec;
	padding: 5px 5px 5px 0px;
	}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Google Translate box
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#translatebox { 
	display: none; 
	position: absolute;
	top: 200px;
	right: 150px;
	z-index: 9999;
/* 	width: 180px;
	height: 80px; */
	padding: 6px;
	border: 5px solid #ececec;
	background: transparent url(../Img/leftnav-lvl3-gradient.png) repeat-x left -1px;
	}


  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Sitemap
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	div.module.sitemap { 
		margin-bottom: 20px; 
		height: 1%;
		}

	  div.module.sitemap li a {
		display: block;
		padding: 22px 0px 6px 0px;
		font-size: 130%;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		  }
		  div.module.sitemap li a:hover { text-decoration: none;	}

		  div.module.sitemap li li a {
			padding: 16px 0px 2px 30px;
			font-size: 100%;
			text-transform: none;
			border: 0;
			border-bottom: 1px dotted #e2e2e2;
			font-weight: normal;
			  }
			  div.module.sitemap li li a:hover { text-decoration: underline;	}

			  div.module.sitemap li li li a  {
				background: transparent url(../Img/arrow-right.png) no-repeat 50px 1.1em; 
				border: 0;
				color: #000;
				font-size: 100%;
				padding: 6px 0px 0px 60px;
				  }
				  div.module.sitemap li li li li a  {
					background: none;
					color: #a7a7a7;
					color: #656565;
					padding: 4px 0px 0px 100px;
					  }
					  div.module.sitemap li li li li li a {
						background: none;
						color: #a7a7a7;
						color: #656565;
						padding: 4px 0px 0px 150px;
						  }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Module: Search result
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.searchresult{
	margin-top: 20px;
	position: relative;
	}
	div.module.paging.sresult {
		top: 75px;
		}

div.module.searchresult input.viaFormSingle {
	width: 95%;
	padding: 4px;
	font-size: 100%;
	}
	div.module.searchresult input.viaFormSingle:focus {
			/* font-size: 180%; */
	}
	div.module.searchresult h2 {display: block; margin: 10px 0 10px 0; clear: both;}

div.module.searchresult div.search-element {
	padding: 0px 10px 10px 20px;
	background: url(../Img/leftnav-lvl2-gradient.png) repeat-x left 1px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	}
	div.module.searchresult div.search-element:hover {
		background: url(../Img/leftnav-lvl3-gradient.png) repeat-x left 1px;
	}

	div.search-element em {
		font-weight: bold;
		font-style: normal;
	}
	div.search-element h3  {
			display: block;
		clear: both;
		}
		div.search-element h3 a {
			color: #5e88a2;
		}

	div.search-element div.area {
			float: left;
			margin-bottom: 10px;
			font-size: 80%;
			padding: 0px 5px;
			color: #fff;
			width: 40px; height: 5px;
			border-left: 4px solid #fff;
			border-bottom: 4px solid #fff;
			border-right: 4px solid #fff;
		}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Call me
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#callme-form {
	border-top: 4px solid #ECECEC;
	padding: 5px 0px 0px 0px;
	}
	#callme-form p {
		margin-bottom: 5px;
	}
	#callme-form h2 {
		font-size: 100%;
		font-weight: bold;
		margin-bottom: 5px !important;
	}
	#callme-form div.field {
		margin-bottom: 2px !important; 
	}
	 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Iframe document
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.document.iframedoc {
	
}
iframe.iframe {
	border: 0px;
}
/* height: 15px; Firefox Safar
#height: 15px; IE7
_height: 21px; IE6 */
