html{
	height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	overflow: hidden;
}
.map{
	height:100%;
	overflow: hidden;
}
.waiting *{
	cursor: wait;
}
img{
	border: 0px;
}
body a:link, body a:visited{
	color: #333;
}
body a:hover, body a:active{
	color:#EE8F03;
}
/* THE MENU */
.menu{
	position: absolute;
	width: 70%;
	left: 15%;
	top: -2000px; /* outside screen, repositioned using javascript */
	font: 8pt Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333;
}
.menu .menu_inner{
	border-collapse: collapse;
	width:100%;
	height: 100%;
	border-left: 1px solid #698db1;
	border-right: 1px solid #698db1;
	background-color: #FDFEFF;
}
.menu .title td{
	cursor: pointer;
	line-height: 22px;
	border-top: 1px solid #698db1;
	border-bottom: 1px solid #698db1;
	padding: 0px;
}
.menu .title_hover td{
	color:#EE8F03;
}
.menu .nav{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: x-small;
	color:#333;
	text-align: center;
	background-color: #e9eef1;
	padding: 1px;
	height: 23px;
}
.menu .nav td{
	cursor: pointer;
	vertical-align: middle;
	padding: 1px;
}
.menu .nav td:hover{
	background-color: #dde3e6;
}
.menu .nav td img{
	vertical-align: middle;
	margin-right: 3px;
}
.menu .content{
	vertical-align: top;
	padding: 4px;
}
.menu .container{
	height: 300px;
	overflow: auto;
}
.menu .content .list{
	list-style:none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.menu .content .list li{
	display:inline;
	border-left: 1px solid #72AABE;
}
.menu .content .list .first{
	border-left: 0px;
}
.menu .content .list li a {
	padding: 0 4px;
/*	white-space:nowrap;*/
	text-decoration:none;
}
.menu .content table{
	border-collapse: collapse;
	border: 1px solid #BCCEE4;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.menu .content table td, .tooltip_events td{
	text-align: left;
	vertical-align: middle;
	padding: 4px;
}
.row0 td{
	background-color: #fafbfb;
}
.row1 td{
	background-color: #f0f3f3;
}
.menu .content td{
	vertical-align: middle;
	text-align: center;
}
/* THE TOOLTIP*/
.tooltip{
	height: 24px;
	overflow: hidden;
	padding: 1px;
	text-align: left;
	position: absolute;
	/* positioned outside screen while first created, 
	after loaded: moved to correct location (mainly because of firefox)*/
	top: -2000px;
}
.tooltip .events{
	padding: 1px;
	overflow: auto;
}
.tooltip .tooltip_events{
	border: 1px solid #BCCEE4;
	border-collapse: collapse;
}
.tooltip .tooltip_events td{
	text-align: left;
	padding: 4px;
}
.tooltip_normal{
	border: 1px solid #96B5C0;	
	border-collapse: collapse;
}
.button, .tooltip_normal .button{
	border-top: 1px solid #bdd0d7;
	background-image: url(../../../../stijl.kuleuven.be/_i/background/bgmainnav.html);
	padding: 2px;
	cursor: pointer;
	color: #3d606d;
}
.button:hover, .tooltip_normal .button:hover{
	background-image: url(../img/bgmainnav_reverse.gif);
	color: #1e3037;
}
.tooltip_normal{
	background-color: #eaeeee;
}
.tooltip_normal td{
	padding: 10px;
	border: 0px;
	text-align: center;
}
.menu .title, .tooltip_normal .title{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-image: url(../../../../stijl.kuleuven.be/_i/background/bgmainnav.html);
	font-size: x-small;
	color:#333;
	text-align: center;
	height: 22px;
	white-space: nowrap;
}
.tooltip_normal .title{
	padding: 0px 10px 0px 10px;
}
.tooltip_normal td{
	font: x-small Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #333;
}
.tooltip_normal .copyright{
	font-size: 7pt;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tooltip_normal .icon{
	text-align: center;
}
.tooltip_normal .icon img{
	border: 0px;
}