body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.centralFloat {
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}

#header h1 span {
	color:#0033CC;
}

.white a {
	color:#0033CC;
	text-decoration: none;
}

.black a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}



.chordChart {
	background-color: #EDF1FA;
	text-align: left;
	display: none;
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin: 20px 30px 0 0;
	width: 968px;
	height: 510px;
	margin-bottom: 60px;
}



.white .basicChord {
	color: #000000;

	background-color: #FFFFFF;
}

.black .basicChord {
	color: #FFFFFF;
	background-color: #343434;
}

h2 {
	padding-left: 3px;
	color:#000000;
	font-size: 20px;
	margin-bottom: 4px;
}

.pianoChordType {
	font-size: 12px;
	font-weight: normal;
}


.basicChord {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	width: 180px;
	height: 200px;
	border: 1px solid #CCCCCC;
	
}

.lasttwo {
	height: 70px;
}

.key {
	display: none;
}

.basicChord h3 {
	padding-left: 4px;
	margin-bottom: 5px;
	font-size: 16px;
	cursor: pointer;
}
.basicChord:hover {
	border: 1px solid #FF0000;
}



.variations {
	padding-bottom: 5px;
}

.variation {
	
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 2px;
	
}

#pianoImage {
	text-align: left;
	font-size: 10px;
	height: 100px;
	margin-top: 20px;
}



.key {
	/* display: none; */
}

.whiteKey {
	z-index: 1;
	background-color: #FFFFFF;
	color: #000000;
	position: absolute;
	width: 27px;
	height: 100px;
	border: 2px solid #DDDDDD;
	cursor: pointer;
	
}

.blackKey {
	z-index: 2;
	background-color: #000000;
	color: #FFFFFF;
	position: absolute;
	width: 22px;
	height: 70px;
	border: 2px solid #666666;
	cursor: pointer;
	
}

.key .keyInner {
	text-align: center;
}


.whiteKey .keyInner {
	margin-top: 80px;
}

.blackKey .keyInner {
	margin-top: 40px;
}

.blackKey .sharpKey:hover, .blackKey .flatKey:hover, .whiteKey .keyInner:hover  {
	color: #ff0080;
	
}

.whiteKey:hover, .blackKey:hover {
	border: 2px solid #ff0080;
}

#feedbackDiv {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	background-color:#FFFFCC;
	border:1px solid #FFCC33;
	font-size:12px;
	padding:6px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bookAd {
	padding: 20px;
	width: 350px;
	float: right;
	font-size: 14px;
}

.bookAd a {
	color:#0033CC;
}

.bookimage {
	margin-right: 8px;
	margin-bottom: 8px;
	width: 100px;
}
