/*----------------------------------------------------------

       LySite
       Brad Landis (bradlis7@bradlis7.com)

   Copyright (C) 2005 Brad Landis

   This program is free software; you can redistribute it
   and/or modify it under the terms of the GNU General
   Public License as published by the Free Software
   Foundation; either version 2 of the License, or (at your
   option) any later version.

   This program is distributed in the hope that it will be
   useful, but WITHOUT ANY WARRANTY; without even the
   implied warranty of MERCHANTABILITY or FITNESS FOR A
   PARTICULAR PURPOSE.  See the GNU General Public License
   for more details.
   
   You should have received a copy of the GNU General Public
   License along with this program; if not, write to the
   Free Software Foundation, Inc., 51 Franklin Street, Fifth
   Floor, Boston, MA  02110-1301, USA.

----------------------------------------------------------*/
body
{
	font-family: verdana, sans-serif;
	padding: 8px;
	margin: 0px auto;
	color: #468;
	width: 720px;
	behavior: url(csshover.htc);
}
table
{
	width: 100%;
}
td
{
	padding: 2px 8px;
}
th
{
	padding: 5px 10px;
	text-align: left;
}
h1
{
	text-align: center;
}
h2
{
	color: #468;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}
label
{
	font-size: .82em;
}
fieldset
{
	padding: 8px 15px 5px;
}
fieldset legend
{
	color: #468;
	font-weight: bold;
}
.warning
{
	color: red;
	font-style: italic;
	font-size: .9em;
}
.notice {
	color: #080;
	font-style: italic;
	font-size: .9em;
}
.song
{
	color: #468;
	text-align: center;
	padding: 10px;
}
.song .title
{
	margin: 2px 0px;
	font-size: 1.4em;
	font-weight: normal;
	display: block;
	text-align: center;
}
.song .author
{
	margin: 2px 0px;
	font-style: italic;
	font-weight: normal;
	display: block;
	text-align: center;
}
.song .text
{
	margin: 20px 0px 0px;
	display: block;
	white-space: nowrap;
}
.song .copyright
{
	font-size: .8em;
	margin-top: 12px;
}
.songinfo
{
	text-align: center;
	border: 1px solid #ccc;
}
.songinfo h2
{
	margin: 0px 2px 4px;
	padding: 1px;
	font-size: 1.2em;
}
.songinfo h2 img
{
	vertical-align: middle;
	margin: 0px 1px;
	padding: 0px;
}
.songinfo td
{
	border: 1px solid #ccc;
	padding: 3px 4px 6px;
}
.songinfo td td, .songinfo td th
{
	border: none;
	padding: 2px;
	text-align: left;
}
.album_art
{
	width: 60px;
	padding-right: 10px;
}
.unapproved, .usong
{
	background: url('icon/unapproved.png') repeat;
}
.comment
{
	padding: 5px;
	background: #ddd;
	margin: 1px 5px 5px;
	text-align: left;
}
.comment .comment_body
{
	padding: 4px 8px;
	margin: 3px 0px 0px;
	background: #fff;
}
.submittedby
{
	font-size: .8em;
	font-weight: normal;
	text-align: right;
	margin: 4px 0px;
}
.admin
{
	text-align: right;
}
a {
	color: #468;
}
a:hover {
	color: #68a;
}
a img {
	border: 0px;
}
input, textarea, button {
	font-family: verdana, sans-serif;
}
#footer, #top_links {
	background: #8ac;
	border: solid 2px #79b;
	color: #fff;
	padding: 9px;
	text-align: center;
}
#footer {
	margin: 15px 2px 3px;
}
#top_links {
	margin-bottom: 16px;
}
#footer a, #top_links a {
	color: #fff;
}
#footer a:hover, #top_links a:hover {
	color: #468;
}
#top_links span {
	margin: 10px;
}
#search
{
	text-align: right;
}
#list, .block
{
	padding: 8px;
	color: #468;
}
.block
{
	margin-bottom: 15px;
	border-collapse: collapse;
}
.block h2, #list h2
{
	margin: 2px;
	padding: 0px;
}
.block a, #list a
{
	margin: 2px;
}
.block p
{
	margin: 0px;
	padding: 10px 0px;
}
.block br
{
	margin-bottom: 3px;
}
table#log
{
	border-collapse: collapse;
	font-size: .9em;
}
table#log td
{
	padding: 3px 1px 4px;
	border-bottom: 1px dashed #ddd;
}
#iconlist
{
	border: dashed 1px #ccc;
	padding: 2px;
	font-size: .7em;
}
#iconlist form, #iconlist a div
{
	display:inline;
}
#iconlist a
{
	text-decoration: none;
}
#iconlist form button, .buttonimage, #iconlist a
{
	border: none;
	background: none;
	color: #468;
	cursor: pointer;
	font-family: verdana, sans-serif;
	white-space: nowrap;
}
#iconlist form
{
	margin: 0px;
	padding: 0px;
}
#iconlist form button
{
	margin: 0px;
	padding: 0px .25em 0px .25em;
	width: auto;
	overflow: visible;
	border: 0px;
	font-size: 1em;
}
#iconlist button img
{
	margin: 1px;
	padding: 0px;
}
#iconlist form button:hover, #iconlist form input:hover
{
	background: #ddd;
	font-size: 1em;
}
#iconlist img, #iconlist form, #iconlist form button
{
	vertical-align: middle;
}
