<!--
.absDiv 
{ 
position: absolute;
}

.added 
{ 
margin:0px 0px 0px 20px ;
}
.red
{
  border:1px dotted red;
}

.level0
{
  background: url('/web/Templates/AuthSearchAjax_files/img/caticon.jpg') no-repeat; 
  padding-left:10px; 
  padding-bottom:3px; 
  font-size:14px;
  font-family:arial;
  color:black;
  cursor:pointer;
}

.level0 a{
text-decoration:none;
}

.level1
{
  background: url('/web/Templates/AuthSearchAjax_files/img/file.gif') no-repeat; 
  padding-bottom:3px; 
  padding-left:20px;
  font-size:12px;
  font-family:arial;
  color:blue;
  cursor:pointer;  
}

.level2
{
  background: url('/web/Templates/AuthSearchAjax_files/img/classicon.jpg') no-repeat; 
  padding-left:10px;
  font-size:12px;
  font-family:arial;
  color:black;
  cursor:pointer;  
}

.level3
{ 
  font-size:11px;
  font-weight:bold;
  padding-bottom:4px;
  margin-bottom:4px;
  font-family:arial;
  color:#114411; 
}

.filedetails
{
  	color:#666666;   
	width:500px; 
	font-weight:normal;
	padding-left:5px;		
}

.filedetails a
{
	color:blue;
	font-size:12px;	
	background: url('/web/Templates/AuthSearchAjax_files/img/file.gif') no-repeat;
	padding-left: 17px;
}

.loading
{
  background: url('/web/Templates/AuthSearchAjax_files/img/indicator.gif') no-repeat; 
  padding-left:20px; 
  font-size:10px;
  height:17px;
  font-family:arial;
  color:#AA2222; 
  font-weight:bold;
}

#search_field
{ 
  margin:5px;
  padding:10px;
  font-size:12px;
  font-family:arial;
  color:#555555; 
  font-weight:bold;  
}

#searching_text
{
  padding-left:10px;
  font-size:12px;
  font-family:arial;
  color:#555555; 
  font-weight:bold; 
}

.search_text
{ 
}


-->