UL.jqueryFileTree {
	list-style-type:none;
	padding:0 0 0 12px;
	margin:0px;	
}

#mid UL.jqueryFileTree li a{
	font:bold 11px arial;
	color:#000;	
	outline:none;
}

#mid UL.jqueryFileTree li ul.inner{
	list-style-type:none;
	padding:0 0 0 5px;
	margin:0;	
	width:180px;
	//width:175px;
	position:relative;
	left:-40px;
	overflow:hidden;
}


#mid UL.jqueryFileTree li ul.inner li a{
	font:11px arial;
	color:#6fa035;
	width:185px;
}

#mid UL.jqueryFileTree li ul.inner li a:hover{
	font:11px arial;
	color:#132;
	background-color:#EFF6FC;
}

#mid UL.jqueryFileTree li a:hover{
	font:bold 11px arial;
	color:#992200;	
	text-decoration:none;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0 0 4px 35px;	
	margin: 0;
	white-space: nowrap;
}

/* Core Styles */
.jqueryFileTree LI.directory { background: url(images/folder_collapsed.gif) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(images/folder_open.gif) left top no-repeat; }
.jqueryFileTree LI.file { background: url(images/file.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(images/spinner.gif) left top no-repeat; }
/* File Extensions*/


/**************** Selectbox css things ********************/

div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#FFFFFF;
  border:1px solid #BBB;
  margin:0px;
  margin-top:-2px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  z-index:1000;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #DDDDDD;
  z-index:1000;
}
div.selectbox-wrapper ul li.current { 
  background-color: #ECECFF;
  z-index:1000;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  font: 11px Arial, Helvetica, sans-serif;
  padding:3px 0 3px 20px;
  cursor:pointer;
  color:#111144;
  z-index:1000;
}
.selectbox /* look&fell of  select box*/
{
  margin: 0px 5px 0px 0px;
  padding:5px 0 0 7px;  
  font:bold  12px Arial, Helvetica, sans-serif;  
  display : block;
  text-align:left; 
  background: url('../images/bg_select.png') left no-repeat;
  width:136px;
  height:20px;
  cursor: pointer;
  border:0px;
  color:#333;
}

#mid .left_select_box_container{
	padding:5px 0 10px 15px;
}

.live_search_box{
	font:11px tahoma,arial,helvetica;
	color:#336699;
	border:1px solid #BCBCBC;
}

/****************** End selecbox css things *************************/
