@CHARSET "UTF-8";

html{
	height:100%;
	scrollbar-highlight-color: #E3E3E3;
	scrollbar-shadow-color: #ffffff; 
	scrollbar-arrow-color: #21A5E1;
	scrollbar-face-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #E3E3E3;
	scrollbar-track-color: #E3E3E3;
	margin: 0px;
	padding: 0px;
}
body{
	height:100%;
	font-family: Tahoma, Gothic;
	margin: 0px;
	padding: 0px;
	background:#ebecec;
	/*overflow-y:scroll; - disable for ie7 scroll twice */
}
div span{
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
}

.break{
	clear:both;
}
label{
	cursor:pointer;
}
.dialog{
	display:none;
	font-size: 13px;
	color:#707275;
}
.zero_size{
	position:absolute;
	left:0px;
	top:0px;
}
.hide{
	display:none;
}
.hide_visibility{
	visibility:hidden;
}
.wrap{
	float:left;
	width:100%;
	height:100%;
}
.left{
	float:left;
}
.left_with_chk{
	float:left;
	margin-top:5px;  
}
.left_with_chk_E{
	float:left;
	margin-top:3px;
}
.right{
	float:right;
}
.bold{
	font-weight: bold;
}
.checkbox{
	position:relative;
	cursor:pointer;
  	width: 23px;
  	height: 23px;
  	background: url("../../img/checkbox01_normal.png") no-repeat;
  	float: left;
  	display: inline-block;
	*display:inline;zoom:1;
}
.checkbox.checked{
	background: url("../../img/checkbox01_selected.png") no-repeat;
}
.checkbox.disabled{
	cursor:default;
	background: url("../../img/checkbox01_dim.png") no-repeat;
}

.manual_backup_content .checkbox{ /*수동백업 checkbox 화면마다 바뀜(다른 화면css에서 글로벌로 지정함): 임시로 코딩*/
	position:relative !important;
	cursor:pointer !important;
  	width: 23px !important;
  	height: 23px !important;
  	background: url("../../img/checkbox01_normal.png") no-repeat !important;
  	float: left !important;
  	display: inline-block !important;
	*display:inline;zoom:1 !important;
}

.manual_backup_content .checkbox.checked{ /*수동백업 checkbox 화면마다 바뀜(다른 화면css에서 글로벌로 지정함): 임시로 코딩*/
background: url("../../img/checkbox01_selected.png") no-repeat !important;
}

.manual_backup_content .checkbox.disabled{
	cursor:default;
	background: url("../../img/checkbox01_dim.png") no-repeat !important;
}


.radio{
	position:relative;
  	width: 23px;
  	height: 23px;
  	background: url("../../img/radioBtn_normal.png") no-repeat;
  	float: left;
  	display: inline-block;
	*display:inline;zoom:1;
}
.radio.selected{
	background: url("../../img/radioBtn_focus.png") no-repeat;
}
.radio.selected.disabled{
	background: url("../../img/radioBtn_focus_dim.png") no-repeat !important	;
	cursor:default !important;
}
.radio.disabled{
	background: url("../../img/radioBtn_normal_dim.png") no-repeat !important;
	cursor:default !important;
}
input[type=text], input[type=password]{
	padding-left:11px;
	height:27px;
	border:0;
	border-left:1px solid #b4b4b4;
	border-right:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	background: url("../../img/combobox_bg_normal_mid.png");
	color:#313131;
	line-height:31px;
}
input[type=text]:focus, input[type=password]:focus{
	border-left:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9;
	/*background: url("../../img/combobox_bg_focus_mid.png");*/
}
input[type=text][disabled], input[type=password][disabled]{
	border-left:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	border-bottom:1px solid #a9a9a9;
	background: url("../../img/combobox_bg_focus_mid.png");
}
input[type=text][readonly],input[type=password][readonly]{
	cursor:default;
	margin-bottom:4px;
	background: url("../../img/combobox_bg_focus_mid.png");
}
input[disabled]{
	cursor:default;
}
.selectbox_wrapper{
	position:relative;
	.position:static;
	float:left;
	display: inline-block;
	*display:inline;zoom:1;
}
.selectbox_wrapper .selectbox_left{
	float:left;
	width:1px;
	height:31px;
	background:url('../../img/combobox_bg_normal_left.png');
}
.selectbox_wrapper .selectbox_mid{
	float:left;
	height:31px;
	line-height:31px;
	cursor:pointer;
	padding-left:11px;
	background:url('../../img/combobox_bg_normal_mid_fix.png');
	border-style:solid;
	border-width:1px;
	border-color:#a8a8a8;
}
.selectbox_wrapper .selectbox_text{
	overflow-x:hidden;
}
.selectbox_wrapper .selectbox_text_ellipsis{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.selectbox_wrapper .list_box:focus{
	outline:0;
}
.selectbox_wrapper .selectbox_right{
	float:left;
	width:1px;	
	height:31px;
	background:url('../../img/combobox_bg_normal_right.png');
}
.selectbox_wrapper .selectbox_left_focus{
	background:url('../../img/combobox_bg_focus_left.png');
}
.selectbox_wrapper .selectbox_mid_focus,.selectbox_mid_disabled{
	background:url('../../img/combobox_bg_focus_mid_fix.png') !important;
	border-style:solid;
	border-width:1px;
	border-color:#8c8c8c;
}
.selectbox_wrapper .selectbox_mid_disabled{
	cursor:default;
}
.selectbox_wrapper .selectbox_right_focus{
	background:url('../../img/combobox_bg_focus_right.png');
}
.selectbox_wrapper .selectbox_arrow_down{
	float:right;
	width:25px;
	height:25px;
	margin-top:3px;
	margin-right:3px;
	background:url('../../img/combobox_btn_down.png');
}
.selectbox_wrapper .selectbox_arrow_up{
	background:url('../../img/combobox_btn_up.png');
}
.selectbox_wrapper .list_box{
	position: absolute;
	background:#ffffff;
	border:1px solid #A9A9A9;
	overflow-x:hidden;
	overflow-y:auto;
	z-index: 1;
	.clear:left;
}
.selectbox_wrapper .list_element{
	height:28px;
	padding-left:11px;
	line-height:28px;
	cursor:default;
}
.selectbox_wrapper .list_element_hover{
	background:#efefef;
}
.icon_button{
	cursor:pointer;
}
.basic_btn{
	font-size:13px;
	color:#7d7d7d;
	cursor:pointer;	
}

.basic_btn_disabled{
	color:#a1a1a1;
	cursor:default;
}

.basic_btn_left_normal{
	float:left;
	width:2px;
	height:31px;
	background-image: url("../../img/basicBtn_normal_left.png");
}
.basic_btn_mid_normal{
	float:left;
	height:31px;
	padding-left:10px;
	padding-right:10px;
	background-image: url("../../img/basicBtn_normal_mid.png");
}
.basic_btn_right_normal{
	float:left;
	width:2px;
	height:31px;
	background-image: url("../../img/basicBtn_normal_right.png");
}

.basic_btn_disabled .basic_btn_left_normal{
	background-image: url("../../img/basicBtn_dim_left.png");
}
.basic_btn_disabled .basic_btn_mid_normal{
	background-image: url("../../img/basicBtn_dim_mid.png");
}
.basic_btn_disabled .basic_btn_right_normal{
	background-image: url("../../img/basicBtn_dim_right.png");
}
.basic_btn_focused .basic_btn_left_normal{
	background-image: url("../../img/basicBtn_focus_left.png");
}
.basic_btn_focused .basic_btn_mid_normal{
	/*color:#ffffff; 이건 도대체 왜있는거야?*/
	background-image: url("../../img/basicBtn_focus_mid.png");
}
.basic_btn_focused .basic_btn_right_normal{
	background-image: url("../../img/basicBtn_focus_right.png");
}
.basic_btn_left_over{
	background-image: url("../../img/basicBtn_over_left.png");
}
.basic_btn_mid_over{
	background-image: url("../../img/basicBtn_over_mid.png");
}
.basic_btn_right_over{
	background-image: url("../../img/basicBtn_over_right.png");
}

.basic_btn_left_press{
	background-image: url("../../img/basicBtn_press_left.png")	!important;
}
.basic_btn_mid_press{
	color:#ffffff;
	background-image: url("../../img/basicBtn_press_mid.png")	!important;
}
.basic_btn_right_press{
	background-image: url("../../img/basicBtn_press_right.png")	!important;
}
.basic_btn_divider{
	float:left;
	width:1px;
	height:30px;
	background-image: url("../../img/basicBtn_divider.png");
}
.basic_icon{
	display:inline-block;
	*display:inline;zoom:1;
	width:28px;
	height:28px;
	margin-top:2px;
}

.top_header{
	min-width:1260px;
	width:100%;
	height:31px;
	background-image: url("../../img/top_window_bg.png");
	float:left;
}
.top_header .model_name_icon{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model.png");
	cursor:pointer;
}
.top_header .model_name_icon_vpm_4800{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_vpm_4800.png");
	cursor:pointer;
}
.top_header .model_name_icon_1000{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_1000.png");
	cursor:pointer;
}
.top_header .model_name_icon_873{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_873.png");
	cursor:pointer;
}
.top_header .model_name_icon_472{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_472.png");
	cursor:pointer;
}
.top_header .model_name_icon_470{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_470.png");
	cursor:pointer;
}
.top_header .model_name_icon_473{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_473.png");
	cursor:pointer;
}
.top_header .model_name_icon_1673{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_1673.png");
	cursor:pointer;
}
.top_header .model_name_icon_3370{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_3370.png");
	cursor:pointer;
}
.top_header .model_name_icon_3470{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_3470.png");
	cursor:pointer;
}
.top_header .model_name_icon_3570{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_3570.png");
	cursor:pointer;
}
.top_header .model_name_icon_1670{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_1670.png");
	cursor:pointer;
}
.top_header .model_name_icon_1671{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_1671.png");
	cursor:pointer;
}
.top_header .model_name_icon_vpm_4400{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_vpm_4400.png");
	cursor:pointer;
}
.top_header .model_name_icon_vpm_5400{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_vpm_5400.png");
	cursor:pointer;
}
.top_header .model_name_icon_vpm_6400{
	width:109px;
	height:31px;
	float:left;
	margin-right:8px;
	background-image: url("../../img/top_window_model_vpm_6400.png");
	cursor:pointer;
}
.top_header .indicator-icon{
	margin-left:8px;
	margin-top:4px;
	margin-bottom:4px;
	width:23px;
	height:23px;
	float:left;
}
.empty-enable{
	background-image: url("../../img/indicator_empty_enable.png") !important;
}
.empty-disabled{
	background-image: url("../../img/indicator_empty_disabled.png");
}
.fan-enable{
	background-image: url("../../img/indicator_fan_enable.png") !important;
}
.fan-disabled{
	background-image: url("../../img/indicator_fan_disabled.png");
}
.smps-enable{
	background-image: url("../../img/indicator_SMPS_enable.png") !important;
}
.smps-disabled{
	background-image: url("../../img/indicator_SMPS_disabled.png");
}
.hdd-full-enable{
	background-image: url("../../img/indicator_HDD_full_enable.png") !important;
}
.hdd-full-disabled{
	background-image: url("../../img/indicator_HDD_full_disabled.png");
}
.record-drop-enable{
	background-image: url("../../img/indicator_Recording_alarm_enable.png") !important;
}
.record-drop-disabled{
	background-image: url("../../img/indicator_Recording_alarm_disabled.png");
}
.hdd-no-enable{
	background-image: url("../../img/indicator_HDD_no_enable.png") !important;
}
.hdd-no-disabled{
	background-image: url("../../img/indicator_HDD_no_disabled.png");
}
.hdd-check-enable{
	background-image: url("../../img/indicator_HDD_check_enable.png") !important;
}
.hdd-check-disabled{
	background-image: url("../../img/indicator_HDD_check_disabled.png");
}
.raid-fail-enable{
	background-image: url("../../img/indicator_raid_fail_enable.png") !important;
}
.raid-fail-disabled{
	background-image: url("../../img/indicator_raid_fail_disable.png");
}
.raid-error-enable{
	background-image: url("../../img/indicator_raid_error_enable.png") !important;
}
.raid-error-disabled{
	background-image: url("../../img/indicator_raid_error_disable.png");
}
.raid-rebuild-enable{
	background-image: url("../../img/indicator_RAID_Recovering_enable.png") !important;
}
.raid-rebuild-disabled{
	background-image: url("../../img/indicator_RAID_Recovering_disable.png");
}
.hotswap-iscsi-enable{
	background-image: url("../../img/indicator_iscsi_disconnect_enable.png") !important;
}
.hotswap-iscsi-disabled{
	background-image: url("../../img/indicator_iscsi_disconnect_disable.png");
}
.hotswap-ihdd-enable{
	background-image: url("../../img/indicator_internal_hdd_enable.png") !important;
}
.hotswap-ihdd-disabled{
	background-image: url("../../img/indicator_internal_hdd_disable.png");
}
.hotswap-uhdd-enable{
	background-image: url("../../img/indicator_usb_hdd_enable.png") !important;
}
.hotswap-uhdd-disabled{
	background-image: url("../../img/indicator_usb_hdd_disable.png");
}
.traffic-enable{
	background-image: url("../../img/indicator_traffic_enable.png") !important;
}
.traffic-disabled{
	background-image: url("../../img/indicator_traffic_disabled.png");
}
.update-enable{
	background-image: url("../../img/indicator_update_enable.png") !important;
}
.update-disabled{
	background-image: url("../../img/indicator_update_disabled.png");
}
.amd-enable{
	background-image: url("../../img/indicator_AMD_enable.png") !important;
}
.amd-disabled{
	background-image: url("../../img/indicator_AMD_disabled.png");
}
.vs-enable{
	background-image: url("../../img/indicator_VS_enable.png") !important;
}
.vs-disabled{
	background-image: url("../../img/indicator_VS_disable.png");
}
.vs_con-enable{
	background-image: url("../../img/indicator_VS_restriction_enable.png") !important;
}
.vs_con-disabled{
	background-image: url("../../img/indicator_VS_restriction_disable.png");
}
.freeze-enable{
	background-image: url("../../img/indicator_Freeze_enable.png") !important;
}
.freeze-disabled{
	background-image: url("../../img/indicator_Freeze_disabled.png");
}
.sequence-enable{
	background-image: url("../../img/indicator_sequence_enable.png") !important;
}
.sequence-disabled{
	background-image: url("../../img/indicator_sequence_disabled.png");
}

.poe-enable{
	background-image: url("../../img/indicator_PoE_enable.png") !important;
}
.poe-disabled{
	background-image: url("../../img/indicator_PoE_disabled.png");
}


.battery-fail-enable{
	background-image: url("../../img/indicator_Battery_fail_enable.png") !important;
}
.battery-fail-disabled{
	background-image: url("../../img/indicator_Battery_fail_disabled.png");
}

#nav_logout, #nav_shutdown{
	float:left;
	display:inline-block;
	*display:inline;zoom:1;
}
#nav_logout, #nav_shutdown{
	color:#6F6F6F;
}
#nav_logout:hover, #nav_shutdown:hover{
	color:#ffffff;
}
.top_header .top_button{
	width:19px;
	height:14px;
	margin-top:10px;
	float:left;
	cursor:pointer;
}
.top_header .top_button_text{
	height:14px;
	line-height:14px;
	margin-top:10px;
	margin-right:10px;
	font-size:12px;
	float:left;
	cursor:pointer;
}
.shut_down_normal{
	background-image: url("../../img/shut_down_normal.png");
}
.shut_down_focus{
	background-image: url("../../img/shut_down_focus.png") !important;
}
.log_out_normal{	
	background-image: url("../../img/log_out_normal.png");
}
.log_out_focus{	
	background-image: url("../../img/log_out_focus.png") !important;
}
.top_header .top_divider{
	float:left;
	width:1px;
	height:9px;
	margin-right:6px;
	margin-top:13px;
	background-image: url("../../img/indicator_log_divider.png");
}
.navigation{
	min-width:1260px;
	width:100%;
	height:51px;
	float:left;
	background-image: url("../../img/top_menu_bg.png");
}
.navigation .main_menu{
	float:left;
	width:200px;
	height:50px;
	cursor:pointer;
	line-height: 50px;
}
.navigation .sub_menu{
	float:right;
	min-width:50px;
	height:50px;
	cursor:pointer;
	text-align: center;
}
.navigation .sub_menu_pos{
	float:right;
	text-align: center;
	height:50px;
	margin-right:12px;
}
.navigation .sub_menu_pos_btn{
	min-width:41px;
	height:21px;
	cursor:pointer;
	text-align: center;
	border:1px solid #adadad;
	margin-top:4px;
}

.navigation .main_menu_img{
	position:relative;
	width:19px;
	height:19px;
	float:left;
	left:65px;
	top:17px;
}
.navigation .sub_menu_img{
	margin-top:10px;
	width:19px;
	height:19px;
	display:inline-block;
	*display:inline;zoom:1;
	top:10px;
}
.navigation .sub_menu_img_pos{
	margin-top:5px;
	margin-bottom:4px;
	width:19px;
	height:12px;
	display:inline-block;
	*display:inline;zoom:1;
	top:5px;
	bottom:4px;
}
.navigation .main_menu_text{
	margin-left:90px;
	font-size: 17px;
}
.navigation .sub_menu_text{
	padding-left:10px;
	padding-right:10px;
	font-size: 11px;
}
.navigation .sub_menu_text_pos{
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	font-size: 11px;
}
.navigation .focus{
	background-image: url("../../img/top_menu_focus_bg.png");
	color:#ffffff;
	cursor:default;
}
.navigation .normal{
	color:#6f6f6f;
	cursor:pointer;
}
.navigation .normal_pos_off{
	
}
.navigation .disable{
	color:#6f6f6f;
	cursor:default !important;
}
.navigation .normal:hover{
	background-image: url("../../img/top_menu_focus_bg.png");
	color:#ffffff;
}
.navigation .normal_pos_on{
	background-image: url("../../img/top_menu_focus_bg.png");
}
.main_menu_divider{
	width:2px;
	height:47px;
	margin-bottom:3px;
	background-image: url("../../img/top_menu_divider.png");
	float:left;
}
.sub_menu_divider{
	width:2px;
	height:47px;
	margin-bottom:3px;
	background-image: url("../../img/top_menu_divider.png");
	float:right;
}

.live_focus{
	background-image: url("../../img/menu_live_focus.png") !important;
}
.live_normal{
	background-image: url("../../img/menu_live_normal.png");
}
.search_focus{
	background-image: url("../../img/menu_search_focus.png") !important;
}
.search_normal{
	background-image: url("../../img/menu_search_normal.png");
}
.setup_focus{
	background-image: url("../../img/menu_setup_focus.png") !important;
}
.setup_normal{
	background-image: url("../../img/menu_setup_normal.png");
}
.help_focus{
	background-image: url("../../img/menu_help_focus.png") !important;
}
.help_normal{
	background-image: url("../../img/menu_help_normal.png");
}
.status_focus{
	background-image: url("../../img/menu_status_focus.png") !important;
}
.status_normal{
	background-image: url("../../img/menu_status_normal.png");
}
.backup_focus{
	background-image: url("../../img/menu_backup_focus.png") !important;
}
.backup_normal{
	background-image: url("../../img/menu_backup_normal.png");
}
.admin_focus{
	background-image: url("../../img/menu_admin_focus.png") !important;
}
.admin_normal{
	background-image: url("../../img/menu_admin_normal.png");
}
.qsetup_focus{
	background-image: url("../../img/menu_Qsetup_focus.png") !important;
}
.qsetup_normal{
	background-image: url("../../img/menu_Qsetup_normal.png");
}
.pos_focus{
	background-image: url("../../img/btnIcon_EPOS_press.png") !important;
}
.pos_normal{
	background-image: url("../../img/btnIcon_EPOS_normal.png");
}

.wrap_content{
	min-width:1260px;
	width:100%;
	float:left;
}
.menu_controller{
	width:11px;
	background-image:url("../../img/leftFrame_sizeMover_bg.png");
	float: left;
	cursor:pointer;
}

.menu_controller .arrow{
	width:5px;
	height:9px;
	float:left;
	margin-left:3px;
	/*margin-top:320px;*/
	background-image:url("../../img/leftFrame_sizeMover_arrow_open.png");
}

.menu_controller .arrow_show{
	background-image:url("../../img/leftFrame_sizeMover_arrow_closed.png");	
}

/* Added by jskim */
/* 왼쪽 작은 메뉴를 위해 */
.left_menu_small_button{
	width: 63px;
	height: 51px;
	cursor: pointer;
	background-image: url("../../img/leftFrame_closed_menu_btn.png");
}
.left_menu_small_button:hover{
	background-image: url("../../img/leftFrame_closed_menu_btn_over.png");
}
.left_menu_small_button:active{
	color:#ffffff;
	background-image: url("../../img/leftFrame_closed_menu_btn_press.png");
}
.left_menu_small_menu_image{
	width: 63px;
	height: 20px;
	float: left;
	margin-top: 10px;
	background-position: center;
	background-repeat: no-repeat;
	/* background-image 는 각각 따로 정의 */
}
.left_menu_small_menu_text{
	width: 63px;
	float: left;
	text-align: center;
	font-size: 12px;	
}

.popup_table tr td{
	line-height: inherit;
	white-space: normal;
}
.popup_table{
	width:100%;
	height:100px;
	margin:1px;
}
.warning_icon{
	width:60px;
	background-image: url("../../img/status_record_warningIcon.png");
	background-repeat: no-repeat;
	background-position-x: 30%;
	background-position-y: 50%;
	background-position: 30% 50%;		/* For, Firefox */
}
.loading_msg{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.loading_img{
	height: 59px;
	text-align: center;
}
#loading_img{
	width:59px;
	height:59px;
}
.loading_time{
	height:20px;
	text-align:right;
	color:#CCCCCC
}

/* For, Auto Logout */
#auto_logout_remain_time{
	font-size:20px;
	color:blue;
}
.red{
	color:red;
}

/* LIST BACKUP, SECION BACKUP */
.backup_button_wrap{
	width:100%;
	text-align:center;
}
.section_time_select_selectbox_wrap{
	width:600px;
}
.section_time_select_dst_wrap{
	width:610px;
}
.section_time_select_pos_wrap{
	width:600px;
}
.section_time_select_pos_wrap .checkbox {
	margin-top:4px;
}
.backup_button_wrap .basic_btn .basic_btn_mid_press{
	color:#ffffff;
	background-image: url("../../img/backup_btn_press_bg.png")	!important;
}
.backup_button_wrap .basic_btn .basic_btn_left_press{
	background-image: none !important;
}
.backup_button_wrap .basic_btn .basic_btn_right_press{
	background-image: none !important;
}
.backup_seperator_line{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:1px;
	background:#cccccc;
}
.backup_free_disk_space_wrap{
	display:inline-block;
	.display:inline;zoom:1;
	margin-left:34px;
	width:270px;
}
.backup_space_wrap{
	float:left;
}
.backup_disk_info_wrap{
	height: 30px;
	line-height: 30px;
}
.backup_avail_space_wrap{
/* 	width:200px; */
	display:inline-block;
	.display:inline;zoom:1;
}
.backup_not_avail_space_wrap{
/* 	width:250px; */
	margin-left:15px;
	display:inline-block;
	.display:inline;zoom:1;
}

#list_backup_not_avail_disk_space,#section_backup_not_avail_disk_space,#manual_backup_not_avail_disk_space{
	width:58px;
	margin-left:9px;
	margin-right:9px;
	padding-left:0px;
	text-align:center;
}
.backup_total_info_wrap{
	margin-top: 10px;
	margin-bottom:23px;
}
.backup_status_text{
	width:100px;
	height:16px;
	margin-left:34px;
}
.backup_status_text_{
	width:130px;
	height:16px;
}
.backup_status_guage_wrap{
	padding:2px;
	width:530px;
	height:16px;
	text-align:left;
	background-image: url("../../img/Backup_popup_progressBar_bg.png");
}
.backup_status_guage_complete{
	width:0px;
	height:16px;
	background:#7c56de;
	overflow-x:visible;
}
.backup_status_guage_text{
	text-align:center;
	width:660px;
	color:#ffffff;
}
.backup_overlay{
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #666 url(../../img/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	z-index: 9999;
	opacity: .50;
	filter: Alpha(Opacity=50);	
}

/* MANUAL BACKUP */
#manual_backup_dialog .backup_overlay{
	height:290px;
}
.manual_backup_content_wrap{
	width:100%;
	height:270px;
}
.manual_backup_channel_grid_wrap{
	margin-top:13px;
	margin-left:10px;
}
.manual_backup_content_wrap .selectbox_wrapper{
	margin:0px;
}
.backup_overlay{
	width: 100%;
	height: 290px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #666 url(../../img/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	z-index: 9999;
	opacity: .50;
	filter: Alpha(Opacity=50);	
}
.backup_overlay .backup_progress{
	width:100%;
	height:100%;
	background: url(../../img/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.manual_backup_channel_table_checkbox_wrap{
	line-height:21px;
}
#manual_backup_channel_table{
	margin-left:4px;
}
#manual_backup_channel_table table,#manual_backup_channel_table table tr,#manual_backup_channel_table table tr td{
	width:inherit;
	height:inherit;
}
#manual_backup_channel_table .channel_grid_table{
	background:#fff;
	border:1px solid #37393e;
	text-align: center;
}
#manual_backup_channel_table .channel_grid_table tr td{
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid transparent;
	border-bottom:1px solid transparent;
}
#manual_backup_channel_table .channel_grid_table .focus{
	color:#3a3a3a;
	border: 1px solid #1594e1;
}
#manual_backup_channel_table .channel_grid_table .normal{
	color:#3a3a3a;
}
#manual_backup_channel_table .channel_grid_table .cell_selected{
	background-color:#8bcaef;
	color:#ffffff;
}
#manual_backup_channel_table .channel_grid_table .unavailable{
	cursor:default;
}
.manual_backup_input_wrap{
	margin-left:31px;
}
.manual_backup_input_wrap{
	float:left;
}
.manual_backup_date_description{
	line-height: 16px;
	font-size: 13px;
	padding-left: 90px;
	height:16px;
}
.manual_backup_contents_line{
	width:100%;
	float:left;
	margin-top:5px;
}
.manual_backup_subtitle{
	float:left;
	width:90px;
	height:32px;
	line-height:32px;
	font-size: 13px;
	color:#424954;
}
.manual_backup_content{
	float:left;
	height:32px;
	line-height:32px;
}
.icon_calendar_normal{
	background: url("../../img/btnIcon_calendar_normal.png");
}
.icon_calendar_press{
	background: url("../../img/btnIcon_calendar_press.png");
}
#manual_backup_file_name,#manual_backup_target_dest{
	width:321px;
	float:left;
}

#manual_backup_pw{
	width:140px;
}


#manual_backup_calendar_dialog{
	position:absolute;
	background:#FFFFFF;
	border:1px solid #1aa9ff;
	outline: none;
	display:none;
	z-index:9999;	
}
#manual_backup_calendar_dialog .prev{
	width:28px;
	height:28px;
	margin-top: 87px;
	float: left;
	cursor:pointer;
	background: url('../../img/leftFrame_calendarArrow_left_normal.png');
}
#manual_backup_calendar_dialog .prev:HOVER{
	background: url('../../img/leftFrame_calendarArrow_left_press.png');
}
#manual_backup_calendar_dialog .prev:ACTIVE{
	background: url('../../img/leftFrame_calendarArrow_left_normal.png');
}
#manual_backup_calendar_dialog .next{
	width:28px;
	height:28px;
	margin-top: 87px;
	float: left;
	cursor:pointer;
	background: url('../../img/leftFrame_calendarArrow_right_normal.png');
}
#manual_backup_calendar_dialog .next:HOVER{
	background: url('../../img/leftFrame_calendarArrow_right_press.png');
}
#manual_backup_calendar_dialog .next:ACTIVE{
	background: url('../../img/leftFrame_calendarArrow_right_normal.png');
}
#manual_backup_calendar{
	line-height: normal;
	float:left;
}
#manual_backup_calendar .calendar tr{
	height:26px;	
}
#manual_backup_calendar .calendar .calendar-header{
	background: none;
}
#manual_backup_calendar .calendar .tr-date{
	background: none;	
}
#manual_backup_calendar .calendar .tr-date td {
	border:0px;
}
#manual_backup_calendar .calendar td{
	font-size:12px;
	width:26px !important;
	height:26px;
	cursor:pointer;
}
#manual_backup_calendar .calendar .day-normal{
	cursor:pointer;
	color:#616872;	
}
#manual_backup_calendar .calendar .day-normal:HOVER{
	/*background: url(../../img/day_over.png) no-repeat;*/
}
#manual_backup_calendar .calendar .day-focus{
	/*color:#1aa9ff;*/
	/*background: url(../../img/day_focus.png) no-repeat !important;*/
}
#manual_backup_calendar .calendar .day-has-data{
	color:#1aa9ff;
}
#manual_backup_calendar .calendar .day-out-of-calendar{
	cursor:default;
}

/* Q.Setup(Quick Setup) */
.qsetup_reg_auto_input{
	/*float:right;*/
	margin-top:15px;	
	margin-bottom:10px;
	text-align:left;
}
.qsetup_reg_auto_input_text{
	float:left;
	margin-right:5px;
	line-height:31px;
}
.qsetup_reg_tab{
	height: 51px;
	width: 100%;
	background: #BCBCBC;
}
.qsetup_reg_tab_camera_auto, .qsetup_reg_tab_rec_setup{
	cursor: pointer;
	font-size: 15px;
	width: 135px;
	height: 36px;
	color: #616C79;
	line-height: 36px;
	background-image: url("../../img/status_tab_bg_normal.png");
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-top: 15px;
}
.qsetup_reg_tab_camera_auto{
	margin-left:15px;
}
.qsetup_reg_tab_rec_setup{
	margin-left:5px;
}

.qsetup_rec_setup{
	width:400px;
	display:none;
}
.qsetup_tab_focused {
	background-image: url("../../img/status_tab_bg_focus.png");
	color: #435263;
}

.qsetup_updated_wrap {
	margin-top:5px;
	line-height: 36px;
	font-size: 12px;
}
.qsetup_updated_wrap_2 {
	margin-top:5px;
	line-height: 36px;
	font-size: 12px;
}
.qsetup_updated_wrap .qsetup_refresh_icon {
	width: 30px;
	height: 30px;
	background-image: url("../../img/status_channel_update_btn_normal.png");
	display: inline-block;
	position: relative;
	top: 10px;
	zoom: 1;
	cursor: pointer;
	margin-right: 10px;
}
.qsetup_updated_wrap_2 .qsetup_refresh_icon_2 {
	width: 30px;
	height: 30px;
	background-image: url("../../img/status_channel_update_btn_normal.png");
	display: inline-block;
	position: relative;
	top: 10px;
	zoom: 1;
	cursor: pointer;
	margin-right: 10px;
}
.qsetup_updated_wrap .qsetup_refresh_icon:hover {
	background-image: url("../../img/status_channel_update_btn_over.png");
}
.qsetup_updated_wrap_2 .qsetup_refresh_icon_2:hover {
	background-image: url("../../img/status_channel_update_btn_over.png");
}
.qsetup_updated_wrap .qsetup_refresh_icon:active {
	background-image: url("../../img/status_channel_update_btn_press.png");
}
.qsetup_updated_wrap_2 .qsetup_refresh_icon_2:active {
	background-image: url("../../img/status_channel_update_btn_press.png");
}

.qsetup_popup_menu_text{
	width:117px;
	height:35px;
	line-height:35px;
	float:left;
	clear:both;
}
.qsetup_popup_menu_text_Login_id_pw{
	text-align:left;
	margin-left:28px;
}
.qsetup_popup_menu_long_text{
	width:127px;
	height:35px;
	line-height:35px;
	float:left;
	clear:both;
}
.qsetup_popup_menu_content{
	float:left;
	height:35px;
	line-height:35px;
}
.qsetup_popup_menu_content_span{
	width:247px;
	display:inline-block;
	.display:inline;zoom:1;	
}
.qsetup_ip_text_box{
	padding-left:0px !important;
	text-align:center;
	width:54px !important;
}
.qsetup_ip_install_wrap{
	width:400px;
}
.qsetup_ip_install_multi_wrap{
	width:690px;
}
.qsetup_ipinstall_button{
	width:100%;
	border:1px solid black;
	text-align: center;
	cursor:pointer;
}
#qsetup_loading_img{
	width:59px;
	height:59px;
}

.qsetup_channel_dialog{
	width:200px;
	border:1px solid #1AA9FF;
	background-color: #ECECEC;
	padding: 10px;
	position:absolute;
	outline: none;
	z-index:1500;
}
.qsetup_channel_dialog_button_wrap{
	float:left;
	width:100%;
	text-align:center;
	margin-top:10px;
}
.qsetup_apply_label_wrap{
	float:right;
}
.qsetup_apply_wrap{
	width:862px;
	margin-bottom:5px;
	display:inline-block;
	.display:inline;zoom:1;
	height:35px;	
}
.qsetup_camera_snapshot{
	width:173px;
	height:130px;
	float:left;
	clear:both;
}
.qsetup_ip_mode_select{
	position:absolute;
	left:195px;
	top:179px;
}

.qsetup_camera_snapshot_text{
	position:absolute;
	left:200px;
	top:149px;
}

.qsetup_option_label{
	margin-right:10px;
	line-height:30px;
}
.qsetup_camera_reg_snapshot{
	width:173px;
	height:130px;
	float:left;
	clear:both;
}
.qsetup_tab_divider {
	width: 100%;
	height: 1px;
	background: #FDFDFD;
}

.qsetup_channel_dialog_label{
	margin-bottom:10px;
}
.qsetup_channel_dialog_wrap .qsetup_channel_dialog_divider{
	margin-bottom:10px;
	height:2px;
	background:#cccccc;
}

.qsetup_reg_auto_input_left{
	float:left;
	width:430px;
	text-align:left;
}

.qsetup_reg_auto_input_right{
	float:right;
	width:430px;
	text-align:right;
}

.manual_popup_menu_text{
	width:117px;
	height:35px;
	line-height:35px;
	float:left;
	clear:both;
}
.manual_popup_menu_content{
	float:left;
	height:35px;
	line-height:35px;
}

.backup_caution_left{
	width:35px;
	height:33px;
	float:left;
	display: inline-block;
}
.backup_caution_icon{
	width:33px;
	height:31px;
	background:url("../../img/icon_caution.png") no-repeat;
	display:inline-block;
}
.backup_caution_right{
	height:33;
	float:left;
	display: inline-block;
	top: 10px;
	position: relative;
}
.backup_caution_bottom_sub{
	margin-left : 34px;
}
.backup_caution_bottom_left{
	clear: both;
}
.shutdown_second{
	font-size:25px;
	width:150px;
	text-align:center;
	font-weight:bold;
}
.amdfps_content{
	background:#ebecec;
	margin-top:20px;
	display:inline-block;
}