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;
}
.boxLevel1Header
{
  display: none;
}
.boxLevel1Body
{
  display: none;
}
.boxLevel2Header
{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 3px;

  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
}
.boxLevel2Body
{
  border: 1px solid #FFFFFF;
  padding: 5px;

  margin-bottom: 10px;
}
div#logo
{
  background-color: #FFFFFF;
  position: absolute;
  top: 9px;
  left: 4px;
  width: 155px;
  height: 62px;

  background-image: url(http://blogs.epfl.ch/public/images/logo.gif);
  background-repeat: no-repeat;
  background-position: right;
}
div#title
{
  background-color: #FFFFFF;
  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: #FFFFFF; position: absolute; top: 44px; left: 163px; right: 4px; height: 23px; padding-left: 18px; padding-top: 5px; color: #399; font-size: 1.5em; font-weight: bold; text-transform: uppercase; }
div#language
{
  background-color: #ffffff;
  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: #ffffff;
  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;
}
.articleTitle
{
  font-weight:bold;
}
.articleDate
{
  color: #999999;
  font-size: 1.4em;
  font-weight: bold;
}
.articleCategory
{
  color:gray;
}
th.calendarDayHeader
{
  font-weight: bold;
  text-align: left;
  background:#DDDDDD;
  border:1px gray solid;
  padding:2px;
}
td.calendarDay
{
  text-align: center;
}
td.calendarDayCurrent
{
  text-align: center;
  border: 1px dotted;
}
td.calendarMonthYearRow
{
  font-weight: bold;
}
.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;
}

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

.lightHeader, .formHeader
{
  background: #DDDDDD;
  font-weight: bold;
  border: 1px #DDDDDD solid;
  padding: 5px;
}
table
{
  border-collapse: collapse;
  empty-cells: show;
}
table.box, table.formBox
{
  border: 1px solid #736F6E;
}
table.lister
{
  border: 1px solid #736F6E;
}
td.lister
{
  border: 1px solid #736F6E;
  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
{
  background: #FAFAFA;
  border-left: 1px dashed #DDDDDD;
}
th
{
  font-weight: bold;
  background: #DDDDDD;
  border: 1px solid #736F6E;
  padding: 5px;
}
.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;
}

/* This is a special hack for IE6, IE7 and other browsers are fine without */

.ie6spacerhack
{
  float: right;
}

/* CSS for the print mode */

@media print
{
  #main
  {
    position: absolute;
    top: 10px;
    left: 4px;
    right: 4px;
  }
  #column2
  {
    width:100%;
  }
  a
  {
    color:black;
    text-decoration:none;
  }
  #logo,#title,#subtitle,#language,#tracking,#footer,#column1,#column3
  {
    display:none
  }
}
