@charset "iso-8859-1";
/* author: Glyn.Matthews@esat.kuleuven.be */
/* Creation date: 20/07/2005 */

body
{
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #800000;
	background-color: #fff;
}

p
{
	line-height: 170%;
}

a
{
	color: #0081ac;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #ac0011;
	background-color: #fff;
	text-decoration: none;
}

#header
{
	margin-bottom: 20px;
	margin-left: 20px;
	width: 600px;
	height: 80px;
}

#header h1
{
	font-size: 36px;
	font-style: italic;
	margin: 0;
}

#header h2
{
	font-size: 18px;
	margin: 0;
}

#body img
{
	border: 0;
}

#epoch_logo
{
	position: absolute;
	border: 0;
	top: 0;
	height: 116px;
	left: 630px;
	width: 131px;
	display: block;
	clear: both;
}

#visics_logo span
{
	display: none;
}

#kul_logo
{
	position: absolute;
	border: 0;
	top: 120px;
	height: 62px;
	left: 635px;
	width: 150px;
}

#body
{
	position: absolute;
	top: 90px;
	left: 180px;
	width: 450px;
}

#summary
{
	font-size: 120%;
}

#footer
{
	vertical-align: bottom;
	text-align: right;
}

#footer img
{
	border: none;
	width: 88px;
	height: 31px;
}

#menuBar
{
	float: left;
	border: 1px #999999 solid;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 150px;
	font-size: 15px;
}

#menuBar ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menuBar li a
{
	display: block;
	background: #f0f0f0;
	color: #0081ac;
	border-top: 1px #d6d6d6 solid;
	border-bottom: 1px #d6d6d6 solid;
	text-decoration: none;
	width: 100%;
}

#menuBar li.item a:hover
{
	background: #ac0011;
	color: #fff;
	border-top: 1px #6F000B solid;
	border-bottom: 1px #6F000B solid;
}

#username
{
	font-style: italic;
}

#name, #institution
{
	font-weight: bold;
}

#logout
{
	text-align: right;
}

div.description
{
	background: #f0f0f0;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

div.description p a
{
	background: #f0f0f0;
	color: #0081ac;
	text-decoration: none;
}

