/*
** Common.
*/

body {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  font-size: 1em;
}

a {
  text-decoration: none;
  color: #1111bb;
}


/*
** Table.
*/

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;  
  margin-top: 0ex;  
}


/*
** Sidebar.
*/

td.sidebar {
  background-color: #d8b980;
  width: 1%;
}

/*
** Bib.
*/

table.bib {
  color: #000000;
}


/*
** Header.
*/

.header {
  background-color: #efd8a0;
  color: #000000;
  border-width: 0;
  text-align: center;
}

img.header {
  padding-bottom: 1ex;
}

div.header#title {
  padding-left: 2.7em;
  padding-right: 2.7em;
  padding-top: 1ex;
  padding-bottom: 2ex;
  font-size: 1.1em;
  font-style: normal;
}

div.header#restricted {
  padding-top: 1ex;
  padding-bottom: 0;
  font-size: 0.85em;
  font-style: oblique;
}


/*
** Side links
*/

.side_links {
  text-align: center;
}

div.side_links {
  padding-top: 4.1ex;
}

div.link {
  margin-bottom: 3ex;
}

.side_link {
  font-size: 0.8em;
  font-weight: bold;
}

span.side_link {
  color: #ededed;
}

a.side_link {
  color: #4a4a4a;
}

a.side_link:hover {
  text-decoration: underline;
}


/*
** Language button
*/

div.lang_button {
  padding-top: 17ex;
  margin-bottom: 60ex;
  text-align: center;
}

a.lang {
  border-style: solid;
  border-width: 1px;
  border-color: #4a4a4a;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
  padding-right: 0.5ex;
  padding-left: 0.5ex;
  font-size: 70%;
  color: #4a4a4a;
}


/*
** Homepage title.
*/

h1.home {
  color: #b89960;
  margin-top: 4.7ex;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

h2.home {
  color: #b89960;
  font-size: 1.2em;
  font-weight: bold;
}

h3.home {
  color: #b89960;
  font-size: 0.9em;
  font-weight: bold;
}

div.photo {
  margin-top: 8.3ex;
  padding-bottom: 0ex;
  text-align: center;
  margin-right: -11ex;
  margin-left: -4ex;
}


/*
** Page title.
*/

h1.page {
  color: #4f509f;
  margin-top: 4.8ex;
  margin-bottom: 6ex;
  margin-left: 1.7em;
  margin-right: 1.7em;
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
  border-right: 0;
  border-left: 0;
  font-size: 1.3em;
  font-weight: bold;	
  text-align: center;
}


/*
** Section title.
*/

h3 {
  background-color: #f0eff7;
  color: #4f509f;
  margin-top: 6ex;
  margin-bottom: 1ex;
  margin-left: 3.5em;
  margin-right: 3.5em;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6dccd;
  border-right: 0;
  border-left: 0;
  font-size: 1.05em;
  font-weight: normal;
}


/*
** Home.
*/

div.home {
  margin-top: 5ex;
  margin-left: 3.5em;
  margin-right: 3em;
  font-size: 0.9em;
  text-align: justify;
  width: 40%;
}

div.home_links {
  margin-top: 8ex;
}

p {
  margin-top: 3.2ex;
}

li {
  margin-top: 2ex;
}


/*
** Events.
*/

div.event {
  margin-top: 3ex;
  margin-left: 6.7em;
  margin-right: 6.7em;
  font-size: 0.8em;
  text-align: justify;
}

div.event_title {
  margin-top: 4ex;
  font-weight: bold;
}

div.event_info {
  margin-left: 1.5em;
  margin-top: 1.7ex;
  font-size: 0.95em;
}

div.event_links {
  margin-left: 1.5em;
  margin-top: 1.7ex;
  font-style: oblique;
}


/*
** Books.
*/

div.book {
  text-decoration: underline;
}


/*
** Papers.
*/

div.papers {
  margin-top: 4ex;
  margin-left: 4.5em;
  margin-right: 7em;
  font-size: 0.8em;
  text-align: justify;
}

div.paper_subtitle {
  color: #555555;
  margin-left: 1.2em;
  font-size: 0.85em;
  font-style: oblique;
}

div.paper_comment {
  margin-top: 0.6ex;
  margin-left: 1.2em;
  margin-right: 12em;
  font-size: 0.8em;
}

li.papers {
  margin-top: 1.9ex;
}


/*
** Slides.
*/

div.slides {
  margin-top: 0ex;
  margin-left: 0em;
  margin-right: 7em;
  text-align: justify;
}

li.slides {
  margin-top: 0ex;
}


/*
** Curriculum Vitae.
*/

div.cv_info {
  margin-top: 0.8ex
}

div.honors {
  margin-top: 2.5ex;
}


/*
** Contact Information.
*/

a.title {
  color: #4f509f;
}


/*
** Text.
*/

div.text {
  margin-top: 4ex;
  margin-left: 6.7em;
  margin-right: 6.7em;
  font-size: 0.8em;
  text-align: justify;
}


/*
** Download links.
*/

a.download {
  font-size: 0.7em;
  font-style: normal;
  font-weight: normal;
}

span.download {
  color: #555555;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
}


/*
** Errors.
*/

div.error {
  margin-top: 5ex;
  margin-left: 6em;
  margin-right: 6em;
  padding-top: 4ex;
  font-size: 0.8em;
  text-align: justify;
}


/*
** Legal informations.
*/

div.legal {
  margin-top: 35ex;
  margin-bottom: 12ex;
  font-size: 0.65em;
  text-align: center;
}
