﻿BODY
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
}

h1 
{ 
	font-family:   Arial, Helvetica, sans-serif; 
	font-size: 14pt;	
	font-style: normal;	
	line-height: normal;	
	font-weight : bold;	
	color: #336;
}

h2
{	
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 12pt;	
	font-style: normal;	
	line-height: normal;	
	color: #336;
}

h3
{	
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	font-style: normal;	
	line-height: normal;	
	color: #336;
}

SPAN
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

SPAN.PageHeading
{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 12pt;	
	font-style: normal;
	font-weight: bold;	
	line-height: normal;	
	color: #336;
}

SPAN.SongTitle
{
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
}

SPAN.SongDesc
{
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	white-space: pre-wrap;
}

SPAN.AuthorDate
{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	font-style: normal;	
	line-height: normal;	
	color: black;
}

SPAN.MsgError
{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	font-style: normal;	
	font-weight: bold;
	text-align: left;
	line-height: normal;	
	color:Red;
}

SPAN.MsgWarning
{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	font-style: normal;	
	font-weight: bold;
	text-align: left;
	line-height: normal;	
	color: black;
}

SPAN.MsgInfo
{
	font-family:  Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	font-style: normal;	
	font-weight: bold;
	text-align: left;
	line-height: normal;	
	color: black;
}

Table.SearchResults
{
	border-collapse: collapse;
	border: 1px solid #606000;
	border-left-width:1px;
	border-right-width:1px;
	padding: 4px;
	width: 99.5%;
	position: relative;
	left: 1px;
}

TD.SongH
{
	border: 1px solid #606000;
	padding: 5px;
	color: black;
	background-color: #FAFBB9;
	font-size: 11px;
	font-weight: bolder;
	text-align: left;
}

TD.Song
{
	border: 1px solid #606000;
	padding: 5px;
	color: black;
	background-color: #FCFDCD;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

TD.VoiceType
{
	border: 1px solid #606000;
	padding: 5px;
	color: black;
	background-color: #FCFDCD;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

A:link.PlainLink
{
	color: black;
	text-decoration: none;
}

Input.SmallButton
{
	width: 6em;
}
Input.LargeButton
{
	width: 8em;
}


FieldSet
{
	padding: 10px;
	padding-right: 20px;
	padding-top: 0px;
}

Legend
{
	padding: 2px;
	color: Black;
}

div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 200px;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0;
	z-index: 2;
	width: 200px;
}



