body {
  font: 15px "Helvetica", Arial, Verdana;
  margin: 0px;
  color: #333;
  background-color: #FFFFFF;
  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;
}

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 {
   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 ;
   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 {	/* Deprecated. Use h1.footer instead */
   width: 100% ;
   color: #212063 ;
   background-color: #d6dde5 ;
   border: 0px ;
   padding: 2px ;
   /* font-size: 11pt ; */
   font-weight: normal ;
   /* text-align: center ; */
}

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

#isdc_body {
  width: 100%;
  background-color: #ffffff;
/*  border-right: 1px solid #8b8b8b; */
}

.isdc_header {
/*  border: 1px solid #AA0000;*/
  background-color: #8a9bbe;
/*  height: 119px; */
  vertical-align: bottom;
  text-align: left;
}

#isdc_warning {
  width: 916px;
  height: 32px;
  border: 2px solid red;
  color: red;
  font-weight: bold;
  padding: 16px;
  vertical-align: middle;
}

#isdc_header_logo {
  width: 200px;
  background-color: #8a9bbe;
  text-align: center;
   display: none;
}

#isdc_header_logo img {
  /*visibility: hidden;*/
   display: none;
}

#isdc_header_image {
/*  width: 365px; */
  width: 300px;
  height: 120px;
  padding-right: 0px;

}

#isdc_staff_table {
	margin-top: 20px;
}

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

#isdc_header_text {
  width: 100%;
  height: 100%;
/*  width: 315px; */
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #ffffff;
}

#isdc_header_menu {
  width: 485px;
  height: 14px;
/*  width: 315px; */
  vertical-align: top;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
  /*visibility: hidden;*/
  display: none;
}

#isdc_menu {
  width: 199px;
  background-color: #d6dde5;
  /*border-right: 1px solid #8b8b8b;
  border-left: 1px solid #8b8b8b;*/
  vertical-align: top;
  /*visibility: hidden;*/
  display: none;
}

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

#isdc_footer {
  border: 0px;
  border-top: 1px solid #8b8b8b;
  padding-top: 20px;
  text-align: center;
  /*background-color: #EEEEEE;*/
}

#isdc_page_contents {
  border-right: 1px solid #8b8b8b;
  padding: 20px;
  vertical-align: top;
}

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

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

/*
#imtabs,  #imtabs1,  .loadFromClient {
 display: none;
}
*/


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


#lang_flags  {
 float: left;
 /*margin-top: 5px;
 border-bottom: 1px solid #ffffff;*/
 display:none;
 /*vertical-align: middle;
 border: 0px;*/
}

.lang_flag  {
 float: left;
 width: 18px;
 height:10px;
 /*padding-left: 3px;*/
 /*padding-right: 2px;*/
 /*padding-bottom: 3px;*/
 background-color: #ffffff;
 background-repeat: no-repeat;
 background-position: center center;
 border: 1px solid #000000;
 cursor: pointer;
}



#lang_fr {
 background-image: url('/images/flag_f.gif');
}

#lang_it {
 background-image: url('/images/flag_i.gif');
}

#lang_en {
 background-image: url('/images/flag_e.gif');
}

#lang_de {
 background-image: url('/images/flag_d.gif');
}

.lang_on {
/* border-bottom: 1px solid #777777;*/
 cursor: default;
}

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

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