﻿
.TreeViewClass
{
	text-align:left;
}

.Level1Style
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
	
}
.Level1Style:hover{
	text-decoration: underline;
}
.Level2Style
{
	color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
	text-align:left;
}
.Level2Style:hover{
	text-decoration: underline;
}

#GenreListSurround
{
	border-style:solid;
	border-width:1px;
	height:auto;
	width:400px;
}

#GenreListTitle
{
	background:Green;
	color:White;
	font-weight:bold;
	width:400px;
}

.TreeViewSelectedClass
{
	font-size:11px;
	font-weight:bold;
	color:Yellow;
}
.TreeViewSelectedClass:hover{
	text-decoration: underline;
}