@CHARSET "UTF8";

body {
	overflow: hidden;
}

.seat-top-bar {
	height:20px;
	background-color: white;
	line-height: 20px;
	color: #A4A4A4;
}
.seat-top-bar .logo {
	float:left;
}

.seat-top-bar .menu {
	margin-right: 10px;
	float:right;
}
.seat-top-bar .menuitem {
	display:inline;
}


.seat-top-bar .menu a {
	color: #A4A4A4;
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 9px;
}
.seat-top-bar .menu a:hover {
	color: black;
}

.hidden {
	display:none !important;
}
