.lightLevel 
{
}

.lightContainer 
{
}

.lightItemSeparator
{
}

.lightItem 
{
	background-color: #F96FFE;
}

.lightItem #item
{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: black;
}

.lightItemDisabled 
{
	background-color: #F96FFE;
}

.lightItemDisabled #item
{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: black;
}


.lightItemActive
{
	background-color: #F96FFE;
	cursor: hand;
}

.lightItemActive #item
{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: black;
}

.lightItemSelected
{
	background-color: #F96FFE;
	cursor: hand;
}

.lightItemSelected #item
{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: white;
	font-weight:normal;
}

