/* General formatting stuff */
body
{
	background-color: #000077;
	margin-left: 11%;
	margin-right: 0%;
}

table.main
{
	border-collapse: collapse;
	width: 100%;
}

.description
{
	background-color: White;
	text-align: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.content
{
	text-align: center;
	width: 100%;
	margin: 10px;
}

p.letterindex
{
	text-align: center;
	background-color: White;
	width: 100%;
}

table.letterindex
{
	width: 100%;
}

tr.alt0
{
	background-color: White;
}

tr.alt1
{
	background-color: LightGrey;
}

h4
{
	background-color: LightGrey;
	width: 100%;
}

h2
{
	background-color: LightGrey;
	width: 100%;
	text-align: center;
}

p
{
	margin: 10px;
}

td
{
	text-align: center;
	padding: 0px;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

td.form
{
	border-style: none;
}

td.letterindex
{
	background-color: #ccccff;
	border-style: none;
}

th.info
{
	background-color: #7777ff;
	display: none;
}

th.infoshow
{
	background-color: #7777ff;
	display: block;
}

td.selected
{
	background-color: #ccccff;
	border-bottom-color: #ccccff;
}

th.selected
{
	background-color: White;
	border-bottom-color: White;
	text-align: center;
	white-space: nowrap;
}

td.unselected
{
}

th.unselected
{
	text-align: center;
	white-space: nowrap;
}

th.header
{
	text-align: center;
	white-space: nowrap;
}

td.selected_body
{
	background-color: #ccccff;
}

td.unselected_body
{
	border-style: none;
}

th
{
	text-align: left;
	border-color: Black;
	border-style: solid;
	border-width: thin;
}

/* Squeeze coloring */
.O
{
	color: DarkOrange;
}

.R
{
	color: Red;
}

.Y
{
	color: Yellow;
}

.B
{
	color: Blue;
}

.G
{
	color: Green;
}

.stats
{
	background-color: #ccccff;
}

.path
{
	background-color: #ccccff;
	text-align: left;
}

.song_display
{
	background-color: #ccccff;
	width: 100%;
	text-align: center;
}

.letter_display
{
	width: 100%;
	text-align: center;
	margin: 10px;
}

div.menu
{
	position: absolute;
	background-color: White;
	border-color: #ccccff;
	border-width: thin;
	border-style: solid;
	border-left-style: none;
	width: 10%;
	text-align: left;
	top:25px;
	left:0;
}

table.general_stats
{
	background-color: Black;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-width: 2px;
}

table.general_stats * th.aggregate
{
	background-color: LightGrey;
	margin-width: 0px;
	padding: 2px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	text-align: center;
}

table.general_stats * th
{
	background-color: LightGrey;
	margin-width: 0px;
	padding: 2px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 1px;
	text-align: left;
}

table.general_stats * td
{
	background-color: White;
	margin-width: 0px;
	padding: 2px;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-left-width: 1px;
	border-right-width: 2px;
	text-align: right;
}

p.factoid
{
	background-color: White;
	text-align: center;
	width: 100%;
}

table.instrument_stats
{
	background-color: Black;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-width: 2px;
}

table.instrument_stats * th
{
	background-color: LightGrey;
	padding: 2px;
	margin-width: 0px;
	text-align: left;
	border-width: 2px;
}

table.instrument_stats * td
{
	background-color: White;
	padding: 2px;
	margin-width: 0px;
	text-align: right;
	border-width: 1px;
}

.songinfo_display
{
	background-color: White;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}


.ad_line
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.searchform
{
	border-color: Black;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-width: 2px;
	background-color: LightGrey;
}

table.searchfrom > tr
{
	background-color: LightGrey;
}

table.searchform * td
{
	background-color: White;
	padding: 0px;
	margin-width: 0px;
	text-align: center;
	border-width-top: 1px;
	border-width-bottom: 1px;
	border-width-left: 0px;
	border-width-right: 0px;
	border-style-left: none;
	border-style-right: none;
}

table.search_results
{
	border-color: Black;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-width: 2px;
}
