#chordShow
{
	margin:3px;
	padding:3px;
}
/* Test Css */
div {
overflow:hidden;
/* 	border:1px solid #00f; */
}
uploader{
    color:navy;
    font-weight:bold;
    font-size:1.2em;
}
#RC_score
{
	width:100%;
	text-align: center;
	border:1px solid gray;
}
.divBLock{display:block;}
.divInline{display:inline;}

.rcChord {
	color:blue;
	font-family:dotum, Tahoma,Calibri;
	font-size:0.8em;
	font-weight:bold;
    position:absolute;
	overflow:none;
}
rcLyrics {
	clear:both;
	border:1px solid #fafafa;
	font-family:dotum, Tahoma,Calibri;
}

.fb{
	position:relative;
	width:26px;
	height:37px;
	background-repeat:no-repeat;
	background-image:url('../fb.png');

}
.fbU{
	position:relative;
	width:26px;
	height:17px;
	background-repeat:no-repeat;
	background-image:url('../fb.png');

}
.noChord{opacity:0;width:0px;}
.minGap{	min-width:70px;};
.fretBoardU{
	width:26px;
	height:17px;
	background-image:url('../fb.png');
}
.fretNo{
	position:absolute;
	font-size:0.2em;
	top:28px;
	left:0px;
}
.dot{
	position:absolute;
	width:3px;
	height:5px;
	background-image:url('../dot.png');
}
.x{
	position:absolute;
	width:3px;
	height:5px;
	left:-4px;
	background-image:url('../x.png');
}
/* str -1 4 9 14 19 24*/
.str1{	top:-1px;}
.str2{	top:4px;}
.str3{	top:9px;}
.str4{	top:14px;}
.str5{	top:19px;}
.str6{	top:24px;}
/* frt 2 8 14 20*/
.frt0{
	opacity:0;
	position:absolute;
	width:3px;
	height:5px;
	background-image:url('../dot.png');
	left:2px;}
.frt1{
	position:absolute;
	width:3px;
	height:5px;
	background-image:url('../dot.png');
	left:2px;}
.frt2{
	position:absolute;
	width:3px;
	height:5px;
	background-image:url('../dot.png');
	left:8px;}
.frt3{
	position:absolute;
	width:3px;
	height:5px;
	background-image:url('../dot.png');
	left:14px;}
.frt4{
	position:absolute;
	width:3px;
	height:5px;
	background-image:url('../dot.png');
	left:20px;}

#floatingMenu
{
	position:fixed;
	bottom:10px;
	right:5px;
}
.topMenu
{
	font-size:1em;
}
#autoScrollMenu
{
	position:fixed;
	bottom:250px;
	right:-80px;
}
#popupMenu
{
}
.tile {
	height:40px;
	width:150px;
	padding:10px;
	margin:10px;
	display:inline-block;
	opacity : 1;
	font-weight:bolder;
	font-size:20pt;
	vertical-align:middle;
color:black;
    font-family:dotum, Tahoma,Calibri;
}
.mainMenu
{
    font-size:1.5em;
}
#foot
{
	position: fixed;
}


.red { background-color:#f00;color:#000;}
/*.green { background-color:#0f0;color:#000;}
.blue { background-color:#00f;}
.navy { background-color:navy;color:#fff;}
.olive { background-color:olive;}
.yellowGreen { background-color:yellowGreen;color:#000;}
.orange { background-color:orange;}
.orangeRed { background-color:orangeRed;}
.oliveDrab { background-color:oliveDrab;}
.LightSalmon { background-color:LightSalmon;}*/
