.lightLevel 
{
}

.lightContainer 
{
}

.Child
{
	background-color: #EFE7B5;
}

.Child #item
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #676343;
	background-color: #EFE7B5;
}

.lightItemSeparator
{
	background-color: white;
}

.lightItem 
{
}

.lightItem #item
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #676343;
}

.lightItemDisabled 
{
	background-color: #003063;
}

.lightItemDisabled #item
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: gray;
}


.lightItemActive
{
	background-color: #DECF6F;
	cursor: default;
}

.lightItemActive #item
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #676343;
}

.lightItemSelected
{
}

.lightItemSelected #item
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #676343;
}

