/** Add css rules here for your application. */
	/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	text-align: center;
}

.mainPanel {
	margin-top: 10px;
	border: 1px solid gray;
	padding: 10px;
}

.leftPanel {
	border: 1px solid silver;
	width: 320px;
	height: 620px;
	margin-right: 10px;
}

.titleLabel {
	text-align: center;
	width: 100%;
	height: 17px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.centerRightPanel {
	
}

.cursorTable {
	border: 1px solid silver;
	text-align: center;
}

.buttonBox {
	border: 1px solid silver;
	text-align: center;
	padding: 3px;
}

.scrollPanel {
	border: 1px solid silver;
	background-color: white;
}

.playlistHeader {
	background-color: #777777;
	color: white;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.removeColumn {
	text-align: center;
	width: 70px;
}

.gwt-Button-remove {
	width: 40px;
}

.gwt-Label-selected {
	font-weight: bold;
}

.emailPanel {
	border: 1px solid gray;
	width: 275px;
	height: 41px;
	background-color: white;
	padding-left: 5px;
}

.keySignature {
	font-weight: bold;
}

.help {
	padding: 0px;
}

.help-up-hovering {
	cursor: pointer;
	cursor: hand;
}

.displayInfo {
	font-size: 11px;
	font-weight: bold;
}