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