body {background-color: #111111;
      border: 0px;
      scrollbar-base-color: #111111;
      scrollbar-face-color: #111111;
      scrollbar-highlight-color: #111111;
      scrollbar-3dlight-color: #eeeeee;
      scrollbar-darkshadow-color: #eeeeee;
      scrollbar-shadow-color: #111111;
      scrollbar-arrow-color: #eeee11;
      scrollbar-track-color: #ee1111;
      font-size: 10pt;
      margin: 0px;
      padding: 0px;
      font-family: luxi sans, trebuchet ms, bitstream vera sans, verdana, arial, helvetica, sans-serif;
}

#notes {font-family: arial, helvetica, sans-serif;
        font-size: 8pt;
}

#mainpane {
    border: 0px;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    width: 800px;
    position: relative;
}

.entry {
    width: 100%;
    color: #eeeeee;
    padding: 5px;
    margin: 1em auto 0px auto;
}

a {text-decoration: none}
a:link {color: #eeee88}
a:visited {color: #eeee88}
a:hover {color: #eeee11;
         text-decoration: underline}
object {vertical-align: middle}

#main a:link {color: #eeeeaa}
#main a:visited {color: #ee1111;}
#main a:hover {color: #eeee55;
         text-decoration: underline}

#news a:link {color: #eeeeee}
#news a:visited {color: #ee1111;}
#news a:hover {color: #eeee55;
         text-decoration: underline}

#general a:link {color: #eeeeaa;}
#general a:visited {color: #eeeeaa;}
#general a:hover {color: #eeee55;
         text-decoration: underline}

td.blogpic {padding: 0 10px 0 0;}

#song {font-family: arial, helvetica, sans-serif;
        font-size: 8pt;
}

#song a {color: #eeee88;
}

#song a:hover {color: #ffffff;
         text-decoration: none;
}

#song table{
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
            width: 300px;
            background-image: url(player/player1.jpg);
}

#song.s2 table{
        border-width: 1px;
        border-style: solid;
        border-color: #eeeeee;
            width: 300px;
            background-image: url(player/player2.jpg);
}

#song.de table{
        border-width: 1px;
        border-style: solid;
        border-color: #eeeeee;
            width: 300px;
            background-image: url(player/player-de.jpg);
}

#song.tt table{
        border-width: 1px;
        border-style: solid;
        border-color: #eeeeee;
            width: 300px;
            background-image: url(player/player-tt.jpg);
}

#song td {padding: 1px 3px 1px 3px;
          background-image: url(song.png);
}

#song img {float: right;
           height: 10px;
           width: 10px;
}

#phrase img {
	   vertical-align: middle;
           height: 10px;
           width: 10px;
}
       
#banner {
    height: 100px;
    background-color: #111111;
    background-image: url(title.jpg);
    background-repeat: no-repeat;
    width: 800px;
    padding: 0px;
    margin: 2px;
    border: 1px solid #eeeeee;
}

img {
    border: 0px;
}

.navcontent {
    background-color: #111111;
    padding: 5px;
    padding-top: 10px;
}

#nav {
        width:170px;
}

.navspacer {
    margin: 0px 5px 0px 5px;
}

#nav .navtitle {
    background-color: #ee1111;
    border-bottom: 1px solid #eeee11;
    margin: 0px;
    color: #eeeeee;
    font-size: 12px;
    font-weight:bold;
    padding: 2px 5px 2px 5px;
    display: block;
}

div.navitem {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight:normal;
    border: 0px;
    width: 170px;
}


#main {
    padding: 0px 0px 0px 10px;
    margin: 10px auto 0px auto;
    vertical-align: top;
}

#mainspacer {
    min-width: 400px;
    margin: 0px auto 0px auto;
}

#right {float: right;
        width: 200px;
        padding: 5px }

#left {float: left;
       width: 180px;
       padding: 5px }

#gotop {float: right;
        width: 50px;
        padding: 0px;
        text-align: center;
        background-color: red;
}

#gotop a:link {color: #eeeeee; }
#gotop a:visited {color: #eeeeee; }

#new {float: right;
        width: 40px;
        padding: 0px;
        text-align: center;
        background-color: yellow;
}

#yellow {padding: 0px;
        text-align: center;
        background-color: yellow;
        color: red;
}


p {
   color: #eeeeee;
}

p.l {
     color: #ffffff;
}

p.b {
     color: #ffffff;
}

th {background-color: red;
    color: #eeeeee;
    font-style: bold;
    border: 0px
}

td {
    color: #eeeeee;
    border: 0px;
    vertical-align: top;
}

td.w {background-color: #eeeeee;
    color: #111111;
    border: 0px;
    vertical-align: top;
}

hr {color: #ee1111;
    background-color: #ee1111;
    border: 0;
    width: 100%;
    height: 2px
}

