﻿body
{
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	color:#333333;
	font-family:Arial;
	font-size:small
}

div.Section
{
	border:solid 1px #333333;
	margin-bottom:10px;
}

div.SectionTitle
{
	background-color:#DDDDDD;
	margin:0px;
	font-weight:bold;
	font-size:12pt;
}

div#title
{
	background-color:#FF8888;
	background-image:url(./images/NoteBackground.gif);
	font-size:44pt;
	text-align:left;
	height:85px;
	vertical-align:middle;
	margin:0px;
	border-bottom: solid 5px black;
}

td.FieldLabel
{
	background-color:White;
	font-weight:bold;
	font-family:Arial;
	font-size:small;
}

td.FieldLabelAlt
{
	background-color:#DDFFFF;
	font-weight:bold;
	font-family:Arial;
	font-size:small;
}

td.FieldValue
{
	font-family:Arial;
	font-size:small;
	font-family:Arial;
	background-color:White;
}

td.FieldValueAlt
{
	font-family:Arial;
	font-size:small;
	background-color:#DDFFFF;
	font-family:Arial;
}

td.CheckFieldValue
{
	vertical-align:top;
	background-color:White;
	font-weight:bold;
	font-family:Arial;
	font-size:small;
}

td.AreaFieldLabel
{
	vertical-align:top;
	background-color:White;
	font-weight:bold;
	font-family:Arial;
	font-size:small;
}

td.AreaFieldValue
{
	vertical-align:top;
	background-color:White;
	font-family:Arial;
}

a.selected
{
	background-color:#EEEEEE;
	text-decoration:none;
}

table.Input
{
	width:100%;
}

Input.CheckField
{
}

Input.EditField
{
	
}

Input.EditCheck
{
	
}


Input#Title
{
	width:450px;
}

Input#Composer
{
	width:200px;
}

Input#Arranger
{
	width:200px;
}

Input#Publisher
{
	width:200px;
}

Input#Collection
{
	width:200px;
}

Input#PubId
{
	width:100px;
}

Input#Copies
{
	width:100px;
}

Input#URL
{
	width:500px;
}

Input#Collection
{
	width:200px;
}

Input#Key
{
	width:100px;
}

Input#Parts
{
	width:100px;
}

Input#Range
{
	width:100px;
}

Input#Tempo
{
	width:100px;
}

Input#Other
{
	width:100px;
}

Select#Difficulty
{
	width:100px;
}

Select#Rating
{
	width:100px;
}

Select#Style
{
	width:100px;
}

TextArea#Comments
{
	width:500px;
	Height:50px;
}

Input#Introduced
{
	width:100px;
}

Input#LastPerformed
{
	width:100px;
}

Input#NextPerformance
{
	width:100px;
}

