/*

	Default stylesheet for XP TreeLink template

*/

/*
color: #000000;
color: #879C43;
*/

/* item in NORMAL state */

.sltXpItem
{
    font-family: verdana, arial, helvetica;
    /*font-weight: bold;*/
    font-size: 8pt;
    cursor: hand;
    color: #000000;
}

.sltXpItem #sltl
{
    cursor: hand;
    font-family: verdana, arial, helvetica;
    /*font-weight: bold;*/
    font-size: 8pt;
    color: #000000;
}

/* item in ACTIVE state */

.sltXpItema
{
    cursor: hand;
}

.sltXpItema #sltl
{
    cursor: hand;
    font-family: verdana, arial, helvetica;
    /*font-weight: bold;*/
    font-size: 8pt;
    color: #FF0000;
}

/* item in SELECTED state */

.sltXpItems
{
    cursor: hand;
}

.sltXpItems #sltl
{
    cursor: hand;
    font-family: verdana, arial, helvetica;
    /*font-weight: bold;*/
    font-size: 8pt;
    color: #FF0000;
}

/* item in ACTIVE+SELECTED state */

.sltXpItemas
{
    cursor: hand;
}

.sltXpItemas #sltl
{
    cursor: hand;
    font-family: verdana, arial, helvetica;
    /*font-weight: bold;*/
    font-size: 8pt;
    color: #FF0000;
}

/* NONSELECTABLE item */

.sltXpItemn
{
}

.sltXpItemn #sltl
{
    font-family: verdana, arial, helvetica;
    /*font-weight: bold;*/
    font-size: 8pt;
}

/* DISABLED item */

.sltXpItemd
{
}

.sltXpItemd #sltl
{
    font-family: verdana, arial, helvetica;
    /*font-weight: bold;*/
    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
{
    width: 100%;
}

/* row */

.sltXpRow
{
    width: 100%;
    padding: 0;
}
