body {
	background-color: #FFF0BB;
}

.tableBlock {
	margin-left: auto;
	margin-right: auto;
}

.FormHeader {
	font-family: cursive;
	font-weight: bold;
	font-size: 12px;
}

.TdRight {
	text-align: right;
}

.TdLeft {
	text-align: left;
}

#TuningForm {
	margin-left: auto;
	margin-right: auto;
}

#tuningContainer {
	float: left;
	width: 128px;
}

#selTuningListContainer {
	width: 20px;
	overflow: hidden;
	text-align: right;
	float: left;
}

#selTuningListInner {
	width: 120px;
	margin-left: -100px;
}

#selTuningList {
	width: 120px;
	text-align: left;
	font-family: monospace;
}

#selTuning {
	width: 100px;
	float: left;
}

.BjSChordString td {
	width: 40px;
	height: 32px;
	color: #CCCC00;
	text-align: center;
	text-shadow: 0px 0px 4px #000000, 1px 1px 1px #000000;
	font-family: sans-serif;
	font-weight: bold;
}

.BjSChordStringFirst {
	background-color: #333355;
	background-image: url(CFirst.png);
}

.BjSChordStringNote {
	background-color: #111111;
	background-image: url(CString.png);
}

#BjSNoteChartContainer table {
	margin-left: auto;
	margin-right: auto;
}

.BjSChordSign {
	text-align: center;
	background-color: #000000;
	color: #888888;
	font-family: cursive;
	font-size: 10px;
	padding: 0px;
}

.BjSNoteChartCell {
	height: 100px;
	width: 34px;
	padding: 0px;
}

.BjSNoteDescrCell {
	text-align: center;
	color: #000000;
	font-family: cursive;
	white-space: nowrap;
	text-shadow: 0px 0px 4px #FFFFFF;
}

.BjSChordBridge {
	
}

#BjSScaleChartContainer table {
	margin-left: auto;
	margin-right: auto;
}

#BjSUsingNotesTable {
	border-style: solid;
	border-color: #FFFFEE #444444 #444444 #FFFFEE;
	border-width: 3px;
	background-color: #888888;
	empty-cells: hide;
}
#BjSUsingNotesTable td {
}
.BjSUsingCell {
	border-style: solid;
	border-color: #444444 #FFFFFF #FFFFFF #444444;
	border-width: 2px;
	background-color: #BBBBBB;
	width: 240px;
	text-align: left;
	padding: 2px;
	font-family: cursive;
}
.BjSUsingChord {
	font-weight: bold;
	color: #0000FF;
}
.BjSUsingNotes {
	font-size: 10px;
	color: #444444;
}