	#playlist {
		border: 1px solid #666666;
	}

	#playlist thead
	{
		color:#000000;

		text-align: left;
		border:none;
		font-size:10pt;	
	}
	
	#playlist thead tr th
	{
		/* edit header here*/
	}
	
	
	#playlist tfoot
	{
		color: #FFF;
		background: #999;
		font-size: .8em;
	}
	
	#playlist tfoot tr td 
	{
		padding: 5px 5px 5px 10px;
		text-align:left;
	}

	#playlist tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}

	#playlist tbody tr td a,#playlist tbody tr td a:visited,#playlist tbody tr td a:active, #playlist tbody tr td a:hover 
	{
		color:#000000;
		border:none;
		text-decoration:underline;
	}
		
	#playlist tbody tr td a:hover 
	{
		color:#FF0080;
	}
	
	#playlist tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	
	/* 2nd set*/
	
	#latestBlogTable 
	{
		/*border: 0px solid #666666;
		border:none;*/
		border-left: none;
		border-right:none;
		border-top:none;
		border-bottom:none;
	}

	#latestBlogTable thead
	{
		color:#000000;

		text-align: left;
		border:none;
		font-size:10pt;	
	}
	
	#latestBlogTable thead tr th
	{
		/* edit header here*/
	}
	
	#latestBlogTable tfoot
	{
		color: #FFF;
		background: #999;
		font-size: .8em;
	}
	
	#latestBlogTable tfoot a:link
	{
		color:#FFFFFF;
		text-decoration:none;
	}

	#latestBlogTable tfoot a:visited
	{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#latestBlogTable tfoot a:hover
	{
		color:#99CC00;
		text-decoration:underline;
	}
	
	#latestBlogTable tfoot tr td 
	{
		padding: 5px 5px 5px 10px;
		text-align:left;
	}

	#latestBlogTable tbody tr td {

		font-size: 8pt;
		font-size:14px;
		padding: 3px 8px;
		padding: 0px 5px 5px 0px;
		border-left: none;
		border-right:none;
	}
	
	#latestBlogTable tbody tr td a 
	{
		color:#000000;
		border:none;
	}
	
	#latestBlogTable tbody tr td a:visited 
	{
		color:#000000;
	}
	
	#latestBlogTable tbody tr td a:hover 
	{
		color:#FF0080;
		color:#000000;
		text-decoration:underline;
	}
	
	#latestBlogTable tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
/*		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;*/
	}
