body, p, td, th, pre, input, select, textarea
{
  font-family: Verdana, Helvetica, Arial, Geneva, Swiss, sans-serif;
  font-size: 8pt;
}

body
{
  background-color: #FFFFFF;
  margin: 0;
  height: 100%;
}

a:active, a:link
{
  color: #003366;
  font-weight: bold;
  text-decoration: none;
}

a:visited, a:hover
{
  color: #336699;
  font-weight: bold;
  text-decoration: none;
}

h1
{
  color: #999999;
  font-size: 1.4em;
  font-weight: bold;
}

h2
{
  color: #999999;
  font-size: 1.2em;
  font-weight: bold;
}

h3
{
  color: #999999;
  font-size: 1em;
  font-weight: bold;
}

h4
{
  color: #999999;
  font-size: 1em;
  font-weight: bold;
}

ul, ol, blockquote
{
  padding-left: 20px;
}

li
{
  list-style-position: inside;
}

#breadcrumbs li
{
  display: inline;
  position: relative;
}

#breadcrumbs li:before
{
  content: "/ ";
}

.boxLevel1Header
{
  background: #FF0000;
  border: 1px solid #FF0000;
  padding: 3px;

  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}

.boxLevel1Body
{
  border: 1px solid #FF0000;
  padding: 5px;

  margin-bottom: 10px;
}

.boxLevel2Header
{
  background: #ACACAC;
  border: 1px solid #ACACAC;
  padding: 3px;

  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}

.boxLevel2Body
{
  border: 1px solid #ACACAC;
  padding: 5px;

  margin-bottom: 10px;
}

div#logo
{
  background: #FFFFFF url('https://wiki.epfl.ch/static/images/logo.gif') no-repeat right;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 155px;
  height: 62px;
}

div#title
{
  background: #99CCCC url('https://wiki.epfl.ch/static/images/graph.gif') no-repeat right;
  position: absolute;
  top: 9px;
  left: 163px;
  right: 4px;
  height: 29px;

  padding-left: 18px;
  padding-top: 5px;
  color: #FFFFFF;
  font-size: 1.7em;
  font-weight: bold;
}

div#subtitle
{
  background-color: #339999;
  position: absolute;
  top: 44px;
  left: 163px;
  right: 4px;
  height: 23px;

  padding-left: 18px;
  padding-top: 5px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
}

div#language
{
  background-color: #CCCCCC;
  position: absolute;
  top: 73px;
  left: 4px;
  height: 15px;
  width: 155px;

  color: #666666;
  text-align: center;
  font-size: 0.9em;
}

div#language a
{
  color: #666666;
}

div#tracking
{
  background-color: #CCCCCC;
  position: absolute;
  top: 73px;
  left: 163px;
  right: 4px;
  height: 15px;

  padding-left: 18px;
  color: #666666;
  font-size: 0.9em;
}

div#tracking a
{
  color: #666666;
}

div#menu
{
  position: absolute;
  float: right;
  top: 74px;
  right: 4px;
  padding-right: 6px;

  color: #666666;
  font-size: 0.9em;
}

div#menu a
{
  color: #666666;
}

div#main
{
  position: absolute;
  top: 100px;
  right: 3px;
  left: 3px;
}

#column1
{
  width: 155px;
}

#column2
{
}

#column3
{
  width: 155px;
}

div#footer
{
  text-align: center;
  color: gray;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px gray solid;
}

.commentEven
{
  background: #EFEFEF;
  border-bottom: 1px dashed #736F6E;
  padding-top: 15px;
  padding-bottom: 25px;
}

.commentOdd
{
  background: #FFFFFF;
  border-bottom: 1px dashed #736F6E;
  padding-top: 15px;
  padding-bottom: 25px;
}

table.table
{
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

table.table th
{
  padding: 4px 4px 4px 0;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  border-bottom: 1px solid #000;
}

.table td
{
  padding: 4px 4px 7px 0;
  line-height: 14px;
  border-bottom: 1px solid gray;
}

#main p:first-child, h1:first-child, h2:first-child, ul:first-child
{
  margin-top: 0;
}

/* These properties are used by the application and are not directly used for the content */

table
{
  border-collapse: collapse;
  empty-cells: show;
}

.lightHeader, .formHeader
{
  background: #DDDDDD;
  font-weight: bold;
  border: 1px #DDDDDD solid;
  padding: 5px;
}

td.formAdvice
{
  color: #736F6E;
  padding-top: 0;
  font-size: 7pt;
  vertical-align: top;
}

td.formError
{
  color: #FF0000;
  padding: 0;
  vertical-align: bottom;
}

td.formHelp
{
  border-left: 1px dashed #DDDDDD;
}

.error
{
  color: #FF0000;
}

.required
{
  color: #FF0000;
}

.confirmation
{
  color: #008100;
  border-bottom: 1px dashed #008100;
}

/* The following properties should not be modified */

form
{
  margin: 0;
}

.fieldVerySmall
{
  width: 1.7cm;
}

.fieldSmall
{
  width: 3.5cm;
}

.fieldMedium
{
  width: 5.5cm;
}

.fieldBig
{
  width: 7.5cm;
}