/*

	Default stylesheet for 2K TreeLink template

*/

/* Item in NORMAL sate  */

.slt2kNSI
{
	text-decoration: none;
}

.slt2kNSI img
{
	margin-bottom: 2;
}

.slt2kItem 
{
	cursor: hand;
}

.slt2kItem #sltl
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #191970;
	font-size: 12px;
	cursor: hand;
}

/* Item in ACTIVE sate  */

.slt2kItema 
{
	cursor: hand;
}

.slt2kItema #sltl
{
	cursor: Hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191970;
	text-decoration: underline;
	background-color: #99CCFF;
}

/* Item in SELECTED sate  */

.slt2kItems 
{
	cursor: hand;
}

.slt2kItems #sltl
{
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #191970;
	font-size: 12px;
	background-color: #99CCFF;
}

/* Item in ACTIVE+SELECTED sate  */

.slt2kItemas 
{
	cursor: hand;
}

.slt2kItemas #sltl
{
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191970;
	text-decoration: underline;
	background-color: #99CCFF;
}

/* NONSELECTABLE item */

.slt2kItemn 
{
}

/* NonSelectable item label class */

.slt2kItemn #sltl
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #191970;
	font-size: 12px;
	
}

/* Disabled item class */

.slt2kItemd
{
}

/* Disabled item label class */

.slt2kItemd #sltl
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #191970;
	font-size: 12px;
}

/* Spacer class (empty) */

.slt2kSpacer0 
{

}

/* Spacer class */

.slt2kSpacer1 
{

}
/* Spacer class */

.slt2kSpacer2
{

	}

/* Spacer class */

.slt2kSpacer3
{
	
}

/* Knot class */

.slt2kKnot2
{
/*	background-image: url(/images/dot_blue.gif);*/
	background-position: center center;
	cursor: hand;
}

/* Knot class */

.slt2kKnot3
{
	
	background-position: center center;
	cursor: hand;
}



.slt2kHolder 
{
}

/* TreeLink row class */

.slt2kRow
{
	padding: 0;
}
