* {
  padding: 0px;
  border: 0px;
  margin: 0px;  
}

table[class~="layout"] {
  border-collapse: separate;
  border: none;
  border-spacing: 0px;
}

/*
  html, body {
    border: 1px solid black;
  }

  div {
    border: 1px solid red;
    margin: 2px
  }

  table {
    border: 1px solid green;
    margin: 2px
  }
*/



/******************************************************************************/
/***                          Automatic inclusions                           **/
/******************************************************************************/

/*
div#page_title:after{
  content: "PhD Thesis defense is scheduled for the 27 of September 2007 at IRISA!";
  display: block;
  margin-top: 1em;
  color: red;
  background-color: inherit;
  text-align: center;
  text-decoration: underline;
  font-family: cursive, sans-serif;   /* serif, sans-serif, cursive, fantasy, monospace */
  font-style: normal;                 /* normal, italic, oblique, inherit */
  font-variant: normal;           /* normal, small-caps, inherit */
  font-weight: bolder;                /* normal, bold, bolder, lighter, inherit */
  font-size: large;                /* [[x]x-]small, medium, [[x]x-]large */
}
*/

div[class~="ieOnly"] { display: none; }



/******************************************************************************/
/***                             Colors and Font                             **/
/******************************************************************************/

body {
  background-color: white;
  color: black;
}

*[class~="coloredBox"] {
  background-color : #f0f0ff;
  color : #ad00b5;
  border : 1px solid #a0a0ff;
}

*[class~="coloredBox"] * {
  color : #ad00b5;
  background-color: inherit;
}

*[class~="header"] {
  font-weight: bold;
  font-family : inherit;
}



/*----------------------------------------------------------------------------*/
/*--                             Default Layout                              -*/
/*----------------------------------------------------------------------------*/

table#default_layout {
  width: 100%;
  height: 100%;
}

tr#top_of_default_layout{
  width: 100%;
  height: auto;
}

td#body_of_default_layout, div#page_body {
  vertical-align: top;
}

td#left-side_of_default_page_body_layout {
  width: 10em;
  vertical-align: top;
}

td#body_of_default_page_body_layout {
  vertical-align: top;
}

/*----------------------------------------------------------------------------*/

div#links_list {
  margin: 0.25em;
  position: fixed;
  top: 50%;
  left: 0;
}

div#links_list img {
  width: 9em;
  text-align: center;
}

div#conformance_labels {
  margin: 0.25em;
  position: fixed;
  bottom: 0;
  left: 0;
}



/*----------------------------------------------------------------------------*/
/*--                             Generic Styles                              -*/
/*----------------------------------------------------------------------------*/

div[class~="coloredBox"] {
  margin: 0.25em;
  padding : 0.5em;
}

div.advertisement {
  display: block;
  margin-top: 1em;
  color: red;
  background-color: inherit;
  text-align: center;
  text-decoration: underline;
  font-family: cursive, sans-serif;   /* serif, sans-serif, cursive, fantasy, monospace */
  font-style: normal;                 /* normal, italic, oblique, inherit */
  font-variant: normal;           /* normal, small-caps, inherit */
  font-weight: bolder;                /* normal, bold, bolder, lighter, inherit */
  font-size: large;                /* [[x]x-]small, medium, [[x]x-]large */
}



/* Local Variables: */
/* coding: utf-8    */
/* End:             */

