/*

	Default stylesheet for XP TreeLink template

*/

/* item in NORMAL state */

.sltXpItem 
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	cursor: hand;
	color: #000000;
}

.sltXpItem #sltl
{
	cursor: hand;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #000000;
}

/* item in ACTIVE state */

.sltXpItema 
{
	cursor: hand;
}

.sltXpItema #sltl
{
	cursor: hand;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #A49849;
}

/* item in SELECTED state */

.sltXpItems 
{
	cursor: hand;
}

.sltXpItems #sltl
{
	cursor: hand;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #FFFFFF;
}

/* item in ACTIVE+SELECTED state */

.sltXpItemas 
{
	cursor: hand;
}

.sltXpItemas #sltl
{
	cursor: hand;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: 000000;
}

/* NONSELECTABLE item */

.sltXpItemn 
{
}

.sltXpItemn #sltl
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}

/* DISABLED item */

.sltXpItemd
{
}

.sltXpItemd #sltl
{
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: silver;
}

/* item in NORMAL state for NOSCRIPT */

.sltXpNSI
{
	text-decoration: none;
}

.sltXpNSI img
{
	margin-bottom: 2;
}

/* spacer */

.sltXpSpacer
{
}

/* knot */

.sltXpKnot
{
	cursor: hand;
}

/* control container */

.sltXpHolder 
{
}

/* row */

.sltXpRow
{
	padding: 0;
}
