.lightLevel 
{
}

.lightContainer 
{
}

.lightItemSeparator
{
}

.lightItem 
{
	background-color: #000000;
}

.lightItem #item
{
	font-family: Verdana;
	font-size: 12px;
	
	color: white;
}

.lightItemDisabled 
{
	background-color: #003063;
}

.lightItemDisabled #item
{
	font-family: Verdana;
	font-size: 12px;
	color: gray;
}


.lightItemActive
{
	background-color: #FFFFCC;	
	cursor: default;
}

.lightItemActive #item
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

.lightItemSelected
{
	background-color: #FFFFCC;
	cursor: default;
}

.lightItemSelected #item
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

