/* the classes 'TopPanel' and 'LeftPanel' define all properties of the 
corresponding panels */
/* beige: #F7DFAD  (lyrics pane background) */
/* red-brown: #800000 (lyrics pane letters) */
/* magenta: #4A1821 (menu pane background) */
/* cream: #FFEFD5 (menu pane letters) */
/* ash: #A59E84 (bottom panel background) */

.TopPanel {
	/* background-color: #F7DFAD; */
	background-image: url('images/banner-bg.jpg');
	color: black;
	font-weight: bold;
	font-family: verdana, arial, "sans serif";
}

.BottomPanel {
	background-color: #A59E84;
	/* background-image: url('images/notes.gif'); */
	background-repeat: x-repeat;
	color: black;
	font-family: verdana, arial, "sans serif";
	font-size: small;
}

.LeftPanel {
	/* AliceBlue      AntiqueWhite    Aquamarine Azure Beige    Bisque */
        /* BlanchedAlmond CornSilk        Gainsboro  Gold  HoneyDew Khaki */
	/* Lavender       LavenderBlush   LightCyan  LightGoldenRodYellow */
	/* LightYellow    Linen MistyRose Moccasin   NavajoWhite    OldLace */
	/* PaleGoldenRod  PaleGreen       PaleTurquoise    PapayaWhip /*
	/* PeachPuff      SeaShell        Wheat */
	background-color: Wheat;
	color: #4A1821;
	font-family: verdana, arial, "sans serif";
}

.Lyrics{
	background-color: LightGoldenRodYellow;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	color: #800000;
	margin-left: 80px;
	margin-top: 0px;
	padding-top: 0.5em;
	border-top: 0px;
	font-family: verdana, arial, "sans serif";
}
.sb_welcome{
    margin-top: 5px;
    margin-left: -30px
}
span.textbg {background-color: #FFEFD5;}

a.Head:link{color: black; font-weight: bold;}
a.Head:visited{color: black; font-weight: bold;}
a.Head:hover{background-color: #F7CA63}

a.Menu:link{color: #4A1821}
a.Menu:visited{color: #4A1821}
a.Menu:hover{background-color: Silver}

a.Lyrics:link{color: black}
a.Lyrics:visited{color: black}
a.Lyrics:hover{background-color: #F7CA63}

/* properties of the currently selected text */
.current{
	background-color: #F7CA63; font-weight: bold;
}

/* chords are displayed using this style */
.chord {
	color: Maroon;
	font-family: verdana, arial, "sans serif";
	font-size: x-small;
}
p.bordered{
	/* border: none ridge yellow; */
}

.MenuList {
	  list-style: none;
}

.faq {
     background-color: wheat;
     color: #4A1821;
     font-weight: bold;
}

.uc-title {
     font-size: 150%;
     font-weight: bold;
}

.uc-copy {
    font-size: 50%;
}

.uc-body {
    font-size: 150%;
    color: black;
}
.sb_ico {
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 60px;
    border-width: 0px;
}
/* Song info display on lyrics page */
#songinfo {
    font-size: small;
}
#songinfo th {
    text-align: left;
    padding: 0px 10px 0px 300px;
}
#songinfo td {
    padding: 0px 10px 0px 10px;
}

