.header_plain
{
	background-image: url(images/CornerGradient_plain.jpg);
	background-repeat:no-repeat;
}
.header_twirl_left
{
	background-image: url(images/CornerGradient_twirl_left.jpg);
	background-repeat:no-repeat;
}
.header_twirl_right
{
	background-image: url(images/CornerGradient_twirl_right.jpg);
	background-repeat:no-repeat;
}
body
{
	font-family: Garamond;
}
td.labelGradient
{
	text-align: right;
}
td.labelGradientToolbar
{
	text-align: right;
	color: #AFC2C4;
	vertical-align:middle;
}
td.fretboard
{
	height: 24px;
	width: 40px;
	text-align:center;
	background-image: url(images/guitar_string.jpg);
	background-repeat:repeat-x;
	border-right: solid thin #000000
}
table.keyboard
{
	border: solid thin #000000;
}
td.whitekey,td.blackkey
{
	text-align:center;
	vertical-align:bottom;
}
td.whitekey,td.whitekeytop,td.whitekeytop1
{
	border-left: solid thin #000000;
	border-right: solid thin #000000;
	height: 40px;
}
td.whitekey
{
	border-bottom: solid thin #000000;
	width: 30px;
}
td.whitekeytop
{
	border-top: solid thin #000000;
	width: 20px;
}
td.whitekeytop1
{
	border-top: solid thin #000000;
	width: 10px;
}

td.blackkey
{
	background-color: #000000;
	height:40px;
	width: 20px;
}

tr.SearchListTitle
{
	background-color: #648BAA;
	font-weight: bold;
	text-align: center;
}
tr.SearchListRow
{
}
tr.SearchListAlternate
{
	background-color: #AFC2C4;
}
select.Categories
{
	width: 208px;
}
select.SECategories
{
	width: 100px;
}
select.Chords
{
	width: 152px;
}
select.SEKey
{
	width: 80px;
}
select.RSSets
{
	width: 160px;
}
select.RSSetItems
{
	width: 504px;
	font-family:Courier New;
}
select.Groups
{
	width: 272px;
}
select.Users
{
	width: 208px;
}
select.SecurityID
{
	width: 160px;
}
.SearchToolBar
{
	border: none;
}
.width100percent
{
	width: 100%;
}
.HelpLabel
{
	cursor: help;
}
body.Help
{
	background-color: #f7d092;
}
div.HelpTitle
{
	font-size: x-large;
	font-weight: bold;
}
div.HelpMessage
{
	padding-left: 25px;
}