#program
{
	display: none !important;
}

#player
{
	width: 930px;
	height: 58px;
	border: 2px solid #666666;
}

#player input
{
	float: right;
	border: 2px solid #666666;
	height: 24px;
	width: 176px;
	margin: 10px 10px 0px 0px;
	padding: 4px 10px 4px 10px;
	font-size: 14pt;
	color: #333333;
}

#playerWrapper embed
{
	margin: 0px 0px 0px 0px;
}


#library
{
	margin-top: 3px;
	width: 934px;
}

#library .playing
{
	background-color: #68A2CD;
}

#library table
{
	width: 934px;
	border-collapse: collapse;
}

@-moz-document url-prefix() {
    #library table
	{
		width: 932px !important;
		margin-left: 1px;
		border-collapse: collapse;
	}
}

#library th
{
	border: 2px solid #666666;
	height: 30px;
	margin-bottom: 3px;
	text-transform: uppercase;
	text-align: left;
	color: #333333;
	padding: 0px 5px 0px 5px;
}

#library .seperate td
{
	height: 3px;
	border-top: 2px solid #666666;
	border-bottom: 2px solid #E0E0E0;
	border-left: 0px hidden transparent !important;
	border-right: 0px hidden transparent !important;
	padding: 1.5px;
}

#library .marked
{
	background-color: #E0E0E0;
}

#library tr
{
	margin-bottom: 4px;
	cursor: pointer;
}

#library td
{
	height: 28px;
	border: 2px solid #E0E0E0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 5px 0px 5px;
}

#library tfoot td
{
	border-top: 2px solid #E0E0E0;
	border-left: 0px hidden transparent !important;
	border-right: 0px hidden transparent !important;
	border-bottom: 0px hidden transparent !important;
	height: 3px;
}

.tags
{
	background-color: #3A3A38;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 1px 0px 1px;
}

.highlighted { background: yellow; }