﻿.smalltext
{
	font-size:9pt;
}

.chordtext
{
	font-size:12pt;
	font-family:Arial;
}

.staff
{
	background-image:url("../images/staff.gif");
	background-repeat:no-repeat;
	/*
	background-position:left top;
	background-attachment:fixed;
	*/
	width:713px;
	height:63px;
	font-size:14pt;
	position:relative;
	text-align:left;
}

.measure1
{
	/*
	background-color:tan;
	*/
	top:5px;
	left:0px;
	width:177px;
	position:absolute;
}
.measure2
{
	/*
	background-color:tan;
	*/
	top:5px;
	left:177px;
	width:177px;
	position:absolute;
}
.measure3
{
	/*
	background-color:tan;
	*/
	top:5px;
	left:354px;
	width:177px;
	position:absolute;
}
.measure4
{
	/*
	background-color:tan;
	*/
	top:5px;
	left:531px;
	width:177px;
	position:absolute;
}

.beat1
{
/*
	left:0px;
	position:absolute;
*/
	color:Black;
}

.beat2
{
/*
	left:44px;
	position:absolute;
*/
	color:Black;
}

.beat3
{
/*
	left:88px;
	position:absolute;
*/
	color:Black;
}

.beat4
{
/*
	left:132px;
	position:absolute;
*/
	color:Black;
}

.song
{
	/*
	background-image:url("images/staff.gif");
	background-repeat:no-repeat;
	*/
	font-size:14pt;
	font-family:Arial;
	text-align:center;
}

.songkey
{
	font-size:8pt;
	font-family:Arial;
}

.keys
{
	height:20px;
	width:80px;
	font-size:8pt;
	color:Blue;
}

.harmony
{
}

.chart
{
	text-align:center;
}

.infotext
{
	font-size:12pt;
	font-style:italic;
	font-family:Arial;
	text-align:center;
}
/***************************************************************************/
/* Dum, dum dum dum, Don't touch this! */
/***************************************************************************/
/* IE Hack (http://www.positioniseverything.net/easyclearing.html) - Begin */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* IE Hack - End */
/***************************************************************************/

