@charset "utf-8";
/* CSS Document */
@import url(fonts/nanumgothic.css);

a {
	
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00aaff;
}

#header {
	background: #003876 !important; /*#757785/#575966/#fff */
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #b3b3b3; /*#606370/#444652*/
	border-top: 0 !important;
}

#header h1 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
	margin-left: 3px;
	margin-top: 0; /* padding-bottom: 0 */;
}

#header h1 img{
    position: absolute;
    left: 10px;
    top: -11px;
}

#footer {
	background-color: #757785;
	width: 100%;
	height: 23px;
	border-top: 1px solid #606370;
	display:none;
}

#footer h1 {
	color: #cecfd6;
	font-family: '돋움', Dotum, '굴림', Gulim, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 5px 5px 0;
	text-align: right;
	vertical-align: top;
}

.lineMap {
	color: #cecfd6;
	font-family: '돋움', Dotum, '굴림', Gulim, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 5px 5px 5px 7px;
	text-align: left;
	vertical-align: top;
}

.userName {
	color: #ddd;
	font-weight: 400;
}

.logomarkBtn {
	width: 160px !important;
	background-image:
		url('/itg/customize/polestar_itsm/images/main/main_logomark.png')
		!important;
	border: none;
	margin-left: 4px !important;
}

#divProcessAll {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
	background-color: #f7f8fa;
	border-bottom: solid 1px #c1cfde;
	vertical-align: top;
}

span.processLeftButton {
	position: absolute;
	padding: 29px 4px 0 5px;
}

span.processRightButton {
	position: absolute;
	right: 0;
	padding: 29px 5px 0 0;
}

span.processArrow {
	width: 30px;
	height: 80px;
	background-image:
		url('../../images/ext-js/simple/process/process_arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
}

span.processArrowCurrentL {
	width: 30px;
	height: 80px;
	background-image:
		url('../../images/ext-js/simple/process/process_arrow_currentl.gif');
	background-repeat: no-repeat;
	background-position: left;
}

span.processArrowCurrentR {
	width: 30px;
	height: 80px;
	background-image:
		url('../../images/ext-js/simple/process/process_arrow_currentr.gif');
	background-repeat: no-repeat;
	background-position: left;
}

span.processBox {
	width: 160px;
	height: 80px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-spacing: 0 !important;
}

span.processBoxCurrent {
	width: 140px;
	height: 80px;
	background-color: #fff;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-spacing: 0 !important;
}

div.processTitleAll {
	width: 100%;
	height: 29px;
}

div.processItemAll {
	width: 100%;
	height: 16px;
	line-height: 15px;
}

span.processIcon {
	position: relative;
	top: 4px;
}

span.processTitle {
	color: #888;
	font-weight: 600;
	font-size: 13px;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	position: relative;
	top: -4px;
}

span.processTitleCurrent {
	color: #0066cc;
	font-weight: 600;
	font-size: 13px;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	position: relative;
	top: -4px;
}

span.processItemTitle {
	width: 30px;
	height: 16px;
	color: #999;
	font-size: 12px;
	line-height: 13px;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	padding: 0 2px 0 2px;
}

span.processItemText {
	height: 16px;
	color: #444;
	font-size: 12px;
	line-height: 13px;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	white-space: nowrap;
}

/* 1007 line. Start Custom Btn */
/* line 637, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small {
	border-color: #0077dd;
}

/* line 69, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-btn-correct-small {
	height: 25px;
	color: #fff;
    background: #0067b3;
    border: none;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 0;
	background-image: none;
    transition: all ease .2s;
}

/* line 102, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nlg .x-btn-correct-small-mc {
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-bg.gif');
	background-color: #2299ff;
}

/* line 115, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-small {
	padding: 0 !important;
	border-width: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100303px 1000303px;
}
/* line 147, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-small-tl, .x-nbr .x-btn-correct-small-bl, .x-nbr .x-btn-correct-small-tr,
	.x-nbr .x-btn-correct-small-br, .x-nbr .x-btn-correct-small-tc, .x-nbr .x-btn-correct-small-bc,
	.x-nbr .x-btn-correct-small-ml, .x-nbr .x-btn-correct-small-mr {
	zoom: 1;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-corners.gif');
}
/* line 168, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-small-ml, .x-nbr .x-btn-correct-small-mr {
	zoom: 1;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-sides.gif');
	background-position: 0 0;
}
/* line 200, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-small-mc {
	padding: 0px 0px 0px 0px;
}

/* line 210, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-correct-small-tl, .x-strict .x-ie7 .x-btn-correct-small-bl
	{
	position: relative;
	right: 0;
}

/* line 643, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small .x-btn-inner {
	font-size: 12px;
	font-weight: normal;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	padding: 0 4px;
}

/* line 656, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon button, .x-btn-correct-small-icon a,
	.x-btn-correct-small-icon .x-btn-inner, .x-btn-correct-small-noicon button,
	.x-btn-correct-small-noicon a, .x-btn-correct-small-noicon .x-btn-inner
	{
	height: 15px;
	line-height: 14px;
}

/* line 665, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon button, .x-btn-correct-small-icon a {
	padding: 0;
}
/* line 669, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon .x-btn-inner {
	/* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
	width: 15px;
	padding: 0;
}
/* line 675, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon .x-btn-icon {
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* line 687, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-left button,
	.x-btn-correct-small-icon-text-left a {
	height: 15px;
}
/* line 690, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-left .x-btn-inner {
	height: 15px;
	line-height: 14px;
	padding-left: 20px;
}
/* line 696, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-left .x-btn-icon {
	width: 15px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
}
/* line 705, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-correct-small-icon-text-left .x-btn-icon
	{
	height: 15px;
}

/* line 713, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-right button,
	.x-btn-correct-small-icon-text-right a {
	height: 15px;
}
/* line 716, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-right .x-btn-inner {
	height: 15px;
	line-height: 14px;
	padding-right: 20px !important;
}
/* line 722, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-right .x-btn-icon {
	width: 15px;
	height: auto;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
}
/* line 731, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-small-icon-text-right .x-btn-icon, .x-quirks .x-btn-correct-small-icon-text-right .x-btn-icon
	{
	height: 15px;
}

/* line 738, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-top .x-btn-inner {
	padding-top: 20px;
}
/* line 742, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-top .x-btn-icon {
	width: auto;
	height: 15px;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
}
/* line 751, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-correct-small-icon-text-top .x-btn-icon
	{
	width: 15px;
}

/* line 758, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-bottom .x-btn-inner {
	padding-bottom: 20px;
}
/* line 762, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-icon-text-bottom .x-btn-icon {
	width: auto;
	height: 15px;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
}
/* line 771, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-correct-small-icon-text-bottom .x-btn-icon
	{
	width: 15px;
}

/* line 777, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-over {
	background-color: rgba(0, 103, 179, .8);
}

/* line 801, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-focus {
	background-color: rgba(0, 103, 179, .8);
}

/* line 826, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-menu-active, .x-btn-correct-small-pressed {
	background-color: rgba(0, 103, 179, .8);
}

/* line 850, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-disabled {
	border-color: #778899;
	background-image: none;
	background-color: #91a2b3;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99aabb),
		color-stop(100%, #8899aa));
	background-image: -webkit-linear-gradient(top, #99aabb, #8899aa);
	background-image: -moz-linear-gradient(top, #99aabb, #8899aa);
	background-image: -o-linear-gradient(top, #99aabb, #8899aa);
	background-image: -ms-linear-gradient(top, #99aabb, #8899aa);
	background-image: linear-gradient(top, #99aabb, #8899aa);
}
/* line 858, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-small-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 875, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie .x-btn-correct-small-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 883, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-small-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 898, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-over .x-frame-tl, .x-nbr .x-btn-correct-small-over .x-frame-bl,
	.x-nbr .x-btn-correct-small-over .x-frame-tr, .x-nbr .x-btn-correct-small-over .x-frame-br,
	.x-nbr .x-btn-correct-small-over .x-frame-tc, .x-nbr .x-btn-correct-small-over .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-over-corners.gif');
}
/* line 902, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-over .x-frame-ml, .x-nbr .x-btn-correct-small-over .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-over-sides.gif');
}
/* line 905, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-over .x-frame-mc {
	background-color: #88aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-over-bg.gif');
}
/* line 919, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-focus .x-frame-tl, .x-nbr .x-btn-correct-small-focus .x-frame-bl,
	.x-nbr .x-btn-correct-small-focus .x-frame-tr, .x-nbr .x-btn-correct-small-focus .x-frame-br,
	.x-nbr .x-btn-correct-small-focus .x-frame-tc, .x-nbr .x-btn-correct-small-focus .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-focus-corners.gif');
}
/* line 923, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-focus .x-frame-ml, .x-nbr .x-btn-correct-small-focus .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-focus-sides.gif');
}
/* line 926, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-focus .x-frame-mc {
	background-color: #33aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-focus-bg.gif');
}
/* line 941, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-menu-active .x-frame-tl, .x-nbr .x-btn-correct-small-menu-active .x-frame-bl,
	.x-nbr .x-btn-correct-small-menu-active .x-frame-tr, .x-nbr .x-btn-correct-small-menu-active .x-frame-br,
	.x-nbr .x-btn-correct-small-menu-active .x-frame-tc, .x-nbr .x-btn-correct-small-menu-active .x-frame-bc,
	.x-nbr .x-btn-correct-small-pressed .x-frame-tl, .x-nbr .x-btn-correct-small-pressed .x-frame-bl,
	.x-nbr .x-btn-correct-small-pressed .x-frame-tr, .x-nbr .x-btn-correct-small-pressed .x-frame-br,
	.x-nbr .x-btn-correct-small-pressed .x-frame-tc, .x-nbr .x-btn-correct-small-pressed .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-pressed-corners.gif');
}
/* line 945, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-menu-active .x-frame-ml, .x-nbr .x-btn-correct-small-menu-active .x-frame-mr,
	.x-nbr .x-btn-correct-small-pressed .x-frame-ml, .x-nbr .x-btn-correct-small-pressed .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-pressed-sides.gif');
}
/* line 948, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-menu-active .x-frame-mc, .x-nbr .x-btn-correct-small-pressed .x-frame-mc
	{
	background-color: #3c70a3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-pressed-bg.gif');
}
/* line 962, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-disabled .x-frame-tl, .x-nbr .x-btn-correct-small-disabled .x-frame-bl,
	.x-nbr .x-btn-correct-small-disabled .x-frame-tr, .x-nbr .x-btn-correct-small-disabled .x-frame-br,
	.x-nbr .x-btn-correct-small-disabled .x-frame-tc, .x-nbr .x-btn-correct-small-disabled .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-disabled-corners.gif');
}
/* line 966, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-disabled .x-frame-ml, .x-nbr .x-btn-correct-small-disabled .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-disabled-sides.gif');
}
/* line 969, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-small-disabled .x-frame-mc {
	background-color: #91a2b3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-small-disabled-bg.gif');
}

/* line 982, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-small {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-small-bg.gif'); */
}

/* line 991, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-small-over {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-small-over-bg.gif'); */
}

/* line 1000, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-small-focus {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-small-focus-bg.gif'); */
}

/* line 1010, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-small-menu-active, .x-nlg .x-btn-correct-small-pressed
	{
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-small-pressed-bg.gif'); */
}

/* line 1019, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-small-disabled {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-small-disabled-bg.gif'); */
}

/* line 69, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-btn-correct-medium {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
	background-color: #0067b3;
	border: 1px solid #0067b3;
	box-sizing: border-box;
	color: #fff;
    font-weight: bold;
    transition: all ease .2s;
}

/* line 102, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nlg .x-btn-correct-medium-mc {
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-bg.gif');
	background-color: #2299ff;
}

/* line 115, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-medium {
	padding: 0 !important;
	border-width: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100303px 1000303px;
}
/* line 147, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-medium-tl, .x-nbr .x-btn-correct-medium-bl, .x-nbr .x-btn-correct-medium-tr,
	.x-nbr .x-btn-correct-medium-br, .x-nbr .x-btn-correct-medium-tc,
	.x-nbr .x-btn-correct-medium-bc, .x-nbr .x-btn-correct-medium-ml,
	.x-nbr .x-btn-correct-medium-mr {
	zoom: 1;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-corners.gif');
}
/* line 168, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-medium-ml, .x-nbr .x-btn-correct-medium-mr {
	zoom: 1;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-sides.gif');
	background-position: 0 0;
}
/* line 200, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-medium-mc {
	padding: 0 0 0 0;
}

/* line 210, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-correct-medium-tl, .x-strict .x-ie7 .x-btn-correct-medium-bl
	{
	position: relative;
	right: 0;
}

/* line 643, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium .x-btn-inner {
	font-size: 12px;
	font-weight: normal;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	padding: 0 3px;
}

/* line 656, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon button, .x-btn-correct-medium-icon a,
	.x-btn-correct-medium-icon .x-btn-inner, .x-btn-correct-medium-noicon button,
	.x-btn-correct-medium-noicon a, .x-btn-correct-medium-noicon .x-btn-inner
	{
	height: 21px;
	line-height: 20px;
}

/* line 665, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon button, .x-btn-correct-medium-icon a {
	padding: 0;
}
/* line 669, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon .x-btn-inner {
	/* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
	width: 24px;
	padding: 0;
}
/* line 675, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon .x-btn-icon {
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* line 687, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-left button,
	.x-btn-correct-medium-icon-text-left a {
	height: 24px;
}
/* line 690, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-left .x-btn-inner {
	height: 24px;
	line-height: 24px;
	padding-left: 28px;
}
/* line 696, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-left .x-btn-icon {
	width: 24px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
}
/* line 705, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-medium-icon-text-left .x-btn-icon, .x-quirks .x-btn-correct-medium-icon-text-left .x-btn-icon
	{
	height: 24px;
}

/* line 713, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-right button,
	.x-btn-correct-medium-icon-text-right a {
	height: 24px;
}
/* line 716, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-right .x-btn-inner {
	height: 24px;
	line-height: 24px;
	padding-right: 28px !important;
}
/* line 722, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-right .x-btn-icon {
	width: 24px;
	height: auto;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
}
/* line 731, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-medium-icon-text-right .x-btn-icon, .x-quirks .x-btn-correct-medium-icon-text-right .x-btn-icon
	{
	height: 24px;
}

/* line 738, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-top .x-btn-inner {
	padding-top: 28px;
}
/* line 742, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-top .x-btn-icon {
	width: auto;
	height: 24px;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
}
/* line 751, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-medium-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-correct-medium-icon-text-top .x-btn-icon
	{
	width: 24px;
}

/* line 758, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-bottom .x-btn-inner {
	padding-bottom: 28px;
}
/* line 762, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-icon-text-bottom .x-btn-icon {
	width: auto;
	height: 24px;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
}
/* line 771, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-medium-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-correct-medium-icon-text-bottom .x-btn-icon
	{
	width: 24px;
}

/* line 777, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-over {
	border: 1px solid rgba(0, 103, 179, .8);
	background-color: rgba(0, 103, 179, .8);
}

/* line 801, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-focus {
	border: 1px solid rgba(0, 103, 179, .8);
	background-color: rgba(0, 103, 179, .8);
}

/* line 826, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-menu-active, .x-btn-correct-medium-pressed {
	border: 1px solid rgba(0, 103, 179, .8);
	background-color: rgba(0, 103, 179, .8);
}

/* line 850, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-disabled {
	border-color: #ccc;
    background-color: #f3f3f3;
}
/* line 858, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-medium-disabled .x-btn-inner {
	color: #6f6f6f !important;
}

/* line 875, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie .x-btn-correct-medium-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 883, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-medium-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 898, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-over .x-frame-tl, .x-nbr .x-btn-correct-medium-over .x-frame-bl,
	.x-nbr .x-btn-correct-medium-over .x-frame-tr, .x-nbr .x-btn-correct-medium-over .x-frame-br,
	.x-nbr .x-btn-correct-medium-over .x-frame-tc, .x-nbr .x-btn-correct-medium-over .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-over-corners.gif');
}
/* line 902, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-over .x-frame-ml, .x-nbr .x-btn-correct-medium-over .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-over-sides.gif');
}
/* line 905, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-over .x-frame-mc {
	background-color: #88aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-over-bg.gif');
}
/* line 919, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-focus .x-frame-tl, .x-nbr .x-btn-correct-medium-focus .x-frame-bl,
	.x-nbr .x-btn-correct-medium-focus .x-frame-tr, .x-nbr .x-btn-correct-medium-focus .x-frame-br,
	.x-nbr .x-btn-correct-medium-focus .x-frame-tc, .x-nbr .x-btn-correct-medium-focus .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-focus-corners.gif');
}
/* line 923, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-focus .x-frame-ml, .x-nbr .x-btn-correct-medium-focus .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-focus-sides.gif');
}
/* line 926, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-focus .x-frame-mc {
	background-color: #33aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-focus-bg.gif');
}
/* line 941, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-menu-active .x-frame-tl, .x-nbr .x-btn-correct-medium-menu-active .x-frame-bl,
	.x-nbr .x-btn-correct-medium-menu-active .x-frame-tr, .x-nbr .x-btn-correct-medium-menu-active .x-frame-br,
	.x-nbr .x-btn-correct-medium-menu-active .x-frame-tc, .x-nbr .x-btn-correct-medium-menu-active .x-frame-bc,
	.x-nbr .x-btn-correct-medium-pressed .x-frame-tl, .x-nbr .x-btn-correct-medium-pressed .x-frame-bl,
	.x-nbr .x-btn-correct-medium-pressed .x-frame-tr, .x-nbr .x-btn-correct-medium-pressed .x-frame-br,
	.x-nbr .x-btn-correct-medium-pressed .x-frame-tc, .x-nbr .x-btn-correct-medium-pressed .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-pressed-corners.gif');
}
/* line 945, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-menu-active .x-frame-ml, .x-nbr .x-btn-correct-medium-menu-active .x-frame-mr,
	.x-nbr .x-btn-correct-medium-pressed .x-frame-ml, .x-nbr .x-btn-correct-medium-pressed .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-pressed-sides.gif');
}
/* line 948, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-menu-active .x-frame-mc, .x-nbr .x-btn-correct-medium-pressed .x-frame-mc
	{
	background-color: #3c70a3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-pressed-bg.gif');
}
/* line 962, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-disabled .x-frame-tl, .x-nbr .x-btn-correct-medium-disabled .x-frame-bl,
	.x-nbr .x-btn-correct-medium-disabled .x-frame-tr, .x-nbr .x-btn-correct-medium-disabled .x-frame-br,
	.x-nbr .x-btn-correct-medium-disabled .x-frame-tc, .x-nbr .x-btn-correct-medium-disabled .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-disabled-corners.gif');
}
/* line 966, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-disabled .x-frame-ml, .x-nbr .x-btn-correct-medium-disabled .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-disabled-sides.gif');
}
/* line 969, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-medium-disabled .x-frame-mc {
	background-color: #91a2b3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-medium-disabled-bg.gif');
}

/* line 982, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-medium {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-medium-bg.gif'); */
}

/* line 991, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-medium-over {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-medium-over-bg.gif'); */
}

/* line 1000, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-medium-focus {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-medium-focus-bg.gif'); */
}

/* line 1010, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-medium-menu-active, .x-nlg .x-btn-correct-medium-pressed
	{
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-medium-pressed-bg.gif'); */
}

/* line 1019, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-medium-disabled {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-medium-disabled-bg.gif'); */
}

/* line 637, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large {
	border-color: #0077dd;
}

/* line 69, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-btn-correct-large {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
	border: 1px solid #ddd;
	background-color: #e6e6e6;
	color: #444;
	font-weight: bold;
	transition: all ease .2s;
}

/* line 102, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nlg .x-btn-correct-large-mc {
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-bg.gif');
	background-color: #2299ff;
}

/* line 115, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-large {
	padding: 0 !important;
	border-width: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100303px 1000303px;
}
/* line 147, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-large-tl, .x-nbr .x-btn-correct-large-bl, .x-nbr .x-btn-correct-large-tr,
	.x-nbr .x-btn-correct-large-br, .x-nbr .x-btn-correct-large-tc, .x-nbr .x-btn-correct-large-bc,
	.x-nbr .x-btn-correct-large-ml, .x-nbr .x-btn-correct-large-mr {
	zoom: 1;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-corners.gif');
}
/* line 168, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-large-ml, .x-nbr .x-btn-correct-large-mr {
	zoom: 1;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-sides.gif');
	background-position: 0 0;
}
/* line 200, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-large-mc {
	padding: 0 0 0 0;
}

/* line 210, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-correct-large-tl, .x-strict .x-ie7 .x-btn-correct-large-bl
	{
	position: relative;
	right: 0;
}

/* line 643, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large .x-btn-inner {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	padding: 0 3px;
}

/* line 656, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon button, .x-btn-correct-large-icon a,
	.x-btn-correct-large-icon .x-btn-inner, .x-btn-correct-large-noicon button,
	.x-btn-correct-large-noicon a, .x-btn-correct-large-noicon .x-btn-inner
	{
	height: 27px;
	line-height: 26px;
}

/* line 665, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon button, .x-btn-correct-large-icon a {
	padding: 0;
}
/* line 669, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon .x-btn-inner {
	/* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
	width: 32px;
	padding: 0;
}
/* line 675, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon .x-btn-icon {
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* line 687, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-left button,
	.x-btn-correct-large-icon-text-left a {
	height: 32px;
}
/* line 690, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-left .x-btn-inner {
	height: 32px;
	line-height: 32px;
	padding-left: 36px;
}
/* line 696, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-left .x-btn-icon {
	width: 32px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
}
/* line 705, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-large-icon-text-left .x-btn-icon, .x-quirks .x-btn-correct-large-icon-text-left .x-btn-icon
	{
	height: 32px;
}

/* line 713, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-right button,
	.x-btn-correct-large-icon-text-right a {
	height: 32px;
}
/* line 716, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-right .x-btn-inner {
	height: 32px;
	line-height: 32px;
	padding-right: 36px !important;
}
/* line 722, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-right .x-btn-icon {
	width: 32px;
	height: auto;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
}
/* line 731, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-large-icon-text-right .x-btn-icon, .x-quirks .x-btn-correct-large-icon-text-right .x-btn-icon
	{
	height: 32px;
}

/* line 738, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-top .x-btn-inner {
	padding-top: 36px;
}
/* line 742, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-top .x-btn-icon {
	width: auto;
	height: 32px;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
}
/* line 751, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-large-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-correct-large-icon-text-top .x-btn-icon
	{
	width: 32px;
}

/* line 758, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-bottom .x-btn-inner {
	padding-bottom: 36px;
}
/* line 762, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-icon-text-bottom .x-btn-icon {
	width: auto;
	height: 32px;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
}
/* line 771, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-large-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-correct-large-icon-text-bottom .x-btn-icon
	{
	width: 32px;
}

/* line 777, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-over {
	border-color: #2299ff;
	background-image: none;
	background-color: #88aaff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ccff),
		color-stop(100%, #33aaff));
	background-image: -webkit-linear-gradient(top, #88ccff, #33aaff);
	background-image: -moz-linear-gradient(top, #88ccff, #33aaff);
	background-image: -o-linear-gradient(top, #88ccff, #33aaff);
	background-image: -ms-linear-gradient(top, #88ccff, #33aaff);
	background-image: linear-gradient(top, #88ccff, #33aaff);
}

/* line 801, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-focus {
	border-color: #0088ff;
	background-image: none;
	background-color: #33aaff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66bbff),
		color-stop(100%, #1199ff));
	background-image: -webkit-linear-gradient(top, #66bbff, #1199ff);
	background-image: -moz-linear-gradient(top, #66bbff, #1199ff);
	background-image: -o-linear-gradient(top, #66bbff, #1199ff);
	background-image: -ms-linear-gradient(top, #66bbff, #1199ff);
	background-image: linear-gradient(top, #66bbff, #1199ff);
}

/* line 826, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-menu-active, .x-btn-correct-large-pressed {
	border-color: #225588;
	background-image: none;
	background-color: #3c70a3;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4477aa),
		color-stop(100%, #336699));
	background-image: -webkit-linear-gradient(top, #4477aa, #336699);
	background-image: -moz-linear-gradient(top, #4477aa, #336699);
	background-image: -o-linear-gradient(top, #4477aa, #336699);
	background-image: -ms-linear-gradient(top, #4477aa, #336699);
	background-image: linear-gradient(top, #4477aa, #336699);
}

/* line 850, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-disabled {
	border-color: #778899;
	background-image: none;
	background-color: #91a2b3;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99aabb),
		color-stop(100%, #8899aa));
	background-image: -webkit-linear-gradient(top, #99aabb, #8899aa);
	background-image: -moz-linear-gradient(top, #99aabb, #8899aa);
	background-image: -o-linear-gradient(top, #99aabb, #8899aa);
	background-image: -ms-linear-gradient(top, #99aabb, #8899aa);
	background-image: linear-gradient(top, #99aabb, #8899aa);
}
/* line 858, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-large-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 875, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie .x-btn-correct-large-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 883, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-large-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 898, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-over .x-frame-tl, .x-nbr .x-btn-correct-large-over .x-frame-bl,
	.x-nbr .x-btn-correct-large-over .x-frame-tr, .x-nbr .x-btn-correct-large-over .x-frame-br,
	.x-nbr .x-btn-correct-large-over .x-frame-tc, .x-nbr .x-btn-correct-large-over .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-over-corners.gif');
}
/* line 902, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-over .x-frame-ml, .x-nbr .x-btn-correct-large-over .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-over-sides.gif');
}
/* line 905, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-over .x-frame-mc {
	background-color: #88aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-over-bg.gif');
}
/* line 919, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-focus .x-frame-tl, .x-nbr .x-btn-correct-large-focus .x-frame-bl,
	.x-nbr .x-btn-correct-large-focus .x-frame-tr, .x-nbr .x-btn-correct-large-focus .x-frame-br,
	.x-nbr .x-btn-correct-large-focus .x-frame-tc, .x-nbr .x-btn-correct-large-focus .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-focus-corners.gif');
}
/* line 923, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-focus .x-frame-ml, .x-nbr .x-btn-correct-large-focus .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-focus-sides.gif');
}
/* line 926, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-focus .x-frame-mc {
	background-color: #33aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-focus-bg.gif');
}
/* line 941, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-menu-active .x-frame-tl, .x-nbr .x-btn-correct-large-menu-active .x-frame-bl,
	.x-nbr .x-btn-correct-large-menu-active .x-frame-tr, .x-nbr .x-btn-correct-large-menu-active .x-frame-br,
	.x-nbr .x-btn-correct-large-menu-active .x-frame-tc, .x-nbr .x-btn-correct-large-menu-active .x-frame-bc,
	.x-nbr .x-btn-correct-large-pressed .x-frame-tl, .x-nbr .x-btn-correct-large-pressed .x-frame-bl,
	.x-nbr .x-btn-correct-large-pressed .x-frame-tr, .x-nbr .x-btn-correct-large-pressed .x-frame-br,
	.x-nbr .x-btn-correct-large-pressed .x-frame-tc, .x-nbr .x-btn-correct-large-pressed .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-pressed-corners.gif');
}
/* line 945, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-menu-active .x-frame-ml, .x-nbr .x-btn-correct-large-menu-active .x-frame-mr,
	.x-nbr .x-btn-correct-large-pressed .x-frame-ml, .x-nbr .x-btn-correct-large-pressed .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-pressed-sides.gif');
}
/* line 948, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-menu-active .x-frame-mc, .x-nbr .x-btn-correct-large-pressed .x-frame-mc
	{
	background-color: #3c70a3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-pressed-bg.gif');
}
/* line 962, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-disabled .x-frame-tl, .x-nbr .x-btn-correct-large-disabled .x-frame-bl,
	.x-nbr .x-btn-correct-large-disabled .x-frame-tr, .x-nbr .x-btn-correct-large-disabled .x-frame-br,
	.x-nbr .x-btn-correct-large-disabled .x-frame-tc, .x-nbr .x-btn-correct-large-disabled .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-disabled-corners.gif');
}
/* line 966, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-disabled .x-frame-ml, .x-nbr .x-btn-correct-large-disabled .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-disabled-sides.gif');
}
/* line 969, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-large-disabled .x-frame-mc {
	background-color: #91a2b3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-large-disabled-bg.gif');
}

/* line 982, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-large {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-large-bg.gif'); */
}

/* line 991, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-large-over {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-large-over-bg.gif'); */
}

/* line 1000, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-large-focus {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-large-focus-bg.gif'); */
}

/* line 1010, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-large-menu-active, .x-nlg .x-btn-correct-large-pressed
	{
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-large-pressed-bg.gif'); */
}

/* line 1019, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-large-disabled {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-large-disabled-bg.gif'); */
}
/* 2009 line.  */
/* line 637, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small {
	border-color: transparent;
}

/* line 69, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-btn-correct-toolbar-small {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 2px 2px 2px;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
}

/* line 102, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nlg .x-btn-correct-toolbar-small-mc {
	background-color: transparent;
}

/* line 115, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-small {
	padding: 0 !important;
	border-width: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100303px 1000303px;
}
/* line 147, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-small-tl, .x-nbr .x-btn-correct-toolbar-small-bl,
	.x-nbr .x-btn-correct-toolbar-small-tr, .x-nbr .x-btn-correct-toolbar-small-br,
	.x-nbr .x-btn-correct-toolbar-small-tc, .x-nbr .x-btn-correct-toolbar-small-bc,
	.x-nbr .x-btn-correct-toolbar-small-ml, .x-nbr .x-btn-correct-toolbar-small-mr
	{
	zoom: 1;
}
/* line 168, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-small-ml, .x-nbr .x-btn-correct-toolbar-small-mr
	{
	zoom: 1;
}
/* line 200, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-small-mc {
	padding: 0px 0px 0px 0px;
}

/* line 210, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-correct-toolbar-small-tl, .x-strict .x-ie7 .x-btn-correct-toolbar-small-bl
	{
	position: relative;
	right: 0;
}

/* line 643, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small .x-btn-inner {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	padding: 0 4px;
}

/* line 656, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon button,
	.x-btn-correct-toolbar-small-icon a, .x-btn-correct-toolbar-small-icon .x-btn-inner,
	.x-btn-correct-toolbar-small-noicon button,
	.x-btn-correct-toolbar-small-noicon a,
	.x-btn-correct-toolbar-small-noicon .x-btn-inner {
	height: 16px;
	line-height: 16px;
}

/* line 665, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon button,
	.x-btn-correct-toolbar-small-icon a {
	padding: 0;
}
/* line 669, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon .x-btn-inner {
	/* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
	width: 16px;
	padding: 0;
}
/* line 675, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon .x-btn-icon {
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* line 687, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-left button,
	.x-btn-correct-toolbar-small-icon-text-left a {
	height: 16px;
}
/* line 690, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-left .x-btn-inner {
	height: 16px;
	line-height: 16px;
	padding-left: 20px;
}
/* line 696, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-left .x-btn-icon {
	width: 16px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
}
/* line 705, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-small-icon-text-left .x-btn-icon,
	.x-quirks .x-btn-correct-toolbar-small-icon-text-left .x-btn-icon {
	height: 16px;
}

/* line 713, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-right button,
	.x-btn-correct-toolbar-small-icon-text-right a {
	height: 16px;
}
/* line 716, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-right .x-btn-inner {
	height: 16px;
	line-height: 16px;
	padding-right: 20px !important;
}
/* line 722, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-right .x-btn-icon {
	width: 16px;
	height: auto;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
}
/* line 731, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-small-icon-text-right .x-btn-icon,
	.x-quirks .x-btn-correct-toolbar-small-icon-text-right .x-btn-icon {
	height: 16px;
}

/* line 738, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-top .x-btn-inner {
	padding-top: 20px;
}
/* line 742, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-top .x-btn-icon {
	width: auto;
	height: 16px;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
}
/* line 751, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-correct-toolbar-small-icon-text-top .x-btn-icon
	{
	width: 16px;
}

/* line 758, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-bottom .x-btn-inner {
	padding-bottom: 20px;
}
/* line 762, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-icon-text-bottom .x-btn-icon {
	width: auto;
	height: 16px;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
}
/* line 771, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-small-icon-text-bottom .x-btn-icon,
	.x-quirks .x-ie .x-btn-correct-toolbar-small-icon-text-bottom .x-btn-icon
	{
	width: 16px;
}

/* line 777, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-over {
	border-color: #2299ff;
	background-image: none;
	background-color: #88aaff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ccff),
		color-stop(100%, #33aaff));
	background-image: -webkit-linear-gradient(top, #88ccff, #33aaff);
	background-image: -moz-linear-gradient(top, #88ccff, #33aaff);
	background-image: -o-linear-gradient(top, #88ccff, #33aaff);
	background-image: -ms-linear-gradient(top, #88ccff, #33aaff);
	background-image: linear-gradient(top, #88ccff, #33aaff);
}

/* line 801, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-focus {
	border-color: #0088ff;
	background-image: none;
	background-color: #33aaff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66bbff),
		color-stop(100%, #1199ff));
	background-image: -webkit-linear-gradient(top, #66bbff, #1199ff);
	background-image: -moz-linear-gradient(top, #66bbff, #1199ff);
	background-image: -o-linear-gradient(top, #66bbff, #1199ff);
	background-image: -ms-linear-gradient(top, #66bbff, #1199ff);
	background-image: linear-gradient(top, #66bbff, #1199ff);
}

/* line 826, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-menu-active,
	.x-btn-correct-toolbar-small-pressed {
	border-color: #225588;
	background-image: none;
	background-color: #3c70a3;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4477aa),
		color-stop(100%, #336699));
	background-image: -webkit-linear-gradient(top, #4477aa, #336699);
	background-image: -moz-linear-gradient(top, #4477aa, #336699);
	background-image: -o-linear-gradient(top, #4477aa, #336699);
	background-image: -ms-linear-gradient(top, #4477aa, #336699);
	background-image: linear-gradient(top, #4477aa, #336699);
}

/* line 850, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-disabled {
	border-color: #778899;
	background-image: none;
	background-color: transparent;
}
/* line 858, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 875, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie .x-btn-correct-toolbar-small-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 883, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-small-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 898, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-over .x-frame-tl, .x-nbr .x-btn-correct-toolbar-small-over .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-small-over .x-frame-tr, .x-nbr .x-btn-correct-toolbar-small-over .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-small-over .x-frame-tc, .x-nbr .x-btn-correct-toolbar-small-over .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-over-corners.gif');
}
/* line 902, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-over .x-frame-ml, .x-nbr .x-btn-correct-toolbar-small-over .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-over-sides.gif');
}
/* line 905, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-over .x-frame-mc {
	background-color: #88aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-over-bg.gif');
}
/* line 919, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-focus .x-frame-tl, .x-nbr .x-btn-correct-toolbar-small-focus .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-small-focus .x-frame-tr, .x-nbr .x-btn-correct-toolbar-small-focus .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-small-focus .x-frame-tc, .x-nbr .x-btn-correct-toolbar-small-focus .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-focus-corners.gif');
}
/* line 923, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-focus .x-frame-ml, .x-nbr .x-btn-correct-toolbar-small-focus .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-focus-sides.gif');
}
/* line 926, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-focus .x-frame-mc {
	background-color: #33aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-focus-bg.gif');
}
/* line 941, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-tl, .x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-tr, .x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-tc, .x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-bc,
	.x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-tl, .x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-tr, .x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-tc, .x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-pressed-corners.gif');
}
/* line 945, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-ml, .x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-mr,
	.x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-ml, .x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-pressed-sides.gif');
}
/* line 948, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-menu-active .x-frame-mc, .x-nbr .x-btn-correct-toolbar-small-pressed .x-frame-mc
	{
	background-color: #3c70a3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-pressed-bg.gif');
}
/* line 962, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-tl, .x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-tr, .x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-tc, .x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-disabled-corners.gif');
}
/* line 966, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-ml, .x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-disabled-sides.gif');
}
/* line 969, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-small-disabled .x-frame-mc {
	background-color: transparent;
}

/* line 991, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-small-over {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-over-bg.gif'); */
}

/* line 1000, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-small-focus {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-focus-bg.gif'); */
}

/* line 1010, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-small-menu-active, .x-nlg .x-btn-correct-toolbar-small-pressed
	{
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-small-pressed-bg.gif'); */
}

/* line 637, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium {
	border-color: transparent;
}

/* line 69, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-btn-correct-toolbar-medium {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 3px 3px 3px;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
}

/* line 102, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nlg .x-btn-correct-toolbar-medium-mc {
	background-color: transparent;
}

/* line 115, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-medium {
	padding: 0 !important;
	border-width: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100303px 1000303px;
}
/* line 147, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-medium-tl, .x-nbr .x-btn-correct-toolbar-medium-bl,
	.x-nbr .x-btn-correct-toolbar-medium-tr, .x-nbr .x-btn-correct-toolbar-medium-br,
	.x-nbr .x-btn-correct-toolbar-medium-tc, .x-nbr .x-btn-correct-toolbar-medium-bc,
	.x-nbr .x-btn-correct-toolbar-medium-ml, .x-nbr .x-btn-correct-toolbar-medium-mr
	{
	zoom: 1;
}
/* line 168, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-medium-ml, .x-nbr .x-btn-correct-toolbar-medium-mr
	{
	zoom: 1;
}
/* line 200, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-medium-mc {
	padding: 1px 1px 1px 1px;
}

/* line 210, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-correct-toolbar-medium-tl, .x-strict .x-ie7 .x-btn-correct-toolbar-medium-bl
	{
	position: relative;
	right: 0;
}

/* line 643, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium .x-btn-inner {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	padding: 0 3px;
}

/* line 656, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon button,
	.x-btn-correct-toolbar-medium-icon a,
	.x-btn-correct-toolbar-medium-icon .x-btn-inner,
	.x-btn-correct-toolbar-medium-noicon button,
	.x-btn-correct-toolbar-medium-noicon a,
	.x-btn-correct-toolbar-medium-noicon .x-btn-inner {
	height: 24px;
	line-height: 24px;
}

/* line 665, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon button,
	.x-btn-correct-toolbar-medium-icon a {
	padding: 0;
}
/* line 669, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon .x-btn-inner {
	/* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
	width: 24px;
	padding: 0;
}
/* line 675, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon .x-btn-icon {
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* line 687, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-left button,
	.x-btn-correct-toolbar-medium-icon-text-left a {
	height: 24px;
}
/* line 690, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-left .x-btn-inner {
	height: 24px;
	line-height: 24px;
	padding-left: 28px;
}
/* line 696, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-left .x-btn-icon {
	width: 24px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
}
/* line 705, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-medium-icon-text-left .x-btn-icon,
	.x-quirks .x-btn-correct-toolbar-medium-icon-text-left .x-btn-icon {
	height: 24px;
}

/* line 713, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-right button,
	.x-btn-correct-toolbar-medium-icon-text-right a {
	height: 24px;
}
/* line 716, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-right .x-btn-inner {
	height: 24px;
	line-height: 24px;
	padding-right: 28px !important;
}
/* line 722, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-right .x-btn-icon {
	width: 24px;
	height: auto;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
}
/* line 731, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-medium-icon-text-right .x-btn-icon,
	.x-quirks .x-btn-correct-toolbar-medium-icon-text-right .x-btn-icon {
	height: 24px;
}

/* line 738, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-top .x-btn-inner {
	padding-top: 28px;
}
/* line 742, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-top .x-btn-icon {
	width: auto;
	height: 24px;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
}
/* line 751, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-medium-icon-text-top .x-btn-icon,
	.x-quirks .x-ie .x-btn-correct-toolbar-medium-icon-text-top .x-btn-icon
	{
	width: 24px;
}

/* line 758, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-bottom .x-btn-inner {
	padding-bottom: 28px;
}
/* line 762, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-icon-text-bottom .x-btn-icon {
	width: auto;
	height: 24px;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
}
/* line 771, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-medium-icon-text-bottom .x-btn-icon,
	.x-quirks .x-ie .x-btn-correct-toolbar-medium-icon-text-bottom .x-btn-icon
	{
	width: 24px;
}

/* line 777, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-over {
	border-color: #2299ff;
	background-image: none;
	background-color: #88aaff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ccff),
		color-stop(100%, #33aaff));
	background-image: -webkit-linear-gradient(top, #88ccff, #33aaff);
	background-image: -moz-linear-gradient(top, #88ccff, #33aaff);
	background-image: -o-linear-gradient(top, #88ccff, #33aaff);
	background-image: -ms-linear-gradient(top, #88ccff, #33aaff);
	background-image: linear-gradient(top, #88ccff, #33aaff);
}

/* line 801, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-focus {
	border-color: #0088ff;
	background-image: none;
	background-color: #33aaff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66bbff),
		color-stop(100%, #1199ff));
	background-image: -webkit-linear-gradient(top, #66bbff, #1199ff);
	background-image: -moz-linear-gradient(top, #66bbff, #1199ff);
	background-image: -o-linear-gradient(top, #66bbff, #1199ff);
	background-image: -ms-linear-gradient(top, #66bbff, #1199ff);
	background-image: linear-gradient(top, #66bbff, #1199ff);
}

/* line 826, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-menu-active,
	.x-btn-correct-toolbar-medium-pressed {
	border-color: #225588;
	background-image: none;
	background-color: #3c70a3;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4477aa),
		color-stop(100%, #336699));
	background-image: -webkit-linear-gradient(top, #4477aa, #336699);
	background-image: -moz-linear-gradient(top, #4477aa, #336699);
	background-image: -o-linear-gradient(top, #4477aa, #336699);
	background-image: -ms-linear-gradient(top, #4477aa, #336699);
	background-image: linear-gradient(top, #4477aa `, #336699);
}

/* line 850, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-disabled {
	border-color: #778899;
	background-image: none;
	background-color: transparent;
}
/* line 858, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-medium-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 875, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie .x-btn-correct-toolbar-medium-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 883, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-medium-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 898, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-over .x-frame-tl, .x-nbr .x-btn-correct-toolbar-medium-over .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-medium-over .x-frame-tr, .x-nbr .x-btn-correct-toolbar-medium-over .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-medium-over .x-frame-tc, .x-nbr .x-btn-correct-toolbar-medium-over .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-over-corners.gif');
}
/* line 902, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-over .x-frame-ml, .x-nbr .x-btn-correct-toolbar-medium-over .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-over-sides.gif');
}
/* line 905, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-over .x-frame-mc {
	background-color: #88aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-over-bg.gif');
}
/* line 919, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-tl, .x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-tr, .x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-tc, .x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-focus-corners.gif');
}
/* line 923, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-ml, .x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-focus-sides.gif');
}
/* line 926, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-focus .x-frame-mc {
	background-color: #33aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-focus-bg.gif');
}
/* line 941, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-tl, .x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-tr, .x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-tc, .x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-bc,
	.x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-tl, .x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-tr, .x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-tc, .x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-pressed-corners.gif');
}
/* line 945, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-ml, .x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-mr,
	.x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-ml, .x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-pressed-sides.gif');
}
/* line 948, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-menu-active .x-frame-mc, .x-nbr .x-btn-correct-toolbar-medium-pressed .x-frame-mc
	{
	background-color: #3c70a3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-pressed-bg.gif');
}
/* line 962, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-tl, .x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-tr, .x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-tc, .x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-disabled-corners.gif');
}
/* line 966, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-ml, .x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-disabled-sides.gif');
}
/* line 969, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-medium-disabled .x-frame-mc {
	background-color: transparent;
}

/* line 991, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-medium-over {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-over-bg.gif'); */
}

/* line 1000, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-medium-focus {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-focus-bg.gif'); */
}

/* line 1010, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-medium-menu-active, .x-nlg .x-btn-correct-toolbar-medium-pressed
	{
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-medium-pressed-bg.gif'); */
}

/* line 637, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large {
	border-color: transparent;
}

/* line 69, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-btn-correct-toolbar-large {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 3px 3px 3px;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
}

/* line 102, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nlg .x-btn-correct-toolbar-large-mc {
	background-color: transparent;
}

/* line 115, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-large {
	padding: 0 !important;
	border-width: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100303px 1000303px;
}
/* line 147, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-large-tl, .x-nbr .x-btn-correct-toolbar-large-bl,
	.x-nbr .x-btn-correct-toolbar-large-tr, .x-nbr .x-btn-correct-toolbar-large-br,
	.x-nbr .x-btn-correct-toolbar-large-tc, .x-nbr .x-btn-correct-toolbar-large-bc,
	.x-nbr .x-btn-correct-toolbar-large-ml, .x-nbr .x-btn-correct-toolbar-large-mr
	{
	zoom: 1;
}
/* line 168, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-large-ml, .x-nbr .x-btn-correct-toolbar-large-mr
	{
	zoom: 1;
}
/* line 200, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-nbr .x-btn-correct-toolbar-large-mc {
	padding: 1px 1px 1px 1px;
}

/* line 210, ../themes/stylesheets/ext4/correct/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-correct-toolbar-large-tl, .x-strict .x-ie7 .x-btn-correct-toolbar-large-bl
	{
	position: relative;
	right: 0;
}

/* line 643, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large .x-btn-inner {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	padding: 0 3px;
}

/* line 656, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon button,
	.x-btn-correct-toolbar-large-icon a, .x-btn-correct-toolbar-large-icon .x-btn-inner,
	.x-btn-correct-toolbar-large-noicon button,
	.x-btn-correct-toolbar-large-noicon a,
	.x-btn-correct-toolbar-large-noicon .x-btn-inner {
	height: 32px;
	line-height: 32px;
}

/* line 665, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon button,
	.x-btn-correct-toolbar-large-icon a {
	padding: 0;
}
/* line 669, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon .x-btn-inner {
	/* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
	width: 32px;
	padding: 0;
}
/* line 675, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon .x-btn-icon {
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* line 687, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-left button,
	.x-btn-correct-toolbar-large-icon-text-left a {
	height: 32px;
}
/* line 690, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-left .x-btn-inner {
	height: 32px;
	line-height: 32px;
	padding-left: 36px;
}
/* line 696, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-left .x-btn-icon {
	width: 32px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
}
/* line 705, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-large-icon-text-left .x-btn-icon,
	.x-quirks .x-btn-correct-toolbar-large-icon-text-left .x-btn-icon {
	height: 32px;
}

/* line 713, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-right button,
	.x-btn-correct-toolbar-large-icon-text-right a {
	height: 32px;
}
/* line 716, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-right .x-btn-inner {
	height: 32px;
	line-height: 32px;
	padding-right: 36px !important;
}
/* line 722, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-right .x-btn-icon {
	width: 32px;
	height: auto;
	top: 0;
	left: auto;
	bottom: 0;
	right: 0;
}
/* line 731, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-large-icon-text-right .x-btn-icon,
	.x-quirks .x-btn-correct-toolbar-large-icon-text-right .x-btn-icon {
	height: 32px;
}

/* line 738, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-top .x-btn-inner {
	padding-top: 36px;
}
/* line 742, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-top .x-btn-icon {
	width: auto;
	height: 32px;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
}
/* line 751, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-large-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-correct-toolbar-large-icon-text-top .x-btn-icon
	{
	width: 32px;
}

/* line 758, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-bottom .x-btn-inner {
	padding-bottom: 36px;
}
/* line 762, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-icon-text-bottom .x-btn-icon {
	width: auto;
	height: 32px;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
}
/* line 771, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-large-icon-text-bottom .x-btn-icon,
	.x-quirks .x-ie .x-btn-correct-toolbar-large-icon-text-bottom .x-btn-icon
	{
	width: 32px;
}

/* line 777, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-over {
	border-color: #2299ff;
	background-image: none;
	background-color: #88aaff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #88ccff),
		color-stop(100%, #33aaff));
	background-image: -webkit-linear-gradient(top, #88ccff, #33aaff);
	background-image: -moz-linear-gradient(top, #88ccff, #33aaff);
	background-image: -o-linear-gradient(top, #88ccff, #33aaff);
	background-image: -ms-linear-gradient(top, #88ccff, #33aaff);
	background-image: linear-gradient(top, #88ccff, #33aaff);
}

/* line 801, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-focus {
	border-color: #0088ff;
	background-image: none;
	background-color: #33aaff;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66bbff),
		color-stop(100%, #1199ff));
	background-image: -webkit-linear-gradient(top, #66bbff, #1199ff);
	background-image: -moz-linear-gradient(top, #66bbff, #1199ff);
	background-image: -o-linear-gradient(top, #66bbff, #1199ff);
	background-image: -ms-linear-gradient(top, #66bbff, #1199ff);
	background-image: linear-gradient(top, #66bbff, #1199ff);
}

/* line 826, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-menu-active,
	.x-btn-correct-toolbar-large-pressed {
	border-color: #225588;
	background-image: none;
	background-color: #3c70a3;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4477aa),
		color-stop(100%, #336699));
	background-image: -webkit-linear-gradient(top, #4477aa, #336699);
	background-image: -moz-linear-gradient(top, #4477aa, #336699);
	background-image: -o-linear-gradient(top, #4477aa, #336699);
	background-image: -ms-linear-gradient(top, #4477aa, #336699);
	background-image: linear-gradient(top, #4477aa, #336699);
}

/* line 850, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-disabled {
	border-color: #778899;
	background-image: none;
	background-color: transparent;
}
/* line 858, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-large-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 875, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie .x-btn-correct-toolbar-large-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 883, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-ie6 .x-btn-correct-toolbar-large-disabled .x-btn-inner {
	color: #ccddee !important;
}

/* line 898, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-over .x-frame-tl, .x-nbr .x-btn-correct-toolbar-large-over .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-large-over .x-frame-tr, .x-nbr .x-btn-correct-toolbar-large-over .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-large-over .x-frame-tc, .x-nbr .x-btn-correct-toolbar-large-over .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-over-corners.gif');
}
/* line 902, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-over .x-frame-ml, .x-nbr .x-btn-correct-toolbar-large-over .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-over-sides.gif');
}
/* line 905, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-over .x-frame-mc {
	background-color: #88aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-over-bg.gif');
}
/* line 919, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-focus .x-frame-tl, .x-nbr .x-btn-correct-toolbar-large-focus .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-large-focus .x-frame-tr, .x-nbr .x-btn-correct-toolbar-large-focus .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-large-focus .x-frame-tc, .x-nbr .x-btn-correct-toolbar-large-focus .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-focus-corners.gif');
}
/* line 923, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-focus .x-frame-ml, .x-nbr .x-btn-correct-toolbar-large-focus .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-focus-sides.gif');
}
/* line 926, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-focus .x-frame-mc {
	background-color: #33aaff;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-focus-bg.gif');
}
/* line 941, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-tl, .x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-tr, .x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-tc, .x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-bc,
	.x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-tl, .x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-tr, .x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-tc, .x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-pressed-corners.gif');
}
/* line 945, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-ml, .x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-mr,
	.x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-ml, .x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-pressed-sides.gif');
}
/* line 948, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-menu-active .x-frame-mc, .x-nbr .x-btn-correct-toolbar-large-pressed .x-frame-mc
	{
	background-color: #3c70a3;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-pressed-bg.gif');
}
/* line 962, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-tl, .x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-bl,
	.x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-tr, .x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-br,
	.x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-tc, .x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-disabled-corners.gif');
}
/* line 966, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-ml, .x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-disabled-sides.gif');
}
/* line 969, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nbr .x-btn-correct-toolbar-large-disabled .x-frame-mc {
	background-color: transparent;
}

/* line 991, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-large-over {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-over-bg.gif'); */
}

/* line 1000, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-large-focus {
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-focus-bg.gif'); */
}

/* line 1010, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-nlg .x-btn-correct-toolbar-large-menu-active, .x-nlg .x-btn-correct-toolbar-large-pressed
	{
	background-repeat: repeat-x;
	/* background-image: url('../../images/ext-js/simple/btn-custom/btn-correct-toolbar-large-pressed-bg.gif'); */
}

/* line 571, ../themes/stylesheets/ext4/correct/widgets/_button.scss */
.x-btn-correct-toolbar-small-disabled,
	.x-btn-correct-toolbar-medium-disabled,
	.x-btn-correct-toolbar-large-disabled {
	border-color: transparent;
	background-image: none;
	background: transparent;
}
/* 2935 line. End Custom Btn */

/* 977 line. Start nav ToolBar */
/* line 219, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-toolbar .x-btn-split-right .x-btn-nav-split-right {
	background-image: none;
	padding-right: 12px !important;
}
/* 982 line. */

/* 999 line. */
/* line 241, ../themes/stylesheets/ext4/default/widgets/_button.scss */
.x-btn-over .x-btn-split-right .x-btn-nav-split-right {
	background-image: none;
	padding-right: 12px !important;
}
/* 1003 line. */

/* 2009 line. */
/* line 637, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small {
	border-color: transparent;
}

/* line 69, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-btn-nav-toolbar-small {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 3px 6px 6px; /*3px 2px 2px 3px; */
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
}

/* line 102, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nlg .x-btn-nav-toolbar-small-mc {
	background-color: transparent;
}

/* line 115, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nbr .x-btn-nav-toolbar-small {
	padding: 0 !important;
	border-width: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100303px 1000303px;
}
/* line 147, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nbr .x-btn-nav-toolbar-small-tl, .x-nbr .x-btn-nav-toolbar-small-bl,
	.x-nbr .x-btn-nav-toolbar-small-tr, .x-nbr .x-btn-nav-toolbar-small-br,
	.x-nbr .x-btn-nav-toolbar-small-tc, .x-nbr .x-btn-nav-toolbar-small-bc,
	.x-nbr .x-btn-nav-toolbar-small-ml, .x-nbr .x-btn-nav-toolbar-small-mr
	{
	zoom: 1;
}
/* line 168, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nbr .x-btn-nav-toolbar-small-ml, .x-nbr .x-btn-nav-toolbar-small-mr {
	zoom: 1;
}
/* line 200, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nbr .x-btn-nav-toolbar-small-mc {
	padding: 5px 0 3px 1px;
}

/* line 210, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-nav-toolbar-small-tl, .x-strict .x-ie7 .x-btn-nav-toolbar-small-bl
	{
	position: relative;
	right: 0;
}

/* line 643, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small .x-btn-inner {
	font-size: 14px;
	font-weight: bold;
	font-family: '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #97a9be; /*#333333*/
	background-repeat: no-repeat;
	padding: 0 5px;
	transition: all ease .2s;
}



.x-btn-nav-toolbar-small .x-btn-inner:hover{
	color : #fff;
}

/* line 656, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon button, .x-btn-nav-toolbar-small-icon a,
	.x-btn-nav-toolbar-small-icon .x-btn-inner,
	.x-btn-nav-toolbar-small-noicon button, .x-btn-nav-toolbar-small-noicon a,
	.x-btn-nav-toolbar-small-noicon .x-btn-inner {
	height: 18px;
	line-height: 18px;
}

/* line 665, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon button, .x-btn-nav-toolbar-small-icon a {
	padding: 0;
}
/* line 669, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon .x-btn-inner {
	/* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
	width: 18px;
	padding: 0;
}
/* line 675, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon .x-btn-icon {
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* line 687, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-left button,
	.x-btn-nav-toolbar-small-icon-text-left a {
	height: 18px;
}
/* line 690, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-left .x-btn-inner {
	height: 18px;
	line-height: 18px;
	padding-left: 22px;
}
/* line 696, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-left .x-btn-icon {
	width: 18px;
	height: auto;
	top: 0;
	left: 1px;
	bottom: 0;
	right: auto;
}
/* line 705, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-nav-toolbar-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-nav-toolbar-small-icon-text-left .x-btn-icon
	{
	height: 18px;
}

/* line 713, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-right button,
	.x-btn-nav-toolbar-small-icon-text-right a {
	height: 18px;
}
/* line 716, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-right .x-btn-inner {
	height: 18px;
	line-height: 18px;
	padding-right: 22px !important;
}
/* line 722, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-right .x-btn-icon {
	width: 18px;
	height: auto;
	top: 0;
	left: auto;
	bottom: 0;
	right: 1px;
}
/* line 731, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-nav-toolbar-small-icon-text-right .x-btn-icon, .x-quirks .x-btn-nav-toolbar-small-icon-text-right .x-btn-icon
	{
	height: 18px;
}

/* line 738, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-top .x-btn-inner {
	padding-top: 22px;
}
/* line 742, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-top .x-btn-icon {
	width: auto;
	height: 18px;
	top: 1px;
	left: 0;
	bottom: auto;
	right: 0;
}
/* line 751, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-nav-toolbar-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-nav-toolbar-small-icon-text-top .x-btn-icon
	{
	width: 18px;
}

/* line 758, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-bottom .x-btn-inner {
	padding-bottom: 22px;
}
/* line 762, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-icon-text-bottom .x-btn-icon {
	width: auto;
	height: 18px;
	top: auto;
	left: 0;
	bottom: 1px;
	right: 0;
}
/* line 771, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-nav-toolbar-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-nav-toolbar-small-icon-text-bottom .x-btn-icon
	{
	width: 18px;
}

/* line 777, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-over {
  /*border-color: #919191;*/
  background-image: none;
  background-color: transparent;	
	/*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98add9), color-stop(100%, #5577bb));
  background-image: -webkit-linear-gradient(top, #98add9, #5577bb);
  background-image: -moz-linear-gradient(top, #98add9, #5577bb);
  background-image: -o-linear-gradient(top, #98add9, #5577bb);
  background-image: -ms-linear-gradient(top, #98add9, #5577bb);
  background-image: linear-gradient(top, #98add9, #5577bb);*/
}

/* line 801, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-focus {
	border-color: none;
	background-image: none;
	background-color: transparent;
	/*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa8e6), color-stop(100%, #4474d4));
  background-image: -webkit-linear-gradient(top, #8aa8e6, #4474d4);
  background-image: -moz-linear-gradient(top, #8aa8e6, #4474d4);
  background-image: -o-linear-gradient(top, #8aa8e6, #4474d4);
  background-image: -ms-linear-gradient(top, #8aa8e6, #4474d4);
  background-image: linear-gradient(top, #8aa8e6, #4474d4);*/
}

/* line 826, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-menu-active, .x-btn-nav-toolbar-small-pressed {
  border-color: none;
  background-image: transparent;
  /*background-color: rgba(220,220,220, 0.42);*/
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a8599), color-stop(100%, #475266));
  background-image: -webkit-linear-gradient(top, #7a8599, #475266);
  background-image: -moz-linear-gradient(top, #7a8599, #475266);
  background-image: -o-linear-gradient(top, #7a8599, #475266);
  background-image: -ms-linear-gradient(top, #7a8599, #475266);
  background-image: linear-gradient(top, #7a8599, #475266);*/
}

.x-btn-nav-toolbar-small-menu-active, 
.x-btn-nav-toolbar-small-pressed .x-btn-inner{
	color : #fff;
}



/* line 850, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-disabled {
	border-color: #181d29;
	background-image: none;
	background-color: transparent;
}
/* line 858, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-disabled .x-btn-inner {
	color: #ccc !important;
}

/* line 875, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie .x-btn-nav-toolbar-small-disabled .x-btn-inner {
	color: #ccc !important;
}

/* line 883, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-nav-toolbar-small-disabled .x-btn-inner {
	color: #ccc !important;
}

/* line 898, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-over .x-frame-tl, .x-nbr .x-btn-nav-toolbar-small-over .x-frame-bl,
	.x-nbr .x-btn-nav-toolbar-small-over .x-frame-tr, .x-nbr .x-btn-nav-toolbar-small-over .x-frame-br,
	.x-nbr .x-btn-nav-toolbar-small-over .x-frame-tc, .x-nbr .x-btn-nav-toolbar-small-over .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-over-corners.gif');
}
/* line 902, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-over .x-frame-ml, .x-nbr .x-btn-nav-toolbar-small-over .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-over-sides.gif');
}
/* line 905, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-over .x-frame-mc {
	background-color: #0066cc;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-over-bg.gif');
}
/* line 919, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-focus .x-frame-tl, .x-nbr .x-btn-nav-toolbar-small-focus .x-frame-bl,
	.x-nbr .x-btn-nav-toolbar-small-focus .x-frame-tr, .x-nbr .x-btn-nav-toolbar-small-focus .x-frame-br,
	.x-nbr .x-btn-nav-toolbar-small-focus .x-frame-tc, .x-nbr .x-btn-nav-toolbar-small-focus .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-focus-corners.gif');
}
/* line 923, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-focus .x-frame-ml, .x-nbr .x-btn-nav-toolbar-small-focus .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-focus-sides.gif');
}
/* line 926, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-focus .x-frame-mc {
	background-color: #4499ee;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-focus-bg.gif');
}
/* line 941, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-tl, .x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-bl,
	.x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-tr, .x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-br,
	.x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-tc, .x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-bc,
	.x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-tl, .x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-bl,
	.x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-tr, .x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-br,
	.x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-tc, .x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-pressed-corners.gif');
}
/* line 945, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-ml, .x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-mr,
	.x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-ml, .x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-pressed-sides.gif');
}
/* line 948, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-menu-active .x-frame-mc, .x-nbr .x-btn-nav-toolbar-small-pressed .x-frame-mc
	{
	background-color: #292c33;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-pressed-bg.gif');
}
/* line 962, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-tl, .x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-bl,
	.x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-tr, .x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-br,
	.x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-tc, .x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-disabled-corners.gif');
}
/* line 966, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-ml, .x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-disabled-sides.gif');
}
/* line 969, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-nav-toolbar-small-disabled .x-frame-mc {
	background-color: transparent;
}

/* line 991, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nlg .x-btn-nav-toolbar-small-over {
	/* background-repeat: repeat-x;
  background-image: url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-over-bg.gif'); */
	
}

/* line 1000, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nlg .x-btn-nav-toolbar-small-focus {
	/* background-repeat: repeat-x;
  background-image: url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-focus-bg.gif'); */
	
}

/* line 1010, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nlg .x-btn-nav-toolbar-small-menu-active, .x-nlg .x-btn-nav-toolbar-small-pressed
	{
	/* background-repeat: repeat-x;
  background-image: url('../../images/ext-js/simple/btn-custom/btn-nav-toolbar-small-pressed-bg.gif'); */
	
}
/* 2315 line. */

/* 2009 line. */
/* line 637, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small {
	border-color: transparent;
}

/* line 69, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-btn-info-toolbar-small {
	/*
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-o-border-radius: 1px;
	-ms-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	
	padding: 4px 2px 3px 3px;
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
}

/* line 102, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nlg .x-btn-info-toolbar-small-mc {
	background-color: transparent;
}

/* line 115, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nbr .x-btn-info-toolbar-small {
	padding: 0 !important;
	border-width: 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100303px 1000303px;
}
/* line 147, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nbr .x-btn-info-toolbar-small-tl, .x-nbr .x-btn-info-toolbar-small-bl,
	.x-nbr .x-btn-info-toolbar-small-tr, .x-nbr .x-btn-info-toolbar-small-br,
	.x-nbr .x-btn-info-toolbar-small-tc, .x-nbr .x-btn-info-toolbar-small-bc,
	.x-nbr .x-btn-info-toolbar-small-ml, .x-nbr .x-btn-info-toolbar-small-mr
	{
	zoom: 1;
}
/* line 168, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nbr .x-btn-info-toolbar-small-ml, .x-nbr .x-btn-info-toolbar-small-mr
	{
	zoom: 1;
}
/* line 200, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-nbr .x-btn-info-toolbar-small-mc {
	padding: 2px 0 1px 1px;
}

/* line 210, ../themes/stylesheets/ext4/nav/mixins/_frame.scss */
.x-strict .x-ie7 .x-btn-info-toolbar-small-tl, .x-strict .x-ie7 .x-btn-info-toolbar-small-bl
	{
	position: relative;
	right: 0;
}

/* line 643, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small .x-btn-inner {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	padding: 0 4px;
}
/*
.x-btn-info-toolbar-small .x-btn-inner:hover {
	color: #4477aa;
	font-weight:bold;
}
*/
/* line 656, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon button, .x-btn-info-toolbar-small-icon a,
	.x-btn-info-toolbar-small-icon .x-btn-inner,
	.x-btn-info-toolbar-small-noicon button,
	.x-btn-info-toolbar-small-noicon a, .x-btn-info-toolbar-small-noicon .x-btn-inner
	{
	height: 16px;
	line-height: 14px;
}

/* line 665, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon button, .x-btn-info-toolbar-small-icon a
	{
	padding: 0;
}
/* line 669, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon .x-btn-inner {
	/* even though there is no text we set a width and padding as buttons shrink-wrap around this element */
	width: 16px;
	padding: 0;
}
/* line 675, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon .x-btn-icon {
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* line 687, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-left button,
	.x-btn-info-toolbar-small-icon-text-left a {
	height: 16px;
}
/* line 690, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-left .x-btn-inner {
	height: 16px;
	line-height: 14px;
	padding-left: 20px;
}
/* line 696, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-left .x-btn-icon {
	width: 16px;
	height: auto;
	top: 0;
	left: 1px;
	bottom: 0;
	right: auto;
}
/* line 705, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-info-toolbar-small-icon-text-left .x-btn-icon, .x-quirks .x-btn-info-toolbar-small-icon-text-left .x-btn-icon
	{
	height: 16px;
}

/* line 713, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-right button,
	.x-btn-info-toolbar-small-icon-text-right a {
	height: 16px;
}
/* line 716, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-right .x-btn-inner {
	height: 16px;
	line-height: 14px;
	padding-right: 20px !important;
}
/* line 722, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-right .x-btn-icon {
	width: 16px;
	height: auto;
	top: 0;
	left: auto;
	bottom: 0;
	right: 1px;
}
/* line 731, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-info-toolbar-small-icon-text-right .x-btn-icon, .x-quirks .x-btn-info-toolbar-small-icon-text-right .x-btn-icon
	{
	height: 16px;
}

/* line 738, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-top .x-btn-inner {
	padding-top: 20px;
}
/* line 742, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-top .x-btn-icon {
	width: auto;
	height: 16px;
	top: 1px;
	left: 0;
	bottom: auto;
	right: 0;
}
/* line 751, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-info-toolbar-small-icon-text-top .x-btn-icon, .x-quirks .x-ie .x-btn-info-toolbar-small-icon-text-top .x-btn-icon
	{
	width: 16px;
}

/* line 758, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-bottom .x-btn-inner {
	padding-bottom: 20px;
}
/* line 762, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-icon-text-bottom .x-btn-icon {
	width: auto;
	height: 16px;
	top: auto;
	left: 0;
	bottom: 1px;
	right: 0;
}
/* line 771, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-btn-info-toolbar-small-icon-text-bottom .x-btn-icon, .x-quirks .x-ie .x-btn-info-toolbar-small-icon-text-bottom .x-btn-icon
	{
	width: 16px;
}

/* line 777, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-over {
	/*
	border-color: #3399ff;
	background-image: none;
	*/
	background-color: transparent;
	/*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98add9), color-stop(100%, #5577bb));
  background-image: -webkit-linear-gradient(top, #98add9, #5577bb);
  background-image: -moz-linear-gradient(top, #98add9, #5577bb);
  background-image: -o-linear-gradient(top, #98add9, #5577bb);
  background-image: -ms-linear-gradient(top, #98add9, #5577bb);
  background-image: linear-gradient(top, #98add9, #5577bb);*/
}

/* line 801, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-focus {
	border-color: #77bbff;
	background-image: none;
	background-color: #4499ee;
	/*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8aa8e6), color-stop(100%, #4474d4));
  background-image: -webkit-linear-gradient(top, #8aa8e6, #4474d4);
  background-image: -moz-linear-gradient(top, #8aa8e6, #4474d4);
  background-image: -o-linear-gradient(top, #8aa8e6, #4474d4);
  background-image: -ms-linear-gradient(top, #8aa8e6, #4474d4);
  background-image: linear-gradient(top, #8aa8e6, #4474d4);*/
}

/* line 826, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-menu-active, .x-btn-info-toolbar-small-pressed
	{
	border-color: transparent;
	background-image: none;
	/*background-color: #dac9c9;*/
	/*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a8599), color-stop(100%, #475266));
  background-image: -webkit-linear-gradient(top, #7a8599, #475266);
  background-image: -moz-linear-gradient(top, #7a8599, #475266);
  background-image: -o-linear-gradient(top, #7a8599, #475266);
  background-image: -ms-linear-gradient(top, #7a8599, #475266);
  background-image: linear-gradient(top, #7a8599, #475266);*/
}

/* line 850, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-disabled {
	border-color: #656f85;
	background-image: none;
	background-color: transparent;
}
/* line 858, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-info-toolbar-small-disabled .x-btn-inner {
	color: #ccc !important;
}

/* line 875, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie .x-info-nav-toolbar-small-disabled .x-btn-inner {
	color: #ccc !important;
}

/* line 883, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-ie6 .x-info-nav-toolbar-small-disabled .x-btn-inner {
	color: #ccc !important;
}

/* line 898, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-over .x-frame-tl, .x-nbr .x-btn-info-toolbar-small-over .x-frame-bl,
	.x-nbr .x-btn-info-toolbar-small-over .x-frame-tr, .x-nbr .x-btn-info-toolbar-small-over .x-frame-br,
	.x-nbr .x-btn-info-toolbar-small-over .x-frame-tc, .x-nbr .x-btn-info-toolbar-small-over .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-over-corners.gif');
}
/* line 902, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-over .x-frame-ml, .x-nbr .x-btn-info-toolbar-small-over .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-over-sides.gif');
}
/* line 905, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-over .x-frame-mc {
	background-color: #0066cc;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-over-bg.gif');
}
/* line 919, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-focus .x-frame-tl, .x-nbr .x-btn-info-toolbar-small-focus .x-frame-bl,
	.x-nbr .x-btn-info-toolbar-small-focus .x-frame-tr, .x-nbr .x-btn-info-toolbar-small-focus .x-frame-br,
	.x-nbr .x-btn-info-toolbar-small-focus .x-frame-tc, .x-nbr .x-btn-info-toolbar-small-focus .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-focus-corners.gif');
}
/* line 923, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-focus .x-frame-ml, .x-nbr .x-btn-info-toolbar-small-focus .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-focus-sides.gif');
}
/* line 926, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-focus .x-frame-mc {
	background-color: #4499ee;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-focus-bg.gif');
}
/* line 941, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-tl, .x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-bl,
	.x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-tr, .x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-br,
	.x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-tc, .x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-bc,
	.x-nbr .x-btn-info-toolbar-small-pressed .x-frame-tl, .x-nbr .x-btn-info-toolbar-small-pressed .x-frame-bl,
	.x-nbr .x-btn-info-toolbar-small-pressed .x-frame-tr, .x-nbr .x-btn-info-toolbar-small-pressed .x-frame-br,
	.x-nbr .x-btn-info-toolbar-small-pressed .x-frame-tc, .x-nbr .x-btn-info-toolbar-small-pressed .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-pressed-corners.gif');
}
/* line 945, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-ml, .x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-mr,
	.x-nbr .x-btn-info-toolbar-small-pressed .x-frame-ml, .x-nbr .x-btn-info-toolbar-small-pressed .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-pressed-sides.gif');
}
/* line 948, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-menu-active .x-frame-mc, .x-nbr .x-btn-info-toolbar-small-pressed .x-frame-mc
	{
	background-color: #292c33;
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-pressed-bg.gif');
}
/* line 962, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-disabled .x-frame-tl, .x-nbr .x-btn-info-toolbar-small-disabled .x-frame-bl,
	.x-nbr .x-btn-info-toolbar-small-disabled .x-frame-tr, .x-nbr .x-btn-info-toolbar-small-disabled .x-frame-br,
	.x-nbr .x-btn-info-toolbar-small-disabled .x-frame-tc, .x-nbr .x-btn-info-toolbar-small-disabled .x-frame-bc
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-disabled-corners.gif');
}
/* line 966, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-disabled .x-frame-ml, .x-nbr .x-btn-info-toolbar-small-disabled .x-frame-mr
	{
	background-image:
		url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-disabled-sides.gif');
}
/* line 969, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nbr .x-btn-info-toolbar-small-disabled .x-frame-mc {
	background-color: transparent;
}

/* line 991, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nlg .x-btn-info-toolbar-small-over {
	/* background-repeat: repeat-x;
  background-image: url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-over-bg.gif'); */
	
}

/* line 1000, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nlg .x-btn-info-toolbar-small-focus {
	/* background-repeat: repeat-x;
  background-image: url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-focus-bg.gif'); */
	
}

/* line 1010, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-nlg .x-btn-info-toolbar-small-menu-active, .x-nlg .x-btn-info-toolbar-small-pressed
	{
	/* background-repeat: repeat-x;
  background-image: url('../../images/ext-js/simple/btn-custom/btn-info-toolbar-small-pressed-bg.gif'); */
	
}
/* 2315 line. */

/* 2927 line. */
/* line 571, ../themes/stylesheets/ext4/nav/widgets/_button.scss */
.x-btn-nav-toolbar-small-disabled, .x-btn-nav-toolbar-medium-disabled,
	.x-btn-nav-toolbar-large-disabled {
	border-color: transparent;
	background-image: none;
	background: transparent;
}
/* 2935 line. End nav ToolBar */

/* custom grid */
/* 3632 */
.x-grid-easy-table {
	table-layout: auto !important;
}
/* 3671 */
.x-column-easy-header {
	position: relative !important;
	/*border-bottom: 1px solid #c1cfde !important;*/
}
/* 3790 */
.x-grid-easy-cell {
	border-right: solid 1px #f5f7fa !important;
}

.x-grid-easy-cell-last {
	border-right: none !important;
}

.x-grid-easy-cell-inner-form {
	padding: 2px 5px 2px !important;
}

/* cell tc select over */
/* 3816 */
.x-grid-td-over {
	border-color: #dadde0 !important;
	border-top-color: #e6e8eb !important;
	color: #333 !important;
	background-color: #e6e8eb !important;
}

/* 3829 */
.x-grid-td-selected {
	border-style: solid;
	border-color: #0077ee !important;
	border-top-color: #0088ff !important;
	color: #fff !important;
	background-color: #0088ff !important;
}

/*4564 line .x-form-invalid-field, */
.x-form-readonly-field, textarea.x-form-readonly-field {
	background-color: #eee;
	background-image: none;
	border-color: #ddd;
	color: #999;
}

/*5261 line. .x-panel-default */
.x-panel-base {
	background-color: #fff;
	padding-bottom: 5x;
	border: none;
	border-bottom: 1px solid #999;
}

/*5261 line. sub panel outline */
.x-panel-outline {
	border-left: 1px solid #aaa !important;
	border-right: 1px solid #aaa !important;
	border-top: 1px solid #aaa !important;
	border-bottom: 0 !important;
}

/*horizontal panel box space*/
.x-hbox-vline {
	width: 1px;
	background-color: #bbb;
}

/* grid readed list */
.x-grid-row-read {
	color: #bbb;
}

/* 6793 line. custom toobar */
.x-toolbar-top {
	font-size: 12px;
	border-bottom: 1px solid #c1cfde;
	padding: 2px 0 2px 2px;
}

/*7790 line. Start dual tab */
/* line 73, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
/* POLESTAR ITG tab / tab-bar */
.dualTab .x-tab-bar {
	position: relative;
	background-color: #fff;
	font-size: 12px;
}

/* line 80, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.x-nlg .dualTab .x-tab-bar {
	background-color: #f5f5f5;
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab-bar/tab-bar-default-bg.gif');*/
}

/* line 85, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-default-plain, .x-nlg .dualTab .x-tab-bar-default-plain
	{
	background: transparent none;
	background-color: #f5f5f5;
}

/* line 90, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-body {
	position: relative;
	z-index: 2;
	zoom: 1;
}

/* Top Tabs */
/* line 4, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-top .x-tab-bar-body {
	height: 38px;
	padding: 0px 0 0px;
}
/* line 10, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-top .x-tab-bar-strip {
	
}

/* line 19, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-border-box .x-tab-bar-top .x-tab-bar-body {
	height: 30px;
}
/* line 23, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-border-box .x-tab-bar-top .x-tab-bar-strip {
	height: 0px;
}

/* line 4, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-top .x-tab-bar-body-default-plain {
	height: 29px;
	border-width: 0;
	padding: 0 0 0px;
}
/* line 10, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-top .x-tab-bar-strip-default-plain {
	/*position strip from top rather than bottom to avoid off-by-one error in IE6*/
	top: 29px;
	border-width: 1px 0px 0 0px;
	height: 0px;
}

/* line 19, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-border-box .x-tab-bar-top .x-tab-bar-body-default-plain {
	height: 30px;
}
/* line 23, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-border-box .x-tab-bar-top .x-tab-bar-strip-default-plain {
	height: 0px;
}

/* Bottom Tabs */
/* line 32, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-bottom .x-tab-bar-body {
	height: 29px;
	border-width: 0 0px 0px;
	padding: 0px 0 0px;
}
/* line 37, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-bottom .x-tab-bar-body .x-box-inner {
	position: relative;
	top: -1px;
}
/* line 44, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller, .dualTab .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller-left,
	.dualTab .x-tab-bar-bottom .x-tab-bar-body .x-box-scroller-right {
	height: 30px;
}
/* line 49, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-bottom .x-tab-bar-strip {
	top: 0;
	border-width: 0 0px 1px 0px;
	height: 0px;
}

/* line 57, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-border-box .x-tab-bar-bottom .x-tab-bar-body {
	height: 30px;
}
/* line 61, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-border-box .x-tab-bar-bottom .x-tab-bar-strip {
	height: 0px;
}

/* line 32, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-bottom .x-tab-bar-body-default-plain {
	height: 29px;
	border-width: 0;
	padding: 3px 0 0;
}
/* line 37, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-inner {
	position: relative;
	top: -1px;
}
/* line 44, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller,
	.dualTab .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller-left,
	.dualTab .x-tab-bar-bottom .x-tab-bar-body-default-plain .x-box-scroller-right
	{
	height: 30px;
}
/* line 49, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-bottom .x-tab-bar-strip-default-plain {
	top: 0;
	border-width: 0 0px 1px 0px;
	height: 0px;
}

/* line 57, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-border-box .x-tab-bar-bottom .x-tab-bar-body-default-plain {
	height: 30px;
}
/* line 61, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-border-box .x-tab-bar-bottom .x-tab-bar-strip-default-plain
	{
	height: 0px;
}

/* line 141, ../themes/stylesheets/ext4/default/widgets/_tabbar.scss */
.dualTab .x-tab-bar-strip-default, .dualTab .x-tab-bar-strip-default-plain
	{
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	border-style: solid;
	overflow: hidden;
	border-color: #bbb;
	background-color: transparent;
	height: 0px;
	zoom: 1;
}

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.dualTab .x-tab-default-top {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-o-border-top-left-radius: 0px;
	-ms-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-o-border-top-right-radius: 0px;
	-ms-border-top-right-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-o-border-bottom-left-radius: 0;
	-ms-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 3px 3px 0 3px;
	border-width: 0 1px 0 0;
	border-style: solid;
	background-image: none;
	background-color: #f7f8fa;
	/* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dcdcdc), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #dcdcdc, #eaeaea);
  background-image: -moz-linear-gradient(top, #dcdcdc, #eaeaea);
  background-image: -o-linear-gradient(top, #dcdcdc, #eaeaea);
  background-image: -ms-linear-gradient(top, #dcdcdc, #eaeaea);
  background-image: linear-gradient(top, #dcdcdc, #eaeaea);*/
}

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .dualTab .x-tab-default-top-mc {
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-top-bg.gif');*/
	background-color: #f7f8fa;
}

/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .dualTab .x-tab-default-top {
	padding: 0;
	border-width: 0 1px 0 0 !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100404px 1000000px;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .dualTab .x-tab-default-top-tl, .x-nbr .dualTab .x-tab-default-top-bl,
	.x-nbr .dualTab .x-tab-default-top-tr, .x-nbr .dualTab .x-tab-default-top-br,
	.x-nbr .dualTab .x-tab-default-top-tc, .x-nbr .dualTab .x-tab-default-top-bc,
	.x-nbr .dualTab .x-tab-default-top-ml, .x-nbr .dualTab .x-tab-default-top-mr
	{
	zoom: 1;
	background-image: none;
	/* background-image: url('../../resources/themes/images/simple/tab/tab-default-top-corners.gif');*/
}
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .dualTab .x-tab-default-top-ml, .x-nbr .dualTab .x-tab-default-top-mr
	{
	zoom: 1;
	background-image: none;
	/* background-image: url('../../resources/themes/images/simple/tab/tab-default-top-sides.gif');
  background-position: 0 0;*/
}
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .dualTab .x-tab-default-top-mc {
	padding: 0px 0px 1px 0px;
}

/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .dualTab .x-tab-default-top-tl, .x-strict .x-ie7 .dualTab .x-tab-default-top-bl
	{
	position: relative;
	right: 0;
}

/* line 69, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.dualTab .x-tab-default-bottom {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-o-border-top-left-radius: 0;
	-ms-border-top-left-radius: 0;
	-khtml-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-khtml-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-o-border-bottom-right-radius: 0px;
	-ms-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-o-border-bottom-left-radius: 0px;
	-ms-border-bottom-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 0 3px 3px 3px;
	border-width: 0 1px 0 0;
	border-style: solid;
	background-image: none;
	background-color: #f7f8fa;
	/* background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dcdcdc), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(bottom, #dcdcdc, #eaeaea);
  background-image: -moz-linear-gradient(bottom, #dcdcdc, #eaeaea);
  background-image: -o-linear-gradient(bottom, #dcdcdc, #eaeaea);
  background-image: -ms-linear-gradient(bottom, #dcdcdc, #eaeaea);
  background-image: linear-gradient(bottom, #dcdcdc, #eaeaea);*/
}

/* line 102, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nlg .dualTab .x-tab-default-bottom-mc {
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-bottom-bg.gif');*/
	background-color: #f7f8fa;
}

/* line 115, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .dualTab .x-tab-default-bottom {
	padding: 0 !important;
	border-width: 0px 1px 0 0px !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	background-color: transparent;
	background-position: 1100000px 1000404px;
}
/* line 147, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .dualTab .x-tab-default-bottom-tl, .x-nbr .dualTab .x-tab-default-bottom-bl,
	.x-nbr .dualTab .x-tab-default-bottom-tr, .x-nbr .dualTab .x-tab-default-bottom-br,
	.x-nbr .dualTab .x-tab-default-bottom-tc, .x-nbr .dualTab .x-tab-default-bottom-bc,
	.x-nbr .dualTab .x-tab-default-bottom-ml, .x-nbr .dualTab .x-tab-default-bottom-mr
	{
	zoom: 1;
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-corners.gif');*/
}
/* line 168, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .dualTab .x-tab-default-bottom-ml, .x-nbr .dualTab .x-tab-default-bottom-mr
	{
	zoom: 1;
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-sides.gif');
  background-position: 0 0;*/
}
/* line 200, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-nbr .dualTab .x-tab-default-bottom-mc {
	padding: 1px 0px 0px 0px;
}

/* line 210, ../themes/stylesheets/ext4/default/mixins/_frame.scss */
.x-strict .x-ie7 .dualTab .x-tab-default-bottom-tl, .x-strict .x-ie7 .dualTab .x-tab-default-bottom-bl
	{
	position: relative;
	right: 0;
}

/* line 28, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab {
	z-index: 1;
	margin: 0 0 0 0px;
	display: inline-block;
	zoom: 1;
	white-space: nowrap;
	height: 37px;
	border-right: 1px solid #cdcdcd;
	cursor: pointer;
}
/* line 40, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab button {
	cursor: pointer;
	cursor: hand;
}
/* line 45, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab em {
	display: block;
	padding: 0 6px;
	line-height: 0px;
}
/* line 51, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab button {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Nanum Gothic', '나눔고딕', NanumGothic, '맑은 고딕',
		'Malgun Gothic', '돋움', Dotum, arial, tahoma, sans-serif;
	color: #555;
	outline: 0 none;
	overflow-x: visible;
}
/* line 69, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/* line 74, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab button .x-tab-inner {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 -2px;
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}
/* line 87, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab img {
	display: none;
}

/* line 93, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-border-box .x-tab-default-top {
	height: 30px;
}
/* line 96, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-border-box .x-tab-default-bottom {
	height: 30px;
}

/* line 103, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
* html .x-ie .dualTab .x-tab button {
	width: 1px;
}

/* line 110, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-strict .x-ie6 .dualTab .x-tab .x-frame-mc, .x-strict .x-ie7 .dualTab .x-tab .x-frame-mc
	{
	height: 100%;
}

/* line 115, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-ie .dualTab .x-tab-active button:active {
	position: relative;
	top: -1px;
	left: -1px;
}

/* line 134, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-top em {
	padding-bottom: 3px;
}
/* line 139, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-top button, .dualTab .x-tab-default-top .x-tab-inner
	{
	height: 14px;
	line-height: 13px;
}

/* line 148, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-safari4 .dualTab .x-tab-default-top .x-tab-inner, .x-safari5_0 .dualTab .x-tab-default-top .x-tab-inner
	{
	line-height: 13px;
}

/* line 153, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-default-top {
	border-bottom-width: 1px !important;
}

/* line 157, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-top-active {
	border-bottom-color: #ddd !important;
}

/* line 163, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-bottom {
	/* -moz-box-shadow: #f7f8fa 0 -1px 0px 0 inset, #f7f8fa -1px 0 0px 0 inset, #f7f8fa 1px 0 0px 0 inset;
  -webkit-box-shadow: #f7f8fa 0 -1px 0px 0 inset, #f7f8fa -1px 0 0px 0 inset, #f7f8fa 1px 0 0px 0 inset;
  -o-box-shadow: #f7f8fa 0 -1px 0px 0 inset, #f7f8fa -1px 0 0px 0 inset, #f7f8fa 1px 0 0px 0 inset;
  box-shadow: #f7f8fa 0 -1px 0px 0 inset, #f7f8fa -1px 0 0px 0 inset, #f7f8fa 1px 0 0px 0 inset; */
	border-top: 1px solid #bbb !important;
}
/* -moz-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -webkit-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  -o-box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;
  box-shadow: white 0 -1px 0px 0 inset, white -1px 0 0px 0 inset, white 1px 0 0px 0 inset;*/
}
/* line 178, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-bottom em {
	padding-top: 3px;
}
/* line 183, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-bottom button, .dualTab .x-tab-default-bottom .x-tab-inner
	{
	height: 13px;
	line-height: 13px;
}

/* line 189, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-default-bottom {
	border-top-width: 1px !important;
}

/* line 193, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-bottom-active {
	border-top-color: #f5f8fa !important;
}

/* line 197, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-disabled {
	cursor: default;
	color: #ccc;
	border-color: #bbb;
	background-image: none;
	background-color: #f7f8fa;
	/* background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7dfdf), color-stop(100%, #f2e3e4));
  background-image: -webkit-linear-gradient(top, #e7dfdf, #f2e3e4);
  background-image: -moz-linear-gradient(top, #e7dfdf, #f2e3e4);
  background-image: -o-linear-gradient(top, #e7dfdf, #f2e3e4);
  background-image: -ms-linear-gradient(top, #e7dfdf, #f2e3e4);
  background-image: linear-gradient(top, #e7dfdf, #f2e3e4);*/
}
/* line 203, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-disabled button {
	color: #ccc !important;
}

/* line 209, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-icon-text-left .x-tab-inner {
	padding-left: 18px;
}

/* line 214, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab button {
	position: relative;
}

/* line 218, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-icon {
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0px;
	top: 2px;
	left: -3px;
	right: auto;
	bottom: 0;
	width: 18px;
	height: 18px;
}

/* line 233, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-strict .x-ie8 .dualTab .x-tab button, .x-strict .x-ie9 .dualTab .x-tab button
	{
	overflow-y: visible;
}

/* line 238, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-disabled .x-tab-icon {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

/* In IE a disabled icon needs to be hidden or the opacity effect covers some of the text */
/* line 243, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-noicon .x-tab-icon {
	display: none;
}

/* line 269, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-top-over {
	background-image: none;
	background-color: #e6e8eb;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7e6e6),
		color-stop(25%, #eeeaea), color-stop(45%, #f2eeee));
	background-image: -webkit-linear-gradient(top, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
	background-image: -moz-linear-gradient(top, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
	background-image: -o-linear-gradient(top, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
	background-image: -ms-linear-gradient(top, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
	background-image: linear-gradient(top, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
}

/* line 272, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-bottom-over {
	background-image: none;
	background-color: #e6e8eb;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e7e6e6),
		color-stop(25%, #eeeaea), color-stop(45%, #f2eeee));
	background-image: -webkit-linear-gradient(bottom, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
	background-image: -moz-linear-gradient(bottom, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
	background-image: -o-linear-gradient(bottom, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
	background-image: -ms-linear-gradient(bottom, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
	background-image: linear-gradient(bottom, #e7e6e6, #eeeaea 25%, #f2eeee 45%);
}

/* line 277, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-active {
	z-index: 3;
}
/* line 283, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-active button {
	color: #2667D8;
}

/* line 299, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-top-active {
	background-image: none;
	background-color: #E4EDFC !important;
	border-bottom: 2px solid #4589FF !important;
}

/* line 302, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-bottom-active {
	background-image: none;
	background-color: #fff;
	/*background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #fff), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(bottom, #fff, #eaeaea);
  background-image: -moz-linear-gradient(bottom, #fff, #eaeaea);
  background-image: -o-linear-gradient(bottom, #fff, #eaeaea);
  background-image: -ms-linear-gradient(bottom, #fff, #eaeaea);
  background-image: linear-gradient(bottom, #fff, #eaeaea);*/
}

/* line 307, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-disabled {
	border-color: #bbb;
}
/* line 312, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-disabled button {
	color: #ccc;
}

/* line 328, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-top-disabled {
	background-image: none;
	background: transparent;
	background-image: none;
	background-color: #f7f8fa;
}

/* line 333, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-bottom-disabled {
	background-image: none;
	background: transparent;
	background-image: none;
	background-color: #f7f8fa;
}

/* line 342, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .dualTab .x-tab-top {
	background-color: #f7f8fa;
	background-image: none;
}
/* line 343, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .dualTab .x-tab-bottom {
	background-color: #f7f8fa;
	background-image: none;
}
/* line 347, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .dualTab .x-tab-top-over {
	background-color: #e6e8eb;
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-top-over-bg.gif');*/
}
/* line 348, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .dualTab .x-tab-bottom-over {
	background-color: #e6e8eb;
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-bottom-over-bg.gif');*/
}
/* line 352, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .dualTab .x-tab-top-active {
	/*background-color: #fff;*/
	background-color: #fff;
	/*url('../../resources/themes/images/simple/tab/tab-default-top-active-bg.gif');*/
}
/* line 353, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .dualTab .x-tab-bottom-active {
	background-color: #fff;
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-bottom-active-bg.gif');*/
}
/* line 357, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .dualTab .x-tab-top-disabled {
	background-color: #f7f8fa;
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-top-disabled-bg.gif') !important;*/
}
/* line 358, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nlg .dualTab .x-tab-bottom-disabled {
	background-color: #f7f8fa;
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-bottom-disabled-bg.gif') !important;*/
}

/* line 363, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-closable em {
	padding-right: 20px;
}

/* line 367, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
/*.dualTab .x-tab-close-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  background: no-repeat;
  background-image: url('../../resources/themes/images/simple/tab/tab-default-close.gif');
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }*/

/* line 381, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-close-btn {
	top: -3px;
	right: -3px;
}

/* Include the element name otherwise Internet Explorer 7 & 8 take a performance hit */
/* line 387, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab a.x-tab-close-btn:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* Include the element name to raise the specificity to equal the :hover */
/* line 392, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.dualTab .x-tab-default-disabled a.x-tab-close-btn {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
}

/* line 404, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-over .x-frame-tl, .x-nbr .dualTab .x-tab-top-over .x-frame-bl,
	.x-nbr .dualTab .x-tab-top-over .x-frame-tr, .x-nbr .dualTab .x-tab-top-over .x-frame-br,
	.x-nbr .dualTab .x-tab-top-over .x-frame-tc, .x-nbr .dualTab .x-tab-top-over .x-frame-bc
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-top-over-corners.gif');*/
}
/* line 408, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-over .x-frame-ml, .x-nbr .dualTab .x-tab-top-over .x-frame-mr
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-top-over-sides.gif');*/
}
/* line 412, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-over .x-frame-mc {
	background-color: #e6e8eb;
	background-image: none;
	/*background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/simple/tab/tab-default-top-over-bg.gif');*/
}
/* line 426, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-over .x-frame-tl, .x-nbr .dualTab .x-tab-bottom-over .x-frame-bl,
	.x-nbr .dualTab .x-tab-bottom-over .x-frame-tr, .x-nbr .dualTab .x-tab-bottom-over .x-frame-br,
	.x-nbr .dualTab .x-tab-bottom-over .x-frame-tc, .x-nbr .dualTab .x-tab-bottom-over .x-frame-bc
	{
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-bottom-over-corners.gif');*/
}
/* line 430, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-over .x-frame-ml, .x-nbr .dualTab .x-tab-bottom-over .x-frame-mr
	{
	background-image: none;
	/*url('../../resources/themes/images/simple/tab/tab-default-bottom-over-sides.gif');*/
}
/* line 434, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-over .x-frame-mc {
	background-color: #e6e8eb;
	background-image: none;
	/*background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-over-bg.gif');*/
}
/* line 448, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-active .x-frame-tl, .x-nbr .dualTab .x-tab-top-active .x-frame-bl,
	.x-nbr .dualTab .x-tab-top-active .x-frame-tr, .x-nbr .dualTab .x-tab-top-active .x-frame-br,
	.x-nbr .dualTab .x-tab-top-active .x-frame-tc, .x-nbr .dualTab .x-tab-top-active .x-frame-bc
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-top-active-corners.gif');*/
}
/* line 452, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-active .x-frame-ml, .x-nbr .dualTab .x-tab-top-active .x-frame-mr
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-top-active-sides.gif');*/
}
/* line 456, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-active .x-frame-mc {
	background-color: #fff;
	background-image: none;
	/*background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/simple/tab/tab-default-top-active-bg.gif');*/
}
/* line 470, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-active .x-frame-tl, .x-nbr .dualTab .x-tab-bottom-active .x-frame-bl,
	.x-nbr .dualTab .x-tab-bottom-active .x-frame-tr, .x-nbr .dualTab .x-tab-bottom-active .x-frame-br,
	.x-nbr .dualTab .x-tab-bottom-active .x-frame-tc, .x-nbr .dualTab .x-tab-bottom-active .x-frame-bc
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-active-corners.gif');*/
}
/* line 474, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-active .x-frame-ml, .x-nbr .dualTab .x-tab-bottom-active .x-frame-mr
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-active-sides.gif');*/
}
/* line 478, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-active .x-frame-mc {
	background-color: #fff;
	background-image: none;
	/*background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-active-bg.gif');*/
}
/* line 492, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-disabled .x-frame-tl, .x-nbr .dualTab .x-tab-top-disabled .x-frame-bl,
	.x-nbr .dualTab .x-tab-top-disabled .x-frame-tr, .x-nbr .dualTab .x-tab-top-disabled .x-frame-br,
	.x-nbr .dualTab .x-tab-top-disabled .x-frame-tc, .x-nbr .dualTab .x-tab-top-disabled .x-frame-bc
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-top-disabled-corners.gif');*/
}
/* line 496, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-disabled .x-frame-ml, .x-nbr .dualTab .x-tab-top-disabled .x-frame-mr
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-top-disabled-sides.gif');*/
}
/* line 500, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-top-disabled .x-frame-mc {
	background-image: none; /*background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/simple/tab/tab-default-top-disabled-bg.gif');*/
}
/* line 513, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-disabled .x-frame-tl, .x-nbr .dualTab .x-tab-bottom-disabled .x-frame-bl,
	.x-nbr .dualTab .x-tab-bottom-disabled .x-frame-tr, .x-nbr .dualTab .x-tab-bottom-disabled .x-frame-br,
	.x-nbr .dualTab .x-tab-bottom-disabled .x-frame-tc, .x-nbr .dualTab .x-tab-bottom-disabled .x-frame-bc
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-disabled-corners.gif');*/
}
/* line 517, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-disabled .x-frame-ml, .x-nbr .dualTab .x-tab-bottom-disabled .x-frame-mr
	{
	background-image: none;
	/*background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-disabled-sides.gif');*/
}
/* line 521, ../themes/stylesheets/ext4/default/widgets/_tab.scss */
.x-nbr .dualTab .x-tab-bottom-disabled .x-frame-mc {
	background-image: none; /*background-repeat: repeat-x;
  background-image: url('../../resources/themes/images/simple/tab/tab-default-bottom-disabled-bg.gif');*/
}
/*8521 line. End dual tab */
div#westNavigationPanel-innerCt {
	background-color: #fafafa;
}

/*8660 line. start menu tree */
.menu-tree .x-grid-tree-node-expanded .x-tree-icon-parent {
	background-image:
		url('../../images/ext-js/simple/menu-tree/menu-folder-open.gif')
		!important;
}

.menu-tree .x-tree-icon-parent {
	background-image:
		url('../../images/ext-js/simple/menu-tree/menu-folder.gif');
}

.menu-tree .x-tree-icon-leaf {
	background-image:
/*		url('../../images/ext-js/simple/menu-tree/menu-leaf.gif');*/
		url('../../images/ext-js/common/icons/menu_left02.gif');
}
/*8660 line. end menu tree */

/*9115 line. custom splitter */
.x-splitter-inside {
	border: none !important;
	background-color: #999;
}