/* CSS Document */ /* Layout items for ITEA website*/
html {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

body {
	background-image: url(/images/background_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

small {
	line-height: normal;
}

body.home {
	background-image: url(/images/background_home.gif);
}

#logo {
	position: absolute;
	left: 85px;
	top: 15px;
	z-index: 75;
}

#eurekalogo {
	position: absolute;
	/*	overflow:hidden; */
	right: 0px;
	z-index: 80;
	bottom: 10px;
}

#linkedinlogo {
	position: absolute;
	/*	overflow:hidden; */
	z-index: 60;
	bottom: 10px;
}

#logo.home {
	top: 25px;
}

#logo a img {
	border: 0px;
}

#topimage {
	position: absolute;
	top: 0px;
	right: 0px;
}

#scrollcontainer {
	position: absolute;
	left: 185px;
	top: 109px;
	height: 400px;
	width: 880px;
	overflow: auto;
	background-color: #F2F2F7;
	background-image: url(/images/background_scroll.gif);
	background-repeat: repeat-y;
}

#scrollcontainer.call { /*	height: auto !important; 
	background-image: url(/images/itea/doelen.jpg); */
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat-y;
}

#scrollcontainer.home {
	top: 224px;
}

#content {
	width: 527px;
	/* float: left; */
	position: absolute;
	top: 0px;
	left: 0px;
	/* */
	padding: 20px 0px 20px 0px;
	margin-right: 40px;
}

#icons {
	position: absolute;
	top: 10px;
	left: 435px;
	z-index: 2000;
}

#icons a img {
	border: 0px;
	margin-left: 5px;
}

#sideitem {
	width: 225px;
	/* float: left; */
	position: absolute;
	background-image: url();
	top: 0px;
	left: 570px;
	padding: 30px 0px 20px 0px;
}

#callsideitem {
	width: 400px; /* 225*/
	top: 0px;
	margin-left: 580px;
	min-height: 1000px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
}

#footer {
	width: 100%;
	background-image: url(/images/footer_stippel.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 30px;
	padding-top: 10px;
	font-size: 10px;
	clear: both;
}

#heading_home {
	position: absolute;
	top: 147px;
	background-color: #000064;
	width: 100%;
	border-top: 1px solid white;
}

#leftcontainer {
	position: absolute;
	top: 109px;
	width: 165px;
}

#leftcontainer.home {
	top: 224px;
}

#searchcontainer {
	width: 170px;
	padding-left: 10px;
	padding-top: 10px;
}

hr {
	height: 1px;
	/*border-top: 1px dotted black;
    border-bottom: 1px solid white;*/
}

*>hr {
	height: 3px;
	color: white;
	border: 1px solid white;
	background-color: white;
	background-image: url(/images/hr_ff_stippel.gif);
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
  =================================================================
  CMS ICON
  =================================================================
*/
.cms {
	background: url(/images/cms_icon.jpg) no-repeat left top;
	padding: 5px 2px 8px 41px;
	clear: both;
	display: block;
	margin-top: 20px;
}

A.cms {
	color: #666666 !important;
}

/*
  =================================================================
   UL, LI  TAGS LIST DATA
  =================================================================
*/
.tableRow {
	clear: both;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
	overflow: auto;
	border-bottom: solid 1px #cccccc;
	width: 500px;
}

.tableRow LI {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 2px 5px 2px;
	overflow: hidden;
	white-space: nowrap;
}

/*
  =================================================================
   DL, DT, DD TAGS LIST DATA
  =================================================================
*/
dl {
	margin: -1px 0px 0px 0px;
	padding: 0px 0 0px 0;
}

dt {
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	width: 200px;
	clear: left;
	display: block;
	border-top: solid 1px #C5C5DB;
}

dd {
	float: left;
	display: block;
	width: 300px;
	margin: 0px;
	overflow: hidden;
	padding: 5px 0px 5px 0px;
	border-top: solid 1px #C5C5DB;
}

.dlhead, .tableHead {
	width: 520px;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	background-color: #C5C5DB;
	font-weight: bold;
	color: #000064;
	border: 1px solid #C5C5DB;
	clear: both;
}

.dlfoot {
	width: 520px;
	padding: 3px;
	background-color: #D5D5D5;
	font-weight: bold;
	color: #000064;
	border: 1px solid #C5C5DB;
	clear: both;
}