/* Software Component Technology Group,
   Department of Computer Science,
   ETH Zurich
   http://sct.inf.ethz.ch

   Based on se.inf.ethz.ch style sheet by ruth.buerkli 
*/


body {
  font-family: sans-serif;
  margin: 0px 15px 0px 0px;
  background-color: #f2f1dc;
  background-image: url(/images/bg.gif);
  background-repeat: repeat-y;
}



/* ################### */
/* HEADINGS */
/* ################### */

h1  {
  font-size: large;
  font-weight: normal;
  font-style: italic;
}

h2  {
  font-size: medium;
  font-weight: bold;
  color: #000099;
  background-color: #e6e6fa;
  padding-left: 5px;
  margin-bottom: 0px;
}

h3  {
  font-size: 1em;
  font-weight: bold;

  color: #009933;
  margin-top: 15px;
}
	
h4  {
  color: #000099;
  background-color: #FFFF99;
  font-weight: bolder;
}

h5 {
  font-weight: bolder;
}

h6 {
  font-size: smaller;
  font-weight: bold;
  color: #0033CC;
  background-color: #CCCFEE;
}



/* ################### */
/* TEXT FORMATTING */
/* ################### */

p {
  line-height: 120%;
}

li {
  line-height: 120%;
}


/* ################### */
/* LINKS */
/* ################### */

a   {
  color: navy; 
}


/* ################### */
/* TABLES */
/* ################### */

th {
  color: #000099;
  /*  background-color: #e6e6fa; */
  font-weight: bold;
  text-align: left;

  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

td {
  vertical-align: top;
}



.pageHead {
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	vertical-align: middle;
}

.pageTitle {
        font-family: sans-serif;
	font-size: 24pt;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: middle;
	font-style: italic;
	font-weight: bold;
}



/* ################### */
/* FOOTER */
/* ################### */

.footer {
  font-size: small;
  padding-top: 4px;
  border-top: 1px solid #000000;
  vertical-align: middle;
}

