/*

	Default stylesheet for LIGHT MenuLink template

*/

/* item in NORMAL state */

.lightItem 
{
	background-color: #CCCFBE;
}

.lightItem #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/* item in ACTIVE state */

.lightItemActive
{
	background-color: #5E5C55;
	cursor: default;
}

.lightItemActive #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

/* item in SELECTED state */

.lightItemSelected
{
	background-color: red;
	cursor: default;
}

.lightItemSelected #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

/* DISABLED item */

.lightItemDisabled 
{
	background-color: #003063;
}

.lightItemDisabled #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: gray;
}

/* separator */

.lightItemSeparator
{
	color: #5E5C55
}

/* surrounding html */

.lightLevel 
{
}

/* items container */

.lightContainer 
{
}

/* SUBitem in NORMAL state */

.lightSubItem 
{
	background-color: #9D9E93;
}

.lightSubItem #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/* SUBitem in ACTIVE state */

.lightSubItemActive
{
	background-color: #CCCFBE;
	cursor: default;
}

.lightSubItemActive #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/* SUBitem in SELECTED state */

.lightSubItemSelected
{
	background-color: red;
	cursor: default;
}

.lightSubItemSelected #item
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
}