/* $Id: local-sample.css 7156 2010-04-24 16:48:35Z chris $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

/* Style for the personnal profile under the 'TEAM' tab */
.profile-perso .views-field-value {
  font-weight: bold;
  font-size: 200%;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:10px;
  margin-bottom:10px;
}

.profile-perso div.views-field-value-1 div.field-content {
  display:inline;
}

.profile-perso div.views-field-value-1 label.views-label-value-1 {
  font-weight: bold;
}

.profile-perso div.views-field-value-2 {
  padding-top:10px;
  padding-bottom:10px;
}

.profile-perso div.views-field-value-2 label.views-label-value-2 {
  font-weight: bold;
}

.profile-perso div.views-field-value-3 {
  padding-top:10px;
}

.profile-perso div.views-field-value-3 label.views-label-value-3 {
  font-weight: bold;
}

.profile-perso div.views-field-value-4 {
  padding-top:10px;
}

.profile-perso div.views-field-value-4 label.views-label-value-4 {
  font-weight: bold;
}

.profile-perso div.views-field-value-5 {
  padding-bottom:20px;
  font-size: 150%;
}

.profile-perso div.views-field-nothing {
  clear:both;
}


.profile-perso div.views-field-picture div.field-content div.picture img {
  margin-left:20px;
  max-width:200px;
}

/* General styling */
map {
display:none;
}

p {
  text-align:justify;
}

.inTextFloatRight {
  float: right;
  margin:10px 0px 0px 20px;
}

/* Logo ETS */
#block-block-4 {
  margin-top:-15px;
  margin-bottom:-10px;
}

/* Welcome block */
#block-block-2 {
  margin-bottom:0px;
}

/* Spacing for the 'views2' display of the 'news' content type (for 'NEWS' and 'ANNOUNCEMENTS') */
.low-profile-news .node-type-news
{
  margin:0px;
  padding:0px;
}

.low-profile-news div.node.node-type-news
{
  margin-bottom:0px;
}

/* Custom javascript toggleable content, used for the 'news' content type */
.toggleable
{
  display: none;
}

.synchro-toggle-link
{
  color: #27638c;
}

.synchro-toggle-link:hover, .toggle-link:focus, .toggle-link:active 
{
  text-decoration: underline;
}

/* Display floating image one after the other, used to display the sponsors' logo */
.inline-float-image,
.inline-float-image .views-row,
.inline-float-image div.views-field-image-image
{
  display:inline;
}

.inline-float-image div.views-field-image-image img
{
  padding:5px;
  vertical-align:middle;
}

#postscript-bottom .block
{
  margin-bottom:5px;
}

/* Prevent the lists inside "content" to display green bullets
   Use class="no-inner-format" */
.content-inner-inner .content-content .inner .content .no-inner-format ul li {
background-image:none;
padding-left: 0px;
}

/* Table formatting on the research page */
.table-research tr {
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#d6ddb9;
}

.table-research td {
vertical-align:top;
padding-top:10px;
padding-bottom:5px;
}

