BODY { background: #000000; color: #dddddd;
	font-family: sans-serif ; width:640px;margin: 20px 20px 20px 20px;}
TABLE { width: 100%;
	border: 1px solid #9c9c9c;
	text-align: left;
	color: #ffffff }
THEAD { font-weight: bold;
	background: #cecece;
	color: #313131 }
TBODY { font-size: small;
	background: #636363 }
COL.names { text-align: left }
COL.votes { text-align: center }
COL.buttons { text-align: right }
COL.icons { text-align: left }

A { text-decoration: none }
A:link { color: #ffce00 }
A:visited { color: #ffce00 }
A:active { color: #ffde10 }
A:hover { color: #ffde10 }

H1 { color: #ffde10 }
H2 { color: #FF0000 }
H3 { color: #ffde10 }
H4 { color: #32CD32 ; padding:0;margin:0;}
P.admin { text-align: center }

DIV.playing { font-size: medium;
	font-weight: bold }

.repeat A.song { color: #cecece }

BODY.top { background: black; color: lime }
.top IMG { border: 0 }

BODY.bottom { background: black; color: ffce00 }

.bottom TABLE { background: black;
	border: 0px }
.bottom THEAD { background: black }
.bottom TBODY { background: black }

.bottom TD { text-align: center }

.bottom input { 
    font-size: medium; 
    color: #ffde10;
    background: black;
    border:0;
    }

.button {font-weight:normal;}

/* * Song info Table (short version for Jukebox) */ 
table.infoTable { 
    xbackground-color: #404040; 
    xxborder-collapse: collapse; 
    xxborder-color: #404040; 
    xxborder-style: ridge; 
    border-color: burlywood; 
    border-width: 0px; 
    margin: 4px; 
    /* outer offset to the left & right*/ 
    } 
/* * Cells withing the songInfoTemplate, Main Track */ 
td.songTitle, td.songArtist, td.songAlbum { padding: 4px; } 
td.songTitle { font-family: "Trebuchet MS", Georgia, Times, 'Times New Roman', serif; 
		font-size: 170%; 
		font-weight: bold; 
		color:black; 
		} 
td.songArtist { 
	    font-family: "Trebuchet MS", Veranda, Georgia, Times, 'Times New Roman', serif; 
	    font-size: 120%; font-weight: bold; color:darkblue; } 
td.songAlbum { font-family: "Trebuchet MS", Veranda, Georgia, Times, 'Times New Roman', serif; font-size: 100%; font-weight: bold; color:RGB(128,128,128) ; }
