/* @override http://www.thestringery.com/guitartools/style.css */

.error {
	color: #ff1f19;
	background-color: #ff7c7b;
	height: 24px;
	padding: 3px;
	}
.golden {
	padding: 3px;
	margin: 0px;
}
.stringform {
	font-weight: bold;
	color: #c0c0c0;
	font-family: calibri, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.stringform input {
	border: 1px solid #797979;
}
.tuningindent{
	text-indent: 15px;
}
input#numfrets.fretnum {
	width: 30px;
	border-style: dotted;
}
td.sf {
	color: #00548f;
	font-size: 12px;
}
.dropdownbold {
	font-weight: bold;
}
.marker {
	background: #fffeff url(img/marker.png) no-repeat 48%;
	width: 20px;
	height:20px;
}

.marker12 {
	background: #fffeff url(img/marker12.png) no-repeat 48%;
	width: 20px;
	height:20px;
}
tr.markerline td {
border-top: 1px solid #c0c0c0;

}
div#fretboard table {
	width: 1000px;
	text-align: center;
	color: #424242;
	cell-spacing:0px;
	border-spacing: 0px;
	
}
div#fretboard table td.sf, div#fretboard table td.n {
	border-right: 2px groove #d5d5d5;
}
tr.fretnum td {
	color: #000;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
}
.errormsg {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
