﻿/* divider containing the filter header text such as genre, artists e.t.c and image */
div.filterHeader
{
	width: inherit;
	height:auto;
}

/* The container for the entire filter control and container. */
div.filterControlHeader
{
	width:inherit;
	height:80px;
}

div.filterItem
{
	width:inherit;
	height: 30px;
	margin:2px;
}

div.filterItemHeader
{
	width: 100px;
	float:left;
	height:auto;
	margin-top:3px;
	vertical-align:middle;
}

span.filterItemTip
{
	text-align:center;
	font-size:smaller;
}

span.filterItemHeader
{
	margin:auto;
	vertical-align:middle;
}

/* The dividor container for the value for the filter, this could include the combo box drop
down or a check box e.t.c */
div.filterItemValue
{
	width: 200px;
	float:left;
}

.filterItemValueCombo
{
	width: inherit;
	background-color:Black;
	color: Yellow;
	vertical-align:middle;
}

/* divider containing the actual combo box that will be used to set the filter values */
div.filterControl
{
	float:left;
}

/* Indicates the settings that the song grid will use */
.songGrid
{
	width:inherit;	
}


