/* JamQueue classes for lists of songs */
/* Note: the background below comes from Tiny Portal and needs to be adjusted to match */

.PageTitle
{
    color: #ffffff;
	font-size:  12pt;
    font-family: Arial, sans-serif;
    font-weight: bold;
}


.SongLink a:link, .SongLink a:visited
{

  color: #ffffff;
  font-weight: bold;
  font-size: 7pt;
/*  padding: 5px 5px 5px 5px;  */  /* Due to a bug, this does not work */
  text-decoration: underline;


}

.SongLink a:hover
{
	color: #550;
	text-decoration: underline;
}

.SongListHdr
{
    /*color: #476c8e; */
	font-size: x-small;
	font-family: verdana, sans-serif;
/*    font-family: Arial, sans-serif; */

    font-weight: bold;
}

.SongListHdrBig
{
    color: #476c8e;
	font-size:  12pt;
/*	font-family: verdana, sans-serif; */
    font-family: Arial, sans-serif;
    font-weight: bold;
}


.SongListDate
{
    color: #476c8e;
	font-size: x-small;
	font-family: verdana, sans-serif;
    font-weight: normal;
}


.SongList
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}

.SongList li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(Cur_files/divider.gif) no-repeat 5px 3px;
}


.JamSezzionHdr	{
    color: #000000;
    font-size:  24px;
/*	font-family: verdana, sans-serif; */
    font-family: Arial, sans-serif;
    font-weight: bold;
	}

.ListeningPostSongStats	{
    color: #476c8e;
    font-size:  12px;
/*	font-family: verdana, sans-serif; */
    font-family: Arial, sans-serif;
    font-weight: normal;
	}


.CommentHdr	{
	COLOR:       #476c8e ;
	FONT-FAMILY: Arial, sans-serif ;
	FONT-STYLE:  normal ;
	font-size: 14pt;
	font-weight: bold;
	}


.CommentArtistName	{
	COLOR:       #000000 ;
	FONT-FAMILY: Arial, sans-serif ;
	FONT-STYLE:  normal ;
	font-size: 10pt;
	font-weight: bold;
	}

.CommentSongName	{
	COLOR:       #000000 ;
	FONT-FAMILY: Arial, sans-serif ;
	FONT-STYLE:  normal ;
	font-size: 10pt;
	font-weight: bold
	}


.CommentBody	{
	COLOR:       #000000 ;
	FONT-FAMILY: verdana, sans-serif ;
	FONT-STYLE:  normal ;
	font-size: 8pt;
	font-weight: normal;
	}

  .CommentatorName {
	COLOR:       #000000 ;
	FONT-FAMILY: verdana, sans-serif ;
	FONT-STYLE:  normal ;
	font-size: 8pt;
	font-weight: normal;
	}

