body { 
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: small;
}

.playingSong {
	background-color: white;
	color: black;
}

.notPlayingSong {
}

.gwt-Tree .gwt-TreeItem {
	font-size: 80%;
	cursor: default;
}

.gwt-Tree .gwt-TreeItem-selected {
	background-color: #C3D9FF;
}

.gwt-TabPanel {
	
}

.gwt-TabPanelBottom {
	border-top: 5px solid green;
	border-left: 5px solid green;
	border-right: 5px solid green;
	border-bottom: 5px solid green;
}

.gwt-TabBar {
	font-size: smaller;
}

.gwt-TabBar .gwt-TabBarFirst {
	height: 100%;
	border-bottom: 1px solid green;
	border-right: 1px solid green;
	padding-left: 3px;
}

.gwt-TabBar .gwt-TabBarRest {
	border-bottom: 1px solid green;
	padding-right: 3px;
}

.gwt-TabBar .gwt-TabBarItem {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px;
	cursor: hand;
	white-space: nowrap;
	border-right: 5px solid black;
	border-left: 5px solid black;
	background-color: green;
	color: black;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	background-color: #e8eef7;
	border-top: 1px solid black;
	border-right: 5px solid white;
	border-left: 5px solid white;
	border-bottom: 1px solid black;
	padding: 2px;
	cursor: default;
	white-space: nowrap;
}

.controlPanel {
	background-color: green;
	color: black;
}