/* 
 *  playlists.css
 *  $Revision: 1.15 $
 *  $Date: 2008/10/31 11:21:44 $
 *
 *  'A little style and a touch of class'
 *  copyright 2006-2008 Jim E Sontag
 *  All rights reserved
 *
 *************************************************************/

/* BUTTON { margin-left: 6px; } */
* html BUTTON { font-size: 90%; }

.stack { float: left; clear: none; padding: 8px; font-style: italic; }
.stack A { text-decoration: none }

.playable:hover {
  text-decoration: underline;
  cursor: pointer;
}

#nav { margin: 0 16px; border: none; }

#mast { 
  font-size: 16pt;
  font-weight: 700;
  font-style: italic;
  font-family: Trebuchet MS, Arial, sans-serif;
}

/* the start and next button are ctrls */
#ctrls { float: left; clear: left; }

/* rlist is the div that holds the song requests */
/* #rlist { clear: both; margin-bottom: 0px; } */

/* for displaying all of the saved playlists */
#plist { padding-left: 30px; }

/*  
#requests {
   margin-left: 10px;
   padding: 0 10px 0 10px; 
}
*/

#rlist TABLE { width: 100% }

