html, body {
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

body {
	position: relative;
}

a {
	color: blue;
	text-decoration: none;
}

*::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	position: relative;
}

input[type=text],
input[type=textarea] {
       user-select: text;
       -moz-user-select: text;
       -khtml-user-select: text;
       -webkit-user-select text;
}

input[type=text][readonly],
input[type=textarea][readonly] {
	user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

input[type=text][readonly].selectabletext,
input[type=textarea][readonly].selectabletext {
	user-select: text;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
}

.x-box-item input {
	position: static;
}

.x-window-header {
	height: 18px;
}

.x-window-header-text {
	line-height: 18px;
}

.x-masked {
	overflow: visible !important;
}

#sds-logo {
	visibility: hidden;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 228px;
	height: 36px;
	background: url(../images/wallpaper_logo.png?v=1913) no-repeat scroll transparent;
}

#sds-mobile-edition-container {
	position:absolute;
	bottom: 0px;
	height: 42px;
	width:100%;
	text-align:center;
}

#sds-mobile-edition {
	width:160px;
	height:42px;
	margin: auto;
	background: url(../images/bt_dsm_mobile.png?v=1882) no-repeat;
	background-position: 0 0;
}

#sds-mobile-edition:hover{
	background-position: 0 -42px;
	cursor:pointer;
}

#sds-mobile-edition:active{
	background-position: 0 -84px;
}

.sds-window-mask {
	/* overlap resizer (100,101) */
	z-index: 102;
}

.ext-el-mask  {
	z-index: 20000;
}

/* taskbar button use ml,mc,mr only */

#sds-taskbar .x-btn-tl, #sds-taskbar .x-btn-tc, #sds-taskbar .x-btn-tr,
#sds-taskbar .x-btn-bl, #sds-taskbar .x-btn-bc, #sds-taskbar .x-btn-br {
	display: none;
}

#sds-taskbar .x-btn tr:first-child,
#sds-taskbar .x-btn tr:last-child {
	/* fix for webkit */
	display: none;
}

/* taskbar */

#sds-taskbar-shadow {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 38px;
	background: url(../images/taskbar/taskbar_shadow.png) repeat-x scroll 0 0 transparent;
}

#sds-taskbar {
	position: relative;
	height: 32px;
	background: url(../images/taskbar/taskbar_bg.png) repeat-x scroll 0 0 transparent;
}

#sds-taskbar li .x-btn-text {
	padding: 0;
}

.sds-taskbar-left-spliter-h {
	float: left;
	margin-top: 1px;
	width: 1px;
	height: 30px;
	background: url(../images/taskbar/split_taslbar_b.png) no-repeat scroll 0 0 transparent;
}

#sds-taskbar-panel-wrap {
	background: transparent;
}

/* taskbar search bar */

#sds-taskbar-search {
	position: absolute;
	right: 8px;
	margin-top: 4px;
}

#sds-taskbar-search-left {
	float: left;
	width: 4px;
	height: 24px;
	background: url(../images/taskbar/searchbox_a.png) no-repeat scroll 0 0 transparent;
}

#sds-taskbar-search-right {
	float: left;
	width: 4px;
	height: 24px;
	background: url(../images/taskbar/searchbox_a.png) no-repeat scroll 0 -48px transparent;
}

#sds-taskbar-search-center {
	float: left;
	height: 20px;
	padding: 2px 0 2px 0;
	background: url(../images/taskbar/searchbox_a.png) repeat-x scroll 0 -24px transparent;
}

#sds-taskbar-search-center.syno-textfilter .x-form-field-wrap {
	border: 0;
	background: transparent;
}

/* show all button */

#sds-taskbar-showall {
	float: left;
}

#sds-taskbar-showall .x-btn-text {
	width: 15px;
	height: 32px;
}

#sds-taskbar-showall .x-btn-ml,
#sds-taskbar-showall .x-btn-mr {
	display: none;
}

#sds-taskbar-showall .x-btn-mc {
	background: transparent url(../images/taskbar/showdesktop.png) no-repeat !important;
	background-position: 0 0 !important;
}

#sds-taskbar-showall .x-btn-over .x-btn-mc {
	background-position: 0 -32px !important;
}

#sds-taskbar-showall .x-btn-click .x-btn-mc {
	background-position: 0 -64px !important;
}

/* start menu button */

#sds-taskbar-startbutton {
	float: left;
	margin-left: 10px;
}

#sds-taskbar-startbutton .x-btn-text{
	width: 34px;
	height: 32px;
}

#sds-taskbar-startbutton .x-btn-ml,
#sds-taskbar-startbutton .x-btn-mr {
	display: none;
}

#sds-taskbar-startbutton .x-btn-mc {
	background: transparent url(../images/taskbar/start_a.png) no-repeat !important;
	background-position: 0 0px !important;
}

#sds-taskbar-startbutton .x-btn-over .x-btn-mc {
	background-position: 0 -32px !important
}

#sds-taskbar-startbutton .x-btn-click .x-btn-mc {
	background-position: 0 -64px !important
}

/* tray buttons */

#sds-tray-panel .sds-tray-strip-wrap {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

#sds-tray-panel .sds-tray-strip {
	display: block;
	padding-right: 8px;
	zoom: 1;
}

#sds-tray-panel li {
	float: right;
}

#sds-tray-panel li.sds-taskbar-right-spliter-h {
	float: left;
	width: 2px;
	height: 32px;
	background: url(../images/taskbar/split_taslbar_a.png) no-repeat scroll 0 0 transparent;
}

#sds-tray-panel li .x-btn-text {
	height: 32px;
	width: 16px;
}

#sds-tray-panel li.sds-tray-edge {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	font-size: 1px !important;
	line-height: 1px !important;
	overflow: hidden;
	zoom: 1;
	background: transparent !important;
	width: 1px;
}

#sds-tray-panel .x-btn-ml,
#sds-tray-panel .x-btn-mr,
#sds-tray-panel .x-btn-mc {
	background: none transparent;
}

/* task buttons */

#sds-taskbuttons-panel {
	overflow: hidden;
}

#sds-taskbuttons-strip-wrap {
	width: 100%;
	zoom: 1;
}

#sds-taskbuttons-strip {
	display: block;
	width: 5000px;
	zoom: 1;
}

#sds-taskbuttons-panel li {
	position: relative;
	float: left;
	margin-right: 2px;
}

#sds-taskbuttons-panel li .loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 30px;
	background: url(../images/taskbar/loading.gif) no-repeat scroll center center transparent;
}

#sds-taskbuttons-panel li.sds-taskbuttons-edge {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	font-size: 1px !important;
	line-height: 1px !important;
	overflow: hidden;
	zoom: 1;
	background: transparent !important;
	width: 1px;
}

#sds-taskbuttons-panel li .x-btn-text {
	width: 40px;
	height: 32px;
}

#sds-taskbuttons-panel .x-btn-ml,
#sds-taskbuttons-panel .x-btn-mr {
	display: none;
}

#sds-taskbuttons-panel .x-btn.x-btn-icon.launched .x-btn-mc {
	background: transparent url(../images/taskbar/taskbar_bt.png) no-repeat !important;
	background-position: 0 0 !important;
}

#sds-taskbuttons-panel .x-btn.x-btn-icon.x-btn-over .x-btn-mc {
	background: transparent url(../images/taskbar/taskbar_bt.png) no-repeat !important;
	background-position: -40px 0 !important;
}

#sds-taskbuttons-panel .x-btn.x-btn-icon.x-btn-click .x-btn-mc,
#sds-taskbuttons-panel .x-btn.x-btn-icon.launched.active .x-btn-mc {
	background: transparent url(../images/taskbar/taskbar_bt.png) no-repeat !important;
	background-position: -80px 0 !important;
}

/* desktop */

#sds-desktop {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	border: 0 none;
	overflow: hidden;
	cursor: default;
	zoom:1;
}

/* theme */

.x-window-ml {
	padding-left:0px;
}

.x-window-mr {
	padding-right:0px;
}

.x-window-mc,
.x-window-dlg .x-window-mc,
.x-window-plain .x-window-mc {
	border-width: 0 1px 1px 1px !important;
	border-style: solid !important;
	border-color: #D0D0D0 #AAAFB4 !important;
}

.x-window-dlg .x-window-mc {
	border-bottom: 0 !important;
}

.x-window-maximized .x-window-mc {
    border-left: 1px solid #AAAFB4;
    border-right: 1px solid #AAAFB4;
}

.x-window-body {
	background-color: #FAFAFA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

.x-window-dlg .x-window-footer {
	margin-left: -6px;
}

.x-panel-nofooter .x-panel-bc,
.x-panel-nofooter .x-window-bc {
	height:0px;
}

.x-window-maximized .x-window-bc {
	height:0;
}

.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
	width: 12px;
	height: 12px;
	margin: 3px;
	background: transparent url(../images/resize.png) no-repeat right bottom;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: none;
}

ul.x-tab-strip li {
	margin-left: 4px;
}
/* incrase tab padding */
.x-tab-strip span.x-tab-strip-text {
	padding-left: 10px;
	padding-right: 10px;
	color: #3C3C3C;
}

.x-tab-strip-active span.x-tab-strip-text {
	color: #002D4D;
}

.x-form-display-field {
	padding-top: 3px;
	padding-bottom: 4px;
}

.ext-gecko .x-form-display-field, .ext-strict .ext-ie7 .x-form-display-field {
	padding-top: 3px;
	padding-bottom: 4px;
}

.x-form-check-wrap {
	padding: 2px 0;
}

/* fix in IE7 some module higher than other browser */
.ext-ie7 .x-form-check-wrap {
	padding: 1px 0;
}


/* fix for scrolling issue in firefox */
.x-window-mc {
	background: #ffffff none;
}
.x-border-layout-ct,
.x-panel-body {
	background: transparent none;
}

.x-tree .x-panel-body {
	background-color: transparent;
}
/* end fix */

/* increase margin between buttons and padding of button */
.x-window .x-toolbar-cell .x-btn {
	margin: 2px 3px;
}
.x-window .x-btn button {
	padding-left: 15px;
	padding-right: 15px;
}
/* reset bbar margin and padding to zero */
.x-window-bbar .x-toolbar-cell .x-btn, .x-panel-bbar .x-toolbar-cell .x-btn {
	margin: 0;
}
.x-window-bbar .x-btn button, .x-panel-bbar .x-btn button {
	padding: 0;
}

/* fix trigger field render in Opera */
.ext-opera .x-form-field-trigger-wrap {
	overflow: hidden;
}

/* status bar style */
.sds-window .x-statusbar .x-window-bc {
	background-image: url(/scripts/ext-3/resources/images/gray/window/top-bottom.png);
}

/* default wizard styleis */
.sds-wizard-banner .x-panel-body {
	background-color: transparent;
}

.sds-wizard-banner {
	background: url(../images/wizard-banner.png) no-repeat top right;
	background-color: #FAFAFA;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #ddd;
}

.sds-wizard-banner .wizard-headline {
	font-size: 12px;
	font-weight: bold;
	color: #222;
}

.sds-wizard-banner .wizard-description {
	font-size: 11px;
}

.sds-wizard-step .welcome-headline {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	padding: 10px;
	padding-left: 30px;
	border-bottom: 1px solid #ddd;
}

.sds-wizard-step .welcome-text {
	font-size: 12px;
	padding: 10px;
	padding-left: 30px;
}

.sds-wizard-step .welcome-text li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: square;
	padding-top: 5px;
}

.sds-wizard-step .welcome-image {
	background: url(../images/wizard_welcome.png) no-repeat !important;
}

/* desktop shortcut */
ul.sds-desktop-shortcut {
	position: relative;
	float: left;
	width: 85px;
	margin: 20px 0 0 10px;
}

/* launch icon */

li.launch-icon {
	float: left;
	width: 85px;
	height: 85px;
	overflow: hidden;
	cursor: pointer;
	list-style-type: none;
}

li.launch-icon .image {
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 5px auto;
}

li.launch-icon .text,
li.launch-icon .text a {
	width: 100%;
	padding-top: 1px;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#sds-desktop li.launch-icon {
	width: 85px;
	height: 98px;
	margin: 0 10px 6px 0;
}

#sds-desktop li.launch-icon .text,
#sds-desktop li.launch-icon .text a {
	color: #FFFFFF;
	text-shadow: 0.1em 0.1em 0.1em #000000;
	filter: Shadow(Color=#000000, Direction=135, Strength=1);
}

.ext-chrome.syno-cjk #sds-desktop li.launch-icon .text,
.ext-chrome.syno-cjk #sds-desktop li.launch-icon .text a {
	text-shadow: none;
}

.ext-ie9 #sds-desktop li.launch-icon .text,
.ext-ie9 #sds-desktop li.launch-icon .text a {
	filter: none;
}

#sds-desktop li.launch-icon.x-btn-click .text,
#sds-desktop li.launch-icon.x-btn-click .text a {
	color: #8C8C8C;
}

/* customize for LaunchBox launch icon */

.sds-launchbox li.launch-icon {
	width: 75px;
	height: 85px;
	margin: 15px 0 0 7px;
}

.sds-launchbox li.launch-icon .image {
	width: 35px;
	height: 35px;
}

.sds-launchbox li.launch-icon .text,
.sds-launchbox li.launch-icon .text a {
	font-size: 11px;
	color: #3C3C3C;
}

.sds-launchbox li.launch-icon.x-btn-over .text,
.sds-launchbox li.launch-icon.x-btn-over .text a {
	color: #000000;
}

.sds-launchbox li.launch-icon.x-btn-click .text,
.sds-launchbox li.launch-icon.x-btn-click .text a {
	font-size: 11px;
	color: #3C3C3C;
}

/* launch box */

.sds-launchbox {
	position: absolute;
	top: 32px;
	left: 0px;
	overflow: hidden;
	z-index: 12000;
	user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.sds-launchbox-tl, .sds-launchbox-tc, .sds-launchbox-tr {
	height: 35px;
	background: url(../images/taskbar/main_menu_bg.png);
}

.sds-launchbox-bl, .sds-launchbox-bc, .sds-launchbox-br {
	height: 40px;
	background: url(../images/taskbar/main_menu_bg.png);
}

.sds-launchbox-tl {
	padding-left: 11px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.sds-launchbox-tc {
	background-position: 0 -35px;
	background-repeat: repeat-x;
}


.sds-launchbox-tr {
	padding-right: 16px;
	background-position: right -70px;
	background-repeat: no-repeat;
}

.sds-launchbox-bl {
	padding-left: 11px;
	background-position: 0 -105px;
	background-repeat: no-repeat;
}

.sds-launchbox-bc {
	background-position: 0 -145px;
	background-repeat: repeat-x;
}


.sds-launchbox-br {
	padding-right: 16px;
	background-position: right -185px;
	background-repeat: no-repeat;
}

.sds-launchbox-ml, .sds-launchbox-mr {
	background: url(../images/taskbar/main_menu_bg2.png);
}

.sds-launchbox-ml {
	padding-left: 11px;
	background-position: 0 0;
	background-repeat: repeat-y;
}

.sds-launchbox-mr {
	padding-right: 16px;
	background-position: right 0;
	background-repeat: repeat-y;
}

.sds-launchbox-mc {
	background: #EBF0F5;
}

.sds-launchbox-header .xtb-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sds-launchbox-header .x-toolbar,
.sds-launchbox-footer .x-toolbar {
	padding-top: 7px;
	border: 0;
	background: none;
}

.sds-launchbox .x-toolbar .x-btn-ml,
.sds-launchbox .x-toolbar .x-btn-mc,
.sds-launchbox .x-toolbar .x-btn-mr {
	background: none;
}

.sds-launchbox .x-toolbar .xtb-text,
.sds-launchbox .x-toolbar .x-btn-mc button {
	color: #C8C8C8;
	font-size: 12px;
}

.sds-launchbox .x-toolbar .x-btn-over .xtb-text,
.sds-launchbox .x-toolbar .x-btn-over .x-btn-mc button {
	color: #FFFFFF;
}

.sds-launchbox .x-toolbar .x-btn-click .xtb-text,
.sds-launchbox .x-toolbar .x-btn-click .x-btn-mc button {
	color: #C8C8C8;
	font-size: 12px;
}

.sds-launchbox .x-toolbar .xtb-spacer {
	width: 8px;
}

.sds-launchbox-panel {
	position: relative;
	width: 523px;
	height: 318px;
	overflow: hidden;
}

.sds-launchbox-icon-option {
	background: url(../images/taskbar/option.png) no-repeat !important;
}

.sds-launchbox-icon-logout,
.sds-launchbox-icon-reboot,
.sds-launchbox-icon-poweroff {
	background: url(../images/taskbar/light.png) no-repeat !important;
}

.sds-launchbox-icon-logout {
	background-position: 0 0 !important;
}

.sds-launchbox-icon-reboot {
	background-position: 0 -16px !important;
}

.sds-launchbox-icon-poweroff {
	background-position: 0 -32px !important;
}

#sds-launchbox-prev,
#sds-launchbox-next {
	position: absolute;
	top: 185px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: transparent url(../images/taskbar/arrow_c.png) no-repeat;
}

#sds-launchbox-prev {
	left: 16px;
	background-position: 0 0;
}

#sds-launchbox-next{
	right: 13px;
	background-position: 0 -48px;
}

#sds-launchbox-paging {
	position: absolute;
	width: 13px;
	height: 7px;
	background: url(../images/taskbar/page_dot.png) repeat-x;
	cursor: pointer;
}

#sds-launchbox-paging-cur {
	position: relative;
	width: 13px;
	height: 7px;
	background: url(../images/taskbar/page_dot.png) no-repeat 0 -7px;
	cursor: default;
}

.sds-launchbox-page {
	position: absolute;
	top: 0;
	padding: 0 15px;
	width: 493px;
	height: 212px;
}

.x-panel-body, .x-tab-panel-body, .x-tab-panel-footer,
.x-window-plain .x-window-mc {
	background-color: #FAFAFA;
}

.x-fieldset, .x-tab-panel-bwrap, .x-tab-panel-body {
	border-color: #7AAACC;
}

.x-tab-panel-header-plain .x-tab-strip-spacer, .x-tab-panel-footer-plain .x-tab-strip-spacer {
	background-color: #D2EDFD;
	border-color: #3D7299;
}

ul.x-tab-strip-top {
	border-bottom-color: #3D7299;
}

.x-btn button {
	color:#3C3C3C;
}

.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner  {
	background-image: url(../images/tab_a.png);
}

.x-tab-strip-top .x-tab-right {
	padding-left: 8px;
	background-position: 0 0;
}

.x-tab-strip-top .x-tab-left {
	padding-right: 8px;
	background-position: right -100px;
}

.x-tab-strip-top .x-tab-strip-inner {
	background-position: 0 -50px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-right {
	background-position: 0 -150px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-left {
	background-position: right -250px;
}

.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
	background-position: 0 -200px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-right {
	background-position: 0 -300px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-left {
	background-position: right -400px;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
	background-position: 0 -350px;
}

.deactive-win .x-tool-minimize {
	background-position: 0 -306px;
}

.deactive-win .x-tool-maximize {
	background-position: 0 -288px;
}

.deactive-win .x-tool-close {
	background-position: 0 -270px;
}

.deactive-win .x-tool-restore {
	background-position: 0 -324px;
}

.deactive-win .x-tool-help {
	background-position: 0 -342px;
}

.x-tool-minimize {
	background-position: 0 -108px;
	background-image: url(../images/bt_rt.png);
	width: 18px;
	height: 18px;
}

.x-tool-minimize-over {
	background-position: 0 -126px;
}

.x-tool-maximize {
	background-position: 0 -54px;
	background-image: url(../images/bt_rt.png);
	width: 18px;
	height: 18px;
}

.x-tool-maximize-over {
	background-position: 0 -72px;
}

.x-tool-close {
	background-position: 0 0;
	background-image: url(../images/bt_rt.png);
	width: 18px;
	height: 18px;
}

.x-tool-close-over {
	background-position: 0 -18px;
}

.x-tool-restore {
	background-position: 0 -162px;
	background-image: url(../images/bt_rt.png);
	width: 18px;
	height: 18px;
}

.x-tool-restore-over {
	background-position: 0 -180px;
	background-image: url(../images/bt_rt.png);
}

.x-tool-help {
	background-position: 0 -216px;
	background-image: url(../images/bt_rt.png);
	width: 18px;
	height: 18px;
}

.x-tool-help-over {
	background-position: 0 -234px;
	background-image: url(../images/bt_rt.png);
}

.sds-window .x-btn .sds-window-tbar-help {
	background-position: 0 0;
	background-image: url(../images/help_a.png);
	width: 22px;
	height: 22px;
	padding: 0px;
}
.sds-window .x-btn-over .sds-window-tbar-help {
	background-position: 0 -22px;
}
.sds-window .x-btn-click .sds-window-tbar-help {
	background-position: 0 -44px;
}

.active-win .x-window-tl {
	background-image: url("../images/title3_01.png");
	padding-left: 8px;
}

.active-win .x-window-tr {
	background-image: url("../images/title3_03.png");
	padding-right: 8px;
}

.active-win .x-window-tc {
	background-image: url("../images/title3_02.png");
}

.active-win .x-window-tbar .x-toolbar {
	background-image: url("../images/title3_02.png");
	background-position: 0 -26px;
}

.deactive-win .x-window-tl {
	background-image: url("../images/title3_01.png");
	padding-left: 8px;
	background-position: 0 -88px;
}

.deactive-win .x-window-tr {
	background-image: url("../images/title3_03.png");
	padding-right: 8px;
	background-position: right -88px;
}

.deactive-win .x-window-tc {
	background-image: url("../images/title3_02.png");
	background-position: 0 -88px;
}

.deactive-win .x-window-tbar .x-toolbar {
	background-image: url("../images/title3_02.png");
	background-position: 0 -114px;
}

.active-win .x-window-bl {
	background-image: url("../images/bottom48_01.png");
	padding-left: 8px;
}

.active-win .x-window-br {
	background-image: url("../images/bottom48_03_01.png");
	padding-right: 8px;
}
.active-win .x-window-bc {
	background-image: url("../images/bottom48_02_01.png");
}

.deactive-win .x-window-bl {
	background-image: url("../images/bottom48_01.png");
	padding-left: 8px;
	background-position: -8px bottom;
}

.deactive-win .x-window-br {
	background-image: url("../images/bottom48_03_02.png");
	padding-right: 8px;
}
.deactive-win .x-window-bc {
	background-image: url("../images/bottom48_02_02.png");
}

.pre-load-deactive-win-x-window-br {
	background-image: url("../images/bottom48_03_02.png");
	position: -9999px -99999px;
}

.x-fieldset legend {
	color: #003C66;
}

.sds-window .x-window-bc .x-window-footer {
	padding: 0;
}

.sds-window .x-statusbar .x-status-text {
	height: 20px;
	line-height: 20px;

	padding-left: 25px !important;
	background-position: 1px 2px;
}

.sds-window .x-statusbar .x-toolbar-right {
	padding-right: 16px;
}

.sds-window .x-statusbar .x-toolbar-right .x-btn {
	padding-top: 6px;
	padding-bottom: 6px;
}

body, .ext-el-mask-msg div, .x-tab-strip span.x-tab-strip-text, .x-form-field, .x-form-grow-sizer,
.x-form-grow-sizer, .x-form-item, .x-form-invalid-msg, .x-fieldset legend,.x-toolbar td,
.x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label,
.x-grid-group-hd div.x-grid-group-title, .x-grid-empty, .x-tip .x-tip-mc, .x-tip .x-tip-header-text,
.x-tip .x-tip-body, .x-window-mc, .x-window-dlg .ext-mb-textarea {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

.x-small-editor .x-form-field, .ext-webkit .x-small-editor .x-form-field, .x-grid3-hd-row td,
.x-grid3-row td, .x-grid3-summary-row td, .x-grid3-topbar, .x-grid3-bottombar, .x-tree-node,
.x-date-inner th, .x-date-inner a, .x-date-mp td, .x-date-mp-btns button, .x-panel-fbar td,
.x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label,
.x-list-header-inner div em, .x-list-body dt em {
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
}

.x-btn {
	font-family: verdana, tahoma, helvetica;
}

.x-btn button {
	font-family: verdana, arial, tahoma, ,helvetica;
}

.x-dd-drag-ghost {
	font-family: verdana, arial, helvetica, sans-serif;
}

.x-date-middle,.x-date-left,.x-date-right {
	font-family: verdana, "sans serif", tahoma, verdana, helvetica;
}

.x-menu-list-item {
	font-family: verdana, arial, tahoma, sans-serif;
}

.x-combo-list, .x-combo-list-hd, .x-combo-list-small, .x-panel-tl .x-panel-header, .x-panel-mc {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

.x-window-tl .x-window-header {
	font-family: verdana, tahoma, arial ,sans-serif;
}

.x-btn button {
	font-family: verdana, arial,tahoma,verdana,helvetica;
}

.x-ie-shadow {
	background-color: #333;
}

.x-shadow .xsmc {
    background-image: url(../images/shadow-c.png);
}

.x-shadow .xsml, .x-shadow .xsmr {
    background-image: url(../images/shadow-lr.png);
}

.x-shadow .xstl, .x-shadow .xstc,  .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr{
    background-image: url(../images/shadow.png);
}

.without-dirty-red-grid .x-grid3-dirty-cell {
	background: none;
}

.x-grid-group-hd {
	background-image: url(../images/grid_title_bg.png);
	padding-top: 2px;
	border: none;
}

.x-grid-group-hd div.x-grid-group-title {
	color: #003C66;
}

.x-grid3-row {
	background-color: #FAFAFA;
}

.x-grid3-row-alt {
	background-color: #F5F5F5;
}

.x-grid3-row-over {
	background-image: none;
	background-color: #E6F0FA;
	border-color: #DCE6F0;
}

.x-grid3-row-selected {
	background-color: #CEE0F3 !important;
}

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
	border-right-color: #E1E6EB;
}

.x-btn-icon .x-btn-small .x-btn-tl, .x-btn-icon .x-btn-small .x-btn-tr,
.x-btn-icon .x-btn-small .x-btn-tc, .x-btn-icon .x-btn-small .x-btn-ml,
.x-btn-icon .x-btn-small .x-btn-mr, .x-btn-icon .x-btn-small .x-btn-mc,
.x-btn-icon .x-btn-small .x-btn-bl, .x-btn-icon .x-btn-small .x-btn-br,
.x-btn-icon .x-btn-small .x-btn-bc {
	background-image: none;
}

.x-btn-icon .x-btn-small .x-tbar-page-first {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 0;
}

.x-btn-icon .x-btn-small .x-tbar-loading {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -72px;
}

.x-btn-icon .x-btn-small .x-tbar-page-last {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -54px;
}

.x-btn-icon .x-btn-small .x-tbar-page-next {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -36px;
}

.x-btn-icon .x-btn-small .x-tbar-page-prev {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -18px;
}

.x-btn-icon .x-btn-small .x-item-disabled .x-tbar-loading {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -342px;
}

.x-btn-icon .x-btn-small .x-item-disabled .x-tbar-page-first {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -270px;
}

.x-btn-icon .x-btn-small .x-item-disabled .x-tbar-page-last {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -324px;
}

.x-btn-icon .x-btn-small .x-item-disabled .x-tbar-page-next {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -306px;
}

.x-btn-icon .x-btn-small .x-item-disabled .x-tbar-page-prev {
	width: 22px;
	height: 18px;
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -288px;
}

.x-btn-over .x-btn-small .x-tbar-page-first {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -90px;
}

.x-btn-over .x-btn-small .x-tbar-loading {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -162px;
}

.x-btn-over .x-btn-small .x-tbar-page-last {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -144px;
}

.x-btn-over .x-btn-small .x-tbar-page-next {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -126px;
}

.x-btn-over .x-btn-small .x-tbar-page-prev {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -108px;
}

.x-btn-click .x-btn-small .x-tbar-page-first {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -180px;
}

.x-btn-click .x-btn-small .x-tbar-loading {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -252px;
}

.x-btn-click .x-btn-small .x-tbar-page-last {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -234px;
}

.x-btn-click .x-btn-small .x-tbar-page-next {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -216px;
}

.x-btn-click .x-btn-small .x-tbar-page-prev {
	background-image: url(../images/bt_pagebar.png) !important;
	background-position: 0 -198px;
}

.x-btn-icon .x-btn-small .x-tbar-loading-process {
    background-image: url("../images/taskbar/loading.gif") !important;
    height: 18px;
    width: 22px;
}

.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-bl, .x-btn-br, .x-btn-bc {
	background-image: none;
	display: none;
}

.x-btn-ml, .x-btn-mr, .x-btn-mc {
	background-image: url("../images/bt_b.png");
	height: 22px;
}

.x-btn-ml {
	background-position: 0 0  !important;
}

.x-btn-mc {
	background-position: 0 -22px  !important;
}

.x-btn-mr {
	background-position: right -44px  !important;
}

.x-btn-over .x-btn-ml {
	background-position: 0 -66px  !important;
}

.x-btn-over .x-btn-mc {
	background-position: 0 -88px  !important;
}

.x-btn-over .x-btn-mr {
	background-position: right -110px  !important;
}

.x-btn-click .x-btn-ml {
	background-position: 0 -132px  !important;
}

.x-btn-click .x-btn-mc {
	background-position: 0 -154px  !important;
}

.x-btn-click .x-btn-mr {
	background-position: right -176px  !important;
}

.x-item-disabled .x-btn-ml {
	background-position: 0 -198px  !important;
}

.x-item-disabled .x-btn-mc {
	background-position: 0 -220px  !important;
}

.x-item-disabled .x-btn-mr {
	background-position: right -242px  !important;
}

.x-btn-text {
	color: #3C3C3C;
}

.x-btn-over .x-btn-text {
	color: #004A80;
}

.x-btn-click .x-btn-text {
	color: #003C66;
}

.x-item-disabled .x-btn-text {
	color: #8C8C8C;
}

.x-form-field-wrap .x-form-trigger {
	background-image: url("../images/trigger.png");
	border-bottom-color: #6E7378;
}

.x-form-field-wrap .x-form-date-trigger {
	background-image: url("../images/date-trigger.png");
	border-bottom-color: #6E7378;
}

.x-form-field-wrap .x-form-trigger-over {
    border-bottom-color: #2E6C99;
}

.x-trigger-wrap-focus .x-form-trigger {
    border-bottom-color: #2E6C99;
}

.x-form-focus, textarea.x-form-focus {
	border-color: #2E6C99;
}

.x-form-text, textarea.x-form-field {
	border-color: #6E7378;
}

.active-win .x-window-tl .x-window-header {
	color: #3c3c3c;
}

.deactive-win .x-window-tl .x-window-header {
	color: #787878;
}

/* message box */
.x-window-dlg.sds-window .x-window-body {
	background: #D2D7DC;
	border-top: 1px solid #AAAAAA !important;
}

.x-window-dlg.sds-window .x-window-bc {
	padding-bottom: 8px;
}

/* fix for DS2.0 Bug#14860
   disabled text show green color on some machine's firefox */
.x-item-disabled {
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: none !important;
}

input.x-item-disabled.x-form-text,
.x-item-disabled input.x-form-text,
input.x-item-disabled.x-form-file,
.x-item-disabled input.x-form-file {
	background: #EEE;
	border: 1px solid #AAA;
}

.ext-webkit input.x-item-disabled.x-form-file,
.ext-webkit .x-item-disabled input.x-form-file {
	background: none;
	border: none;
}

/* fix for fieldset legend text in Chinese will be cut in IE */
.x-fieldset-header-text {
	line-height: 1.5;
}

/* Search Field result */

.sds-search-result {
	color: #3C3C3C;
	background: none;
}

.sds-search-result .x-combo-list-hd {
	padding: 5px 0 5px 6px;
	border: none;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/title_search.png);
}

.sds-search-result .x-combo-list-inner {
	background: #FAFAFA;
}

.sds-search-result .x-combo-selected {
	background: #E6F0FA;
}

.sds-search-result .section {
	width: 100%;
	padding: 5px 0 5px 6px;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #003C66;
	background: #DCE1E6;
	white-space:nowrap;
}

.sds-search-result .x-combo-list-item {
	padding: 3px 0 3px 8px;
	line-height: 16px;
	border: 1px solid #fff;
	border-bottom: 1px solid #E6EBF0;
	white-space: nowrap;
	width: 100%;
}

.sds-search-result .x-combo-list-item img {
}

.sds-search-result .x-combo-list-item .topic {
	padding-left: 4px;
	font-size: 11px;
}

.sds-search-result .x-combo-list-item .topic div{
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:180px;
}

.sds-search-result .x-combo-list-item .module {
	color: #787878;
	font-size: 10px;
	width:120px;
	padding-right:10px;
}

.sds-search-result .x-combo-list-item .module div {
	width:120px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

/* Notification Message */

.sds-tray-msg-window .x-plain-tl,
.sds-tray-msg-window .x-plain-tr,
.sds-tray-msg-window .x-plain-tc {
	padding: 0;
	background: url(../images/title_c.png) repeat-x #D2D7DC;
}

.sds-tray-msg-window .x-plain-tl .x-plain-header {
	overflow: hidden;
	zoom: 1;
	padding: 4px 4px 4px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #3c3c3c;
}

.sds-tray-msg-window .x-plain-tl .x-plain-header-text {
	line-heght: 14px;
}

.sds-tray-msg-window .x-plain-body {
	overflow: hidden;
	position: relatve;
	padding: 8px;
	font-size: 11px;
	color: #3c3c3c;
	background: #D2D7DC;
}

/* Login Dialog */

#sds-login {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 20000;
}

#sds-login-bgimg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#sds-login-cuslogo {
	position: absolute;
	top: 0px;
}

#sds-login-cuslogo.left {
	left: 40px;
	top: 50px;
}

#sds-login-cuslogo.right {
	right: 40px;
	top: 50px;
}

#sds-login-dialog {
	position: relative;
}

#sds-login-dialog-title {
	position: absolute;
	font-weight: bold;
}

#sds-login-dialog-status {
	position: absolute;
	font-size: 11px;
}

#sds-login-dialog-form {
	position: absolute;
}

#sds-login-dialog-form .x-form-text {
	height: 20px;
	font-size: 13px;
	line-height: 20px;
}

#login-btn.x-btn-noicon .x-btn-small .x-btn-text {
	width: 54px;
	height: 54px;
}

#login-btn .x-btn-ml, #login-btn .x-btn-mr {
	display: none;
}

#login-btn .x-btn-mc {
	background-image: url(../images/login/login_bt.png);
}

#login-btn .x-btn-mc {
	background-position: 0 0 !important;
}

#login-btn.x-btn-focus .x-btn-mc,
#login-btn.x-btn-over .x-btn-mc {
	background-position: 0 -54px  !important;
}

#login-btn.x-btn-click .x-btn-mc {
	background-position: 0 -108px  !important;
}

#sds-login-banner {
	position: absolute;
	width: 100%;
	height: 150px;
	background: url(../images/login/b_login_bg.png?v=1826) left top repeat-x;
}

#sds-login-logo {
	position: absolute;
    width: 146px;
    height: 22px;
    right: 12px;
    bottom: -22px;
	background: url(../images/login/b_logo.png?v=1826);
}

/* to hide the default input:checkbox. if set display:none, the event won't work in IE */
#sds-login-dialog-form #login_rememberme {
    width:0px;
}

/* css hack for Firefox and Opera which does not allow width:0px for form element */
.ext-gecko #sds-login-dialog-form #login_rememberme{display:none;}
.ext-opera #sds-login-dialog-form #login_rememberme{display:none;}

#sds-login-dialog-form label {
    padding-left:21px;
    padding-bottom:1px;
    color: #444444;
    background: url(../images/login/icon_checkbox.png);
    background-repeat: no-repeat;
    background-position:0px 0px;
}

#sds-login-dialog-form label .nocheck {
    background-position:0px 0px;
}

#sds-login-dialog-form label.nocheckActive {
    background-position:0px -16px;
}

#sds-login-dialog-form label.check {
    background-position:0px -32px;
}

#sds-login-dialog-form label.checkActive {
    background-position:0px -48px;
}

/* customize for templates */

#sds-login.sds-login-tpl1,
#sds-login.sds-login-tpl2 {
	background: url(../images/login/blue.png) left bottom repeat-x;
}

.syno-diskless #sds-login.sds-login-tpl1,
.syno-diskless #sds-login.sds-login-tpl2 {
	background: url(../images/login/us2.png) left bottom repeat-x;
}

.sds-login-tpl1 #sds-login-dialog,
.sds-login-tpl3 #sds-login-dialog,
.sds-login-tpl5 #sds-login-dialog {
	width: 380px;
	height: 322px;
	background: url(../images/login/a_login.png?v=1826) no-repeat scroll transparent;
}

.sds-login-tpl2 #sds-login-dialog,
.sds-login-tpl4 #sds-login-dialog,
.sds-login-tpl6 #sds-login-dialog {
	width: 376px;
	height: 150px;
	background: url(../images/login/b_login.png?v=1826) no-repeat scroll transparent;
}

.sds-login-tpl1 #sds-login-dialog-title,
.sds-login-tpl3 #sds-login-dialog-title,
.sds-login-tpl5 #sds-login-dialog-title {
	width: 250px;
	left: 70px;
	top: 20px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.sds-login-tpl1 #sds-login-dialog-title {
	color: #114273;
}

.syno-diskless .sds-login-tpl1 #sds-login-dialog-title {
	color: #006655;
}

.sds-login-tpl3 #sds-login-dialog-title {
	color: #2D5900;
}

.sds-login-tpl5 #sds-login-dialog-title {
	color: #8C2300;
}

.sds-login-tpl2 #sds-login-dialog-title,
.sds-login-tpl4 #sds-login-dialog-title,
.sds-login-tpl6 #sds-login-dialog-title {
	padding-right: 5px;
	right: 249px;
	top: 50px;
	font-size: 24px;
	width: 400px;
	height: 40px;
	color: #FFFFFF;
	text-align: right;
	text-shadow: 0.05em 0.05em 0.1em #333333;
	filter: Shadow(Color=#333333, Direction=135, Strength=2);
}

.ext-ie9 #sds-login-dialog-title {
	filter: none;
}

.sds-login-tpl1 #sds-login-dialog-status,
.sds-login-tpl3 #sds-login-dialog-status,
.sds-login-tpl5 #sds-login-dialog-status {
	left: 85px;
	top: 180px;
	width: 230px;
}

.sds-login-tpl2 #sds-login-dialog-status,
.sds-login-tpl4 #sds-login-dialog-status,
.sds-login-tpl6 #sds-login-dialog-status {
	left: 450px;
	width: 230px;
}

.sds-login-tpl1 #sds-login-dialog-status,
.sds-login-tpl2 #sds-login-dialog-status {
	color: #1C548C;
}

.syno-diskless .sds-login-tpl1 #sds-login-dialog-status,
.syno-diskless .sds-login-tpl2 #sds-login-dialog-status {
	color: #188C78;
}

.sds-login-tpl3 #sds-login-dialog-status {
	color: #2D5900;
}

.sds-login-tpl4 #sds-login-dialog-status {
	color: #204000;
}

.sds-login-tpl5 #sds-login-dialog-status,
.sds-login-tpl6 #sds-login-dialog-status {
	color: #992600;
}

.sds-login-tpl1 #sds-login-dialog-form,
.sds-login-tpl3 #sds-login-dialog-form,
.sds-login-tpl5 #sds-login-dialog-form {
	left: 110px;
	top: 76px;
}

.sds-login-tpl2 #sds-login-dialog-form,
.sds-login-tpl4 #sds-login-dialog-form,
.sds-login-tpl6 #sds-login-dialog-form {
	left: 200px;
	top: 33px;
}

.sds-login-tpl1 #sds-login-dialog-form .x-form-item,
.sds-login-tpl3 #sds-login-dialog-form .x-form-item,
.sds-login-tpl5 #sds-login-dialog-form .x-form-item {
	margin-bottom: 12px;
}

.sds-login-tpl2 #sds-login-dialog-form .x-form-item,
.sds-login-tpl4 #sds-login-dialog-form .x-form-item,
.sds-login-tpl6 #sds-login-dialog-form .x-form-item {
	margin-bottom: 10px;
}

.sds-login-tpl1 #login-btn ,
.sds-login-tpl3 #login-btn,
.sds-login-tpl5 #login-btn {
	position: absolute;
	left: 200px;
	top: 5px;
}

.sds-login-tpl2 #login-btn ,
.sds-login-tpl4 #login-btn,
.sds-login-tpl6 #login-btn {
	position: absolute;
	left: 174px;
	top: 3px;
}

#sds-login-dialog-form .x-form-cb-label {
    margin-left: 0px;
    top: 0px;
}

.x-tip .x-tip-body {
	word-wrap: break-word;
}

.x-panel-ghost-simple {
	z-index: 12000;
	position: absolute;
	border: 2px solid #808080;
	cursor: move !important;
}

.x-tree-node-collapsed .x-tree-node-icon {
	background-image: url("../images/folder.png") !important;
}

.x-tree-node-expanded .x-tree-node-icon {
	background-image: url("../images/folder-open.png") !important;
}

.ext-ie8 .x-btn button
{
	padding-top: 0px;
}

.ext-ie8.syno-cjk .x-btn button
{
	padding-top: 2px;
}

.file-drag-over .ext-el-mask {
	background-color: #8ab8e6;
        -moz-opacity: 0.75;
        opacity: 0.75;
}
.file-drag-over .ext-el-mask-msg {
	background-color:transparent;
	background-image: url(../images/drop_files_area.png);
	width: 236px;
	height: 96px;
	border: 0;
	padding: 0;
}
.file-drag-over.file-drop-curved .ext-el-mask-msg {
	height: 108px;
	background-image: url(../images/drop_files_area_curved.png);
}
.file-drag-over .ext-el-mask-msg div {
	background-color: transparent;
	border-color: transparent;
	font-size: 17px;
	width: 236px;
	position: absolute;
	top: 56px;
	text-align: center;
	border: 0;
	padding: 0;
}
.file-drag-over.file-drop-curved .ext-el-mask-msg div {
	font-size: 13px;
}
.ext-gecko4 .x-window-tc, .x-window-bc {
	background-color: gray;
}

.ext-gecko4 .x-window-bl, .ext-gecko4 .x-window-br {
	border-bottom-right-radius:2px;
}
.ext-gecko4 .x-window-bl {
	background-color: gray;
	border-bottom-left-radius:2px;
}

.ext-gecko4 .x-window-tl, .ext-gecko4 .x-window-tr {
	background-color: gray;
        border-top-right-radius:2px;
}
.ext-gecko4 .x-window-tl {
        border-top-left-radius:2px;
}

.syno-input-non-border {
	background-color: #FAFAFA;
	background-image: none;
	border: 1px solid transparent !important;
	padding: 0;
	margin: 0;
}
