body {
	font: menu;
}
a { 
	color: black; 
}
#ato {
	color: white; 
}
#ticket_overview {
	
	background-color: white;
	margin: 25px;
	padding: 15px;
	padding-right: 15px;
	margin-right: 15px;
	border-radius: 5px;
	
}
table {
	font: menu;
	border: 1px solid black;
	border-spacing: 0;
    border-collapse: collapse;
	width: 100%;	
}
td { 
	border: 1px solid black;
	padding: 4px;
	
}
#row_overview { 
	cursor: pointer;
}
#row_overview:hover {
	background-color: #848484;
	color: white; 
	
}
#trhead {
	cursor: pointer;
	background-color: #848484;
	color: white;
}
#menu {
	
	width: 40px;
	background-color: white;
	text-align: center;
	border-radius: 5px;
	float: left;
}
#menubar {
	height: 32px;
	vertical-align: middle;
	background-color: white;
	margin-left: 25px;
	margin-right: 25px;
	border-radius: 5px;
}
#divmenu {
	display: none;
}
#menu:hover {
	border-radius: 5px 5px 0px 0px;
	background-color: #E6E6E6;
	
}
#menu:hover #divmenu {
	display: block;
	cursor: pointer;
	text-align: left;
	position: absolute;
	width: 200px;
	padding: 15px;
	background-color: #E6E6E6;
	border-radius: 0px 5px 5px 5px;
	z-index: 99
}