div.middlePanel {
	padding-left: 2%;
	padding-right: 1.5%;
	padding-top: 15px;
	height: 100%;
	margin-left: 0;
}

div.middlePanel2 {
	padding-left: 2%;
	padding-right: 1.5%;
	padding-top: 15px;
	height: 100%;
	margin-left: 150px;
}

/* suggestion rename to contentHolder */
div.middleHolder {
	vertical-align: top;
	height: 100%;
}

a.admin {
	font-size: 12px;
	color: white;
	float: right;
	background-color: white;
	padding: 3px;
}

a.admin:hover {
	color: blue;
}







/* space for icon within h1 header */
h1.iconPlace {
	margin-left: 45px;
	margin-top: 10px;
}

/* positioning image within the docBox */
img.docBoxImage {
	border: 1px solid black;
	float: left;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.inlineDisplay {
	display: inline;
}

.notBold {
	font-weight: normal;
}

div.borderImageLeaflets {
	border: 2px solid #808080;
}



.unvisible {
	width: 0px;
	height: 0px;
	display: none;
	visibility: hidden;
	overflow: hidden;
}

/* used anywhere the <i></i> tag was used. W3C advises to use stylesheets for presentation */
span.italic_style {
	font-style: italic;
}

.bold{
font-weight:bold;
}


/*3 column layout resizable */
div#container {
	overflow: hidden;
}

div.leftcolumn,div.rightcolumn,div.middlecolumn {
	float: left;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	vertical-align: top;
}

div.leftcolumn {
	width: 31%;
	border-right: dashed 1px #999999;
	padding-right: 2%;
	margin-right: 2%;
}

div.middlecolumn {
	width: 31%;
	float: left;
	border-right: dashed 1px #999999;
	padding-right: 2%;
	margin-right: 2%;
}

div.rightcolumn {
	width: 29%;
}


div.banner {
	background-color: #E9E8EB;
	width: 100%;
	float: left;
	background: url(/templates/EuroGentest/images/banner-rechts2.gif);
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #E9E8EB;
	padding: 0;
	margin: 0;
}

table.banner tr td {
	padding: 0;
}

div.leftIm {
	background: url(/templates/EuroGentest/images/banner-links3.gif);
	background-color: #E9E8EB;
	height: 100px;
	background-repeat: no-repeat;
	display: inline;
	width: 30%;
	overflow: visible;
	z-index: 10;
	background-position: -10px 0px;
	float: left;
}

div.bannerRight {
	float: right;
}

a.bannerLink {
	text-indent: -9999px;;
	top: 20px;
	left: 25px;
	width: 110px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
	position: absolute;
}

div.bannerText1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	white-space: nowrap;
	margin-left: 48%;
	margin-top: 8%;
	font-size: 23px;
	margin-bottom: 0;
	color: #555555;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 20px;
	position: relative;
	z-index: 20;
}

div.bannerText2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	white-space: nowrap;
	margin-left: 76%;
	padding: 0;
	margin-top: 0;
	line-height: 20px;
	font-weight: bold;
	font-size: 23px;
	font-variant: small-caps;
	position: relative;
	color: #555555;
	z-index: 20;
}



/* END TOP BANNER */ /* LEFT MENU */ /* contains menu table */
div.leftPanel {
	position: relative;
	float: left;
	vertical-align: top;
	padding-top: 15px;
	margin-left: 0.5%;
	width: 150px;
}

div.leftPanel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

div.leftPanel ul li {
	border-bottom: solid 1px #BBBBBB;
	padding-bottom: 0;
}

div.leftPanel ul li a {
	font-size: 11px;
	white-space: normal;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
	padding: 0px;
}

div.leftPanel ul li a:hover {
	color: #8B0000;
	text-decoration: underline;
}

div.leftPanel ul li a:active {
	color: #8B0000;
	text-decoration: underline;
}

div.leftPanel h2 {
	font-size: 11px;
	margin: 0;
	padding: 0.1em;
	padding-left: 0.5em;
}

/* END LEFT MENU */ /* TOP NAVIGATION MENU */
table.navigation,ul.navigation {
	margin: 0;
	width: 100%;
	border-spacing: 0;
	border-top: 0 solid #C7C6C9;
	z-index: 30;
}

table.navigation tr td,ul.navigation li {
	text-align: center;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 0;
	border: 0;
	border-left: solid 1px #C7C6C9;
	border-bottom: solid 1px #C7C6C9;
	background: url(/templates/EuroGentest/images/nav.gif) repeat-x left top;
}

table.navigation tr td:first-child,ul.navigation li:first-child {
	border-left: solid 0px #C7C6C9;
}

table.navigation tr td a,ul.navigation li a {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-transform: capitalize;
	text-decoration: none;
}

table.navigation tr td a:hover,ul.navigation li a:hover {
	color: #8B0000;
	text-decoration: underline;
}

table.navigation tr td a:active,ul.navigation li a:active {
	color: #8B0000;
	text-decoration: underline;
}

/* END TOP NAVIGATION MENU */ /* TOP NAVIGATION MENU */
table tr td.navigationActive,ul.navigation li.navigationActive {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	border-left: solid 1px #C7C6C9;
	background-color: white;
	border-bottom: none;
	background-image: none;
	border-top: 1px solid #C7C6C9;
}

table.navigationActive tr td:first-child,ul.navigation li.navigationActive:first-child
	{
	border-left: solid 0px #C7C6C9;
}

table tr td.navigationActive a,ul.navigation li.navigationActive a {
	font-size: 12px;
	font-weight: bold;
	color: #8B0000;
	text-transform: capitalize;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

table tr td.navigationActive a:hover,ul.navigation li.navigationActive a:hover
	{
	color: #8B0000;
	text-decoration: none;
	background-image: none;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}

table.navigationActive tr td a:active,ul.navigation li.navigationActive a:active
	{
	color: #8B0000;
	text-decoration: underline;
}
table.navigation{
 background: url(/templates/EuroGentest/images/nav.gif) repeat-x left top;
}

a.bottomText {
	color: blue;
	text-decoration: underline;
	font-size: 11px;
}

div.bottomBar {
	clear: both;
	vertical-align: bottom;
	text-align: center;
	background: url(/templates/EuroGentest/images/nav3.gif) repeat-x left top;
	border-top: solid 1px #C7C6C9;
	margin-top: 1em;
}

div.bottomBar p {
	font-size: 10px;
}



/* TOP TOOL BAR */
	
div.toolBar div{
	font-size: 11px;
	float: left;
	vertical-align: middle;
	height: 23px;
}
div.toolBar img {
	vertical-align: middle;
}

div.toolBar label, div.toolBar input , div.toolBar form{	
	margin: 0;
	padding: 0;
	font-size:11px;
}

div.toolBar input {
	font-size: 10px;
}

div.toolBar div.toolLeft {
	background-color: #E9E8EB;
	width: 40%;
	margin:0px;padding:0px;
	
}

div.toolBar div.toolMiddle {
	width: 2%;
	background-image: url(/templates/EuroGentest/images/corner2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;padding:0px;
	
}

div.toolBar div.toolRight {
	width: 57%;
	margin:0px;padding:0px;
	text-align: right;
}


/* END TOP TOOL BAR */


