/*

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: 940px;	
}

img {
	border: none;
}


/* Header Image without the Search Bar */

#header {

	margin: 20px 0px 0px 0px;
	height: 90px;
	width: 940px;
}

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


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

#searchform {
	margin: 20px 0px 0px 0px;
	padding: 12px 0px 12px 0px;

	background: url(images/searchform-background-250px.png) no-repeat;
	width: 260px;
	height: 50px;
	float:right;
}

#searchform #s {
	width: 135px;
	height: 18px;
	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 5px;
	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: #2d91d7;
	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: 912px;
	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:675px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 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: 675px;
	border-bottom: 1px solid #bbb;
	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-top: 5px;
	padding-bottom: 3px;
	padding-right: 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%;
	zoom: 1;
}

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

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

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

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


/* 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 15px 10px 0px;
	font-family: Arial, sans-serif;
	
	padding: 5px;
	
	width: 310px;
	height: 250px;
	background: #f9f9f9;
	
	border-radius: 4px;
	border: 1px solid rgb(221, 221, 221);
	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.publications h3 {
	margin: 0px;
	width: 300px;
	
}

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

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

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


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

.publications 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 JLG abstracts */

#jlgAbstracts {
	float:left;
	width: 320px;
	margin: 10px 0px 0px 0px;
	padding:0px;
}

#jlgAbstracts h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 320px;
}

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

.jlgAbstractsBox h4 {
	margin: 5px 0px 5px 0px;
	padding:0px;
}

.jlgAbstractsBox p {
	margin: 5px 0px 5px 0px;
	padding:0px;
}

.jlgAbstractsBox a.publicationsReadmore {
		font-size: 0.86em;

}


/* 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: #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: 20px 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: 150px;
}

.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: 930px;

	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;
}

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: 912px;
	background: #fcfcfc;
	
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	
	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;	
}


#frontpage #welcomePanel {
	
	width: 870px;
	background: #e4e7eb;
	height: 250px;
	margin: 18px 0px 10px 10px;
	padding: 10px 20px 0px 5px;
		
	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;	
}


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

#frontpage #welcomePanel h3
{
 	margin:  14px 0px 0px 5px;
 	padding: 0px 0px 0px 10px;
   
  text-align: left;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 1px #ccc;
  line-height: 1.2em;
}



#frontpage #welcomePanel p
{
	margin: 0px 0px 5px 0px;
	padding: 10px 10px 10px 0px;
	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 #infoPanel {
	clear: both;
	width: 895px;
	background: #f8f8f8;
	height: 300px;
	margin: 0px 0px 20px 10px;
	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;
}


#frontpage #infoPanel .infoBox {
	float: left;
	width: 283px;	
	margin: 10px 0px 0px 10px;
	padding: 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;
	
}

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

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

	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;	

} 

#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: #2d91d7;
	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;
}


#frontpage .exploreNav {

	width: 285px;
	float: left;
	height: 100px;
	background: #efefef;
	
	margin: 5px 3px 15px 10px;
	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;

}

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

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

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

}

#frontpage .exploreNav 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;
}

#frontpage .exploreNav img {
	clear: left;
	float:left;
	margin: 8px 10px 15px 10px;
	width: 65px;
	padding: 4px;

}

/* ===================== 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: 0px;
	padding-top: 5px;
	border: 1px solid #ccc;
	text-align: center;
}	

.highlightBox p {
		color: #777;
		font-size: 0.96em;
}

.highlightBox img {
	border: none;
}


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

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


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;
}

h3.red  {
	color: #f00;
}
