@import url(form.css);


body, td, input, select, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333;

	padding: 0;
	margin: 0;
}
body {
	background-color: white;
	background-image: url(../img/ui/pop-asdf.gif);
	background-repeat: no-repeat;
	/*background-position: center -100px;*/
	background-position: 400px -100px;
	background-attachment: fixed;
}
p {
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 175%;
	text-align: left;
}
a, a.NoVisit:visited { 
	color: steelblue;
}
a:hover, a.NoVisit:hover {
	color: crimson;
}
a:visited {
	color: #63c;
}
a.HotLink {
	color: crimson;
	font-weight: bold;
}
#TitleHead {
	background: #eee;
	color: #999;
	padding: 2px 12px;
	border-bottom: solid 2px #999;
}
#TitleHead h1 {
	font-family: Arial,sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 80%;
	display: inline;
	margin-right: 12px;
}
#TitleHead a {
	color: #999;
	text-decoration: none;
}
#TitleHead a:hover {
	color: #666;
}
#TitleHead .SubHead {
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	z-index: 100;
}
#SearchHead {
	background: #ddd;
	padding: 4px 12px 4px 12px;
	border-bottom: solid 1px #999;
}
form {
	margin: 0; padding: 0;
}
#SearchHead input, #SearchHead select {
	margin: 0;
}
#MainContent, #Footer {
	margin: 0 60px 0 60px;
	padding: 10px;
}
#MainContent
{
	border: dotted 1px #ccc;
	border-top-style: none;
	
	
	/*background-color: blue;
	background-image: url(../img/ui/check1.gif);*/
	/*
	background-repeat: no-repeat;
	background-position: center -100px;
	background-attachment: fixed;
	*/
}
#Footer {
	margin-bottom: 40px;
	padding-top: 2px;
	font-size: 10px;
}
#Copyright {
	margin: 2px 20% 0 20%;
	display: none;
	color: #666;
	padding: 8px;
	border: solid 1px crimson;
	border-top-color: #ccc;
	border-left-color: #ccc;
}
h1, h2 {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 100%;
	margin-bottom: 2px;
	margin-top: 2px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
.SmallFonts {
	font-size: 9px;
}
.SuperHuge {
	font-size: 25px;
	font-weight: bold;
	color: #999;
}
.AP {
	font-weight: bold;
	color: crimson;
}
.Highlight {
	background: #ff3;
	border: solid 1px #f90;
}
#MainTable {
	border: solid 1px #ddd;
	width: 100%;
	margin: 4px 0 0 0;
	clear: both;
}
#MainTable th {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	color: white;
	background: steelblue; /* #4682B4 */
}
#MainTable td {
	vertical-align: top;
}
#MainTable th.NotFirstCol {
	border-left: solid 1px #246092;
}
#MainTable td {
	padding: 6px;
}
#MainTable td.NotFirstCol {
	border-left: solid 1px #ddd;
}
#MainTable tr.EvenRow {
	background: #eee;
}
ul, ol {
	margin-top: 4px;
	line-height: 150%;
}
ul {
	list-style-type: square;
}
ol li {
	margin-bottom: 4px;
}
.NoIndent {
	/* margin-left: 0; */
}
.TextBlock, .IntroText {
	text-align: justify;
	line-height: 155%;
	margin: 4px 0 4px 0;
}
.IntroText {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 175%;
	margin-bottom: 14px;
	padding-right: 60px;
}
#SourceFooter {
	color: #333;
	border-top: solid 2px #ddd;
	margin-left: -10px;
	margin-top: 20px;
	padding: 4px 0 20px 10px;
}
img.CoverArt {
	border: solid 1px black;
	margin-right:12px;
}
/* SONG ****************************************************************** */
div.Trans {
	padding: 0 0 4px 0;
	font-family: "Lucinda Console","Andale Mono","Monotype.com","Courier New",monospace;
	font-size: 12px;
	/*color: #333;*/
}
#MainContent h3 {
	margin: 0;
	line-height: 110%;
}
#MainContent h3 a {
	text-decoration: none;
}
div.Trans .StanzaLabel {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: left;
	
	width: 70%;
	
	margin: 8px 0 8px 0;
	padding: 2px;
	padding-left: 0;
	
	border-bottom: dotted 1px #ccc;
}
.ChordBlock {
	margin: 0 0 0 0;
}
.ChordBlock a {
	color: steelblue;
	text-decoration: none;
}
.LyricBlock {
	margin: 0 0 12px 0;
}
.Notes {
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 10px;
	/*font-weight: bold;*/
	font-style: italic;
}
.NotesContents {
	display: block;
	/*margin-left: 20px;*/
}