/*============================================================================*/
/*Formats for the Color Animated Lists*/



/*============================================================================*/
/*Song List Formats*/


#musiclist
{
	background-color:white;
	font-family:Tahoma;
	font-size:9px;
	color:#787878;
}

#musiclist a:hover;
{
  color:#737373;
  text-decoration:underline;
}

#musiclist a.mlst_stressed
{
  font-size:15px;
  color:#303030;
}

#musiclist a.mlst_stressed:hover!important;
{
  border:1px solid yellow;
  color:#737373;
}

#musiclist .mlst_row_off
{
	border-top:1px solid #c5d0dd;
	border-bottom:1px solid white;
	background-color:white;
}

#musiclist .mlst_row_on
{
	border-top:1px solid #303030;
	border-bottom:1px solid #303030;
  background-color:#fffdb8;
  /*red: #e15002 #FFEBDF FFD8CE #f8f4f0 */
  /*orange: #F58205 #EDECCD faefe4 f8f4f0 faf4cd */
  /*yellow: #fdfbba fffdb8 */
}

#musiclist .mlst_row_off .mlst_ps_counter
{
  font-size:50px;
  color: #E1E1E1;
}

#musiclist .mlst_row_on .mlst_ps_counter
{
  font-size:50px;
  color: #303030;
}


