body{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	background-color: #DFE8F6;
}
#hd_div,#hd_logo,#hd_menu,#hd_right{
	height: 45px;
}
#hd_div{
	background: #CCC url('../images/header_bg.gif'); 
}
#hd_logo{
	margin-left: 3px;
	width: 308px;
	float: left;
}
#hd_menu{
	background: #CCC url('../images/header_menu_bg.jpg');
	width: 550px;
	float: right;
}
#hd_right{
	width: 150px;
	float: right;
}
#hd_welcome{
	float: right;
	padding-right: 5px;
} 
#hd_lang{
	float: right;
	width: 100px;
	text-align: left;
} 
#hd_lang div{  
	width: 80px;     
}
#hd_lang input{
	border: 0px;
	padding-top: 7px;
	padding-left: 8px;
	text-align: right;
	background: none;
	cursor: pointer;
	color: #4a4a4a;
} 
#hd_lang div img{
	padding-top: 0px; 
	border-bottom: none;
	visibility: hidden;
}  
.triggerLang{
	
}
#hd_location{
	background: #CCC url('../images/title_bg.gif');
	*float: left;
}
#hd_welcome,#location_bar{	
	font-size: 11px;
	font-weight: bold;
	height: 21px;
	color: #4a4a4a;
	padding-top: 8px;
}                          
.clear_div{
	clear: both;
}
#location_bar{
	padding-left: 4px;
	float: left;
}
#location_bar a{
	color: #4a4a4a;
}
#button_bar{
	/* icon : 23*23 */
	height: 40px;
	/*background: #CCC url('../images/bar_bg.gif');*/
	background-color: #DFE8F6;		
	padding-left: 5px;
}
#button_bar_left ul li{
	float: left;
	display: inline;
	padding-top: 1px;
}
#button_bar_right{
	float: right;
	padding-right: 5px;
	padding-top: 2px;
	/*width: 350px;*/
}
#search_button{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	width: 60px;
}
#search_key{
	width: 110px;
	background-color: #DEF;
	border: 1px solid #7AF;
	
}
#detail_div{
	padding: 5px 5px;
	font-size: 12px;
}
.detail_title{
	font-weight: bold;
}
#status_div{
	font-size: 12px;
	/*background: #CCC url('../images/bar_bg.gif');*/
	padding-top: 3px;
	padding-left: 5px;
	/*background-color: #DFE8F6;*/
}
#left_panel{
	background-color: #FFFFFF;
	background-image: url('../images/panel_bg.png');
}
#properties_info_field,#properties_permission_field,#properties_recurse,#extract_option_overwrite,#extract_option_filepath,#extract_option_password{
	line-height: 180%;
	margin: 8px;
	padding: 8px 8px;
}
#properties_info_field{
	/*width: 420px;*/
}
#properties_permission_field table{
	width: 100%;
}
#properties_permission_field table td{
	text-align: center;
	padding: 3px 1px;	
}
#properties_permission_field table #properties_owner_row td,#properties_permission_field table #properties_group_row td,#properties_permission_field table #properties_public_row td{
	border-top: 1px solid #CCC;
}
#username,#pwd{
	width: 150px;
}
#tree{
 	float: left;
 	margin: 20px;
 	border: 1px solid #c3daf9;
 	width: 250px;
 	height: 300px;
}
.folder .x-tree-node-icon{
	background: transparent url(extjs/resources/images/default/tree/folder.gif);
}
.x-tree-node-expanded .x-tree-node-icon{
	background: transparent url(extjs/resources/images/default/tree/folder-open.gif);
}
.x-tree-node-el .iso{
	background: transparent url(../images/common/iso_folder.gif);
}
.x-tree-node-el .x-tree-node-root{
	background: url('../images/tree_root.png');
}
.func_space{
	margin: 1px 1px 2px 1px;
	width: 23px;
	height: 23px;
	*height:23px;
}
#tb_parent_folder,#tb_refresh,#tb_upload,#tb_download,#tb_mkdir,#tb_rename,#tb_copy,#tb_move,#tb_del{
	cursor: pointer;
	float: left;
	width: 23px;
	height: 23px;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 2px;
}
#tb_parent_folder{
	background: url(../images/toolbar/icon_back.gif) no-repeat;
}
#tb_refresh{
	background: url(../images/toolbar/icon_refresh.gif) no-repeat;
}
#tb_upload{
	background: url(../images/toolbar/icon_upload.gif) no-repeat;
}
#tb_download{
	background: url(../images/toolbar/icon_download.gif) no-repeat;
}
#tb_mkdir{
	background: url(../images/toolbar/icon_new_dir.gif) no-repeat;
}
#tb_rename{
	background: url(../images/toolbar/icon_rename.gif) no-repeat;
}
#tb_copy{
	background: url(../images/toolbar/icon_copy.gif) no-repeat;
}
#tb_move{
	background: url(../images/toolbar/icon_move.gif) no-repeat;
}
#tb_del{
	background: url(../images/toolbar/icon_delete.gif) no-repeat;
}
#tb_parent_folder:hover,#tb_refresh:hover,#tb_upload:hover,#tb_download:hover,#tb_mkdir:hover,#tb_rename:hover,#tb_copy:hover,#tb_move:hover,#tb_del:hover{
	-moz-opacity: 70;
	filter: alpha(opacity: 70);
	opacity: 0.7;
}
.line_break{
	float: left;
	display: block;
	background: url('../images/toolbar/icon_line_break.gif') no-repeat center center;
	width: 6px;
	height: 23px;
	margin-left: 1px;
	margin-right: 5px;
	margin-top: 1px;
}
/*.x-panel-header*/
.x-panel-header-noborder{
	background: #CCC url('../images/title_bg.gif');
	color: #4a4a4a;
	height: 21px;
	/*border-bottom: 1px solid #000000;*/
	padding-top: 6px;
	padding-bottom: 0px;
	border: 0px;
}
.x-panel-body-noheader{
	border-top: 0px;
}
.x-panel-mc .x-hide-label{
	padding-left: 105px;
}
.x-menu-item-icon{
	position: absolute;
	*left: expression(/MSIE 6/.test(navigator.appVersion) ? '-25px' : '0px');
}
/* IE8 override fixes start */
.x-form-text,.ext-ie .x-form-text,.ext-ie .x-form-file{
	margin: 0px 0px;
}
/* IE8 override fixes end */