/*****************************************************
 *  Copyright (c) 2009 ChaseCreations LLC.
 *  All Rights Reserved.
 *****************************************************/

body
{
	background-color: #FFFFFF;
	background-image: none;
	margin: .25in 0 0 .25in;
}

body, div, p, td, h1, h2, h3, h4, input, .lyric_row
{
	color: black;
}

#boxref
{
	position: absolute;
	top: 0;
	left: 0;
	width: 7.5in;
	height: 10in;
}

#tips
{
	position: fixed;
	top: 0;
	right: .25in;
	width: 250px;
	padding: 18px 18px 80px 18px;
	background-image: url(/images/tips.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#tipsbody
{
	margin: 0 0 15px 0;
}

#tips #tipsbody .txt
{
	margin: 0 0 0 15px;
}

#tips #tipsbody .txt h1
{
	font-size: 22px;
	font-weight: normal;
	color: white;
	margin: 4px 0 12px 0;
}

#tips #tipsbody .txt #content
{
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	line-height: 18px;
}

#tips a, #tips a:link, #tips a:visited, #tips a:hover
{
	color: black;
	text-decoration: none;
}

#tips a:hover
{
	text-decoration: underline;
}

table#rows
{
}

td.staff
{
	padding-top: 10px;
}

td.staff img
{
	margin: 0;
	border: 0;
}

.half_size
{
	font-size: 50%;
}

td.songtitle
{
	color: black;
	font-weight: bold;
	font-size: 26px;
	border: none;
	white-space: nowrap;
	width: auto;
	letter-spacing: -.03em;
}

td.meta
{
	float: none;
	padding: 0;
	margin: 0;
	border: none;
	width: auto;
}

td.lyric_row, pre.lyric_row  /* PRE maintains character spacing in IE */
{
	white-space: pre;
	border: none;
	padding: 2px 0 0 1px;
	width: auto;
	margin: 0;
}

pre.lyric_row
{
	padding-left: 0; /* negates 1px above */
}

td.lyrics
{
	width: 400px;
	padding-top: 19px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
	color: black;
	white-space: pre-wrap;
}

table.copyright
{
	margin: 8px 0 0 1px;
	padding: 4px 0 0 0;
	border-top: 1px solid black;
}

table.copyright td
{
	font-size: 11px;
	color: black;
	text-align: left;
}

table.copyright td img
{
	margin: 2px 0 2px 0;
}
