html { min-height: 100%; margin-bottom: 1px; }

body {

  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 1px;
  color: #333;
  background-color: #fff;
  text-align: left;	/* for IE and Opera assuming "center" */
}

a:link {
  text-decoration: none;
  color: #bd1c29;
}
a:visited {
  text-decoration: none;
  color: #bd1c29;
}
a:active {
  text-decoration: underline; 
  color: #bd1c29;
}
a:hover {
  text-decoration: underline;
  color: #212063;
}

a:link.blink { /* does not work in Safari ? */
   text-decoration: blink;
}

th {	/* for head line of tables */
   color: #212063;
   background-color: #d6dde5;
   font-weight: bold;
}

ul, ol, dl {
  text-align: left;	/* for IE and Opera assuming "center" */
}

input, textarea {	/* for buttons & text forms */
   color: #212063;
   background-color: #d6dde5;
}

select {	/* for select boxes */
   color: #212063;
   background-color: #d6dde5;
   font-weight: bold;
}

p.justify { /* deprecated, use "p.text" instead */
   text-align: justify;
}

dl.wide dt {
	text-align: justify;
	padding: .4em 0 0 0;	/* top right bottom left */
}

dl.wide dd {
	text-align: justify;
	padding: 0 0 .4em 0;	/* top right bottom left */
}

ul.wide li {
	text-align: justify;
	padding: .4em 0 .4em 0;	/* top right bottom left */
}

p.text {
   text-align: justify;
}

p.caption {
   font-size: small;
   text-align: justify;
}

img.rightOfText {
   border: 1px solid ;
   margin-left: 10px ;
   float: right;
   clear: right;
}

img.rightOfTextNoClear {
   border: 1px solid ;
   margin-left: 10px ;
   float: right;
   clear: none;
}

img.leftOfText {
   border: 1px solid ;
   margin-right: 10px ;
   float: left;
   clear: left;
}

img.leftOfTextNoClear {
   border: 1px solid ;
   margin-right: 10px ;
   float: left;
   clear: none;
}

h1.title {
   width: text ;
   color: #212063 ;
   background-color: #d6dde5 ;
   border: 0px ;
   padding: 3px ;
   font-size: 18pt ;
   font-weight: normal ;
   text-align: center ;
}

h1.footer {
   width: text ;
   color: #212063 ;
   background-color: #d6dde5 ;
   border: 0px ;
   padding: 3px ;
   /* font-size: 11pt ; */
   font-weight: normal ;
   /* text-align: center ; */
}

h2.subtitle {
   width: text ;
   color: #fff ;
   background-color: #8a9bbe ;
   border: 0px ;
   padding: 2px 2px 2px 10px ; /* top right bottom left */
   font-size: 14pt ;
   font-weight: normal ;
   text-align: left ;
}

table.title {	/* Deprecated. Use h1.title instead */
   width: 100% ;
   color: #212063 ;
   background-color: #d6dde5 ;
   border: 0px ;
   padding: 2px ;
   font-size: 18pt ;
   font-weight: normal ;
   text-align: center ;
}

table.footer {	/* For only one table cell use h1.footer instead */
   width: 100% ;
   color: #212063 ;
   background-color: #d6dde5 ;
   border: 0px ;
   padding: 2px ;
   /* font-size: 11pt ; */
   font-weight: normal ;
   /* text-align: center ; */
}

div.alignRight {
   width: text ;
   text-align: right ;
}

font.highlight {	/* yellow StabiloBoss-like text highlighting */
   color: black ;
   background-color: #ffff66 ;
   font-weight: bold ;
}

.isdc_body_bg {
 background-color: #eee;
}

.isdc_header {
  background-color: #8a9bbe;
}

#isdc_body {	/* the complete page block table with header and margin */
/*  width: 950px; */
  background-color: #fff;
}
#isdc_body, #isdc_warning_container {
  width: 950px;
}
#isdc_warning_container {
  margin-left:auto;
  margin-right:auto;
}
#isdc_warning {
  border-top: 2px solid #900;
  border-bottom: 2px solid #900;
  color: #900;
  font-weight: normal;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  background-color: #ecc;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ecc));
}

#isdc_header_logo {
  width: 200px;
  text-align: center;
  background-color: #8a9bbe;
  border-left: 1px solid #ccc;
}

#isdc_header_image {
  width: 300px;
  height: 120px;
  padding: 0;
}

#isdc_staff_table {
  margin-top: 20px;
}

#isdc_staff_table td{
  border-bottom: 1px solid #ccc;
}

#isdc_header_text {
  width: 450px;
  height: 58px;
  vertical-align: middle;
  text-align: left;
  padding-top: 3px;
  padding-left: 20px;
  font-size: 24px;
  color: #ddd;
}

#isdc_header_menu {
  width: 450px;
  height: 14px;
  vertical-align: top;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
}

#isdc_menu {
  width: 200px;
  background-color: #d6dde5;
  border-left: 1px solid #ccc;
  vertical-align: top;
}

#isdc_menu_tree {
  width: 200px;
  background-color: #d6dde5;
}

#isdc_page_contents {
  width: 100%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom:  0px;
  padding: 20px;
  vertical-align: top;
}

#isdc_footer {
  border: 0px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  text-align: center;
  background-color: #eee;
}

.isdc_footer_logo {
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}

a.isdc_header_menu_item {
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #212063;
}

a.isdc_header_menu_item_active {
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: #bd1c29;
}

#access_restriction_icon {
  vertical-align: sub;
  width: 19px;
  height: 19px;
  border: none;
}

#new_section_icon {
  vertical-align: middle;
  width: 31px;
  height: 12px;
  border: none;
}

.section {
  padding: 10px;
  width: 198px;
  border: 1px solid #dfdfdf;
  vertical-align: top;
}

.section_contents {
  padding-top: 10px;
  text-align: justify;
}

.section_title {
  font-size: 20px;
}

#section_welcome {
  width: 240px;
  height: 200px;
  border: 0px;
}

#section_title_welcome {
  font-size: 24px;
}

#section_contents_welcome {
  font-size: 12px;
}

#section_image {
  width: 240px;
  height: 200px;
  border: 0px;
}

#section_contents_image {
  padding: 0px;
  width: 240px;
  height: 140px;
}

#section_data {
  border-color: #bd1c29;
  height: 100px;
  padding-bottom: 0px;
}

#section_title_data {
  width: 180px;
  color: #bd1c29;
  border-bottom: 1px solid #bd1c29;
}

#section_projects {
  border-color: #333;
  height: 100px;
  padding-bottom: 0px;
}

#section_title_projects {
  width: 180px;
  color: #333;
  border-bottom: 1px solid #333;
}

#section_science {
  border-color: #212063;
  height: 100px;
  padding-bottom: 0px;
}

#section_title_science {
  width: 180px;
  color: #212063;
  border-bottom: 1px solid #212063;
}

/**********************************
**** For multi-languages handling
**********************************/
.lang_flag img, #lang_flags img {
 width: 100%;
 height: 100%;
 border: 0px;
}


#lang_flags  {
 float: left;
 display:none;
}

.lang_flag  {
 float: left;
 width: 18px;
 height:10px;
 cursor: pointer;
}

.lang_on {
 cursor: default;
}

.langcl_en, .langcl_fr, .langcl_it, .langcl_de, .langcl_es, .langcl_pl, .langcl_ru {
 display:none;
}

/* For figures and images with caption */
/* There is some duplication because CTA Outreach is using the older
  "figureRight" and the Newsletter is now using "captionFigRight" */

div.figureLeft {
  float: left;
}
div.figureRight {
  float: right;
}
div.figureRight p,  div.figureLeft p {
  font-style: italic;
  font-size: 0.6em;
  text-indent: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
div.captionFigLeft {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
div.captionFigRight {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
div.captionFigLeft p {
  margin-left: 0;
  margin-right: 10px;
}
div.captionFigRight p {
  margin-left: 10px;
  margin-right: 0;
}
div.captionFigLeft img {
   border: 1px solid;
   float: left;
   margin-left: 0px;
   margin-bottom: 5px;
   clear: left;
}
div.captionFigRight img {
   border: 1px solid;
   float: right;
   margin-right: 0px;
   margin-bottom: 5px;
   clear: right;
}
div.captionFigRight p,  div.captionFigLeft p {
  font-style: italic;
  font-size: 0.6em;
  text-indent: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: justify;
}

/***********************************/

table.isdctable {text-align: left; border-color:black;border-width:1px;border-collapse:collapse;border-style:outset;}
table.isdctable th {border-width: 1px;padding: 4px;border-style: inset;border-color: black;background-color: #d6dde5;}
table.isdctable td {border-width: 1px;padding: 4px;border-style: inset;border-color: black;}
table.isdctable tr:nth-child(even) {background-color: #fff0e0;}
table.isdctable tr:nth-child(odd)  {background-color: #f5f5f5;}
/* table.isdctable tr:nth-child(1)    {background-color: #d6dde5;} */ /* 100526 MT: commented-out, use <th> for table head */

table.gallery { /* for an image gallery like with caption text */
  border-spacing: 10px;	/* like cellspacing */
  border: 0px;
}
table.gallery tr:nth-child(even) {background-color: #fff0e0;} /* allows specific bgcolor for separate <td> */
table.gallery tr:nth-child(odd)  {background-color: #f5f5f5;}
table.gallery th { color: #eee; background-color: #8a9bbe }
table.gallery td, table.gallery th {
  font-weight: normal;
  text-align: justify;
  vertical-align: top;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

table.diapo { /* for an image gallery (150px) like a collection of diapositives */
  border-spacing: 10px;	/* like cellspacing */
  border: 0px;
}
table.diapo td {
  padding: 5px;
  width: 160px;
  height: 160px;
  text-align: center;
  vertical-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* Old, use "isdctable" instead
tr.evenodd:nth-child(even) { background-color: #fff0e0; }
tr.evenodd:nth-child(odd)  { background-color: #f5f5f5; }
tr.evenodd:nth-child(1)    { background-color: #d6dde5; }
*/
