/*

	Default stylesheet for BlueLight TreeLink template

*/

/* item in NORMAL state */

.sltBlueLightItem 
{
	font-family: Verdana;
	font-size: 9px;
	cursor: hand;
}

.sltBlueLightItem #sltl
{
	cursor: hand;
	font-family: Verdana;
	font-size: 9px;
}

/* item in ACTIVE state */

.sltBlueLightItema 
{
	cursor: hand;
}

.sltBlueLightItema #sltl
{
	cursor: hand;
	font-family: Verdana;
	font-size: 9px;
	color: white;
	background-color: #3169C6;
}

/* item in SELECTED state */

.sltBlueLightItems 
{
	cursor: hand;
}

.sltBlueLightItems #sltl
{
	cursor: hand;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9px;
}

/* item in ACTIVE+SELECTED state */

.sltBlueLightItemas 
{
	cursor: hand;
}

.sltBlueLightItemas #sltl
{
	cursor: hand;
	font-family: Verdana;
	font-size: 9px;
	color: white;
	font-weight: bold;
	background-color: #3169C6;
}

/* NONSELECTABLE item */

.sltBlueLightItemn 
{
}

.sltBlueLightItemn #sltl
{
	font-family: Verdana;
	font-size: 9px;
}

/* DISABLED item */

.sltBlueLightItemd
{
}

.sltBlueLightItemd #sltl
{
	font-family: Verdana;
	font-size: 9px;
	color: silver;
}

/* item in NORMAL state for NOSCRIPT */

.sltBlueLightNSI
{
	text-decoration: none;
}

.sltBlueLightNSI img
{
	margin-bottom: 2;
}

/* spacer */

.sltBlueLightSpacer
{
}

/* knot */

.sltBlueLightKnot
{
	cursor: hand;
}

/* control container */

.sltBlueLightHolder 
{
}

/* row */

.sltBlueLightRow
{
	padding: 0;
}
