/* StyleSheet for jeger.computerscience.ch
 * Author: Olivier Jeger
 */

body {
	font-family: Arial,Helvetica,Helv,sans-serif;
	background-color: #FFFFFF;
	font-size: 100%;
}

h1, h2, h3 {
	color: #000099;
/*	text-decoration: underline;*/
	font-size: 140%;
}

h2 {
	font-size: 120%;
	text-decoration: none;
}

h3 {
	font-size: 110%;
}

table {
	border-style: solid;
	border-color: #000099;
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
}

th,td {
	font-family: Arial,Helvetica,Helv,sans-serif;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #000099;
}

th {
	color: #000099;
	background: #C5EAF5;
}

table.blind {
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

td.blind {
	padding: 0px;
	border-width: 0px;
}

p { 
	font-family: Arial,Helvetica,Helv,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #0D13AD;
}

p.bigSpaced {
	line-height: 160%;
}

p.smallSpaced {
	line-height: 140%;
}

p.small {
	font-size: 85%;
}

ul, li, p.txt {
	text-align: justify;
	font-weight: normal;
	color: black;
}

table.Testate {
	background: white;
	border-color: white;
}

tr.Testate {
	background: #deeff4;
}

td.name, td.x, th.name, th.U {
	border-color: white;
	border-width: 5px;
	text-align: left;
	padding: 4px;
}

/*input.submit {
	background-color: #E8E8E8;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
}*/

th.U {
	text-align: center;
}

td.x {
	text-align: center;
}

a {
	font-family: Arial,Helvetica,Helv,sans-serif;
	text-decoration: none;
}

a.small {
	font-family: Arial,Helvetica,Helv,sans-serif;
	text-decoration: none;
	font-size: 85%;
	line-height: 140%;
}

a:visited {
	font-family: Arial,Helvetica,Helv,sans-serif;
	text-decoration: none;
	color: #6B7EFF;
}

a:hover {
	text-decoration: underline;
	font-family: Arial,Helvetica,Helv,sans-serif;
}

a:link {
	font-family: Arial,Helvetica,Helv,sans-serif;
	color: #0D13AD;
}

a:active {
	font-family: Arial,Helvetica,Helv,sans-serif;
	color: #3C48D6;
}
