/* Chord Icons CSS */

a.text:link {color: #433b26; text-decoration:none;font-family:Century Gothic;} 
a.text:visited {color: #433b26; text-decoration:none;} 
a.text:hover {color: #24b8e0; text-decoration:none;font-size: 1.2em;} 
a.text:active {color:#a00023; text-decoration:none;font-size: 1.2em;}


td {
	
	}

td.padded {
	padding: 0 20px;
	}

td.text {
	font-size: .6em;
	font-family: Georgia;
	line-height: 3em;
	}

a.a {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/a_full.png") no-repeat 0 0;
	}

a.a:hover {
	background-position: -23px 0;
	}

a.ab {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/ab_full.png") no-repeat 0 0;
  	}

a.ab:hover {
	background-position: -23px 0;
	}

a.b {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/b_full.png") no-repeat 0 0;
  	}

a.b:hover {
	background-position: -23px 0;
	}

a.bb {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/bb_full.png") no-repeat 0 0;
	}

a.bb:hover {
	background-position: -23px 0;
	}

a.c {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/c_full.png") no-repeat 0 0;
	}

a.c:hover {
	background-position: -23px 0;
	}

a.d {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/d_full.png") no-repeat 0 0;
	}

a.d:hover {
	background-position: -23px 0;
	}

a.db {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/db_full.png") no-repeat 0 0;
	}

a.db:hover {
	background-position: -23px 0;
	}

a.e {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/e_full.png") no-repeat 0 0;
	}

a.e:hover {
	background-position: -23px 0;
	}

a.eb {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/eb_full.png") no-repeat 0 0;
	}

a.eb:hover {
	background-position: -23px 0;
	}

a.f {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/f_full.png") no-repeat 0 0;
	}

a.f:hover {
	background-position: -23px 0;
	}

a.g {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/g_full.png") no-repeat 0 0;
	}

a.g:hover {
	background-position: -23px 0;
	}

a.gb {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/gb_full.png") no-repeat 0 0;
	}

a.gb:hover {
	background-position: -23px 0;
	}

a.tab {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/tab2_full.png") no-repeat 0 0;
	}

a.tab:hover {
	background-position: -23px 0;
	}

a.bass {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/bass_full.png") no-repeat 0 0;
	}

a.bass:hover {
	background-position: -23px 0;
	}

a.lyric {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/lyrics2_full.png") no-repeat 0 0;
	}

a.lyric:hover {
	background-position: -23px 0;
	}

a.lead {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/lead2_full.png") no-repeat 0 0;
	}

a.lead:hover {
	background-position: -23px 0;
	}

a.speaker {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/speaker_full.png") no-repeat 0 0;
	}

a.speaker:hover {
	background-position: -23px 0;
	}

td.blank {
	background-image:url(../images/blank.png); height: 23px; width:23px; display:block;
	}

td.chord_title {
	background-image:url(../images/chords_title.png); background-repeat: no-repeat; height: 40px; width:23px;
	border-bottom:1px solid #cdc8b1;
	}

td.tab_title {
	background-image:url(../images/tab_title.png); background-repeat: no-repeat; height: 40px; width:23px;
	border-bottom:1px solid #cdc8b1;
	}

td.lyrics_title {
	background-image:url(../images/lyrics_title.png); background-repeat: no-repeat; height: 40px; width:23px;
	border-bottom:1px solid #cdc8b1;
	}

td.mp3_title {
	background-image:url(../images/mp3_title.png); background-repeat: no-repeat; height: 40px; width:23px; 
	border-bottom:1px solid #cdc8b1;
	}

span.hidden {
	display: none;
	}
