/*

Theme Name: ECGS Theme
Theme URI: http://www.ecgs.lu/
Description: ECGS default theme
Version: 0.9.9, 2010-04-13
Author: Gilles Celli
Author URI: http://www.ecgs.lu/
Tags: blue, custom header, fixed width, two columns, widgets

	ECGS Theme
	This theme was designed and built by Gilles Celli
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande" , "Lucida Sans" , "Lucida Sans Unicode" , Helvetica, Arial, sans-serif;
	color: #555;
	background: #eee url(images/bodybg-110px.png) left top repeat-x;
	line-height: 1.333em;
}


form {
	margin:0px;
	padding:0px;
}


#page {
	margin: 0px auto;
	width: 970px;	
}

img {
	border: none;
}


/* Header Image without the Search Bar */

#header {

	margin: 5px 0px 0px 0px;
	height: 90px;
	width: 970px;
}

h1 {
	margin: 0px;
	background: url(images/ecgs-logo-with-text-small.png) no-repeat;
	padding-left: 20px; 
	height: 60px;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666;
	font-style: italic;
}

#headerimg {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 570px;
	float: left;
}

#searchform {

	float: right;
	width: 270px;
	height: 40px;
	
	margin: 20px 0px 0px 0px;
	padding: 12px 0px 12px 4px;

	background: url(images/searchform-background-250px.png) no-repeat;
	
}

#searchform #s {
	width: 135px;
	height: 16px;
	padding: 3px 5px 0px 5px;
	border: 1px solid #eee;
	background: #fff;
	vertical-align: middle;
}

#searchform #searchsubmit {
	background: url(images/go-button.png) no-repeat; 
	border: 1px solid #eee;
	width: 32px;
	height: 22px;
	text-indent:-9999px;
	cursor:pointer;
	vertical-align: middle;
}

#searchform label {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #41550e;
}

#searchResults {
	float:left;
	margin:0;
	padding-left: 5px;
}

#searchResults h3 {
	color: #444;
	padding:0;
	margin-bottom:0px;		
}


.searchString {
	font-weight: bold;
	color: #444;
}

p.results {
	color: #666;
	margin: 5px 0px 10px 0px;
}

p.found {
	margin: 0px 0px 0px 0px;
	padding:0px;
	color: #39f;
	
}

p.found a:link,
p.found a:visited 
{
	padding:0px;
	color: #39f;
	text-decoration: underline;
	
}

p.postmetadata {
	color: #888;
	font-size: 0.86em;
	margin: 0px;
	padding: 0px;
}



p.foundCategory {
	color: #888;
	margin-top: 0px;
	font-size:0.92em;
}


/* ==================== Navigation Bar  ======================================= */

#mainNav {
	margin: 25px 0px 20px 0px;
	padding: 0px;
	text-align: left;	
	font-weight: normal;
	font: 12px/normal 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}


#mainNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#mainNav li {
	display: inline;	
}

#mainNav a:link,
#mainNav a:visited {
	background: #2d90d7;
	color: #fff;
}


#mainNav a:link,
#mainNav a:visited {
	
	padding: 5px 11px 5px 11px;
	text-decoration: none;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;	
	
	text-decoration: none;

}

#mainNav a:hover {
	color:#fff;
	background: #f93;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
 

#mainNav li.current_page_item a {
	text-decoration:none;
	background: #02e300;
	color: #fff;
}

/* ==================  Content  ============================== */

#content {
	float:left;
	width: 950px;
	background: #fcfcfc;
	
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 20px 10px;

	font-size: 0.72em;

	overflow: hidden;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
}

/* ==================== Post  (About, Publications) ========================= */


.post {
	float:left;
	
	width: 730px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 0px 7px 0px 5px;
	line-height: 1.3em;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5 {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande" , Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #4079a5;
	line-height: 1.2em;
	padding: 0px;
}


.post a:link {
	color: #405f72;
	text-decoration: none;
}

.post a:visited {
	color: #405f72;
	text-decoration: none;
}

.post a:hover {
	color: #39f;
	text-decoration: underline;
}

.post h2 {
	font-size: 1.8em;
	margin: 10px 0px 15px 0px;
}

.post h3 {
	margin: 10px 0px 15px 0px;	
	width: 725px;
	border-bottom: 1px solid #ccc;
	font-size: 1.6em;
}

.post h4 {
	margin: 15px 0px 10px 0px;
	font-size: 1.4em;
}

.post h5 {
	margin: 15px 0px 10px 0px;
	font-size: 1.1em;
}

.post p {
	margin: 5px 0px 5px 0px;
	padding: 0px 7px 5px 0px;
	
	line-height: 1.5em;
}

.post img.photo {
	margin: 15px 0px 10px 0px;
	padding: 6px;
	
	border: 1px solid #ddd;
	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;	

}

.post a.readmore	 {
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
	background: url(images/arrow.gif) no-repeat 100% 50%;
	color: #28f;
	/* zoom: 1; */
}

.post ul {
	margin: 5px 0px 3px 3px;
	padding: 3px;
	list-style-type: none;
}

.post ul li {
	margin: 5px 0px 3px 6px;

	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 1.0em;
	
}

.post ul li ul {
	margin: 5px 0px 3px 15px;
}


.post ul li ul li {
	margin: 5px 0px 3px 5px;
	list-style-type: square;
	background-image: none;
	padding-left:0.0em;
}


.post ol li {
	list-style-image: none;
	margin: 5px 0px 5px 6px;
}


/* Events Page */


#events h4 a:link,
#events h4 a:visited {

	text-decoration: none;
}

#events h3 {
	padding-bottom: 0px;
	border-bottom: 1px solid #ddd;
}	

#events h4 {
	font-size:1.2em;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}


#events p  {

	margin: 7px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	font-size:0.92em;
}

#events a.eventsReadmore {
	text-align: right;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding-right: 10px;
	font-size: 0.92em;
	background: url(images/arrow.gif) no-repeat 100% 50%;
	zoom: 1;
}

#pastEvents {
	
	padding: 3px;
	margin: 30px 0px 0px 0px;
}

.eventsBox {
	margin: 0px 0px 10px 0px;
	padding: 2px 5px 5px 7px;
	background: #efefef;

	border: 1px solid rgb(221, 221, 221);

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;

}

/* ========================= Publications page =================================== */

.publications {
	float:left;
	margin: 10px 0px 10px 0px;
	font-family: Arial, sans-serif;
	
	padding: 5px;
	
	width: 400px;
	height: 685px;
	background: #f9f9f9;
	
	border-radius: 4px;
	border: 1px solid rgb(221, 221, 221);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.publicationsSmall {
	float:left;
	margin: 10px 0px 5px 10px;
	font-family: Arial, sans-serif;
	
	padding: 5px;
	
	width: 280px;
	height: 170px;
	background: #f9f9f9;
	
	border-radius: 4px;
	border: 1px solid rgb(221, 221, 221);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.publicationsBook {
	float: left;
	margin: 10px 0px 5px 10px;
	font-family: Arial, sans-serif;
	
	padding: 5px;
	
	width: 280px;
	height: 290px;
	background: #f9f9f9;
	
	border-radius: 4px;
	border: 1px solid rgb(221, 221, 221);
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.publicationsSmall h4 {
	font-size: 1.2em;
	margin-top: 10px;
	padding:0px;
}


.publications h4 {
	font-size: 1.2em;
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #c1c1c1;
	width: 390px;
}

.publicationsSmall h4 {
	font-size: 1.2em;
	margin-top: 10px;
	padding: 0px 5px 0px 5px;
}

.publications h4 a link,
.publications h4 a:visited {
	
	text-decoration: none;
}

.publicationsSmall h4 a link,
.publicationsSmall h4 a:visited {
	
	text-decoration: none;
}

.publications p {
	margin:  10px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
}

.publications ul  {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}


.publicationsSmall p {
	margin: 20px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
}

.publications p a:link,
.publications p a:visited
{
	text-decoration: none;
}

.publicationsSmall  p a:link,
.publicationsSmall  p a:visited
{
	text-decoration: none;
}

.publications p a:hover
{
	color: #f93;
	text-decoration: underline;
}

.publicationsSmall p a:hover
{
	color: #f93;
	text-decoration: underline;
}

.publicationsScientificBox {
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	width: 85px;
	text-align: center;
}

.publicationsScientificBox p {
	margin: 0px;
	font-size: 0.88em;
}

.publicationsScientificBox img {
	
	margin: 0px 5px 0px 5px;
	border: 1px solid #ddd;
	padding: 3px;
}

.publications h3 {
	width: 390px;
	border-bottom: 1px solid #c1c1c1;
}

.publicationsBook h3 {
	width: 270px;
	border-bottom: 1px solid #c1c1c1;
}

.publicationsSmall  h3 {
	width: 270px;
	border-bottom: 1px solid #c1c1c1;	
}

.publicationsScientificBox h3 {
	width: 300px;
	border-bottom: 1px solid #c1c1c1;	
}


/* Publications JLG abstracts */


/* Cahier Bleu image */

.cahierImg {
	width: 70px;
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	float: left;
}


/* =========================== Projects page ================================ */

#projects h3 {
	
	padding: 0px;
	border-bottom: 1px solid #c1c1c1;
	
}

#projects .projectsBox {
	margin: 10px 0px 0px 0px;
	padding: 4px 10px 3px 8px;	
	
	background: #eee;
	font-size: 0.92em;
	
  border: 1px solid rgb(221, 221, 221);
 
	border-radius: 4px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

#projects .projectsBox p {
	margin: 0px;
	padding: 0px;
}

#projects .projectsBox h4 {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

#projects .projectsBox h4 a,
#projects .projectsBox h4 a:visited {
	text-decoration: none;	
}

#projects .projectsBox a.projectsReadmore {
	text-align: right;
	white-space: nowrap;
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
	font-size: 0.92em;
	background: url(images/arrow.gif) no-repeat 100% 50%;
	zoom: 1;
	color: #89f;
}


/* =========================== jobs page ================================ */

#jobs h3 {
	
	padding: 0px;
	border-bottom: 1px solid #c1c1c1;
}

#jobs .jobsBox {
	margin: 10px 0px 0px 0px;
	padding: 4px 10px 3px 8px;	
	
	background: #eee;
	font-size: 0.92em;
	
  border: 1px solid rgb(221, 221, 221);
 
	border-radius: 4px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

#jobs .jobsBox p {
	margin: 0px;
	padding: 0px;
}

#jobs .jobsBox h4 {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

#jobs .jobsBox h4 a,
#jobs .jobsBox h4 a:visited {
	text-decoration: none;	
}


#jobs .jobsBox a.jobsReadmore {
	text-align: right;
	white-space: nowrap;
	margin: 0px 0px 10px 0px;
	padding-right: 10px;
	font-size: 0.92em;
	background: url(images/arrow.gif) no-repeat 100% 50%;
	zoom: 1;
	color: #39f;
}


/* =========================== Category ================================ */

p.category {
	font-size: 8px;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #999;
	margin: 3px 0px 5px 0px;
	padding: 5px
}

p.category a:link,
p.category a:visited {
	text-decoration: none;
	color: #999;
}

p.category a:hover {
	color: #39f;
}

.spacer {
	clear: both;
	height: 25px;
	width: 200px;
}

ul.categoryList {
	margin: 10px 0px 0px 0px;
	padding:0px;
	color:#666;
	list-style: none;	
}

ul.categoryList li {

	color: #39f;
}

ul.categoryList li a {
	color: #39f;
	text-decoration: underline;
}

h3#categoryHeader {

	margin:10px 0px 5px 0px;
	padding:0px;
	color: #2971a7; 
}

.categoryTitle {
	color: #39f;
}

.post-cat {
	background: url(images/folder.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 0.76em;
	
}

.clear {
	clear: both;
}


/* ================================= Sidebar ======================================= */

#sidebar {
	
	font-family: Arial, Helvetica, sans-serif;
	
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	width: 190px;
}

.sidebarBox {
	margin:  0px 0px 20px 0px;
	padding: 0px 0px 8px 0px;
	font-size: 0.96em;
	border-radius: 4px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
}

.sidebarBox img {
	border: none;
	margin: 0px;
	padding: 2px 0px 0px 2px;
	width: 180px;
}

.sidebarBox h3 {
	
	font-size: 14px;
	font-weight: normal;	
	margin: 0px;
	padding: 5px 0px 5px 8px;
	background: #2d91d7;
	color: #fff;
	
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;

}


.sidebarBox ul {

	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sidebarBox li {
	
	padding: 3px 8px 4px 8px;
	border-bottom: 1px dotted #ccc;
}

.sidebarBox li a,
.sidebarBox li a:visited {
	color: #444;
	text-decoration: none;
}

.sidebarBox li a:hover {
	color: #39f;
	text-decoration: none;
}


.sidebarTags {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	margin: 5px 0px 5px 0px;
	padding: 5px;	
}

.sidebarTags p {
	margin: 5px 0px 0px 2px;
	padding: 0px;
}

.sidebarTags h3 {
	margin: 0px;
	padding: 3px 0px 3px 3px;
	color: #fff;
}

.sidebarTags a:link, 
.sidebarTags a:visited {
	margin: 3px 0px 0px 2px;
	text-decoration: none;
	color: #59a2fb;
}

.sidebarTags a:hover {
	text-decoration:underline;
	color: #f93;
}

/* ================ Footer ================================================== */

#footer {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	min-height: 30px;
	line-height: 150%;
	
	color: #666;
	width: 970px;

	background: #fafafa;
	
	font-size: 0.72em;
	
	border: 1px solid rgb(201, 201, 201);
 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px; 	
 }


#footer ul {
	margin: 0px;
	list-style: none;
	padding: 7px 0px 0px 10px;
	white-space: nowrap;
}

#footer ul li {
	display: inline;
	border-right: 1px solid #bbb;	
}

#footer ul li.lastItem { 
	border-right:none; 
	
}

#footer a:link,
#footer a:visited {
	padding: 0px 5px 5px 5px;
	text-decoration: none;
	color: #999;
			
}

#footer a:hover {
	color: #39f;
	
}

#footer li.current_page_item a {
	text-decoration:none;
	color: #666;
	font-weight: bold;
}



.clear {
	clear:both;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}


hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}

a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}


/* Taken from old website  */
table.ecgsTable {

	margin-top: 20px;
	border-collapse: collapse;
	font-size: 0.82em; 
}

table.ecgsTable th {
	font-size: 1.3em;
	background: #e9e9e9;
	border: 1px solid #ccc;
	padding:7px;
}

table.ecgsTable td {
	font: 1.2em  Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	padding: 7px;
}

table.ecgsTable td.authors {
	
	font-weight: bold;
}


/* ================ Contact Page ================================================== */

#addressBox  {
	margin: 0px 0px 25px 0px;
	padding: 5px;
	background: #e4e7eb;
	height: 180px;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;

}

#addressBox img {
	float: left;
	margin: 10px 20px 10px 10px;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
	height: 140px;
}

#addressBox #addressText {
	margin: 0px 10px 0px 0px;
	height: 170px;
	float:right;
	width: 420px;

}

#addressBox #addressText h4 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#addressBox #addressText p {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	font-style:italic;
}

ul.links {
	list-style-type:none;
	list-style-image: none;
	margin: 10px 0px 10px 0px;
	line-height: 160%;
}

ul.links li {
	margin: 5px 0px 10px 0px;
}


ul.links a {
	text-decoration: underline;
}


.photo-icon-left {
	float:left;
	margin: 14px 10px 2px 0px;
	padding: 0px 0px 0px 0;
	border: 1px solid #eee;
	padding: 2px;	
}


/* =============================== Frontpage ================================= */

#frontpage {
	width: 950px;
	background: #fcfcfc;
	
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	
	overflow: hidden;
	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;	
}


#frontpage #welcomePanel {
	
	width: 915px;
	background: #e4e7eb;
	height: 250px;
	margin: 20px 0px 20px 15px;
	padding: 10px 0px 0px 0px;
	

	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;	
}


#frontpage #welcomePanel #welcomeMessage
{	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 540px;
	
}




#frontpage #welcomePanel p
{
	margin: 0px 0px 5px 0px;
	padding: 10px 10px 10px 5px;
	font-size: 20px;
	color: #777;
	text-shadow: 1px 1px 1px #bbb;
	font-family: Georgia, Times, serif;
	line-height: 1.6em;
	text-align: center;
}	

#frontpage #welcomePanel .highlightText {
	font-size: 30px;
	color: #557;
}



#frontpage .exploreNav {
	
	float: left;

	width: 287px;
	height: 150px;

	margin: 0px 10px 5px 15px;
	padding: 0px 0px 0px 0px;

	background: #efefef;
	
	border: 1px solid rgb(221, 221, 221);
 
 	-webkit-box-shadow: rgba(153, 153, 153, 0.199219) 1px 1px 7px;
 	-moz-box-shadow: rgba(153, 153, 153, 0.199219) 0 1px 3px;

}



#frontpage .exploreNav h4 {
  font-size: 14px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 7px 2px 5px 0px;
  color: #555;
 
}

#frontpage .exploreNav a:link,
#frontpage .exploreNav a:visited  {
	text-decoration: none;
}

#frontpage .exploreNav a.readmore {
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
	background: url(images/arrow.gif) no-repeat 100% 50%;
	color: #28f;
	/* zoom: 1; */
}



#frontpage .exploreNav p {
  
  font-size: 13px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  line-height: 1.3em;
  margin: 0px;
  padding: 0px 5px 3px 5px;

}

#frontpage .exploreNav img.icon {

	float:left;
	margin: 12px 10px 60px 10px;
	width: 85px;
	
	padding: 3px;
	
	background: #eee;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
}

#frontpage .exploreNav img {
	
	clear: left;
	float:left;
	margin: 10px 10px 5px 5px;
	width: 70px;
	padding: 4px;

}


/* ===================== InfoPanel on Frontpage =============================== */


#frontpage #infoPanel {
	
	clear: both;
	width: 950px;
	height: 310px;
	margin: 0px 0px 10px 15px;
	padding: 10px 0px 0px 0px;
		
}


#frontpage #infoPanel .infoBox  {
	
	float: left;
	width: 290px;
	height: 290px;

	margin: 0px 10px 15px 10px;
	padding: 0px 0px 0px 0px;
	
	margin: 0px 20px 11px 0px;
	padding: 0px 0px 0px 0px;
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	  	
  	border-left: 1px solid rgb(221, 221, 221);
 	border-right: 1px solid rgb(221, 221, 221);
 	border-bottom: 1px solid rgb(221, 221, 221);
 	

 	-webkit-box-shadow: rgba(153, 153, 153, 0.199219) 1px 1px 7px;
 	-moz-box-shadow: rgba(153, 153, 153, 0.199219) 0 1px 3px;
	
}


#frontpage #infoPanel .infoBox h3 {
  
  width: 280px;
  
  margin: 0px;
  padding: 3px 0px 3px 10px; 
  
  font-size: 14px;
  color: #fff;
  background: #2d91d7;
  	
}


#frontpage #infoPanel .infoBox p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 0.68em;
	color: #999;
}

#frontpage #infoPanel .infoBox  ul {
	margin: 5px 0px 0px 0px;
	padding: 0px 3px 5px 5px;
	list-style-type: none;
	font-size: 12px;
	width: 265px;	
}

#frontpage #infoPanel .infoBox li {
	margin: 0px;
	padding: 5px 10px 3px 5px;
	border-bottom: 1px solid #bbb;
}


#frontpage #infoPanel .infoBox li a:link,
#frontpage #infoPanel .infoBox li a:visited {
	text-decoration: none;
	color: #555;	
}


#frontpage #infoPanel .infoBox li a:hover {
	color: #2d91d7;
}


#frontpage #infoPanel .infoBox .viewAll,
#frontpage #infoPanel .infoBox .viewAll a:link,
#frontpage #infoPanel .infoBox .viewAll a:visited {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 5px;
	text-align:left;
	color: #2d91d7;
	font-size: 12px;
	text-decoration: none;
	
}	

#frontpage #infoPanel .infoBox .viewAll a:hover {
	color: #f93;

}

#frontpage #infoPanel .infoBox img {
	margin: 10px 10px 0px 10px;
	width: 250px;
	padding: 3px;
	background: #fff;
}




/* ===================== GORISK News on Frontpage =============================== */

.newsGORISK  {

	width: 295px;
	
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  	
  	border-left: 1px solid rgb(221, 221, 221);
 	border-right: 1px solid rgb(221, 221, 221);
 	border-bottom: 1px solid rgb(221, 221, 221);
 	
	-webkit-border-bottom-left-radius: 5px 5px;
 	-webkit-border-bottom-right-radius: 5px 5px;
 	
 	-webkit-box-shadow: rgba(153, 153, 153, 0.199219) 1px 1px 7px;
 	-moz-box-shadow: rgba(153, 153, 153, 0.199219) 0 1px 3px;
	
}


.newsGORISK h3 {
  
  float:left;
  margin: 0px;
  padding: 3px 0px 3px 10px; 
  width: 290px;
  font-size: 14px;
  color: #fff;
  background: #34a913;

  border-top-left-radius:     4px;
  border-top-right-radius:    4px;

  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;

  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;

  -webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;	

}

.newsGORISK p {
	
	margin: 5px 5px 25px 5px;
	padding: 4px 3px 0px 5px;
	font-size: 11px;	
	text-align: left;
	color: #555;
	
}

img.newsGORISK {
	
	margin: 5px 10px 0px 0px;
	float: left;
	width: 60px;
	height: 40px;
	padding: 3px;
	background: #fff;
}



/* ===================== Instrumentation on the WULG page =============================== */

#instrumentationPanel {
	
	clear: both;
	width: 670px;
	background: #f8f8f8;
	height: 290px;
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
}

#instrumentationPanel .wulgBox p {

	clear: left;
	margin: 0px 0px 0px 10px;
	padding: 5px;	
}

#instrumentationPanel .wulgBox img {
	
	float: left;
	height: 200px;
	margin: 10px 15px 10px 0px;
	padding: 3px;
	
	border: 1px solid #ddd;
	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;	
}



#instrumentationPanel .instrumentationBox {
	
	width: 200px;
	float: left;
	height: 250px;
	
	background: #efefef;
	
	margin: 20px 8px 15px 8px;
	padding: 0px 3px 0px 0px;

	border: 1px solid rgb(221, 221, 221);
 
	 -webkit-border-bottom-left-radius: 5px 5px;
 	-webkit-border-bottom-right-radius: 5px 5px;
 	-webkit-border-top-left-radius: 5px 5px;
 	-webkit-border-top-right-radius: 5px 5px;
 	
 	-webkit-box-shadow: rgba(153, 153, 153, 0.199219) 1px 1px 7px;
 	-moz-box-shadow: rgba(153, 153, 153, 0.199219) 0 1px 3px;

}

#instrumentationPanel .instrumentationBox h4 {
  font-size: 16px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin: 3px 0px 0px 0px;
  text-align: center;
  padding: 7px 0px 5px 5px;
  color: #444;
 
}

#instrumentationPanel .instrumentationBox a:link,
#instrumentationPanel .instrumentationBox a:visited  {
	text-decoration: none;
}

#instrumentationPanel .instrumentationBox p {
  clear: left;
  font-size:12px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #666;
  line-height: 1.3em;
  margin: 0px;
  padding: 0px 0px 3px 5px;

}

#instrumentationPanel .instrumentationBox img.icon
{

	float:left;
	margin: 8px 10px 15px 10px;
	width: 95px;
	padding: 4px;
	
	background: #eee;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
}

#instrumentationPanel .instrumentationBox img {
	clear: left;
	
	margin: 5px auto 10px auto;
	padding: 3px;
	
	border: 1px solid #ddd;
	
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;	

}




/* ======================= People page ================================= */

.peopleBox {
	margin: 0px 10px 10px 0px;
	width: 310px;
	height: 150px;
	padding: 5px;
	float: left;
	font-size: 0.92em;
	background: #fafafa;
	
	border: 1px solid #ccc;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	
}	

.peopleBox p {
	margin: 5px 0px 0px 70px;
	padding: 0px 5px 0px 0px;
	line-height: 1.6em;
}
	
.peopleBox img {
	margin: 10px 5px 0px 0px;
	width: 50px;
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}

/* ===================================================================================== */
/* =============================  All other CSS selectors ============================== */
/* ===================================================================================== */

/* HighlightBox */

.highlightBox {
	margin: 10px 0px 20px 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #ccc;
	background: #e5e585;
	
}	

.highlightBox p {
		color: #555;
		margin: 0px 10px 0px 4px;
		padding: 5px;
}

.highlightBox img {
	border: none;
}




img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


img.left {
	float: left;
	margin: 0px 10px 0px 0px;
}

.left {
	float: left;
	margin: 0px 10px 0px 0px;
}


.extendedAbstract
{
	font-weight: bold;
	color: #39f;
}

/*   Caption: Insert this for commenting image text caption */

.caption {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size:0.92em;
	font-style: italic;
	font-weight: bold;
	
	width: 670px;
	
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 3px;	

}

.caption p {
  margin: 0px;
  padding-left: 5px;
  text-align: left;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  
}

.caption img {
  width: 100%;
}

.red {
	color: #f00;
	text-align: center;
}

h3.red  {
	color: #f00;
	text-align: center;
}


p.hang {
	margin-left:40pt;
	text-indent:-30pt;
	margin-bottom:-5pt
}


.logo-container {
	height: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
 
   
}        


.logo-container img {
	
	float: left;
	
    margin-left: 20px;
    margin-right: 40px;
    
    margin-top: auto;
    margin-bottom: auto;

  
}        

.center,
.centered,
.centerText {
	text-align: center;
	border: none;
}

