

.cl_MainGroup
{
	font-weight:normal;
	cursor: hand;
	color:white;
	width:100%;
/*	z-index:150;*/
}
.cl_Group
{
	font-weight: normal;
	cursor: hand;
	background-color: white;
	border-top:1px solid white;
	border-left:1px solid #379b23;
	border-right:1px solid #379b23;
	border-bottom:1px solid #379b23;
	color:red;
	/*z-index: 10;*/
}
.cl_MainElem
{	
	height: 25px;
	background-color: #696969;
	cursor: hand;
  font-weight: bold;
}

.cl_MainElemOver
{
	height: 25px;
    background-color: #107030;
	cursor: hand;
    font-weight: bold;
}

.cl_MainElemTxt, .cl_MainElemTxtOver 
{
	sfont-size: 11px;
	text-align:left;
	cursor: hand;
	color: white;
	font-weight : normal;
	font-style: normal;
	font-family:Tahoma;
	text-decoration: none;
	  font-weight: bold;
	   /*padding-left: 8px;*/
  
  border-bottom-style:solid; 
  border-bottom-width:1px;
  border-bottom-color:white;
	
}
.cl_MainElemRImg,.cl_MainElemRImgOver 
{
	border-bottom: solid 1px white;
}

.cl_ElemLImg, .cl_ElemLImgOver 
{
	border-bottom: solid 1px white;
	text-align: center;
	padding-left: 6px;
}