.RB_CRK_clsCurrNode
{
	color: yellow;
	background-image:url(styles/cool/background_over.gif);
	font-family:Verdana;
	font-size : 9pt;
	font-weight : bold;
}

.RB_CRK_clsCurrElement
{
	font-weight: bold;
	font-size: 9pt;
	color: blue;
	font-family: Verdana;
	background-color: #bed8ff;
}

.RB_CRK_clsSelectedNode
{
	background-image:url(styles/cool/background.gif);
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana;
}

.RB_CRK_clsSelectedElement
{
	font-weight: bold;
	font-size: 9pt;
	color: #353535;
	font-family: Verdana;
	background-color:#eef8ff;
}

.RB_CRK_clsNode
{
	background-image:url(styles/cool/background.gif);
	color: white;
	font-family:Verdana;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : none;
}

.RB_CRK_clsElement
{
	color: lightslategray;
	font-family:Verdana;
	background-color:#eef8ff;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : none;
}

.RB_CRK_clsBlank
{
	background-color:#eef8ff;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : none;
}

