.IslandClass
{
	Cursor: default;
	border-width: 15px;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	text-indent: 7px;
	border-style: None;
	color: White;
	background-color: #bfbfbf;
	margin-top: 1pt;
	margin-bottom: 1pt;
	width: 100%;
}
.SubClass
{
	Cursor: default;
	border-width: 15px;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bolder;
    padding: 0 5pt 0 5pt;
	border-style: None;
	color:  white;
	background-color: #595959;
}
.HoverClass
{
	Cursor: hand;
	color: White;
	background-color:#787878;
}
.HoverSubClass
{
	Cursor: hand;
	color: white;
	background-color: black;
}
.TopHover
{
	Cursor: hand;
	color: White;
	background-color: #5d5d5d;
}
.TopClass
{
	color: White;
	background-color: #701A30;

}
.TopSelected
{
	color: White;
	background-color: #701A30;
}
.DisabledClass
{
	color: LightGray;
}
