html,body {
	height: 100%;
	margin: 0px;
}

* {
	font-size: 11px;
}

.box {
	border: 1px solid #aaaaaa;
	height: 400px;
	background-color: #ddeeff;
}

#menuTop {
	margin: 0px;
	text-align: right;
}

#menuTop table {
	background-color: #aabbcc;
	color: #ffffff;
	vertical-align: bottom;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 20px;
	float: right;
}

#menuTop td {
	padding-right: 30px;
}

#menuTop * {
	color: #ffffff;
}

.gwt-MenuBar {
	margin-top:20px;
	background: #DAE3F2;
	border: 1px solid #006699;
	padding: 2px;
	color: #ffffff;
}

.gwt-MenuItem,.gwt-MenuItem-selected {
	cursor: pointer;
	margin: 4px;
	white-space: nowrap;
}

.gwt-MenuBar .gwt-MenuItem {
	font-weight: bold;
	color: #6688bb;
}

.gwt-MenuBar .gwt-MenuItem-selected {
	color: #001122;
}