@CHARSET "UTF-8";




	/* midde panel holding the content suggestion rename to contentPanel*/
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;
}

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;
}

/*3 column layout resizable */

/* 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;
}

/* CMS */
body#tinymce {
	padding: 10px;
}

.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;
}


.message {
	padding: 0;
	margin: 10px 0px;
	border: #900 1px solid;
	background-color: #fcf9ce;
	width: 75%;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Verdana,
		sans-serif;
	font-size: 1em;
}

.message .alert-message {
	font-size: 1em;
	margin: 0;
	padding: 5px;
	padding-left: 20px;
	display: block;
	text-align: left;
	vertical-align: middle;
	text-align: center;
}

.message .alert-message-close {
	background: none;
	padding: 7px;
	margin: 0;
	border: 0;
	float: right;
	color: #900;
}

.hide {
	display: none;
	visibility: hidden;
	overflow: hidden
}



img.exitWebsite{

border:0;
margin-left:5px;
}