* 
{
	padding:0;
	margin:0;
}

body
{
	min-width:574px;
	max-width:574px;
}

.ddl
{
	font-size: .9em;
}

.button
{
	font-size: .9em;
	vertical-align:middle;
}

.spanHeader
{
	font-weight:bold;
}

.ShowLocatorPane
{
	padding:3px;
/*	height:70px; */
	font-size: .9em;
	color: #333333;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	background-color:#E0E0E0;
}

.PlaylistMatchesPane
{
	padding:3px;
/*	height:40px; */
	font-size: .9em;
	border-style:solid;
	border-width:1px;
	border-color:#DDD;
	background-color:#F0F0F0;
}

.SelectedPlaylistPane
{
	padding:3px;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 100%;
    border-style:dotted;
    border-color:Silver;
    border-width:1px;
	margin:6px;
}

.GridHeaderStyle
{
    /*background-color: #5D7B9D;*/
    background-color:#FFC266;
    color:#444444;
	border-style:dotted;
	border-color:Silver;
	border-width:1px;
	cursor:default;
}

.AlternatingRowStyle
{
	height: 2em;
    background-color:White;
    color: #222222;
    border-style:dotted;
    border-color:Silver;
    border-width:1px;
}

.RowStyle
{
	height: 2em;
	background-color: #F7F6F3;
	color: #222222;
	border-style:dotted;
	border-color:Silver;
	border-width:1px;
}

.SelectedRowStyle
{
	height: 2em;
	background-color: Green;
	color: White;
	border-style:dotted;
	border-color:Silver;
	border-width:1px;
}

.ItemStyle
{
	padding:3px;
	border-style:dotted;
	border-width:1px;
}

.HiddenItemStyle
{
	color:#fff;
	font-size:0px;
	border:0px;
	background-color:Transparent;
}

.RowStyleStatusIsModule
{
	background-color: #DDDDDD;
	color: #000000;
	font-weight:bold;
	height: 2em;
	text-align:center;
}

.RowStyleStatusIsLivePerformance
{
	background-color: #FAFADD;
	color: #000000;
	border-style:none;
	font-weight:bold;
	height: 2em;
	text-align:center;

}

.RowStyleHasComment
{
	background-color: #FAFADD;
	color: #000000;
	border-style:none;
	height: 2em;
}


.RowStyleIsSelector
{
	background-color: #FAFADD;
	color: #000000;
	border-style:none;
}

