/* Chair of Software Engineering, Department of Computer Science, ETH Zurich
   http://se.inf.ethz.ch
   NEW STYLESHEET 
   02JUL04 by ruth.buerkli 
   CAN BE USED FOR ANY SE PAGE */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #FFFFFF;
	background-image:  url(http://se.inf.ethz.ch/images/design/bg.gif);
	background-repeat: repeat-y;
}

/* ################### */
/* HEADINGS */
/* ################### */

h1  {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
}

h2  {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 1em;
	font-weight: bold;
	color: #000099;
	background-color: #e6e6fa;
	padding-left: 5px;
}
	
h3  {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #009933;
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
}
	
h4  {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000099;
	background-color: #FFFF99;
	font-weight: bolder;
	text-indent: 5px;

}

h5 {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bolder;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #0033CC;
	background-color: #CCCFEE;
}

/* Only used on page index.html: */
.indexheading {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #990000;
	background-color: #e6e6fa;
	text-align: left;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

/* Only used on page header.html: */
.chair {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: middle;
	font-style: italic;
	/* font-weight: bold; */
}

/* ################### */
/* TEXT FORMATTING */
/* ################### */

p {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 130%;
}

li {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	/*font-size: smaller;*/
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 130%;
	text-align: center;
}

/* ################### */
/* LINKS */
/* ################### */

a   {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: navy; 
	line-height: 130%; 
}

/* ################### */
/* TABLES */
/* ################### */

th {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #000099;
	background-color: #e6e6fa;
	font-size: smaller;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

td {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: smaller;
	line-height: 130%;
	vertical-align: top;
}

.tdRight {
	width: 15%;
}

/* only used in header.html: */
.tableHeader {
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	vertical-align: middle;
}

/* ################### */
/* FOOTER */
/* ################### */

.footer {
	font-size: xx-small;
	border-top: 1px solid #000000;
}
