/*******************************************/ /***** 프로젝트명 : XPLATFORM Default Theme ********/ /***** 작성일 : ********/ /***** 작성자 : ********/ /***** 배포일 : ********/ /***** 수정자 : ********/ /***** 수정일 : ********/ /*******************************************/ /***** FrameObject Group Start *****/ /*** MainFrame ***/ MainFrame { background : #F9F9F9; border : 2 solid #262D39; bordertype : normal; statusbarheight : 25; titlebarheight : 22; color : #ffffff; } MainFrame:deactivate { border : 2 solid #606670; } /*** TitlebarForm ***/ MainFrame>TitlebarForm { background : #262D39; border : 0 solid #26323c, 0 solid #26323c, 1 solid #181E28, 0 solid #26323c; bordertype : normal; align : left middle; font : Dotum,9,bold; color : #F1EFEE; padding : 0 0 0 -80; icon : URL('IMG::KU2_031.ico'); } MainFrame>TitlebarForm:deactivate { background : #5D626B; color : #CBCBCC; } MainFrame>TitlebarForm>#minbutton { background : transparent; border : 0 none; bordertype : normal ; margin : 0 0 0 4; image : theme://images/btn_TitlebarForm_Min_N.png; imagealign : center middle; cursor : hand; } MainFrame>TitlebarForm>#minbutton:mouseover { image : theme://images/btn_TitlebarForm_Min_O.png; } MainFrame>TitlebarForm>#minbutton:pushed { image : theme://images/btn_TitlebarForm_Min_P.png; pusheddrawoffset : 0 0; } MainFrame>TitlebarForm>#maxbutton { background : transparent; border : 0 none; bordertype : normal; margin : 0 0 0 2; image : theme://images/btn_TitlebarForm_Max_N.png; imagealign : center middle; cursor : hand; } MainFrame>TitlebarForm>#maxbutton:mouseover { image : theme://images/btn_TitlebarForm_Max_O.png; } MainFrame>TitlebarForm>#maxbutton:pushed { image : theme://images/btn_TitlebarForm_Max_P.png; pusheddrawoffset : 0 0; } MainFrame>TitlebarForm>#maxbutton:disabled { image : theme://images/btn_TitlebarForm_Max_D.png; } MainFrame>TitlebarForm>#normalbutton { background : transparent; border : 0 none; bordertype : normal; margin : 0 0 0 2; image : theme://images/btn_TitlebarForm_Nor_N.png; imagealign : center middle; cursor : hand; } MainFrame>TitlebarForm>#normalbutton:mouseover { image : theme://images/btn_TitlebarForm_Nor_O.png; } MainFrame>TitlebarForm>#normalbutton:pushed { image : theme://images/btn_TitlebarForm_Nor_P.png; pusheddrawoffset : 0 0; } MainFrame>TitlebarForm>#closebutton { background : transparent; border : 0 none; bordertype : normal; margin : 0 0 0 2; image : theme://images/btn_TitlebarForm_Close_N.png; imagealign : center middle; cursor : hand; } MainFrame>TitlebarForm>#closebutton:mouseover { image : theme://images/btn_TitlebarForm_Close_O.png; } MainFrame>TitlebarForm>#closebutton:pushed { image : theme://images/btn_TitlebarForm_Close_P.png; pusheddrawoffset : 0 0; } /*** Frame Group ***/ VFrameSet, HFrameSet, FrameSet { background : url('theme://images/theme_blue/bg_FrameSet.png') stretch 12,12 left top; border : 0 none ; } ChildFrame { background : #ffffff URL('theme://images/theme_blue/bg_body.png') stretch 0,1 ; border : 0 solid #5C4532 ; bordertype : normal ; titlebarheight : 26 ; statusbarheight : 0 ; } ChildFrame:deactivate { border : 0 none; } ChildFrame>TitlebarForm { background : transparent URL('theme://images/bg_childframe.png') stretch 10,10; border : 0 solid #FFFFFF, 0 solid #FFFFFF, 1 solid #FFFFFF, 0 solid #FFFFFF; font : Dotum,9; color : #ffffff; align : left middle; padding : 0 0 0 0; } ChildFrame>TitlebarForm:deactivate { } ChildFrame>TitlebarForm>#minbutton { background : transparent; border : 0 none; bordertype : normal ; margin : 0 0 0 4; image : theme://images/btn_TitlebarForm_Min_N.png; imagealign : center middle; cursor : hand; } ChildFrame>TitlebarForm>#minbutton:mouseover { image : theme://images/btn_TitlebarForm_Min_O.png; } ChildFrame>TitlebarForm>#minbutton:pushed { image : theme://images/btn_TitlebarForm_Min_P.png; pusheddrawoffset : 0 0; } ChildFrame>TitlebarForm>#minbutton:deactivate, ChildFrame>TitlebarForm>#minbutton:nested { image : theme://images/btn_TitlebarForm_Min_D.png; } ChildFrame>TitlebarForm>#maxbutton { background : transparent; border : 0 none; bordertype : normal; margin : 0 0 0 2; image : theme://images/btn_TitlebarForm_Max_N.png; imagealign : center middle; cursor : hand; } ChildFrame>TitlebarForm>#maxbutton:mouseover { image : theme://images/btn_TitlebarForm_Max_O.png; } ChildFrame>TitlebarForm>#maxbutton:pushed { image : theme://images/btn_TitlebarForm_Max_P.png; pusheddrawoffset : 0 0; } ChildFrame>TitlebarForm>#maxbutton:disabled { image : theme://images/btn_TitlebarForm_Max_D.png; } ChildFrame>TitlebarForm>#maxbutton:deactivate, ChildFrame>TitlebarForm>#maxbutton:nested { image : theme://images/btn_TitlebarForm_Max_D.png; } ChildFrame>TitlebarForm>#normalbutton { background : transparent; border : 0 none; bordertype : normal; margin : 0 0 0 2; image : theme://images/btn_TitlebarForm_Nor_N.png; imagealign : center middle; cursor : hand; } ChildFrame>TitlebarForm>#normalbutton:mouseover { image : theme://images/btn_TitlebarForm_Nor_O.png; } ChildFrame>TitlebarForm>#normalbutton:pushed { image : theme://images/btn_TitlebarForm_Nor_P.png; pusheddrawoffset : 0 0; } ChildFrame>TitlebarForm>#normalbutton:deactivate, ChildFrame>TitlebarForm>#normalbutton:nested { image : theme://images/btn_TitlebarForm_Nor_D.png; } ChildFrame>TitlebarForm>#closebutton { background : transparent; border : 0 none; bordertype : normal; margin : 0 0 0 2; image : theme://images/btn_TitlebarForm_Close_N.png; imagealign : center middle; cursor : hand; } ChildFrame>TitlebarForm>#closebutton:mouseover { image : theme://images/btn_TitlebarForm_Close_O.png; } ChildFrame>TitlebarForm>#closebutton:pushed { image : theme://images/btn_TitlebarForm_Close_P.png; pusheddrawoffset : 0 0; } ChildFrame>TitlebarForm>#closebutton:deactivate, ChildFrame>TitlebarForm>#closebutton:nested { image : theme://images/btn_TitlebarForm_Close_D.png; } /***** Frame Object Group End *****/ /***** Misc Object Group Start *****/ /*** StatusbarForm ***/ StatusbarForm { background : #f2f2ef; border : 1 solid #a8a8a2, 0 none, 0 none, 0 none; bordertype : round 3 3 leftbottom rightbottom; font : Dotum,9; padding : 0 0 0 12; color : #46463d; align : left middle; gripimage : /*URL('theme://images/theme_blue/img_grip.png')*/; progressbargap : 5; progressbarheight : 0; progressbarwidth : 0; zoomcombogap : 10; zoomcomboheight : 20; zoomcombowidth : 80; } StatusbarForm>#progressbar { background : transparent ; border : 1 solid #a8a8a2 ; bartype : normal ; align : center middle ; color : #333333 ; font : Dotum, 9 ; padding : 1 1 1 1 ; smooth : true ; barcolor : cdcdc8 ; direction : forward ; } StatusbarForm>#zoomcombo { background : #f2f2ef; border : 1 solid #a8a8a2; bartype : normal; font : Dotum,9; color : #5a280b; align : left middle; cursor : ; padding : 1 1 1 1; buttonsize : 16; itembackground : #ffffff; itemborder : 0 none; itemcolor : #6e6e63; itemheight : 20; itempadding : 0 5 0 8; } StatusbarForm>#zoomcombo:mouseover { itembackground : #f2f2ef; itemcolor : #5a280b; } StatusbarForm>#zoomcombo:selected { itembackground : #e0e0d9; itemcolor : #5a280b; } StatusbarForm>#zoomcombo>#comboedit { background : #f2f2ef /*url('theme://images/theme_blue/ico_zoomcombo.png') left middle*/; border : 0 none; align : left middle; font : Dotum,9; color : #5a280b; padding : 0 0 0 20; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; } StatusbarForm>#zoomcombo>#comboedit:mouseover { caretcolor : #3da2df; compositecolor : #ffffff; } StatusbarForm>#zoomcombo>#comboedit:focused { caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; } StatusbarForm>#zoomcombo>#dropbutton { background : @gradation /*url('theme://images/theme_blue/img_drop_N.png') stretch 6,6*/; gradation : linear 0,0 #ffffff 0,100 #e3e3dd; border : 1 solid #a8a8a2; margin : 1 1 1 1; image : /*theme://images/theme_blue/btn_drop_N.png*/; imagealign : center middle; pusheddrawoffset : 0 0; } StatusbarForm>#zoomcombo>#dropbutton:mouseover { background : @gradation /*url('theme://images/theme_blue/img_drop_O.png') stretch 6,6*/; gradation : linear 0,0 #ddddd6 0,100 #acaca6; image : /*theme://images/theme_blue/btn_drop_O.png*/; } StatusbarForm>#zoomcombo>#dropbutton:pushed { background : #e1e1da; gradation : linear 0,0 #ffffff 0,100 #e3e3dd; image : /*theme://images/theme_blue/btn_drop_O.png*/; } StatusbarForm>#zoomcombo>#combolist { background : #ffffff; border : 1 solid #a8a8a2; align : left middle; font : Dotum,9; color : #6e6e63; itembackground : #ffffff; itemborder : 0 none; itemcolor : #6e6e63; itemheight : 20; itempadding : 0 5 0 8; } /*** scrollbar ***/ /* vscrollbar */ *>#vscrollbar { background : url('theme://images/theme_blue/bg_scrollbarV.png') repeat-y; border : 0 none; scrollbarsize : 16; incbtnsize : 16; decbtnsize : 16; } *>#vscrollbar:mouseover, *>#vscrollbar:pushed, *>#vscrollbar:focused { background : url('theme://images/theme_blue/bg_scrollbarV.png') repeat-y; } *>#vscrollbar>#trackbar { background : #e4f1f9 ; border : 1 solid #b1d8ec ; bordertype : round 3,3 ; imagepadding : 0 0 0 0 ; imagealign : center middle ; pusheddrawoffset : 0 0 ; focusborder : 0 none ; } *>#vscrollbar>#trackbar:mouseover { background : #cee6f4 ; border : 1 solid #84bfe1 ; } *>#vscrollbar>#trackbar:pushed { background : #b1d8ec ; border : 1 solid #58a6d5 ; } *>#vscrollbar>#decbutton { background : transparent; border : 1 solid transparent; image : theme://images/theme_blue/icon_scrollV_Dec_N.png; imagepadding : 0 0 0 0; imagealign : center middle; pusheddrawoffset : 0 0; focusborder : 0 none; } *>#vscrollbar>#decbutton:mouseover { border : 1 solid #58a6d5; image : theme://images/theme_blue/icon_scrollV_Dec_O.png ; } *>#vscrollbar>#decbutton:pushed { border : 1 solid #ec6400; image : theme://images/theme_blue/icon_scrollV_Dec_P.png ; } *>#vscrollbar>#decbutton:disabled { border : 1 solid transparent; image : theme://images/theme_blue/icon_scrollV_Dec_N.png; } *>#vscrollbar>#incbutton { background : transparent; border : 1 solid transparent; image : theme://images/theme_blue/icon_scrollV_Inc_N.png; imagepadding : 0 0 0 0; imagealign : center middle; pusheddrawoffset : 0 0; focusborder : 0 none; } *>#vscrollbar>#incbutton:mouseover { border : 1 solid #58a6d5; image : theme://images/theme_blue/icon_scrollV_Inc_O.png ; } *>#vscrollbar>#incbutton:pushed { border : 1 solid #ec6400; image : theme://images/theme_blue/icon_scrollV_Inc_P.png ; } *>#vscrollbar>#incbutton:disabled { border : 1 solid transparent; image : theme://images/theme_blue/icon_scrollV_Inc_N.png; } /* hscrollbar */ *>#hscrollbar { background : url('theme://images/theme_blue/bg_scrollbarH.png') repeat-x; border : 0 none; scrollbarsize : 16; incbtnsize : 16; decbtnsize : 16; } *>#hscrollbar:mouseover, *>#hscrollbar:pushed, *>#hscrollbar:focused { background : url('theme://images/theme_blue/bg_scrollbarH.png') repeat-x; } *>#hscrollbar>#trackbar { background : #e4f1f9 ; border : 1 solid #b1d8ec ; bordertype : round 3,3 ; imagepadding : 0 0 0 0 ; imagealign : center middle ; pusheddrawoffset : 0 0 ; focusborder : 0 none ; } *>#hscrollbar>#trackbar:mouseover { background : #cee6f4 ; border : 1 solid #84bfe1 ; } *>#hscrollbar>#trackbar:pushed { background : #b1d8ec ; border : 1 solid #58a6d5 ; } *>#hscrollbar>#decbutton { background : transparent; border : 1 solid transparent; image : theme://images/theme_blue/icon_scrollH_Dec_N.png; imagepadding : 0 0 0 0; imagealign : center middle; pusheddrawoffset : 0 0; focusborder : 0 none; } *>#hscrollbar>#decbutton:mouseover { border : 1 solid #58a6d5; image : theme://images/theme_blue/icon_scrollH_Dec_O.png ; } *>#hscrollbar>#decbutton:pushed { border : 1 solid #ec6400; image : theme://images/theme_blue/icon_scrollH_Dec_P.png ; } *>#hscrollbar>#decbutton:disabled { border : 1 solid transparent; image : theme://images/theme_blue/icon_scrollH_Dec_N.png; } *>#hscrollbar>#incbutton { background : transparent; border : 1 solid transparent; image : theme://images/theme_blue/icon_scrollH_Inc_N.png; imagepadding : 0 0 0 0; imagealign : center middle; pusheddrawoffset : 0 0; focusborder : 0 none; } *>#hscrollbar>#incbutton:mouseover { border : 1 solid #58a6d5; image : theme://images/theme_blue/icon_scrollH_Inc_O.png ; } *>#hscrollbar>#incbutton:pushed { border : 1 solid #ec6400; image : theme://images/theme_blue/icon_scrollH_Inc_P.png ; } *>#hscrollbar>#incbutton:disabled { border : 1 solid transparent; image : theme://images/theme_blue/icon_scrollH_Inc_N.png; } *>#resizebutton { background : url('theme://images/theme_blue/bg_scrollbar_resize.png') stretch 4,4; border : 0 none; } /***** Misc Object Group End *****/ /***** Object Component Start *****/ /*** Form ***/ Form { background : transparent ; border : 0 none ; bordertype : normal ; font : Dotum,9 ; color : #333333 ; } Form.frm_Work { background : #ffffff URL('theme://images/theme_blue/bg_body.png') stretch 0,1 ; border : 0 none ; bordertype : normal ; font : Dotum,9 ; color : #333333 ; } Form.frm_POP { background : URL('theme://images/theme_blue/bg_form_popup.png') stretch 40,40; } Form.Pop_OpenMenu { background : #f0f7fc URL('theme://images/theme_blue/bg_TF_Popdiv_Tit.png') repeat-x left top ; border : 1 solid #2674aa ; bordertype : round 2,2 ; font : Dotum,9,bold ; align : left top; color : #ffffff; } /*** Static ***/ Static { background : transparent ; border : 0 none ; align : left middle ; font : Dotum,9 ; color : #333333 ; shadow : 0 none ; } /*** Edit ***/ Edit { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5 ; border : none ; align : left middle ; font : Dotum,9 ; color : #333333 ; padding : 0 5 0 5 ; shadow : 0 none ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; } Edit:mouseover { background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5 ; } Edit:focused { background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5 ; color : #333333 ; selectbackground : #2674aa ; selectcolor : #ffffff ; } Edit:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; color : #888888; } /*** TextArea ***/ TextArea { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5; border : none; align : left top ; font : Dotum,9 ; color : #333333 ; padding : 5 5 5 5 ; shadow : 0 none ; caretcolor : #666666 ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; linespace : 1; } TextArea:mouseover { /*background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5;*/ border : none; color : #333333 ; } TextArea:focused { /*background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5;*/ color : #333333 ; selectbackground : #2674aa ; selectcolor : #ffffff; } TextArea:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; color : #888888; } /*** TextArea ***/ TextArea.memoInfo { background : url('theme://images/theme_blue/bg_edit_memo_N.png') stretch 5,5 ; border : none ; bordertype : round 2 2 ; align : left top ; font : Dotum,9 ; color : #333333 ; padding : 5 5 5 5 ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; } TextArea.memoInfo:mouseover { background : url('theme://images/theme_blue/bg_edit_memo_N.png') stretch 5,5 ; border : none ; color : #333333 ; } TextArea.memoInfo:focused { background : url('theme://images/theme_blue/bg_edit_memo_N.png') stretch 5,5 ; color : #333333 ; selectbackground : #2674aa ; selectcolor : #ffffff ; shadow : outer 0,0 2 #00000055; } TextArea.memoInfo:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; color : #888888; } TextArea>#vscrollbar, TextArea>#vscrollbar:mouseover, TextArea>#vscrollbar:focused { background : url('theme://images/theme_blue/bg_scrollbarV.png') repeat-y; border : 1 solid transparent; scrollbarsize : 16; incbtnsize : 0; decbtnsize : 0; } TextArea>#hscrollbar, TextArea>#hscrollbar:mouseover, TextArea>#hscrollbar:focused { background : url('theme://images/theme_blue/bg_scrollbarH.png') repeat-x; border : 1 solid transparent; scrollbarsize : 16; incbtnsize : 0; decbtnsize : 0; } /*** MaskEdit ***/ MaskEdit { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5; border : none; bordertype : round 2 2; align : right middle; font : Dotum,9 ; color : #333333 ; padding : 0 5 0 5; shadow : 0 none ; caretcolor : #6A543A; compositecolor : #ffffff; selectbackground : transparent; selectcolor : #333333 ; } MaskEdit:mouseover { background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5 ; color : #333333 ; } MaskEdit:focused { background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5 ; color : #333333 ; selectbackground : #2674aa ; selectcolor : #ffffff ; } MaskEdit:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; color : #888888; } /*** Button ***/ Button { background : #2674aa ; border : 1 solid #1b5a89 ; bordertype : round 2 2 ; font : Dotum,9,bold ; color : #e4f1f9 ; align : center middle ; cursor : hand ; padding : 0 0 0 0 ; shadow : 0 none ; } Button:focused, Button:selected { background : #164b74 ; border : 1 solid #103b5f ; color : #e4f1f9 ; } Button:mouseover { background : #3d95cd ; border : 1 solid #2d84be ; color : #ffffff ; } Button:pushed { background : #f97818 ; border : 1 solid #ec6400 ; color : #ffffff ; } Button:disabled { gradation : linear 0,0 #f0f0f0ff 0,100 #e1e1e1ff; border : 1 solid #cacacaff; color : #808080; cursor : arrow; } /*** Combo ***/ Combo { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5 ; border : none; bordertype : round 2 2 ; align : left middle ; font : Dotum,9 ; color : #333333 ; itembackground : #ffffff ; itemheight : 20 ; itemborder : 0 none ; itempadding : 0 3 0 6 ; itemcolor : #333333 ; buttonsize : 19 ; } Combo:mouseover { background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5 ; color : #333333 ; itembackground : #e4f1f9 ; itemborder : 1 solid #b1d8ec, 0 none ; } Combo:focused, Combo:selected { background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5 ; color : #333333 ; itemcolor : #ffffff ; itembackground : #f97818 ; itemborder : 1 solid #ec6400, 0 none ; itemfont : Dotum,9,bold ; } Combo:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; color : #888888; } Combo>#comboedit { background : transparent; border : none; align : left middle; font : Dotum,9 ; color : #333333 ; cursor : arrow; padding : 0 5 0 5 ; caretcolor : #f97818 ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; } Combo>#comboedit:focused { selectbackground : #2d84be ; selectcolor : #ffffff ; } Combo>#dropbutton { background : url('theme://images/theme_blue/btn_dropBg_N.png') stretch 5,5; border : none, none, none, 1 solid #84bfe1; margin : 1 1 1 0; image : theme://images/theme_blue/icon_drop_N.png; imagealign : center middle; imagepadding : 2 0 0 0; pusheddrawoffset : 0 0; cursor : arrow; } Combo>#dropbutton:mouseover { background : url('theme://images/theme_blue/btn_dropBg_O.png') stretch 5,5; border : none, none, none, 1 solid #84bfe1; image : theme://images/theme_blue/icon_drop_O.png; } Combo>#dropbutton:selected, Combo>#dropbutton:pushed { background : url('theme://images/theme_blue/btn_dropBg_P.png') stretch 5,5; border : none, none, none, 1 solid #84bfe1; margin : 1 1 1 0; image : theme://images/theme_blue/icon_drop_P.png; imagealign : center middle; pusheddrawoffset : 0 0; } Combo>#dropbutton:disabled { background : url('theme://images/theme_blue/btn_dropBg_D.png') stretch 5,5 ; border : none, none, none, 1 solid #B0B0B0 ; image : theme://images/theme_blue/icon_drop_D.png ; } Combo>#combolist { border : 1 solid #2674aa ; cursor : arrow; } /*** Spin ***/ Spin { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5; border : none; bordertype : round 2 2; align : right middle; font : Dotum,9 ; color : #333333 ; shadow : 0 none ; buttonsize : 18 ; buttonalign : right ; } Spin:mouseover { background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5; } Spin:focused, Spin:pushed { background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5 ; } Spin:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; color : #888888; } Spin>#spinedit { background : transparent; border : none; align : right middle; font : Dotum,9 ; color : #333333 ; padding : 0 5 0 5 ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; } Spin>#spinedit:focused { selectbackground : #2674aa ; selectcolor : #ffffff ; } Spin>#spinupbutton { background : transparent; border : 0 none; margin : 3 1 0 1; image : theme://images/icon_spinup_N.png; imagealign : center middle; cursor : hand; } Spin>#spinupbutton:mouseover { image : theme://images/icon_spinup_O.png; } Spin>#spinupbutton:pushed { image : theme://images/icon_spinup_P.png; pusheddrawoffset : 0 0; } Spin>#spinupbutton:disabled { image : theme://images/icon_spinup_D.png; } Spin>#spindownbutton { background : transparent; border : 0 none; margin : 0 1 2 1; image : theme://images/icon_spindn_N.png; imagealign : center middle; cursor : hand; } Spin>#spindownbutton:mouseover { image : theme://images/icon_spindn_O.png; } Spin>#spindownbutton:pushed { image : theme://images/icon_spindn_P.png; pusheddrawoffset : 0 0; } Spin>#spindownbutton:disabled { image : theme://images/icon_spindn_D.png; } /*** ListBox ***/ ListBox { background : #ffffff; border : 1 solid #84bfe1; bordertype : round 2 2; font : Dotum,9; color : #333333 ; align : left middle ; shadow : 0 none ; focusborder : 0 none ; itembackground : #ffffff ; itemheight : 20 ; itemborder : 1 solid #2d84be, 0 none, 1 solid #2d84be, 0 none ; itempadding : 0 3 0 6 ; } ListBox:mouseover { itembackground : #cee6f4 ; itemborder : 1 solid #84bfe1, 0 none, 1 solid #84bfe1, 0 none ; } ListBox:selected, ListBox:focused { font : Dotum,9,bold ; color : #f97818 ; itembackground : #2674aa ; itemborder : 1 solid #ec6400, 0 none, 1 solid #ec6400, 0 none ; } ListBox:disabled { background : #f5f5f5 ; border : 1 solid #B0B0B0 ; color : #888888 ; itembackground : #f5f5f5 ; itemborder : 0 none ; } /*** Calendar ***/ Calendar { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5 ; border : none ; bordertype : round 2 2 ; align : left middle ; font : Dotum,9 ; color : #333333 ; shadow : 0 none ; buttonsize : 16 ; daybackground : transparent ; dayborder : 0 none ; dayfont : Tahoma,8 ; daycolor : #333333 ; daysize : 24 20 ; popupalign : ; popupbackground : url('theme://images/theme_blue/bg_calPopup.png') stretch 10,60 ; popupborder : 0 none ; popupbordertype : normal ; popupsize : 202 198 ; usetrailingday : true ; } Calendar.NoCalIcon { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5 ; border : none ; bordertype : round 2 2 ; align : left middle ; font : Dotum,9 ; color : #333333 ; shadow : 0 none ; buttonsize : 0 ; daybackground : transparent ; dayborder : 0 none ; dayfont : Tahoma,8 ; daycolor : #333333 ; daysize : 24 20 ; popupalign : ; popupbackground : url('theme://images/theme_blue/bg_calPopup.png') stretch 10,60 ; popupborder : 0 none ; popupbordertype : normal ; popupsize : 202 198 ; usetrailingday : true ; } Calendar:mouseover { background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5 ; daybackground : url('theme://images/theme_blue/bg_dayBg_O.png') stretch left top ; dayfont : Tahoma,8,bold ; daycolor : #2674aa ; } Calendar:focused, Calendar:pushed, Calendar:selected { background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5; daybackground : url('theme://images/theme_blue/bg_dayBg_P.png') stretch left top; dayfont : Tahoma,8,bold; daycolor : #ffffff; } Calendar:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; border : none; color : #888888; } Calendar[type="monthonly"], Calendar[type="monthonly"]:mouseover, Calendar[type="monthonly"]:pushed, Calendar[type="monthonly"]:focused, Calendar[type="monthonly"]:selected { border : 0 none; } Calendar[type="spin"], Calendar[type="spin"]:mouseover, Calendar[type="spin"]:pushed, Calendar[type="spin"]:focused, Calendar[type="spin"]:selected { buttonsize : 16; } Calendar>#calendaredit { background : transparent; border : none; align : left middle; font : Dotum,9 ; color : #333333 ; padding : 0 0 0 5 ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : #2674aa ; selectcolor : #ffffff ; } Calendar>#calendaredit:focused, Calendar>#calendaredit:selected, Calendar>#calendaredit:pushed { selectbackground : #2674aa ; selectcolor : #ffffff ; } Calendar>#dropbutton { background : transparent; border : 0 none; focusborder : 0 none; image : theme://images/icon_calDrop_N.png; imagealign : left middle; imagepadding : 0 0 0 0; cursor : hand ; } Calendar>#dropbutton:pushed { pusheddrawoffset : 0 0; } Calendar>#dropbutton:disabled { image : URL('theme://images/icon_calDrop_D.png'); } Calendar.NoCalIcon>#dropbutton { background : transparent; border : 0 none; focusborder : 0 none; image : ; imagealign : left middle; imagepadding : 0 0 0 0; cursor : hand ; } Calendar.NoCalIcon>#dropbutton:pushed { pusheddrawoffset : 0 0; } Calendar.NoCalIcon>#dropbutton:disabled { image : ; } Calendar>#spinupbutton { background : transparent; border : 0 none; margin : 3 1 0 1; image : theme://images/icon_spinup_N.png; imagealign : center middle; cursor : hand; } Calendar>#spinupbutton:mouseover { image : theme://images/icon_spinup_O.png; } Calendar>#spinupbutton:pushed { image : theme://images/icon_spinup_P.png; pusheddrawoffset : 0 0; } Calendar>#spinupbutton:disabled { image : theme://images/icon_spinup_D.png; } Calendar>#spindownbutton { background : transparent; border : 0 none; margin : 0 1 2 1; image : theme://images/icon_spindn_N.png; imagealign : center middle; cursor : hand; } Calendar>#spindownbutton:mouseover { image : theme://images/icon_spindn_N.png; } Calendar>#spindownbutton:pushed { image : theme://images/icon_spindn_N.png; pusheddrawoffset : 0 0; } Calendar>#spindownbutton:disabled { image : theme://images/icon_spindn_D.png; } Calendar>#popupcalendar { background : transparent ; border : 0 none ; font : Tahoma,8 ; color : #333333 ; align : center middle ; padding : 0 0 0 0 ; ncpadding : 29 3 3 3 ; bodybackground : transparent ; bodyborder : 0 none ; headerbackground : transparent ; headerborder : 0 none ; headerfont : Tahoma,11,bold ; headercolor : #ffffff ; headerformat : yyyy.MM ; headerheight : 27 ; weekbackground : transparent ; weekfont : Tahoma,8,bold ; weekcolor : #333333 ; weekformat : Su Mo Tu We Th Fr Sa ; saturdaybackground : transparent ; saturdayborder : 0 none #ffffff ; saturdayfont : Tahoma,8 ; saturdaycolor : #0061B3 ; sundaybackground : transparent ; sundayborder : 0 none #ffffff ; sundayfont : Tahoma,8 ; sundaycolor : #E1081C ; todaybackground : #2674aa ; todayborder : 0 none ; todayfont : Tahoma,8,bold ; todaycolor : #ffffff ; usetrailingday : true ; trailingdaybackground : transparent ; trailingdayborder : 0 none #ffffff ; trailingdayfont : Tahoma,8 ; trailingdaycolor : #888888 ; viewmonthspin : ; viewyearspin : ; margin : -2 0 0 0 ; } Calendar>#popupcalendar>#prevbutton { image : URL('theme://images/theme_blue/btn_calPrev_N.png'); background : transparent; border : 0 none ; cursor : hand; padding : 2 0 0 0; } Calendar>#popupcalendar>#prevbutton:mouseover { image : URL('theme://images/theme_blue/btn_calPrev_O.png'); } Calendar>#popupcalendar>#prevbutton:pushed { image :URL('theme://images/theme_blue/btn_calPrev_P.png'); pusheddrawoffset : 0 0; } Calendar>#popupcalendar>#nextbutton { image : URL('theme://images/theme_blue/btn_calNext_N.png'); background : transparent; border : 0 none ; cursor : hand; padding : 2 0 0 0; } Calendar>#popupcalendar>#nextbutton:mouseover { image : URL('theme://images/theme_blue/btn_calNext_O.png'); } Calendar>#popupcalendar>#nextbutton:pushed { image : URL('theme://images/theme_blue/btn_calNext_P.png'); pusheddrawoffset : 0 0; } Calendar>#popupcalendar>#monthspin, Calendar>#popupcalendar>#yearspin { background : #ffffff ; border : 1 solid #2674aa ; bordertype : normal ; font : Tahoma,10,bold ; color : #333333 ; align : left middle ; margin : 0 5 0 0 ; padding : 0 0 0 5 ; buttonsize : 8 ; } Calendar>#popupcalendar>#monthspin>#spinedit, Calendar>#popupcalendar>#monthspin>#spinedit:mouseover, Calendar>#popupcalendar>#yearspin>#spinedit, Calendar>#popupcalendar>#yearspin>#spinedit:mouseover { background : transparent ; border : none ; color : #333333 ; padding : 0 5 0 5 ; align : left middle ; font : Dotum,9 ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #666666 ; } Calendar>#popupcalendar>#monthspin>#spinedit:focused, Calendar>#popupcalendar>#yearspin>#spinedit:focused { selectbackground : #896D4B; selectcolor : #ffffff; } Calendar>#popupcalendar>#monthspin>#spinupbutton, Calendar>#popupcalendar>#yearspin>#spinupbutton { background : transparent; border : 0 none; bordertype : normal; image : URL('theme://images/icon_calSpinup_N.png'); imagepadding : 2 1 0 0; pusheddrawoffset : 0 0; cursor : hand; } Calendar>#popupcalendar>#monthspin>#spinupbutton:mouseover, Calendar>#popupcalendar>#yearspin>#spinupbutton:mouseover { image : URL('theme://images/icon_calSpinup_O.png'); } Calendar>#popupcalendar>#monthspin>#spinupbutton:pushed, Calendar>#popupcalendar>#yearspin>#spinupbutton:pushed { image : URL('theme://images/icon_calSpinup_P.png'); } Calendar>#popupcalendar>#monthspin>#spindownbutton, Calendar>#popupcalendar>#yearspin>#spindownbutton { background : transparent; border : 0 none; bordertype : normal; image : URL('theme://images/icon_calSpindn_N.png'); imagepadding : 0 1 2 0; pusheddrawoffset : 0 0; cursor : hand; } Calendar>#popupcalendar>#monthspin>#spindownbutton:mouseover, Calendar>#popupcalendar>#yearspin>#spindownbutton:mouseover { image : URL('theme://images/icon_calSpindn_O.png'); } Calendar>#popupcalendar>#monthspin>#spindownbutton:pushed, Calendar>#popupcalendar>#yearspin>#spindownbutton:pushed { image : URL('theme://images/icon_calSpindn_P.png'); } /*** CheckBox ***/ CheckBox { background : transparent ; border : 0 none ; font : Dotum,9 ; padding : 0 0 0 0 ; color : #333333 ; align : left middle ; buttonimage : URL('theme://images/icon_check_N.png') ; buttonalign : left center ; buttonborder : 0 none ; buttonsize : 15 ; buttonbackground : url('theme://images/bg_check_N.png') stretch 3,3 ; textpadding : 0 0 0 3 ; focusborder : 0 none ; } CheckBox:pushed { buttonbackground : URL('theme://images/bg_check_P.png') stretch 3,3; } CheckBox:disabled { color : #888888 ; buttonbackground : #E2E5E8 ; buttonborder : 1 solid #B0B0B0 ; buttonimage : url('theme://images/theme_blue/icon_check_D.png') ; } /*** Radio ***/ Radio { background : transparent ; border : 0 none ; font : Dotum,9 ; padding : 1 0 0 0 ; color : #333333 ; align : left middle ; buttonimage : URL('theme://images/icon_radio_N.png') ; buttonalign : left middle ; buttonborder : 0 none ; buttonsize : 15 ; buttonbackground : url('theme://images/bg_radio_N.png') left top ; textpadding : 0 0 0 3 ; focusborder : 0 none ; } Radio:pushed { buttonbackground : url('theme://images/bg_radio_P.png') stretch left top; } Radio:disabled { color : #262626 ; buttonbackground : #E2E5E8 ; buttonborder : 1 solid #B0B0B0 ; buttonimage : url('theme://images/icon_radio_D.png') ; } /*** Div ***/ Div { background : transparent ; border : 0 none ; font : Dotum,9 ; align : center middle ; color : #333333 ; cursor : default; } /*** PopupDiv ***/ PopupDiv { background : transparent ; border : 0 none ; font : Dotum,9 ; align : center middle ; color : #333333 ; } /*** MenuGroup Background Div ***/ Div.div_Menugroup_Background { background : #2c3e50ee; shadow : outer 7,7 5 #808080a0; } Div.div_Search_Result { background : white; border : 1 solid #000000ff,1 solid #000000ff,0 solid #000000ff,1 solid #000000ff; shadow : outer 3,0 3 gray; } /*** Tab ***/ Tab { background : url('theme://images/theme_blue/bg_tab_BodyTop.png') stretch 10,26; border : none; bordertype : normal; align : center middle; font : Dotum,9; color : #ffffff ; buttonbackground : url(theme://images/theme_blue/btn_tab_N.png) stretch 10,10; buttonborder : 0 none; buttonbordertype : round 2 2 lefttop righttop; buttonpadding : 4 8 4 8; buttonmargin : 0 1 0 0; cursor : hand; focusborder : 0 none; } Tab:mouseover { font : Dotum,9,bold; buttonbackground : url(theme://images/theme_blue/btn_tab_O.png) stretch 10,10; } Tab:selected, Tab:focused { font : Dotum,9,bold; color : #ffffff; buttonbackground : url(theme://images/theme_blue/btn_tab_P.png) stretch 10,10; } Tab:disabled { color : #888888; buttonbackground : url(theme://images/theme_blue/btn_tab_D.png) stretch 10,10; } Tab[tabposition="left"] { background : none ; border : none, 1 solid #B0B0B0, none, 1 solid #B0B0B0 ; buttonbordertype : round 3 3 lefttop leftbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabLeft_N.png) stretch 10,10 ; buttonmargin : 0 0 1 0 ; } Tab[tabposition="left"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabLeft_O.png) stretch 10,10; } Tab[tabposition="left"]:selected, Tab[tabposition="left"]:focused { buttonbackground : url(theme://images/theme_blue/btn_tabLeft_P.png) stretch 10,10; } Tab[tabposition="right"] { background : none ; border : none, 1 solid #B0B0B0, none, 1 solid #B0B0B0 ; buttonbordertype : round 3 3 righttop rightbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabRight_N.png) stretch 10,10 ; buttonmargin : 0 0 1 0 ; } Tab[tabposition="right"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabRight_O.png) stretch 10,10; } Tab[tabposition="right"]:selected, Tab[tabposition="right"]:focused { border : 1 solid #B0B0B0 ; buttonbackground : url(theme://images/theme_blue/btn_tabRight_P.png) stretch 10,10 ; } Tab[tabposition="bottom"] { background : none ; border : 1 solid #B0B0B0, none, 1 solid #B0B0B0, none ; buttonbordertype : round 3 3 leftbottom rightbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabBottom_N.png) stretch 10,10 ; buttonmargin : 0 1 0 0 ; } Tab[tabposition="bottom"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabBottom_O.png) stretch 10,10; } Tab[tabposition="bottom"]:selected, Tab[tabposition="bottom"]:focused { buttonbackground : url(theme://images/theme_blue/btn_tabBottom_P.png) stretch 10,10; } Tab.tab_backW { background : url('theme://images/theme_blue/bg_tab3_BodyTop.png') stretch 10,26 ; border : none ; bordertype : normal ; align : center middle ; font : Dotum,9 ; color : #ffffff ; buttonbackground : url(theme://images/theme_blue/btn_tab_N.png) stretch 10,10 ; buttonborder : 0 none ; buttonbordertype : round 2 2 lefttop righttop ; buttonpadding : 4 8 4 8 ; buttonmargin : 0 1 0 0 ; cursor : hand ; focusborder : 0 none ; } Tab.tab_backW:mouseover { font : Dotum,9,bold; buttonbackground : url(theme://images/theme_blue/btn_tab_O.png) stretch 10,10; buttonborder : none; } Tab.tab_backW:selected, Tab.tab_backW:focused { font : Dotum,9,bold; color : #ffffff; buttonbackground : url(theme://images/theme_blue/btn_tab_P.png) stretch 10,10; buttonborder : none; buttonmargin : 0 -1 0 0; } Tab.tab_backW:disabled { color : #888888; buttonborder : 1 solid #b2bdc8; buttonbackground : #e8edf2; } Tab.tab_backW[tabposition="left"] { background : none ; border : none, 1 solid #84bfe1, none, 1 solid #84bfe1 ; buttonbordertype : round 3 3 lefttop leftbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabLeft_N.png) stretch 10,10 ; buttonmargin : 0 0 1 0 ; } Tab.tab_backW[tabposition="left"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabLeft_O.png) stretch 10,10; } Tab.tab_backW[tabposition="left"]:selected, Tab.tab_backW[tabposition="left"]:focused { buttonbackground : url(theme://images/theme_blue/btn_tabLeft_P.png) stretch 10,10; } Tab.tab_backW[tabposition="right"] { background : none ; border : none, 1 solid #84bfe1, none, 1 solid #84bfe1 ; buttonbordertype : round 3 3 righttop rightbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabRight_N.png) stretch 10,10 ; buttonmargin : 0 0 1 0 ; } Tab.tab_backW[tabposition="right"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabRight_O.png) stretch 10,10; } Tab.tab_backW[tabposition="right"]:selected, Tab.tab_backW[tabposition="right"]:focused { border : 1 solid #84bfe1 ; buttonbackground : url(theme://images/theme_blue/btn_tabRight_P.png) stretch 10,10 ; } Tab.tab_backW[tabposition="bottom"] { background : none ; border : 1 solid #84bfe1, none, 1 solid #84bfe1, none ; buttonbordertype : round 3 3 leftbottom rightbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabBottom_N.png) stretch 10,10 ; buttonmargin : 0 1 0 0 ; } Tab.tab_backW[tabposition="bottom"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabBottom_O.png) stretch 10,10; } Tab.tab_backW[tabposition="bottom"]:selected, Tab[tabposition="bottom"]:focused { buttonbackground : url(theme://images/theme_blue/btn_tabBottom_P.png) stretch 10,10; } Tab.tab_backW>#spinupbutton { border : 1 solid #7FC4BC; bordertype : round 2 2 lefttop leftbottom; background : url(theme://images/theme_blue/btn_tabSpin_N.png) stretch 10,0; image : theme://images/theme_blue/icon_tabSpinup_N.png; imagealign : center middle; pusheddrawoffset : 0 0; margin : 0 0 0 22; } Tab.tab_backW>#spindownbutton { border : 1 solid #7FC4BC; bordertype : round 2 2 righttop rightbottom; background : url(theme://images/theme_blue/btn_tabSpin_N.png) stretch 10,0; image : theme://images/theme_blue/icon_tabSpindn_N.png; imagealign : center middle; imagepadding : 0 0 0 1; pusheddrawoffset : 0 0; margin : 0 0 0 22; } /* Tab 2depth */ Tab.tab_2depth { background : url('theme://images/theme_blue/bg_tab2_BodyTop.png') stretch 10,23 ; border : none ; bordertype : normal ; align : center middle ; font : Dotum,9 ; color : #333333 ; buttonbackground : url(theme://images/theme_blue/btn_tab2_N.png) stretch 10,10 ; buttonborder : 0 none ; buttonbordertype : round 2 2 lefttop righttop ; buttonpadding : 5 13 5 13 ; buttonmargin : 0 1 0 0 ; cursor : hand ; focusborder : 0 none ; } Tab.tab_2depth:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tab2_O.png) stretch 10,10; buttonborder : none; } Tab.tab_2depth:selected, Tab.tab_2depth:focused { color : #333333 ; font : Dotum,9,bold ; buttonbackground : url(theme://images/theme_blue/btn_tab2_P.png) stretch 10,10 ; buttonborder : none ; buttonmargin : 0 -1 0 0 ; } Tab.tab_2depth:disabled { color : #888888; buttonborder : 1 solid #b2bdc8; buttonbackground : #e8edf2; } Tab.tab_2depth[tabposition="left"] { background : none ; border : none, 1 solid #84bfe1, none, 1 solid #84bfe1 ; buttonbordertype : round 3 3 lefttop leftbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabLeft2_N.png) stretch 10,10 ; buttonmargin : 0 0 1 0 ; } Tab.tab_2depth[tabposition="left"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabLeft2_O.png) stretch 10,10; } Tab.tab_2depth[tabposition="left"]:selected, Tab.tab_2depth[tabposition="left"]:focused { buttonbackground : url(theme://images/theme_blue/btn_tabLeft2_P.png) stretch 10,10; } Tab.tab_2depth[tabposition="right"] { background : none ; border : none, 1 solid #84bfe1, none, 1 solid 84bfe1 ; buttonbordertype : round 3 3 righttop rightbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabRight2_N.png) stretch 10,10 ; buttonmargin : 0 0 1 0 ; } Tab.tab_2depth[tabposition="right"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabRight2_O.png) stretch 10,10; } Tab.tab_2depth[tabposition="right"]:selected, Tab.tab_2depth[tabposition="right"]:focused { border : 1 solid #F2573D; buttonbackground : url(theme://images/theme_blue/btn_tabRight2_P.png) stretch 10,10; } Tab.tab_2depth[tabposition="bottom"] { background : none ; border : 1 solid #84bfe1, none, 1 solid #84bfe1, none ; buttonbordertype : round 3 3 leftbottom rightbottom ; buttonbackground : url(theme://images/theme_blue/btn_tabBottom2_N.png) stretch 10,10 ; buttonmargin : 0 1 0 0 ; } Tab.tab_2depth[tabposition="bottom"]:mouseover { buttonbackground : url(theme://images/theme_blue/btn_tabBottom2_O.png) stretch 10,10; } Tab.tab_2depth[tabposition="bottom"]:selected, Tab.tab_2depth[tabposition="bottom"]:focused { buttonbackground : url(theme://images/theme_blue/btn_tabBottom2_P.png) stretch 10,10; } Tab>#spinupbutton { border : 1 solid #2d84be ; bordertype : round 2 2 lefttop leftbottom ; background : url(theme://images/theme_blue/btn_tabSpin_N.png) stretch 10,0 ; image : theme://images/theme_blue/icon_tabSpinup_N.png ; imagealign : center middle ; pusheddrawoffset : 0 0 ; margin : 0 -2 0 0 ; } Tab>#spinupbutton:mouseover { border : 1 solid #3d95cd ; background : url(theme://images/theme_blue/btn_tabSpin_O.png) stretch 10,0 ; image : theme://images/theme_blue/icon_tabSpinup_O.png ; } Tab>#spinupbutton:pushed { background : url(theme://images/theme_blue/btn_tabSpin_P.png) stretch 10,0 ; border : 1 solid #ec6400 ; image : theme://images/theme_blue/icon_tabSpinup_P.png ; } Tab>#spinupbutton:disabled { background : #f5f5f5 ; border : 1 solid #B0B0B0 ; image : theme://images/theme_blue/icon_tabSpinup_D.png ; } Tab>#spindownbutton { border : 1 solid #2d84be ; bordertype : round 2 2 righttop rightbottom ; background : url(theme://images/theme_blue/btn_tabSpin_N.png) stretch 10,0 ; image : theme://images/theme_blue/icon_tabSpindn_N.png ; imagealign : center middle ; imagepadding : 0 0 0 1 ; pusheddrawoffset : 0 0 ; margin : 0 0 0 -1 ; } Tab>#spindownbutton:mouseover { border : 1 solid #3d95cd ; background : url(theme://images/theme_blue/btn_tabSpin_O.png) stretch 10,0 ; image : theme://images/theme_blue/icon_tabSpindn_O.png ; } Tab>#spindownbutton:pushed { background : url(theme://images/theme_blue/btn_tabSpin_P.png) stretch 10,0 ; border : 1 solid #ec6400 ; image : theme://images/theme_blue/icon_tabSpindn_P.png ; } Tab>#spindownbutton:disabled { background : #f5f5f5 ; border : 1 solid #B0B0B0 ; image : theme://images/theme_blue/icon_tabSpindn_D.png ; } Tab>#extrabutton { background : transparent; image : theme://images/theme_blue/btn_tab_extra.png; imagealign : center middle; padding : 1 0 0 0; } Tab.tab_2depth>#extrabutton { background : transparent; image : theme://images/theme_blue/btn_tab_extra2.png; imagealign : center middle; padding : 1 0 0 0; } Tab.tab_Normal { background : transparent ; border : 0 none; bordertype : normal ; align : center middle; font : Dotum,9 ; color : transparent; buttonborder : none; buttonbordertype : normal; buttonbackground : transparent; buttonpadding : 0 0 0 0; buttonmargin : 0 0 0 0; cursor : arrow; } Tab.tab_Normal:mouseover { color : transparent; buttonborder : none; buttonbordertype : normal; buttonbackground : transparent; buttonpadding : 0 0 0 0; buttonmargin : 0 0 0 0; cursor : arrow; } Tab.tab_Normal:selected, Tab.tab_Normal:focused { font : Dotum,9,bold; color : transparent; buttonborder : none; buttonbordertype : normal; buttonbackground : transparent; buttonpadding : 0 0 0 0; buttonmargin : 0 0 0 0; cursor : arrow; } Tab.tab_Normal:disabled { color : transparent ; buttonborder : none; buttonbordertype : normal; buttonbackground : transparent; buttonpadding : 0 0 0 0; buttonmargin : 0 0 0 0; cursor : arrow; } Tabpage.tab_Normal { background : url('theme://images/bg_NormalTab.png') stretch 10,23 ; margin : 0 0 0 0; } /* Tabpage */ Tabpage { margin : 3 0 0 0; } /*** Grid ***/ Grid { background : #ffffff ; border : 1 solid #1b5a89,0 solid #B0B0B0,1 solid #B0B0B0,0 solid #B0B0B0 ; font : Dotum,9,bold ; color : #333333 ; align : center middle ; focusborder : 0 none ; treeopenbuttonimage : theme://images/icon_treeopen.png ; treeclosebuttonimage : theme://images/icon_treeclose.png ; treecollapseimage : theme://images/icon_treecollapse.png ; treeexpandimage : theme://images/icon_treeexpand.png ; treeitemimage : theme://images/icon_treeitem.png ; treelinetype : 1 dotted #B0B0B0 ; } Grid>#head { border : 0 solid #1b5a89, 1 solid #B0B0B0, none, 1 solid #B0B0B0 ; cellalign : center middle ; cellbackground : url(theme://images/theme_blue/bg_gridHead.png) stretch 3,3 ; cellcolor : #103b5f ; cellfont : Dotum,9 ; cellline : 1 solid #84bfe1 ; cellpadding : 1 0 0 0 ; } Grid>#body { background : #ffffff ; border : none, 1 solid #B0B0B0, 0 solid #B0B0B0, 1 solid #B0B0B0 ; align : center middle ; font : Dotum,9 ; color : #333333 ; cellalign : center middle ; cellbackground : #ffffff ; cellbackground2 : #f9f9f9 ; cellline : 1 solid #B0B0B0 ; celllinetype : normal ; cellfont : Dotum,9 ; cellcolor : #333333 ; cellpadding : 0 4 0 4 ; selectbackground : #ffefef ; selectborder : 0 none ; } Grid>#body:mouseover { cellbackground : #E4E3E288 ; cellbackground2 : #E4E3E288 ; } Grid>#summary { background : #F9E6C5 ; border : 0 none ; cellbackground : transparent ; cellcolor : #000000 ; cellfont : Dotum,9 ; cellline : 1 solid #B0B0B0 ; } Grid.grd_2depth { background : #ffffff ; border : 2 solid #1b5a89, 1 solid #B0B0B0, 1 solid #B0B0B0, 1 solid #B0B0B0 ; font : Dotum,9,bold ; color : #333333 ; align : center middle ; focusborder : 0 none ; treeopenbuttonimage : theme://images/icon_treeopen.png ; treeclosebuttonimage : theme://images/icon_treeclose.png ; treecollapseimage : theme://images/icon_treecollapse.png ; treeexpandimage : theme://images/icon_treeexpand.png ; treeitemimage : theme://images/icon_treeitem.png ; treelinetype : 1 dotted #B0B0B0 ; } Grid.grd_2depth>#head { border : 0 none ; cellalign : center middle ; cellbackground : url(theme://images/theme_blue/bg_gridHead_2depth.png) stretch 3,3 ; cellcolor : #333333 ; cellfont : Dotum,9 ; cellline : 1 solid #B0B0B0 ; cellpadding : 1 0 0 0 ; } Grid.grd_MenuGroup { background : transparent ; border : 0 solid #D1D8DC, 0 solid #B0B0B0, 0 solid #B0B0B0, 0 solid #B0B0B0 ; font : Dotum,10,bold ; color : #ffffff ; align : center middle ; focusborder : 0 none ; treeopenbuttonimage : theme://images/icon_treeopen.png ; treeclosebuttonimage : theme://images/icon_treeclose.png ; treecollapseimage : theme://images/icon_treecollapse.png ; treeexpandimage : theme://images/icon_treeexpand.png ; treeitemimage : theme://images/icon_treeitem.png ; treelinetype : 1 dotted #B0B0B0 ; } Grid.grd_MenuGroup>#body { background : transparent ; border : none, 0 solid #B0B0B0, 0 solid #92bcca, 0 solid #B0B0B0, 0 solid #B0B0B0 ; align : center middle ; font : Dotum,10,bold ; color : #FFFFFF ; cellalign : center middle ; cellbackground : transparent ; cellbackground2 : transparent ; cellline : 1 solid #B0B0B0 ; celllinetype : normal ; cellfont : Dotum,10,bold ; cellcolor : #FFFFFF ; cellcolor2 : #FFFFFF ; cellpadding : 0 0 0 5 ; selectbackground : #103b5f ; selectborder : 0 none ; selectcolor : #ff6632 ; } /* Grid.grd_MenuGroup>#vscrollbar, Grid.grd_MenuGroup>#vscrollbar:mouseover, Grid.grd_MenuGroup>#vscrollbar:focused { background : url('theme://images/theme_blue/bg_scrollbarV_Grid.png') repeat-y ; border : none, 1 solid #b1d8ec, none, none ; } Grid.grd_MenuGroup>#hscrollbar, Grid.grd_MenuGroup>#hscrollbar:mouseover, Grid.grd_MenuGroup>#hscrollbar:focused { background : url('theme://images/theme_blue/bg_scrollbarH_Grid.png') repeat-x; } Grid.grd_MenuGroup>#vscrollbar>#trackbar { background : #e4f1f9 ; border : 1 solid #b1d8ec ; bordertype : round 3,3 ; imagepadding : 0 0 0 0 ; imagealign : center middle ; pusheddrawoffset : 0 0 ; focusborder : 0 none ; } Grid.grd_MenuGroup>#vscrollbar>#trackbar:mouseover { background : #cee6f4 ; border : 1 solid #84bfe1 ; } Grid.grd_MenuGroup>#vscrollbar>#trackbar:pushed { background : #b1d8ec ; border : 1 solid #58a6d5 ; } */ Grid.grd_MenuGroup>#vscrollbar { background : url('theme://images/bg_MG_scrollbarV.png') repeat-y; border : 0 none; scrollbarsize : 16; incbtnsize : 16; decbtnsize : 16; } Grid.grd_MenuGroup>#vscrollbar:mouseover, Grid.grd_MenuGroup>#vscrollbar:pushed, Grid.grd_MenuGroup>#vscrollbar:focused { background : url('theme://images/bg_MG_scrollbarV.png') repeat-y; } Grid.grd_MenuGroup>#vscrollbar>#trackbar { background : #253445 ; border : 1 solid #607e9c ; bordertype : round 3,3 ; imagepadding : 0 0 0 0 ; imagealign : center middle ; pusheddrawoffset : 0 0 ; focusborder : 0 none ; } Grid.grd_MenuGroup>#vscrollbar>#trackbar:mouseover { background : #2c3e50 ; border : 1 solid #6e90ad ; } Grid.grd_MenuGroup>#vscrollbar>#trackbar:pushed { background : #202e3c ; border : 1 solid #54738d ; } Grid.grd_MenuGroup>#vscrollbar>#decbutton { background : transparent; border : 1 solid transparent; image : theme://images/icon_MG_scrollV_Dec_N.png; imagepadding : 0 0 0 0; imagealign : center middle; pusheddrawoffset : 0 0; focusborder : 0 none; } Grid.grd_MenuGroup>#vscrollbar>#decbutton:mouseover { border : 1 solid #6e90ad; image : theme://images/icon_MG_scrollV_Dec_O.png ; } Grid.grd_MenuGroup>#vscrollbar>#decbutton:pushed { border : 1 solid #54738d; image : theme://images/icon_MG_scrollV_Dec_P.png ; } Grid.grd_MenuGroup>#vscrollbar>#decbutton:disabled { border : 1 solid transparent; image : theme://images/icon_MG_scrollV_Dec_N.png; } Grid.grd_MenuGroup>#vscrollbar>#incbutton { background : transparent; border : 1 solid transparent; image : theme://images/icon_MG_scrollV_Inc_N.png; imagepadding : 0 0 0 0; imagealign : center middle; pusheddrawoffset : 0 0; focusborder : 0 none; } Grid.grd_MenuGroup>#vscrollbar>#incbutton:mouseover { border : 1 solid #6e90ad; image : theme://images/icon_MG_scrollV_Inc_O.png ; } Grid.grd_MenuGroup>#vscrollbar>#incbutton:pushed { border : 1 solid #54738d; image : theme://images/icon_MG_scrollV_Inc_P.png ; } Grid.grd_MenuGroup>#vscrollbar>#incbutton:disabled { border : 1 solid transparent; image : theme://images/icon_MG_scrollV_Inc_N.png; } /* hscrollbar */ Grid.grd_MenuGroup>#hscrollbar { background : url('theme://images/bg_MG_scrollbarH.png') repeat-x; border : 0 none; scrollbarsize : 16; incbtnsize : 16; decbtnsize : 16; } Grid.grd_MenuGroup>#hscrollbar:mouseover, Grid.grd_MenuGroup>#hscrollbar:pushed, Grid.grd_MenuGroup>#hscrollbar:focused { background : url('theme://images/bg_MG_scrollbarH.png') repeat-x; } Grid.grd_MenuGroup>#hscrollbar>#trackbar { background : #253445 ; border : 1 solid #607e9c ; bordertype : round 3,3 ; imagepadding : 0 0 0 0 ; imagealign : center middle ; pusheddrawoffset : 0 0 ; focusborder : 0 none ; } Grid.grd_MenuGroup>#hscrollbar>#trackbar:mouseover { background : #2c3e50 ; border : 1 solid #6e90ad ; } Grid.grd_MenuGroup>#hscrollbar>#trackbar:pushed { background : #202e3c ; border : 1 solid #54738d ; } Grid.grd_MenuGroup>#hscrollbar>#decbutton { background : transparent; border : 1 solid transparent; image : theme://images/icon_MG_scrollH_Dec_N.png; imagepadding : 0 0 0 0; imagealign : center middle; pusheddrawoffset : 0 0; focusborder : 0 none; } Grid.grd_MenuGroup>#hscrollbar>#decbutton:mouseover { border : 1 solid #6e90ad; image : theme://images/icon_MG_scrollH_Dec_O.png ; } Grid.grd_MenuGroup>#hscrollbar>#decbutton:pushed { border : 1 solid #54738d; image : theme://images/icon_MG_scrollH_Dec_P.png ; } Grid.grd_MenuGroup>#hscrollbar>#decbutton:disabled { border : 1 solid transparent; image : theme://images/icon_MG_scrollH_Dec_N.png; } Grid.grd_MenuGroup>#hscrollbar>#incbutton { background : transparent; border : 1 solid transparent; image : theme://images/icon_MG_scrollH_Inc_N.png; imagepadding : 0 0 0 0; imagealign : center middle; pusheddrawoffset : 0 0; focusborder : 0 none; } Grid.grd_MenuGroup>#hscrollbar>#incbutton:mouseover { border : 1 solid #6e90ad; image : theme://images/icon_MG_scrollH_Inc_O.png ; } Grid.grd_MenuGroup>#hscrollbar>#incbutton:pushed { border : 1 solid #54738d; image : theme://images/icon_MG_scrollH_Inc_P.png ; } Grid.grd_MenuGroup>#hscrollbar>#incbutton:disabled { border : 1 solid transparent; image : theme://images/icon_MG_scrollH_Inc_N.png; } Grid.grd_MenuGroup>#resizebutton { background : url('theme://images/bg_MG_scrollbar_resize.png') stretch 4,4; border : 0 none; } Grid.grd_Search_Menu { background : #ffffff ; border : 2 solid #1b5a89,1 solid #1b5a89,1 solid #1b5a89,1 solid #1b5a89 ; font : Dotum,9,bold ; color : #333333 ; align : center middle ; focusborder : 0 none ; treeopenbuttonimage : theme://images/icon_treeopen.png ; treeclosebuttonimage : theme://images/icon_treeclose.png ; treecollapseimage : theme://images/icon_treecollapse.png ; treeexpandimage : theme://images/icon_treeexpand.png ; treeitemimage : theme://images/icon_treeitem.png ; treelinetype : 1 dotted #B0B0B0 ; } Grid.grd_Search_Menu>#body { background : #ffffff ; border : none, 0 solid #B0B0B0, 0 solid #92bcca, 0 solid #B0B0B0 ; align : center middle ; font : Dotum,9 ; color : #333333 ; cellalign : center middle ; cellbackground : #ffffff ; cellbackground2 : #F9FAFB ; cellline : 0 none #B0B0B0 ; celllinetype : normal ; cellfont : Dotum,9 ; cellcolor : #333333 ; cellpadding : 0 4 0 4 ; selectbackground : #ffefef ; selectborder : 0 none ; selectcolor : #000000 ; } /* TF Style treeitemimage 이미지 treecollapseimage 설정과 동일 */ Grid.grd_Tree { background : #ffffff; border : 1 solid #1b5a89, 0 solid #B0B0B0, 1 solid #B0B0B0, 0 solid #B0B0B0; font : Dotum,9,bold; color : #333333; align : center middle; focusborder : 0 none; treeopenbuttonimage : theme://images/icon_treeopen.png; treeclosebuttonimage : theme://images/icon_treeclose.png; treecollapseimage : theme://images/icon_treecollapse.png; treeexpandimage : theme://images/icon_treeexpand.png; treeitemimage : theme://images/icon_treecollapse.png; treelinetype : 1 dotted #B0B0B0; } Cell[displaytype="text"] { align : left middle; padding : 1 2 1 2; linespace : 2; } Cell[edittype="text"] { align : left middle; padding : 1 2 1 2; linespace : 2; } Cell[displaytype="number"] { align : right middle; padding : 1 2 1 2; } Cell[edittype="number"] { align : right middle; padding : 1 2 1 2; } Cell[displaytype="combo"] { align : left middle; padding : 0 0 0 0; } Cell[edittype="combo"] { align : left middle; padding : 0 0 0 0; } Cell[displaytype="image"] { align : left middle; padding : 0 0 0 0; } Grid>#controledit { background : transparent; border : 0 none #000000; bordertype : normal; align : left middle; font : Dotum,9 ; color : #333333 ; padding : 0 0 0 0; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : #2674aa ; selectcolor : #ffffff ; margin : -1 -1 -1 -1; } Grid>#controledit:mouseover, Grid>#controledit:focused { background : transparent; } Grid>#controledit:disabled { background : transparent; border : 0 none #000000; color : #888888; } Grid>#controlmaskedit { background : transparent; border : 0 none #000000; bordertype : normal; align : left middle; font : Dotum,9 ; color : #333333 ; padding : 0 0 0 0; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : #2674aa ; selectcolor : #ffffff ; margin : -1 -1 -1 -1; } Grid>#controlmaskedit:mouseover, Grid>#controlmaskedit:focused { background : transparent; } Grid>#controlmaskedit:disabled { background : transparent; border : 0 none #000000; color : #888888; } Grid>#controltextarea { background : transparent; border : 0 none #000000; bordertype : normal; align : left middle; font : Dotum,9 ; color : #333333 ; padding : 0 0 0 0; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : #2674aa ; selectcolor : #ffffff ; margin : -1 -1 -1 -1; } Grid>#controltextarea:mouseover, Grid>#controltextarea:focused { background : transparent; } Grid>#controltextarea:disabled { background : transparent; border : 0 none #000000; color : #888888; } Grid>#controlcombo { background : url('theme://images/bg_edit_Grid_N.png') stretch 5,5 ; border : 0 none ; bordertype : normal ; font : Dotum,9 ; color : #333333 ; align : left middle ; itembackground : #ffffff ; itemheight : 19 ; itemborder : 0 none ; itempadding : 0 7 0 7 ; itemcolor : #333333 ; buttonsize : 17 ; } Grid>#controlcombo:mouseover, Grid>#controlcombo:focused, Grid>#controlcombo:selected { background : url('theme://images/bg_edit_Grid_O.png') stretch 5,5; itembackground : #b1d8ec; itemborder : 1 solid #84bfe1, 0 none, 1 solid #84bfe1, 0 none; } Grid>#controlcombo:focused, Grid>#controlcombo:selected { itembackground : #2674aa ; itemborder : 1 solid #1b5a89, 0 none, 1 solid #1b5a89, 0 none ; itemcolor : #ffffff ; } Grid>#controlcombo>#comboedit { background : transparent ; border : none ; color : #333333 ; cursor : arrow; padding : 0 0 0 0 ; align : left middle ; font : Dotum,9 ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : #2674aa ; selectcolor : #ffffff ; } Grid>#controlcombo>#dropbutton { background : url('theme://images/btn_dropBg_Grid_N.png') stretch 5,5; border : none; image : theme://images/theme_blue/icon_drop_Grid_N.png; imagealign : center middle; imagepadding : 1 0 0 0; cursor : arrow; pusheddrawoffset : 0 0; } Grid>#controlcombo>#dropbutton:mouseover { background : url('theme://images/btn_dropBg_Grid_O.png') stretch 5,5; image : theme://images/theme_blue/icon_drop_Grid_O.png; imagepadding : 1 0 0 0; } Grid>#controlcombo>#dropbutton:selected, Grid>#controlcombo>#dropbutton:pushed { background : url('theme://images/theme_blue/btn_dropBg_Grid_P.png') stretch 5,5; image : theme://images/theme_blue/icon_drop_Grid_O.png; imagepadding : 1 0 0 0; pusheddrawoffset : 0 0; } Grid>#controlcombo>#dropbutton:disabled { background : url('theme://images/btn_dropBg_Grid_D.png') stretch 5,5; image : theme://images/theme_blue/icon_drop_Grid_D.png; } Grid>#controlcombo>#combolist { border : 1 solid #2674aa ; bordertype : normal ; cursor : arrow; } Grid>#controlcalendar { background : url('theme://images/bg_edit_Grid_N.png') stretch 5,5; border : none; bordertype : round 2 2; align : left middle; font : Dotum,9 ; color : #333333 ; buttonsize : 16 ; daybackground : transparent ; dayborder : 0 none ; dayfont : Tahoma,8 ; daycolor : #333333 ; daysize : 24 20 ; popupalign : ; popupbackground : url('theme://images/theme_blue/bg_calPopup.png') stretch 10,60 ; popupborder : 1 none ; popupbordertype : normal ; popupsize : 202 198 ; usetrailingday : true ; } Grid>#controlcalendar:mouseover { background : url('theme://images/bg_edit_Grid_O.png') stretch 5,5 ; daybackground : url('theme://images/theme_blue/bg_dayBg_O.png') stretch 5,5 ; dayfont : Tahoma,8,bold ; daycolor : #2674aa ; } Grid>#controlcalendar:focused, Grid>#controlcalendar:pushed, Grid>#controlcalendar:selected { background : url('theme://images/bg_edit_Grid_O.png') stretch 5,5; daybackground : url('theme://images/theme_blue/bg_dayBg_P.png') stretch 5,5; dayfont : Tahoma,8,bold; daycolor : #FFFFFF; } Grid>#controlcalendar>#calendaredit { background : transparent ; border : none ; color : #333333 ; padding : 0 0 0 0 ; align : left middle ; font : Dotum,9 ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; } Grid>#controlcalendar>#calendaredit:focused { background : transparent ; selectbackground : #2674aa ; selectcolor : #ffffff ; } Grid>#controlcalendar>#dropbutton { background : transparent; border : 0 none; focusborder : 0 none; image : theme://images/icon_calDrop_Grid_N.png; imagealign : right middle; imagepadding : 0 2 0 0; cursor : hand; pusheddrawoffset : 0 0; } Grid>#controlcalendar>#dropbutton:pushed { pusheddrawoffset : 0 0; } Grid>#controlcalendar>#dropbutton:disabled { opacity : 50; } Grid>#controlcalendar>#popupcalendar { background : transparent ; border : 0 none ; font : Tahoma,8 ; color : #333333 ; align : center middle ; padding : 0 0 0 0 ; ncpadding : 29 3 3 3 ; bodybackground : transparent ; bodyborder : 0 none ; headerbackground : transparent ; headerborder : 0 none ; headerfont : Tahoma,11,bold ; headercolor : #ffffff ; headerformat : yyyy.MM ; headerheight : 27 ; weekbackground : transparent ; weekfont : Tahoma,8,bold ; weekcolor : #333333 ; weekformat : Su Mo Tu We Th Fr Sa ; saturdaybackground : transparent ; saturdayborder : 0 none #ffffff00 ; saturdayfont : Tahoma,8 ; saturdaycolor : #0061B3 ; sundaybackground : transparent ; sundayborder : 0 none #ffffff00 ; sundayfont : Tahoma,8 ; sundaycolor : #E1081C ; todaybackground : url('theme://images/theme_blue/bg_dayBg_P.png') stretch 5,5; todayborder : 0 none ; todayfont : Tahoma,8,bold ; todaycolor : #ffffff ; usetrailingday : true ; trailingdaybackground : transparent ; trailingdayborder : 0 none #ffffff00 ; trailingdayfont : Tahoma,8 ; trailingdaycolor : #888888 ; viewmonthspin : ; viewyearspin : ; margin : -2 0 0 0; } Grid>#controlcalendar>#popupcalendar>#prevbutton { image : URL('theme://images/theme_blue/btn_calPrev_N.png'); background : transparent; border : 0 none ; cursor : hand; padding : 2 0 0 0; } Grid>#controlcalendar>#popupcalendar>#prevbutton:mouseover { image : URL('theme://images/theme_blue/btn_calPrev_O.png'); } Grid>#controlcalendar>#popupcalendar>#prevbutton:pushed { image : URL('theme://images/theme_blue/btn_calPrev_P.png'); pusheddrawoffset : 0 0; } Grid>#controlcalendar>#popupcalendar>#nextbutton { image : URL('theme://images/theme_blue/btn_calNext_N.png'); background : transparent; border : 0 none ; cursor : hand; padding : 2 0 0 0; } Grid>#controlcalendar>#popupcalendar>#nextbutton:mouseover { image : URL('theme://images/theme_blue/btn_calNext_O.png'); } Grid>#controlcalendar>#popupcalendar>#nextbutton:pushed { image : URL('theme://images/theme_blue/btn_calNext_P.png'); pusheddrawoffset : 0 0; } Grid>#controlcalendar>#popupcalendar>#monthspin, Grid>#controlcalendar>#popupcalendar>#yearspin { background : #ffffff ; border : 1 solid #2674aa ; bordertype : normal ; font : Tahoma,10,bold ; color : #333333 ; align : left middle ; margin : 0 5 0 0 ; padding : 0 0 0 5 ; buttonsize : 8 ; } Grid>#controlcalendar>#popupcalendar>#monthspin>#spinedit, Grid>#controlcalendar>#popupcalendar>#monthspin>#spinedit:mouseover, Grid>#controlcalendar>#popupcalendar>#yearspin>#spinedit, Grid>#controlcalendar>#popupcalendar>#yearspin>#spinedit:mouseover { background : transparent ; border : none ; color : #333333 ; padding : 0 5 0 5 ; align : left middle ; font : Dotum,9 ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; } Grid>#controlcalendar>#popupcalendar>#monthspin>#spinedit:focused, Grid>#controlcalendar>#popupcalendar>#yearspin>#spinedit:focused { selectbackground : #2674aa ; selectcolor : #ffffff ; } Grid>#controlcalendar>#popupcalendar>#monthspin>#spinupbutton, Grid>#controlcalendar>#popupcalendar>#yearspin>#spinupbutton { background : transparent; border : 0 none; bordertype : normal; image : URL('theme://images/icon_calSpinup_N.png'); imagepadding : 2 1 0 0; pusheddrawoffset : 0 0; cursor : hand; } Grid>#controlcalendar>#popupcalendar>#monthspin>#spinupbutton:mouseover, Grid>#controlcalendar>#popupcalendar>#yearspin>#spinupbutton:mouseover { image : URL('theme://images/icon_calSpinup_O.png'); } Grid>#controlcalendar>#popupcalendar>#monthspin>#spinupbutton:pushed, Grid>#controlcalendar>#popupcalendar>#yearspin>#spinupbutton:pushed { image : URL('theme://images/icon_calSpinup_P.png'); } Grid>#controlcalendar>#popupcalendar>#monthspin>#spindownbutton, Grid>#controlcalendar>#popupcalendar>#yearspin>#spindownbutton { background : transparent; border : 0 none; bordertype : normal; image : URL('theme://images/icon_calSpindn_N.png'); imagepadding : 0 1 2 0; pusheddrawoffset : 0 0; cursor : hand; } Grid>#controlcalendar>#popupcalendar>#monthspin>#spindownbutton:mouseover, Grid>#controlcalendar>#popupcalendar>#yearspin>#spindownbutton:mouseover { image : URL('theme://images/icon_calSpindn_O.png'); } Grid>#controlcalendar>#popupcalendar>#monthspin>#spindownbutton:pushed, Grid>#controlcalendar>#popupcalendar>#yearspin>#spindownbutton:pushed { image : URL('theme://images/icon_calSpindn_P.png'); } Grid>#controlbutton { background : url('theme://images/btn_drop_Grid_N.png') stretch 5,5 ; border : none ; font : Dotum,9 ; color : #333333 ; align : center middle ; focusborder : 0 none ; } Grid>#controlbutton:mouseover { background : url('theme://images/btn_drop_Grid_O.png') stretch 5,5; } Grid>#controlbutton:pushed { background : url('theme://images/btn_drop_Grid_P.png') stretch 5,5; color : #ffffff; pusheddrawoffset : 0 0; } Grid>#controlbutton:disabled { background : url('theme://images/theme_blue/btn_drop_Grid_D.png') stretch 5,5; color : #888888; } Grid>#controlcheckbox { background : transparent ; border : 0 none ; font : Dotum,9 ; padding : 0 0 0 0 ; color : #333333 ; align : left middle ; buttonimage : URL('theme://images/icon_check_N.png') ; buttonalign : left center ; buttonborder : 0 none ; buttonsize : 14 ; buttonbackground : url('theme://images/bg_check_N.png') stretch 3,3 ; textpadding : 0 0 0 3 ; focusborder : 0 none ; } Grid>#controlcheckbox:pushed { buttonbackground : URL('theme://images/bg_check_P.png') stretch 3,3; } Grid>#controlcheckbox:disabled { color : #888888; buttonbackground : #FAF9F6; buttonborder : 1 solid #D0C8B9; buttonimage : url('theme://images/theme_blue/icon_check_D.png'); } /*그리드에 Radio버튼을 Css로 구현*/ Grid.grd_radio>#controlcheckbox { background : transparent; border : 0 none; font : Dotum,9; padding : 0 0 0 0; color : #262626 ; align : left middle; buttonimage : URL('theme://images/icon_radio_N2.png'); buttonalign : left center; buttonborder : 0 none; buttonsize : 14; buttonbackground : url('theme://images/bg_radio_N.png') stretch 3,3; textpadding : 0 0 0 3; focusborder : 0 none; } Grid.grd_radio>#controlcheckbox:pushed { buttonbackground : URL('theme://images/bg_radio_P.png') stretch 3,3; } Grid.grd_radio>#controlcheckbox:disabled { color : #888888; buttonbackground : #FAF9F6; buttonborder : 1 solid #D0C8B9; buttonimage : url('theme://images/icon_radio_D.png'); } Grid>#controlexpand { background : transparent; border : 0 none; bordertype : normal; image : url('theme://images/icon_btn.png') left middle; focusborder : 0 none; pusheddrawoffset : 0 0; } Grid>#controlexpand:mouseover { } Grid>#controlexpand:pushed { focusborder : 1 solid #2674aa; pusheddrawoffset : 1 1; } Grid>#controlexpand:disabled { opacity : 60; } Grid>#controlprogressbar { background : #f7f7f5; border : 1 solid #999999; font : Dotum,9; color : #666666; align : center middle; smooth : true; direction : forward; bartype : image; progressimage : theme://images/theme_blue/img_progress_N.png; focusborder : 0 none ; } Grid>#controlprogressbar:disabled { border : 1 solid #d5d5d5; background : #ffffff ; progressimage : theme://images/theme_blue/img_progress_D.png; color : #888888; } Grid>#vscrollbar, Grid>#vscrollbar:mouseover, Grid>#vscrollbar:focused { background : url('theme://images/theme_blue/bg_scrollbarV_Grid.png') repeat-y ; border : none, 1 solid #b1d8ec, none, none ; } Grid>#hscrollbar, Grid>#hscrollbar:mouseover, Grid>#hscrollbar:focused { background : url('theme://images/theme_blue/bg_scrollbarH_Grid.png') repeat-x; } /*** PopupMenu ***/ PopupMenu { background : #FFFFFF ; align : left center ; border : 1 solid #2674aa ; bordertype : normal ; padding : 0 0 0 0 ; font : Dotum,9 ; color : #333333 ; itembackground : #FFFFFF ; itemborder : 1 solid #FFFFFF ; itemheight : 20 ; itempadding : 1 0 1 4 ; expandimage : URL('theme://images/theme_blue/icon_PopupMenu.png') ; } PopupMenu:mouseover { color : #333333 ; itempadding : 1 1 1 5 ; itembackground : #BBE0F9 ; itemborder : 1 solid #B1D5EC, 0 solid transparent, 1 solid #9FBFD4, 0 solid transparent ; } PopupMenu:disabled { color : #888888; } PopupMenu>#spindownbutton { background : @gradation; gradation : linear 0,0 #efefef 0,100 #e5e5e5; border : 1 solid #999999, 0 none, 0 none, 0 none; bordertype : ; font : Verdana,9,antialias; padding : 0 0 0 0; color : black; align : center middle; margin : 1 -2 -2 -2; opacity : 100; blur : ; outerglow : ; transformation : ; focusborder : 1 dotted gray; image : URL('theme://images/Menu_Spin_Down_N.png'); } PopupMenu>#spindownbutton:mouseover { background : @gradation; gradation : linear 0,0 #fed261 0,100 #fab954; border : 1 solid #edaa19, 0 none, 0 none, 0 none; image : URL('theme://images/Menu_Spin_Down_N.png'); } PopupMenu>#spindownbutton:pushed { background : @gradation; gradation : linear 0,0 #ffab51 0,100 #efa13b; border : 1 solid #e7830e, 0 none, 0 none, 0 none; image : URL('theme://images/Menu_Spin_Down_N.png'); } PopupMenu>#spindownbutton:disabled { background : #707070; gradation : ; border : 1 solid #707070; color : #dedcdc; image : URL('theme://images/Menu_Spin_Down_D.png'); } PopupMenu>#spinupbutton { background : @gradation; gradation : linear 0,0 #f4f4f4 0,100 #e3e3e3; border : 0 none, 0 none, 1 solid #999999, 0 none; bordertype : ; font : Verdana,9,antialias; padding : 0 0 0 0; color : black; align : center middle; margin : -2 -2 1 -2; opacity : 100; shadow : 0 none ; blur : ; outerglow : ; transformation : ; focusborder : 1 dotted gray; image : URL('theme://images/Menu_Spin_Up_N.png'); } PopupMenu>#spinupbutton:mouseover { background : @gradation; gradation : linear 0,0 #fed261 0,100 #fab954; border : 0 none, 0 none, 1 solid #edaa19, 0 none; image : URL('theme://images/Menu_Spin_Up_N.png'); } PopupMenu>#spinupbutton:pushed { background : @gradation; gradation : linear 0,0 #ffab51 0,100 #efa13b; border : 0 none, 0 none, 1 solid #e7830e, 0 none; image : URL('theme://images/Menu_Spin_Up_N.png'); } PopupMenu>#spinupbutton:disabled { background : #efefef; gradation : ; border : 0 none, 0 none, 1 solid #dadada, 0 none; color : #dedcdc; image : URL('theme://images/Menu_Spin_Up_D.png'); } /*** #contextmenu ***/ *>#contextmenu { background : #F7F4EE; align : left center; border : 1 solid #B8B1A4; bordertype : normal; padding : 2 0 2 0; font : Dotum,9; color : #333333 ; itembackground : #f2f2ef; itemheight : 20; itempadding : 1 0 1 4; expandimage : URL('theme://images/theme_blue/icon_PopupMenu.png'); } *>#contextmenu:mouseover { color : #333333 ; itempadding : 1 1 1 5; itembackground : #FFD1C9; itemborder : 1 solid #FFCBC2, 0 solid transparent, 1 solid #FFAEA0, 0 solid transparent; } *>#contextmenu:disabled { color : #888888; } /*** Menu ***/ Menu { background : transparent ; align : center middle ; border : 0 none ; font : Dotum,10,bold ; color : #e4f1f9 ; padding : 0 0 0 15 ; itemcolor : #333333 ; itempadding : 0 30 0 30 ; itembackground : transparent; checkboximage : ; popupbackground : #ffffff ; popupborder : 1 solid #2674aa ; popupbordertype : normal ; popuppadding : 0 0 0 0 ; popupcolor : #333333 ; popupfont : Dotum,9,bold ; popupitemheight : 23 ; popupitempadding : 0 5 0 5 ; popupitemborder : 0 none ; popupitembackground : ; popupitemalign : left middle; expandimage : URL('theme://images/theme_blue/icon_PopupMenu.png'); } Menu:mouseover { itembackground : #15466A ; color : #ffffff ; popupitembackground : #cee6f4 ; popupitemborder : 1 solid #84bfe1, 0 solid transparent, 1 solid #58a6d5, 0 solid transparent ; popupitempadding : 1 5 1 5 ; popupcolor : #333333 ; } Menu:pushed, Menu:selected, Menu:focused { itembackground : #15466A ; color : #FFFFFF ; } Menu:disabled { itemcolor : #f97818 ; popupcolor : #888888 ; } /*** GroupBox ***/ GroupBox { background : #f0f7fc ; border : 1 solid #84bfe1 ; bordertype : round 6 6 ; color : #333333 ; align : left middle ; font : Dotum,9 ; titlepadding : 0 6 0 6 ; titlealign : topleft ; titleimage : ; titleimagealign : lefttext middle; } GroupBox:disabled { background : #e4f1f9 ; border : 1px solid #84bfe1 ; color : #888888 ; } /*** Splitter ***/ Splitter { background : #b1d8ec ; border : 1 solid #3d95cd ; bordertype : round 3 3 ; } /*** ProgressBar ***/ ProgressBar { background : #f97818 ; border : 1 solid #ec6400 ; font : Dotum,9 ; color : #FFFFFF ; align : center middle ; smooth : true ; direction : forward ; bartype : image ; progressimage : theme://images/theme_blue/img_progress_N.png ; focusborder : 0 none ; } ProgressBar:disabled { background : #f5f5f5 ; border : 1 solid #cccccc ; progressimage : theme://images/theme_blue/img_progress_D.png ; color : #888888 ; } /*** ImageViewer ***/ ImageViewer { background : #FFFFFF ; border : 1 solid #B0B0B0 ; font : Dotum, 9 ; color : #333333 ; align : center middle ; focusborder : 0 none ; } ImageViewer:mouseover, ImageViewer:focused { border : 1 solid #84bfe1 ; } ImageViewer:disabled { opacity : 50; } /*** Shape ***/ Shape { background : transparent ; color : #333333 ; align : center middle ; font : Dotum, 9 ; border : 0 none ; fillbrush : solid #f0f7fc true ; strokepen : 1 solid #84bfe1 ; } Shape:disabled { color : #888888 ; strokepen : 1 solid #58a6d5 ; fillbrush : solid #e4f1f9 true ; } Shape.line_1, Shape.line_1:disabled { fillbrush : solid #84bfe1 true ; strokepen : 1 solid #84bfe1 ; } Shape.line_2, Shape.line_2:disabled { strokepen : 1 solid #B0B0B0 ; } Shape.line_3, Shape.line_3:disabled { strokepen : 1 solid #84bfe1 ; } Shape.line_4, Shape.line_4:disabled { strokepen : 1 solid #ffaf4b ; } Shape.line_10, Shape.line_10:disabled { strokepen : 3 solid #5c9ab9; } /*** GraphicPath ***/ GraphicPath { background : transparent ; color : #333333 ; align : center middle ; font : Dotum,9 ; } /*** Alert ***/ Alert { background : #ffffff ; border : 2 solid #2674aa ; font : Dotum,9 ; color : #333333 ; align : left middle ; padding : 5 10 5 19 ; icon : theme://images/theme_blue/icon_alert_default.png ; erroricon : theme://images/theme_blue/icon_alert_error.png ; warningicon : theme://images/theme_blue/icon_alert_warning.png ; questionicon : theme://images/theme_blue/icon_alert_question.png ; informationicon : theme://images/theme_blue/icon_alert_information.png ; iconalign : lefttext middle ; iconpadding : 7 10 10 0 ; iconsize : 42 ; buttonheight : 21 ; buttonwidth : 56 ; okbuttontext : 예 ; titlebackground : #2674aa ; titlefont : Dotum,10,bold ; titlecolor : #ffffff ; titleheight : 25 ; titlepadding : 0 0 0 10 ; titletext : Alert ; } Alert>#closebutton { background : transparent ; border : 1 solid #ffffff ; focusborder : 0 none ; margin : 4 6 -4 -6 ; image : URL('theme://images/btn_popClose.png') ; imagealign : center middle ; } Alert>#okbutton { border : 0 none; bordertype : normal; font : Dotum,9,bold; color : #ffffff; align : center middle; focusborder : 0 none; margin : -8 0 8 0; pusheddrawoffset : 0 0; } Alert>#okbutton { background : url('theme://images/theme_blue/btn_alert_N.png') stretch 9,9 left top; } Alert>#okbutton:mouseover { background : url('theme://images/theme_blue/btn_alert_O.png') stretch 9,9 left top; } Alert>#okbutton:pushed { background : url('theme://images/theme_blue/btn_alert_P.png') stretch 9,9 left top ; } /*** confirm ***/ Confirm { background : #ffffff ; border : 2 solid #3d95cd ; font : Dotum,9 ; color : #333333 ; align : center middle ; padding : 5 10 5 19 ; icon : theme://images/theme_blue/icon_confirm_default.png ; erroricon : theme://images/theme_blue/icon_confirm_error.png ; warningicon : theme://images/theme_blue/icon_confirm_warning.png ; questionicon : theme://images/theme_blue/icon_confirm_question.png ; informationicon : theme://images/theme_blue/icon_confirm_information.png ; iconalign : left middle ; iconpadding : 7 70 10 0 ; iconsize : 48 ; buttonheight : 21 ; buttonwidth : 56 ; okbuttontext : 예 ; cancelbuttontext : 아니오 ; titlebackground : #3d95cd ; titlefont : Dotum,10,bold ; titlecolor : #ffffff ; titleheight : 25 ; titlepadding : 0 0 0 10 ; titletext : Confirm ; } Confirm>#closebutton { background : transparent; border : 1 solid #ffffff00; focusborder : 0 none; margin : 4 6 -4 -6; image : URL('theme://images/btn_popClosepng') imagealign : center middle; } Confirm>#okbutton { border : 0 none ; bordertype : normal ; font : Dotum,9,bold ; color : #ffffff ; align : center middle ; focusborder : 0 none ; margin : -8 0 8 0 ; pusheddrawoffset : 0 0 ; } Confirm>#okbutton { background : url('theme://images/theme_blue/btn_alert_N.png') stretch 9,9 left top ; } Confirm>#okbutton:mouseover { background : url('theme://images/theme_blue/btn_alert_O.png') stretch 9,9 left top ; } Confirm>#okbutton:pushed { background : url('theme://images/theme_blue/btn_alert_P.png') stretch 9,9 left top ; } Confirm>#cancelbutton { border : 0 none ; bordertype : normal ; font : Dotum,9,bold ; color : #666666 ; align : center middle ; focusborder : 0 none ; margin : -8 0 8 0 ; pusheddrawoffset : 0 0 ; } Confirm>#cancelbutton { background : url('theme://images/theme_blue/btn_confirm_N.png') stretch 9,9 left top; } Confirm>#cancelbutton:mouseover { background : url('theme://images/theme_blue/btn_confirm_O.png') stretch 9,9 left top; } Confirm>#cancelbutton:pushed { background : url('theme://images/theme_blue/btn_confirm_P.png') stretch 9,9 left top ; } /*** Tooltip ***/ Tooltip { background : #ffffe5; border : 1 solid #a67756; bordertype : normal; font : Dotum,9; color : #333333; align : left middle; padding : 2 5 2 5; } /*** FileDownload 정의 ***/ FileDownload { background : #e4f1f9 ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; color : #333333 ; font : Dotum,9 ; padding : 0 0 0 0 ; align : center middle ; } FileDownload:mouseover { background : #cee6f4 ; border : 1 soild #3d95cd ; color : #333333 ; } FileDownload:disabled { opacity : 50; } /*** FileUpload 정의 ***/ FileUpload { align : left middle ; border : 0 none #808080 ; font : Dotum,9 ; color : #333333 ; itemheight : 20 ; buttonsize : 80 ; focusborder : 0 none #808080 ; cursor : hand ; pusheddrawoffset : 0 0 ; editbackground : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5 ; editborder : 0 none #808080 ; editcolor : #333333 ; editfont : Dotum,9 ; editpadding : 0 3 0 3 ; buttonbackground : #e4f1f9 ; buttonborder : 1 solid #84bfe1 ; buttonbordertype : round 2,2 ; buttoncolor : #333333 ; buttonfont : Dotum,9 ; buttontext : 파일찾기 ; buttonpadding : 0 5 0 5 ; buttonmargin : 0 0 0 2 ; } FileUpload:mouseover { editbackground : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5 ; buttonbackground : #f0f7fc ; buttonborder : 1 soild #b1d8ec ; buttoncolor : #333333 ; } FileUpload:disabled { opacity : 50; } /* UserConfirm */ /* UserConfirm { align : left middle; background : #F2F6FD; border : 2 solid #475D84; gradation : linear 0,30 #ffffff 0,100 #eeeeee; shadow : drop 2,2 3 #9999997f; margin : 0 5 5 0; font : Dotum,9; padding : 5 10 5 10; color : #333333; focusborder : 0 none #808080; titleheight : 30; titlebackground : @gradation; titlegradation : linear 0,0 #637BA6 0,100 #FFFFFF [90% #637BA6][91% #FFFFFF]; titlecolor : #ffffff; titlefont : Dotum,10,bold; titlepadding : 5 5 8 5; titletext : Confirm; okbuttontext : Yes; cancelbuttontext : No; buttonwidth : 56; buttonheight : 20; icon : theme://images/theme_blue/icon_confirm_default.png; iconpadding : 0 7 0 0; } UserConfirm>#closebutton, UserConfirm>#closebutton:mouseover, UserConfirm>#closebutton:pushed { background : transparent URL('theme://images/btn_popClosepng') center middle; border : 0 none #808080; cursor : hand; pusheddrawoffset : 0 0; } UserConfirm>#closebutton:disabled { opacity : 50; } UserConfirm>#okbutton { border : 0 none; bordertype : normal; font : Dotum,9,bold; color : #ffffff; align : center middle; shadow : drop 0,1 2 #0000007f; focusborder : 0 none; margin : -8 0 8 0; pusheddrawoffset : 0 0; } UserConfirm>#okbutton:mouseover { background : url('theme://images/theme_blue/btn_confirm_N.png') stretch 9,9; } UserConfirm>#okbutton:mouseover { background : url('theme://images/theme_blue/btn_confirm_O.png') stretch 9,9; } UserConfirm>#okbutton:pushed { background : url('theme://images/theme_blue/btn_confirm_P.png') stretch 9,9; } UserConfirm>#okbutton:disabled { opacity : 50; } UserConfirm>#cancelbutton { font : Dotum,9,bold; color : #ffffff; padding : 0 5 2 5; border : 0 none #808080; bordertype : normal 0 0; focusborder : 0 none #808080; margin : 0 0 3 0; cursor : hand; pusheddrawoffset : 0 0; } UserConfirm>#cancelbutton { background : url('theme://images/theme_blue/btn_confirm_N.png') stretch 9,9; } UserConfirm>#cancelbutton:mouseover { background : url('theme://images/theme_blue/btn_confirm_O.png') stretch 9,9; } UserConfirm>#cancelbutton:pushed { background : url('theme://images/theme_blue/btn_confirm_P.png') stretch 9,9; } UserConfirm>#cancelbutton:disabled { opacity : 50; } UserConfirm>#checkbox { border : 0 none #808080; color : #333333; font : Dotum,9; focusborder : 0 none #808080; textpadding : -2 0 0 2; buttonalign : left middle; buttonbackground : theme://images/bg_check_N.png; buttonborder : 0 none; buttonimage : theme://images/icon_check_N.png; buttonsize : 13; } UserConfirm>#checkbox:mouseover { buttonborder : 2 double #459094 #ffffff; buttonbackground : #f2f2f2; } UserConfirm>#checkbox:disabled { buttonbackground : theme://images/bg_check_N.png; buttonimage : theme://images/theme_blue/icon_check_D.png; opacity : 50; } */ UserConfirm { align : left middle ; background : #f0f7fc ; border : 2 solid #2674aa ; bordertype : round 5 5 ; shadow : drop 2,2 3 #999999 ; margin : 0 5 5 0 ; font : Dotum,9 ; padding : 5 10 5 10 ; color : #333333 ; focusborder : 0 none #808080 ; titleheight : 30 ; titlebackground : #f0f7fc URL('theme://images/theme_blue/alert_title_bg.png') stretch 28,0 ; titlecolor : #333333 ; titlefont : Dotum,10,bold ; titlepadding : 5 5 8 23 ; titletext : Confirm ; okbuttontext : Yes ; cancelbuttontext : No ; buttonwidth : 56 ; buttonheight : 20 ; icon : theme://images/theme_blue/confirm_default.png ; iconpadding : 0 7 0 0 ; } UserConfirm>#closebutton, UserConfirm>#closebutton:mouseover, UserConfirm>#closebutton:pushed { background : transparent URL('theme://images/theme_blue/popup_close.png') center middle; border : 0 none #808080; cursor : hand; pusheddrawoffset : 0 0; } UserConfirm>#closebutton:disabled { opacity : 50 ; } UserConfirm>#okbutton { background : transparent URL('theme://images/theme_blue/btn_alert_N.png') stretch 8,14 ; font : Dotum,9,bold ; color : #ffffff ; padding : 0 5 2 5 ; border : 0 none #808080 ; focusborder : 0 none #808080 ; margin : 0 0 3 0 ; cursor : hand ; pusheddrawoffset : 0 0 ; } UserConfirm>#okbutton:mouseover { background : transparent URL('theme://images/theme_blue/btn_alert_O.png') stretch 8,14 ; } UserConfirm>#okbutton:pushed { background : transparent URL('theme://images/theme_blue/btn_alert_P.png') stretch 8,14 ; } UserConfirm>#okbutton:disabled { opacity : 50; } UserConfirm>#cancelbutton { background : transparent URL('theme://images/theme_blue/btn_confirm_N.png') stretch 8,14 ; font : Dotum,9,bold ; color : #666666 ; padding : 0 5 2 5 ; border : 0 none #808080 ; bordertype : normal 0 0 ; focusborder : 0 none #808080 ; margin : 0 0 3 0 ; cursor : hand ; pusheddrawoffset : 0 0 ; } UserConfirm>#cancelbutton:mouseover { background : transparent URL('theme://images/theme_blue/btn_confirm_o.png') stretch 8,14; } UserConfirm>#cancelbutton:pushed { background : transparent URL('theme://images/theme_blue/btn_confirm_p.png') stretch 8,14; } UserConfirm>#cancelbutton:disabled { opacity : 50; } UserConfirm>#checkbox { border : 0 none #808080; color : #333333; font : Dotum,9; focusborder : 0 none #808080; textpadding : -2 0 0 2; buttonalign : left middle; buttonbackground : #ffffff; buttonborder : 2 double #a8a8a8 #ffffff; buttonbordertype : round 2 2; buttonimage : theme://images/theme_blue/btn_check.png; buttonsize : 13; } UserConfirm>#checkbox:mouseover { buttonborder : 2 double #459094 #ffffff; buttonbackground : #f2f2f2; } UserConfirm>#checkbox:pushed, UserConfirm>#checkbox:focused, UserConfirm>#checkbox:selected { buttonborder : 2 double #459094 #ffffff; buttonbackground : #ffffff; } UserConfirm>#checkbox:disabled { buttonimage : theme://images/theme_blue/bg_check_D.png; opacity : 50; } /*** READONLY (Attribute Selector) ***/ Edit[readonly="true"],Edit[readonly="true"]:mouseover, Edit[readonly="true"]:focused, Edit[readonly="true"]:selected, Edit[readonly="true"]:disabled { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5; } TextArea[readonly="true"], TextArea[readonly="true"]:mouseover, TextArea[readonly="true"]:focused, TextArea[readonly="true"]:selected, TextArea[readonly="true"]:disabled { background : url('theme://images/theme_blue/bg_edit_R.png') stretch 5,5; } MaskEdit[readonly="true"], MaskEdit[readonly="true"]:mouseover, MaskEdit[readonly="true"]:focused, MaskEdit[readonly="true"]:selected, MaskEdit[readonly="true"]:disabled { background : url('theme://images/theme_blue/bg_edit_R.png') stretch 5,5; } Spin[readonly="true"], Spin[readonly="true"]:mouseover, Spin[readonly="true"]:focused, Spin[readonly="true"]:selected, Spin[readonly="true"]:pushed { background : url('theme://images/theme_blue/bg_edit_R.png') stretch 5,5; buttonsize : -3; itembackground : ; } Combo[readonly="true"], Combo[readonly="true"]:mouseover, Combo[readonly="true"]:focused, Combo[readonly="true"]:pushed, Combo[readonly="true"]:selected { background : url('theme://images/theme_blue/bg_edit_R.png') stretch 5,5; buttonsize : -3; } Calendar[readonly="true"], Calendar[readonly="true"]:mouseover, Calendar[readonly="true"]:focused, Calendar[readonly="true"]:pushed, Calendar[readonly="true"]:selected { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5; buttonsize : -25; } Calendar.cal_transbg[readonly="true"],Calendar.cal_transbg[readonly="true"]:mouseover, Calendar.cal_transbg[readonly="true"]:focused, Calendar.cal_transbg[readonly="true"]:selected, Calendar.cal_transbg[readonly="true"]:disabled { background : transparent; buttonsize : -25; } /*** 기본-필수입력 ***/ .input_essential { background : url('theme://images/theme_blue/bg_edit_est_N.png') stretch 9,9; padding : 0 5 0 8; } .input_essential:mouseover { background : url('theme://images/theme_blue/bg_edit_est_O.png') stretch 9,9; } .input_essential:selected, .input_essential:focused, .input_essential:pushed { background : url('theme://images/theme_blue/bg_edit_est_P.png') stretch 9,9; } .input_essential:disabled { background : url('theme://images/theme_blue/bg_edit_est_D.png') stretch 9,9; } .combo_essential { background : url('theme://images/theme_blue/bg_edit_est_N.png') stretch 9,9; } .combo_essential:mouseover { background : url('theme://images/theme_blue/bg_edit_est_O.png') stretch 9,9; } .combo_essential:selected, .input_essential:focused, .input_essential:pushed { background : url('theme://images/theme_blue/bg_edit_est_P.png') stretch 9,9; } .combo_essential:disabled { background : url('theme://images/theme_blue/bg_edit_est_D.png') stretch 9,9; } .text_essential, .text_essential:mouseover, .text_essential:selected, .input_essential:focused, .input_essential:pushed { background : url('theme://images/theme_blue/bg_edit_est_N.png') stretch 9,9; } /* .text_essential:mouseover { background : url('theme://images/theme_blue/bg_edit_est_O.png') stretch 9,9; } .text_essential:selected, .input_essential:focused, .input_essential:pushed { background : url('theme://images/theme_blue/bg_edit_est_P.png') stretch 9,9; } */ .text_essential:disabled { background : url('theme://images/theme_blue/bg_edit_est_D.png') stretch 9,9; } Calendar.input_essential { background : url('theme://images/theme_blue/bg_edit_est_N.png') stretch 9,9; padding : 0 0 0 5; } /***** Common Btn *****/ /** btn1(Search)**/ Button.btn1, Button.btn1:focused, Button.btn1:selected { background : @gradation URL('theme://images/theme_blue/icon_search_N.png') left middle ; gradation : linear 0,0 #2674aaff 0,100 #2674aaff; border : 1 solid #1b5a89 ; bordertype : round 2 2 ; font : Dotum,9,bold ; color : #e4f1f9 ; align : left middle ; padding : 0 0 0 20 ; } Button.btn1:mouseover { background : @gradation URL('theme://images/theme_blue/icon_search_P.png') left middle ; gradation : linear 0,0 #3d95cdff 0,100 #3d95cdff; border : 1 solid #2d84be ; color : #ffffff ; } Button.btn1:pushed { background : @gradation URL('theme://images/theme_blue/icon_search_P.png') left middle ; gradation : linear 0,0 #f97818ff 0,100 #f97818ff; border : 1 solid #ec6400 ; color : #ffffff; } /*** btn2(Default) ***/ Button.btn2, Button.btn2:focused, Button.btn2:selected { background : @gradation URL('theme://images/theme_blue/icon_single_N.png') left middle ; gradation : linear 0,0 #2674aaff 0,100 #2674aaff; border : 1 solid #1b5a89 ; bordertype : round 2 2 ; font : Dotum,9 ; color : #e4f1f9 ; align : left middle ; padding : 0 0 0 10 ; } Button.btn2:mouseover { background : @gradation URL('theme://images/theme_blue/icon_single_P.png') left middle ; gradation : linear 0,0 #3d95cdff 0,100 #3d95cdff; border : 1 solid #2d84be ; color : #ffffff ; } Button.btn2:pushed { background : @gradation URL('theme://images/theme_blue/icon_single_P.png') left middle ; gradation : linear 0,0 #f97818ff 0,100 #f97818ff; border : 1 solid #ec6400 ; color : #ffffff ; } /** btn3(Link)**/ Button.btn3, Button.btn3:focused, Button.btn3:selected { background : @gradation URL('theme://images/theme_blue/icon_link_N.png') left middle ; gradation : linear 0,0 #2674aaff 0,100 #2674aaff; border : 1 solid #1b5a89 ; bordertype : round 2 2 ; font : Dotum,9,bold ; color : #e4f1f9 ; align : left middle ; padding : 0 0 0 17 ; } Button.btn3:mouseover { background : @gradation URL('theme://images/theme_blue/icon_link_P.png') left middle ; gradation : linear 0,0 #3d95cdff 0,100 #3d95cdff; border : 1 solid #2d84be ; color : #ffffff ; } Button.btn3:pushed { background : @gradation URL('theme://images/theme_blue/icon_link_P.png') left middle ; gradation : linear 0,0 #f97818ff 0,100 #f97818ff; border : 1 solid #ec6400 ; color : #ffffff ; } /*** CRUD ***/ Button.btn4, Button.btn4:focused, Button.btn4:selected { background : @gradation URL('theme://images/theme_blue/icon_crud_N.png') right middle ; gradation : linear 0,0 #2674aaff 0,100 #2674aaff; border : 1 solid #1b5a89 ; bordertype : round 2 2 ; font : Dotum,9,bold ; color : #e4f1f9 ; align : right middle; padding : 0 18 0 0; } Button.btn4:mouseover { background : @gradation URL('theme://images/theme_blue/icon_crud_P.png') right middle ; gradation : linear 0,0 #3d95cdff 0,100 #3d95cdff; border : 1 solid #2d84be ; color : #ffffff ; } Button.btn4:pushed { background : @gradation URL('theme://images/theme_blue/icon_crud_P.png') right middle ; gradation : linear 0,0 #f97818ff 0,100 #f97818ff; border : 1 solid #ec6400 ; color : #ffffff ; } /*** btn5(SingleData) ***/ Button.btn5, Button.btn5:focused, Button.btn5:selected { background : @gradation url('theme://images/icon_single_N2.png') left middle; border : 2 double #E1ADFF #ffffff; gradation : linear 0,0 #FDFBFF 0,100 #F0D7FF; color : #423A46; font : Dotum,9; padding : 0 0 0 10; align : left middle; } Button.btn5:mouseover { background : @gradation url('theme://images/icon_single_N2.png') left middle; border : 2 double #E2B3FF #ffffff; gradation : linear 0,0 #EEDDFF 0,100 #EBCAFF; color : #423A46; shadow : outer 0,0 1 #0000005F; } Button.btn5:pushed { background : @gradation url('theme://images/icon_single_P.png') left middle; gradation : linear 0,0 #E2B3FFff 0,100 #E2B3FFff; border : 2 double #DCA2FF #ffffff; color : #ffffff; shadow : drop 0,0 1 #0000005F; } /** btn6(Print)**/ Button.btn6, Button.btn6:focused, Button.btn6:selected { background : @gradation URL('theme://images/theme_blue/icon_print_N.png') left middle ; gradation : linear 0,0 #2674aaff 0,100 #2674aaff; border : 1 solid #1b5a89 ; bordertype : round 2 2 ; font : Dotum,9 ; color : #e4f1f9 ; align : left middle ; padding : 0 0 0 23 ; } Button.btn6:mouseover { background : @gradation URL('theme://images/theme_blue/icon_print_P.png') left middle ; gradation : linear 0,0 #3d95cdff 0,100 #3d95cdff; border : 1 solid #2d84be ; color : #ffffff ; } Button.btn6:pushed { background : @gradation URL('theme://images/theme_blue/icon_print_P.png') left middle ; gradation : linear 0,0 #f97818ff 0,100 #f97818ff; border : 1 solid #ec6400 ; color : #ffffff ; } /** btn7(Execl)**/ Button.btn7, Button.btn7:focused, Button.btn7:selected { background : @gradation URL('theme://images/theme_blue/icon_execl_N.png') left middle ; gradation : linear 0,0 #2674aaff 0,100 #2674aaff; border : 1 solid #1b5a89 ; bordertype : round 2 2 ; font : Dotum,9 ; color : #e4f1f9 ; align : left middle ; padding : 0 0 0 23 ; } Button.btn7:mouseover { background : @gradation URL('theme://images/theme_blue/icon_execl_P.png') left middle ; gradation : linear 0,0 #3d95cdff 0,100 #3d95cdff; border : 1 solid #2d84be ; color : #ffffff ; } Button.btn7:pushed { background : @gradation URL('theme://images/theme_blue/icon_execl_N.png') left middle ; gradation : linear 0,0 #f97818ff 0,100 #f97818ff; border : 1 solid #ec6400 ; color : #ffffff ; } /* btn_iptWork */ Button.btn_iptWork, Button.btn_iptWork:focused, Button.btn_iptWork:selected { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5; border : 0 solid #000000ff; color : #000000; focusborder : 0 none #808080ff; padding : 0 5 0 5; font : Dotum,9; align : left middle; } Button.btn_iptWork:mouseover { background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5; border : 0 solid #000000ff; color : #000000; focusborder : 0 none #808080ff; padding : 0 5 0 5; font : Dotum,9; align : left middle; } Button.btn_iptWork:pushed { background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5; border : 0 solid #000000ff; color : #000000; shadow : drop 0,0 1 #ffffff5f; } Button.btn_iptWork:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; border : 0 solid #000000ff; color : #888888; } /*** ImgBtn ***/ /** Shuttle **/ Button.icon_top { image : url('theme://images/theme_blue/icon_shuttleTop_N.png'); } Button.icon_top:pushed { image : url('theme://images/theme_blue/icon_shuttleTop_P.png'); } Button.icon_right { image : url('theme://images/theme_blue/icon_shuttleRight_N.png'); } Button.icon_right:pushed { image : url('theme://images/theme_blue/icon_shuttleRight_P.png'); } Button.icon_bottom { image : url('theme://images/theme_blue/icon_shuttleBottom_N.png'); } Button.icon_bottom:pushed { image : url('theme://images/theme_blue/icon_shuttleBottom_P.png'); } Button.icon_left { image : url('theme://images/theme_blue/icon_shuttleLeft_N.png'); } Button.icon_left:pushed { image : url('theme://images/theme_blue/icon_shuttleLeft_P.png'); } Button.icon_up { image : url('theme://images/theme_blue/btn_up_N.png'); } Button.icon_up:pushed { image : url('theme://images/theme_blue/btn_up_P.png'); } Button.icon_down { image : url('theme://images/theme_blue/btn_down_N.png'); } Button.icon_down:pushed { image : url('theme://images/theme_blue/btn_down_P.png'); } /*** Arrow icon ***/ /* 20141028 jw.choe TF Style icon_clock Add */ Button.icon_clock, Button.icon_clock:mouseover, Button.icon_clock:focused, Button.icon_clock:selected, Button.icon_clock:pushed { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_clock.png'); } Button.icon_clock:disabled { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_clock.png'); opacity : 60 } Button.icon_pre { image : url('theme://images/theme_blue/icon_arrowLeft_N.png'); } Button.icon_pre:pushed { image : url('theme://images/theme_blue/icon_arrowLeft_P.png'); } Button.icon_next { image : url('theme://images/theme_blue/icon_arrowRight_N.png'); } Button.icon_next:pushed { image : url('theme://images/theme_blue/icon_arrowRight_P.png'); } Button.icon_pre2, Button.icon_pre2:focused, Button.icon_pre2:selected { background : #cee6f4 ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; image : url('theme://images/theme_blue/icon_arrowLeft2_N.png') ; } Button.icon_pre2:mouseover { background : #e4f1f9 ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_arrowLeft2_N.png') ; } Button.icon_pre2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_arrowLeft2_P.png') ; } Button.icon_next2, Button.icon_next2:focused, Button.icon_next2:selected { background : #cee6f4 ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; image : url('theme://images/theme_blue/icon_arrowRight2_N.png') ; } Button.icon_next2:mouseover { background : #e4f1f9 ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_arrowRight2_N.png') ; } Button.icon_next2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_arrowRight2_P.png') ; } Button.btn_up { image : url('theme://images/theme_blue/icon_arrowTop_N.png'); } Button.btn_up:pushed { image : url('theme://images/theme_blue/icon_arrowTop_P.png'); } Button.btn_down { image : url('theme://images/theme_blue/icon_arrowBottom_N.png'); imagealign : center middle; } Button.btn_down:pushed { image : url('theme://images/theme_blue/icon_arrowBottom_P.png'); } Button.btn_up2, Button.btn_up2:focused, Button.btn_up2:selected { background : #cee6f4 ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; image : url('theme://images/theme_blue/icon_arrowTop2_N.png') ; } Button.btn_up2:mouseover { background : #e4f1f9 ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_arrowTop2_N.png') ; } Button.btn_up2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_arrowTop2_P.png') ; } Button.btn_down2, Button.btn_down2:focused, Button.btn_down2:selected { background : #cee6f4 ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; image : url('theme://images/theme_blue/icon_arrowBottom2_N.png') ; } Button.btn_down2:mouseover { background : #e4f1f9 ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_arrowBottom2_N.png') ; } Button.btn_down2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_arrowBottom2_P.png') ; } /** Calendar ***/ Button.icon_pre_month, Button.icon_pre_month:focused, Button.icon_pre_month:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; image : url('theme://images/theme_blue/icon_arrowPre_N.png') ; } Button.icon_pre_month:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_arrowPre_O.png') ; } Button.icon_pre_month:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_arrowPre_P.png') ; } Button.icon_next_month, Button.icon_next_month:focused, Button.icon_next_month:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; image : url('theme://images/theme_blue/icon_arrowNext_N.png') ; } Button.icon_next_month:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_arrowNext_O.png') ; } Button.icon_next_month:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_arrowNext_P.png') ; } Button.icon_pre_year, Button.icon_pre_year:focused, Button.icon_pre_year:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; image : url('theme://images/theme_blue/icon_arrowDoublePre_N.png') ; } Button.icon_pre_year:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_arrowDoublePre_O.png') ; } Button.icon_pre_year:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_arrowDoublePre_P.png') ; } Button.icon_next_year, Button.icon_next_year:focused, Button.icon_next_year:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; bordertype : round 2,2 ; image : url('theme://images/theme_blue/icon_arrowDoubleNext_N.png') ; } Button.icon_next_year:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_arrowDoubleNext_O.png') ; } Button.icon_next_year:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_arrowDoubleNext_P.png') ; } /** transparent ***/ Button.icon_trans, Button.icon_trans:focused, Button.icon_trans:selected, Button.icon_trans:mouseover, Button.icon_trans:pushed, Button.icon_trans:disabled { background : transparent; border : 0 none; cursor : NO; } /** icon_search ***/ Button.icon_search, Button.icon_search:mouseover, Button.icon_search:focused, Button.icon_search:selected, Button.icon_search:disabled { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_glassSearch_N.png'); } Button.icon_search:pushed { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_glassSearch_P.png'); } Button.icon_search2, Button.icon_search2:mouseover, Button.icon_search2:focused, Button.icon_search2:selected, Button.icon_search2:pushed, Button.icon_search2:disabled { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_glassSearch3_N.png'); } Button.icon_search2:pushed { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_glassSearch3_P.png'); } /** btn_search ***/ Button.btn_search { image : url('theme://images/theme_blue/icon_glassSearch2_N.png'); } Button.btn_search:pushed { image : url('theme://images/theme_blue/icon_glassSearch2_P.png'); } Button.btn_search2, Button.btn_search2:focused, Button.btn_search2:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; image : url('theme://images/theme_blue/icon_glassSearch4_N.png') ; } Button.btn_search2:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_glassSearch4_N.png') ; } Button.btn_search2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_glassSearch4_P.png') ; } /** icon_List ***/ Button.icon_list, Button.icon_list:mouseover, Button.icon_list:focused, Button.icon_list:selected, Button.icon_list:pushed { background : transparent ; border : 0 none ; shadow : 0 none ; image : url('theme://images/icon_List_N.png') ; } Button.icon_list:pushed { background : transparent; border : 0 none; image : url('theme://images/icon_List_P.png'); } Button.icon_list2, Button.icon_list2:mouseover, Button.icon_list2:focused, Button.icon_list2:selected, Button.icon_list2:pushed { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_list3_N.png'); } Button.icon_list2:pushed { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_list3_P.png'); } /*** btn_List ***/ Button.btn_list2, Button.btn_list2:focused, Button.btn_list2:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; image : url('theme://images/theme_blue/icon_list4_N.png') ; } Button.btn_list2:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_list4_N.png') ; } Button.btn_list2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_list4_P.png') ; } /** icon_Picture ***/ Button.icon_picture, Button.icon_picture:mouseover, Button.icon_picture:focused, Button.icon_picture:selected, Button.icon_picture:pushed { background : transparent ; border : 0 none ; shadow : 0 none ; image : url('theme://images/theme_blue/icon_gallery_N.png') ; } Button.icon_picture:pushed { background : transparent; border : 0 none; image : url('theme://images/theme_blue/icon_gallery_P.png'); } /*** btn_Picture ***/ Button.btn_Picture { image : url('theme://images/theme_blue/icon_gallery2_N.png'); } Button.btn_Picture:pushed { image : url('theme://images/theme_blue/icon_gallery2_P.png'); } Button.btn_Picture2, Button.btn_Picture2:focused, Button.btn_Picture2:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; image : url('theme://images/theme_blue/icon_gallery3_N.png') ; } Button.btn_Picture2:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_gallery3_N.png') ; } Button.btn_Picture2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_gallery3_P.png') ; } /*** plus ***/ Button.icon_plus { image : url('theme://images/theme_blue/icon_plus_N.png'); } Button.icon_plus:pushed { image : url('theme://images/theme_blue/icon_plus_P.png'); } Button.icon_plus2, Button.icon_plus2:focused, Button.icon_plus2:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; image : url('theme://images/theme_blue/icon_plus2_N.png') ; } Button.icon_plus2:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_plus2_N.png') ; } Button.icon_plus2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_plus2_P.png') ; } /*** minus ***/ Button.icon_minus { image : url('theme://images/theme_blue/icon_minus_N.png'); } Button.icon_minus:pushed { image : url('theme://images/theme_blue/icon_minus_P.png'); } Button.icon_minus2, Button.icon_minus2:focused, Button.icon_minus2:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; image : url('theme://images/theme_blue/icon_minus2_N.png') ; } Button.icon_minus2:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/theme_blue/icon_minus2_N.png') ; } Button.icon_minus2:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/theme_blue/icon_minus2_P.png') ; } /*** today ***/ Button.btn_today, Button.btn_today:focused, Button.btn_today:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; image : url('theme://images/icon_today_N.png') ; } Button.btn_today:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/icon_today_N.png') ; } Button.btn_today:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/icon_today_P.png') ; } /*** month ***/ Button.btn_month, Button.btn_month:focused, Button.btn_month:selected { background : #f0f7fc ; border : 1 solid #84bfe1 ; image : url('theme://images/icon_Month_N.png') ; } Button.btn_month:mouseover { background : #ffffff ; border : 1 solid #b1d8ec ; image : url('theme://images/icon_Month_N.png') ; } Button.btn_month:pushed { background : #f97818 ; border : 1 solid #ec6400 ; image : url('theme://images/icon_Month_P.png') ; } /*** btn_Tab ***/ /*tab button*/ Button.btn_sw, Button.btn_sw:mouseover { background : url(theme://images/theme_blue/btn_tab_D.png) stretch 10,10 ; border : 0 none ; bordertype : normal ; color : #ffffff ; } Button.btn_sw:focused, Button.btn_sw:selected, Button.btn_sw:pushed { background : url(theme://images/theme_blue/btn_tab_N.png) stretch 10,10 ; border : 0 none ; bordertype : normal ; color : #ffffff ; } Button.btn_tab, Button.btn_tab:selected, Button.btn_tab:focused { background : url(theme://images/theme_blue/btn_tab_N.png) stretch 10,10 ; border : 0 none ; bordertype : normal ; color : #ffffff ; font : Dotum,9 ; } Button.btn_tab:mouseover { border : 0 none ; bordertype : normal ; color : #ffffff ; background : url(theme://images/theme_blue/btn_tab_O.png) stretch 10,10 ; font : Dotum,9, bold ; } Button.btn_tab:pushed { background : url(theme://images/theme_blue/btn_tab_P.png) stretch 10,10; border : 0 none; color : #ffffff; font : Dotum,9,bold; } Button.btn_tab:disabled { background : url(theme://images/theme_blue/btn_tab_D.png) stretch 10,10; border : 0 none; color : #888888; font : Dotum,9; } Button.btn_tab_S, Button.btn_tab_S:mouseover, Button.btn_tab_S:pushed, Button.btn_tab_S:selected, Button.btn_tab_S:focused { background : url(theme://images/theme_blue/btn_tab_P.png) stretch 10,10; border : 0 none; bordertype : normal; color : #ffffff; font : Dotum,9,bold; } Button.btn_tab_S:disabled { background : url(theme://images/theme_blue/btn_tab_D.png) stretch 10,10; border : 0 none; bordertype : normal; color : #888888; font : Dotum,9; } Static.sta_tabline { border : 0 solid #84bfe1, 0 solid #84bfe1, 1 solid #84bfe1, 0 solid #84bfe1 ; } /*tab2 button*/ Button.btn_sw2, Button.btn_sw2:mouseover { background : url(theme://images/theme_blue/btn_tab2_D.png) stretch 10,10 ; border : 0 none ; bordertype : normal ; color : #333333 ; } Button.btn_sw2:focused, Button.btn_sw2:selected, Button.btn_sw2:pushed { background : url(theme://images/theme_blue/btn_tab2_N.png) stretch 10,10 ; border : 0 none ; bordertype : normal ; color : #333333 ; } Button.btn_tab2, Button.btn_tab2:selected, Button.btn_tab2:focused { background : url(theme://images/theme_blue/btn_tab2_N.png) stretch 10,10 ; border : 0 none ; bordertype : normal ; color : #333333 ; } Button.btn_tab2:mouseover { border : 0 none ; bordertype : normal ; color : #333333 ; background : url(theme://images/theme_blue/btn_tab2_O.png) stretch 10,10 ; } Button.btn_tab2:pushed { background : url(theme://images/theme_blue/btn_tab2_P.png) stretch 10,10 ; border : 0 none ; color : #333333 ; font : Dotum,9,bold ; } Button.btn_tab2_S, Button.btn_tab2_S:mouseover, Button.btn_tab2_S:pushed, Button.btn_tab2_S:selected, Button.btn_tab2_S:focused { background : url(theme://images/theme_blue/btn_tab2_P.png) stretch 10,10 ; border : 0 none ; bordertype : normal ; color : #333333 ; font : Dotum,9,bold ; } Button.icon_eraser,Button.icon_eraser:pushed,Button.icon_eraser:selected,Button.icon_eraser:focused { background : url(theme://images/icon_eraser.gif); border : 0 none; } Button.icon_eraser:mouseover { background : url(theme://images/icon_eraser_over.gif); border : 0 none; } Static.sta_tabline { border : 0 solid #84bfe1, 0 solid #84bfe1, 1 solid #84bfe1, 0solid #84bfe1 ; } /* Grid Cell Class */ Cell.grd_head_essential, Cell.grd_head_essential:mouseover, Cell.grd_head_essential:pushed, Cell.grd_head_essential:selected, Cell.grd_head_essential:focused { background : @gradation url('theme://images/theme_blue/bg_gridHead_est.png') stretch 10,10; } Cell.grd_2depth_head_essential, Cell.grd_2depth_head_essential:mouseover, Cell.grd_2depth_head_essential:pushed, Cell.grd_2depth_head_essential:selected, Cell.grd_2depth_head_essential:focused { background : @gradation url('theme://images/theme_blue/bg_gridHead_2depth_est.png') stretch 10,10; } Cell.grd_body_essential, Cell.grd_body_essential:mouseover, Cell.grd_body_essential:pushed, Cell.grd_body_essential:selected, Cell.grd_body_essential:focused { background : #ffffff url('theme://images/theme_blue/bg_gridBody_est.png') left top; background2 : #F9FAFB url('theme://images/theme_blue/bg_gridBody_est.png') left top; selectbackground : #FFD1C9 url('theme://images/theme_blue/bg_gridBody_est.png') left top; } Cell.cell_TH { background : #B9EAE5; background2 : #B9EAE5; } Cell.cell_TH_2depth { background : #E8E8E8; background2 : #E8E8E8; line : 1 solid #ADC9C9; } Cell.cell_point1 { background : #ffffff; background2 : #ffffff; selectbackground : #FFD3CF; selectcolor : #BB1C00; } Cell.cell_nopadding { padding : 0 0 0 0; } /***** Month Cal *****/ /*** Month Style1 ***/ Static.sta_Month { background : URL('theme://images/theme_blue/bg_MonthCal.png') stretch 10,10; } /*** Month Style2 ***/ Static.sta_Year { background : #2674aa URL('theme://images/theme_blue/bg_MonthCal.png') repeat-x left bottom ; border : 1 solid #2674aa ; bordertype : round 3,3 lefttop righttop ; } Static.sta_Month2 { background : #E5EEF4 ; border : 0 solid #067ba0, 1 solid #2674aa, 1 solid #84bfe1, 1 solid #2674aa ; } Static.sta_Month_Year { align : center middle; font : Tahoma,11,bold; color : #ffffff; } Button.btn_m01 { background : #cee6f4 ; image : url('theme://images/img_Month01_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m01:mouseover, Button.btn_m01:pushed, Button.btn_m01:focus, Button.btn_m01:selected { background : #2674aa ; image : url('theme://images/img_Month01_S.png'); border : none; } Button.btn_m02 { background : #cee6f4 ; image : url('theme://images/img_Month02_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m02:mouseover, Button.btn_m02:pushed, Button.btn_m02:focus, Button.btn_m02:selected { background : #2674aa ; image : url('theme://images/img_Month02_S.png'); border : none; } Button.btn_m03 { background : #cee6f4 ; image : url('theme://images/img_Month03_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m03:mouseover, Button.btn_m03:pushed, Button.btn_m03:focus, Button.btn_m03:selected { background : #2674aa ; image : url('theme://images/img_Month03_S.png'); border : none; } Button.btn_m04 { background : #cee6f4 ; image : url('theme://images/img_Month04_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m04:mouseover, Button.btn_m04:pushed, Button.btn_m04:focus, Button.btn_m04:selected { background : #2674aa ; image : url('theme://images/img_Month04_S.png'); border : none; } Button.btn_m05 { background : #cee6f4 ; image : url('theme://images/img_Month05_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m05:mouseover, Button.btn_m05:pushed, Button.btn_m05:focus, Button.btn_m05:selected { background : #2674aa ; image : url('theme://images/img_Month05_S.png'); border : none; } Button.btn_m06 { background : #cee6f4 ; image : url('theme://images/img_Month06_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m06:mouseover, Button.btn_m06:pushed, Button.btn_m06:focus, Button.btn_m06:selected { background : #2674aa ; image : url('theme://images/img_Month06_S.png'); border : none; } Button.btn_m07 { background : #cee6f4 ; image : url('theme://images/img_Month07_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m07:mouseover, Button.btn_m07:pushed, Button.btn_m07:focus, Button.btn_m07:selected { background : #2674aa ; image : url('theme://images/img_Month07_S.png'); border : none; } Button.btn_m08 { background : #cee6f4 ; image : url('theme://images/img_Month08_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m08:mouseover, Button.btn_m08:pushed, Button.btn_m08:focus, Button.btn_m08:selected { background : #2674aa ; image : url('theme://images/img_Month08_S.png'); border : none; } Button.btn_m09 { background : #cee6f4 ; image : url('theme://images/img_Month09_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m09:mouseover, Button.btn_m09:pushed, Button.btn_m09:focus, Button.btn_m09:selected { background : #2674aa ; image : url('theme://images/img_Month09_S.png'); border : none; } Button.btn_m10 { background : #cee6f4 ; image : url('theme://images/img_Month10_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m10:mouseover, Button.btn_m10:pushed, Button.btn_m10:focus, Button.btn_m10:selected { background : #2674aa ; image : url('theme://images/img_Month10_S.png'); border : none; } Button.btn_m11 { background : #cee6f4 ; image : url('theme://images/img_Month11_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m11:mouseover, Button.btn_m11:pushed, Button.btn_m11:focus, Button.btn_m11:selected { background : #2674aa ; image : url('theme://images/img_Month11_S.png'); border : none; } Button.btn_m12 { background : #cee6f4 ; image : url('theme://images/img_Month12_N.png') ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; shadow : 0 none ; } Button.btn_m12:mouseover, Button.btn_m12:pushed, Button.btn_m12:focus, Button.btn_m12:selected { background : #2674aa ; image : url('theme://images/img_Month12_S.png'); border : none; } /**** Btn ****/ Button.btn_MonthN, Button.btn_MonthN:focus, Button.btn_MonthN:selected { background : transparent; image : url('theme://images/theme_blue/icon_MonthNext_N.png'); border : none; } Button.btn_MonthN:mouseover { background : transparent ; image : url('theme://images/theme_blue/icon_MonthNext_O.png') ; border : none ; shadow : 0 none ; } Button.btn_MonthN:pushed { background : transparent; image : url('theme://images/theme_blue/icon_MonthNext_P.png'); border : none; } Button.btn_MonthP, Button.btn_MonthP:focus, Button.btn_MonthP:selected { background : transparent; image : url('theme://images/theme_blue/icon_MonthPre_N.png'); border : none; } Button.btn_MonthP:mouseover { background : transparent ; image : url('theme://images/theme_blue/icon_MonthPre_O.png') ; border : none ; shadow : 0 none ; } Button.btn_MonthP:pushed { background : transparent; image : url('theme://images/theme_blue/icon_MonthPre_P.png'); border : none; } Button.btn_MonthText { background : transparent ; border : 0 none ; font : Dotum,10,bold ; color : #333333 ; align : center middle ; cursor : hand ; focusborder : 0 none ; } Button.btn_MonthText:mouseover, Button.btn_MonthText:pushed, Button.btn_MonthText:focused, Button.btn_MonthText:selected { background : #2674aa ; border : 1 solid #2674aa ; bordertype : round 2,2 ; font : Dotum,10,bold ; color : #ffffff ; shadow : 0 none ; pusheddrawoffset : 0 0 ; } /*** Grid ***/ Grid.gridcalendar { background : #F9F9F9 ; border : 0 none, 1 solid #2674aa, 1 solid #2674aa, 1 solid #2674aa ; font : Dotum,9,bold ; color : #333333 ; align : center middle ; focusborder : 0 none ; cursor : hand ; } Grid.gridcalendar>#head { border : none, none, 1 solid #C5D8E9, none; cellalign : center middle; cellbackground : #F1F7FA; cellcolor : #6A513E; cellfont : Dotum,9; cellline : 0 solid #C5D8E9; cellpadding : 0 0 0 0; } Grid.gridcalendar>#body { background : #F9F9F9 ; border : 0 none ; font : Dotum,9 ; color : #333333 ; cellpadding : 0 3 0 3 ; cellbackground : #F9F9F9 ; cellbackground2 : #F9F9F9 ; cellalign : center middle ; cellline : 1 solid #C5D8E9 ; celllinetype : ; cellfont : Dotum,9 ; cellcolor : #333333 ; selectbackground : #F9F9F9 ; selectborder : none ; selectfont : Dotum,9 ; selectcolor : #333333 ; } Grid.gridcalendar>#body:mouseover { cellbackground : #E5EEF4 ; cellbackground2 : #E5EEF4 ; selectbackground : #E5EEF4 ; selectcolor : #333333 ; cellcolor : #333333 ; cellcolor2 : #333333 ; } Grid.gridcalendar>#body:focused { cellbackground : #E5EEF4 ; cellbackground2 : #E5EEF4 ; selectbackground : #E5EEF4 ; selectcolor : #333333 ; cellcolor : #333333 ; cellcolor2 : #333333 ; } Cell.btborder_white { line : 1 solid #C5D8E9, 1 solid #C5D8E9, 0 none, 1 solid #C5D8E9; } Cell.btriborder_white { line : 1 solid #C5D8E9, 0 none, 0 none, 1 solid #C5D8E9; } Cell.riborder_white { line : 1 solid #C5D8E9, 0 none, 1 solid #C5D8E9, 1 solid #C5D8E9; } /*** Edit ***/ Edit.calendar_output, Edit.calendar_output:mouseover, Edit.calendar_output:focused { background : #E5EEF4 ; border : 1 solid #3576AE ; bordertype : round 2 2 ; } Static.calendar_output { color : #FFFFFF; align : center middle; } /* 20141023 jw.choe TF style output */ Edit.output[readonly="true"],Edit.output[readonly="true"]:mouseover, Edit.output[readonly="true"]:focused, Edit.output[readonly="true"]:selected, Edit.output[readonly="true"]:disabled { background : url('theme://images/theme_blue/bg_edit_R.png') stretch 5,5; } Edit.edt_transbg[readonly="true"],Edit.edt_transbg[readonly="true"]:mouseover, Edit.edt_transbg[readonly="true"]:focused, Edit.edt_transbg[readonly="true"]:selected, Edit.edt_transbg[readonly="true"]:disabled, Edit.edt_transbg[readonly="true"]:pushed { background : transparent; shadow : ; } Edit.edt_transbg_right[readonly="true"],Edit.edt_transbg_right[readonly="true"]:mouseover, Edit.edt_transbg_right[readonly="true"]:focused, Edit.edt_transbg_right[readonly="true"]:selected, Edit.edt_transbg_right[readonly="true"]:disabled, Edit.edt_transbg_right[readonly="true"]:pushed { align : right middle; background : transparent; shadow : ; font : Dotum,9,bold; } MaskEdit.edt_transbg[readonly="true"],MaskEdit.edt_transbg[readonly="true"]:mouseover, MaskEdit.edt_transbg[readonly="true"]:focused, MaskEdit.edt_transbg[readonly="true"]:selected, MaskEdit.edt_transbg[readonly="true"]:disabled, MaskEdit.edt_transbg[readonly="true"]:pushed { background : transparent; shadow : ; } Calendar.cal_transbg[readonly="true"],Calendar.cal_transbg[readonly="true"]:mouseover, Calendar.cal_transbg[readonly="true"]:focused, Calendar.cal_transbg[readonly="true"]:selected, Calendar.cal_transbg[readonly="true"]:disabled, Calendar.cal_transbg[readonly="true"]:pushed { background : transparent; shadow : ; } Static.St_CalDW_Sun { align : center middle ; background : #ccd9e2 ; font : Tahoma,8 ; color : #de1300 ; border : 1 solid #b8cad7, 1 solid #d9f0eb, 1 solid #b8cad7, 1 solid #b8cad7 ; } Static.St_CalDW_Sat { align : center middle ; background : #ccd9e2 ; font : Tahoma,8 ; color : #1a8ddd ; border : 1 solid #b8cad7, 1 solid #b8cad7, 1 solid #b8cad7, 1 solid #b8cad7 ; } Static.St_CalDW_Day { align : center middle; background : #ccd9e2; font : Tahoma,8; color : #637786; border : 1 solid #b8cad7, 1 solid #ccd9e2, 1 solid #b8cad7, 1 solid #b8cad7; } Static.St_CalDay { align : center middle; background : #f0f7fc; border : 1 solid #b1d8ec; font : Tahoma,8; color : #2674aa; } Static.St_popupBg02, Static.St_popupBg02:mouseover, Static.St_popupBg02:disabled { background : #f0f7fc ; border : 1 solid #2674aa ; bordertype : round 2 2 ; shadow : 1,1 5 #00000066 ; opacity : 100: } Static.St_POPCA_stcYear { font : Tahoma,12,bold; color : #ffffff; align : center middle; } /**** SearchArea ****/ /** SearchBox **/ Div.div_SA { background : URL('theme://images/theme_blue/bg_search.png') stretch 7,7 ; bordertype : round 2 2 leftbottom rightbottom; } Div.div_SA2 { background : URL('theme://images/theme_blue/bg_search2.png') stretch 7,7 ; bordertype : round 2 2; } /** SearchTable**/ Static.search_name { font : Dotum,9,bold ; align : left middle ; padding : 0 0 0 8 ; background : url('theme://images/theme_blue/icon_search_bullet.png') left middle ; color : #1b5a89 ; } Static.search_no_b { font : Dotum,9 ; color : #333333 ; align : left middle ; } /**** DataGroup ****/ /** DataGroupx **/ Static.sta_DG_box { background : #e4f1f9; border : 1 solid #b1d8ec; bordertype : round 2 2; } Static.sta_DG_sublabel { background : URL('theme://images/bg_DG_sublabel.png') stretch 23,23 ; padding : 0 0 0 9; color : #1b5a89; } Static.sta_DG_line { border : 0 none, 0 none, 1 solid #b1d8ec, 0 none; } /**** DetileArea ****/ /** DetileBox **/ Static.sta_DA_box { background : #f0f7fc ; border : 2 solid #1b5a89, 0 solid #B0B0B0, 0 solid #B0B0B0, 0 solid #B0B0B0 ; } Static.sta_DA_box2 { background : #ffffff ; border : 1 solid #84bfe1 ; } /*** DetileTable ***/ Static.cell_1 { background : #cce8ffff ; border : 0 none ; bordertype : round 2,2 ; color : #333333 ; padding : 0 0 0 8 ; } Static.cell_2 { background : #E9ECD2 ; border : 1 solid #9EBED4 ; bordertype : round 2,2 ; color : #333333 ; padding : 0 0 0 8 ; } /* 20141028 jw.choe static border style add*/ Static.cell_3 { border : 1 solid #84bfe1 ; bordertype : round 2,2 ; color : #333333 ; padding : 0 0 0 1 ; } /*** DataBox ***/ Div.div_DA { background : #ffffff ; border : 1 solid #84bfe1 ; bordertype : round 2 2 ; } Div.groupbox_blue, Static.groupbox_blue { background : #f0f7fc ; border : 1 solid #3d95cd ; bordertype : round 5 5 ; } Div.div_Layer { background : URL('theme://images/theme_blue/bg_form_popup.png') stretch 40,40; border : ; } Div.div_DA_box { background : #ffffff ; border : 1 solid #B0B0B0 ; } Div.div_Gradation { background : #f0f7fc; border : 2 solid #84bfe1; } PopupDiv.div_Gradation { background : #f0f7fc; border : 2 solid #84bfe1; } /***** Title *****/ /*** WorkFormTitle ***/ Static.tit_1 { font : Dotum,9,bold ; align : left middle ; padding : 0 0 0 22 ; background : #2d84be url('theme://images/icon_tit_bullet1.png') left middle ; color : #FFFFFF ; } Static.tit_2 { font : Dotum,9,bold; align : left top; padding : 2 0 0 19; background : url('theme://images/theme_blue/icon_tit_bullet2.png') left top; color : #333333; } Static.tit_3 { font : Dotum,9,bold; align : left millde; padding : 2 0 0 19; background : url('theme://images/theme_blue/icon_tit_bullet3.png') left middle; color : #1b5a89; } /* Static ondblclick event 2014.12.03 jw.choe*/ Button.tit_2, Button.tit_2:mouseover, Button.tit_2:pushed, Button.tit_2:focus, Button.tit_2:selected, Button.tit_2:disabled { font : Dotum,9,bold; align : left top; padding : 2 0 0 19; background : url('theme://images/theme_blue/icon_tit_bullet2.png') left top; color : #333333; border : 0 none; cursor : auto; } /* caption ondblclick event 2014.12.17 jw.choe*/ Button.caption, Button.caption:mouseover, Button.caption:pushed, Button.caption:focus, Button.caption:selected { background : transparent ; border : 0 none ; align : left middle ; font : Dotum,9 ; color : #333333 ; cursor : auto ; } /*** 멀티 셀렉트 버튼 ***/ Button.Combo_list_dropbtn { background : transparent url('theme://images/theme_blue/btn_dropBg1_N.png') stretch 5,0; border : 0 none; bordertype : round 2,2 righttop rightbuttom; image : theme://images/theme_blue/btn_drop_N.png; imagepadding : 0 0 0 1; imagealign : center middle; pusheddrawoffset : 0 0; } Button.Combo_list_dropbtn:mouseover { background : transparent url('theme://images/theme_blue/btn_dropBg1_O.png') stretch 5,0 ; border : 0 none ; bordertype : round 2,2 righttop rightbuttom ; image : theme://images/theme_blue/btn_drop_O.png ; imagepadding : 0 0 0 1 ; imagealign : center middle ; shadow : 0 none ; } Button.Combo_list_dropbtn:pushed { background : transparent url('theme://images/theme_blue/btn_dropBg1_P.png') stretch 5,0 ; border : 0 none ; bordertype : round 2,2 righttop rightbuttom ; image : theme://images/theme_blue/btn_drop_P.png ; imagepadding : 0 0 0 1 ; imagealign : center middle ; shadow : 0 none ; pusheddrawoffset : 0 0 ; } Button.Combo_list_dropbtn:focus, Button.Combo_list_dropbtn:selected { background : #fff000 ; border : 0 none ; bordertype : round 2,2 righttop rightbuttom ; image : theme://images/theme_blue/btn_drop_P.png ; imagepadding : 0 0 0 1 ; imagealign : center middle ; margin : 1 1 1 1 ; shadow : 0 none ; pusheddrawoffset : 0 0 ; } /***** PopupForm *****/ /*** Title ***/ Static.sta_POP_title, Static.sta_POP_title:disabled { font : Dotum,11,bold; align : left millde; color : #ffffff; } /*** Close ***/ Button.btn_POP_cls, Button.btn_POP_cls:focused, Button.btn_POP_cls:selected { background : transparent; border : none; image : url('theme://images/theme_blue/icon_form_popClose_N.png'); } Button.btn_POP_cls:mouseover { background : transparent ; border : none ; image : url('theme://images/theme_blue/icon_form_popClose_O.png') ; } Button.btn_POP_cls:pushed { background : transparent; border : none; image : url('theme://images/theme_blue/icon_form_popClose_P.png'); } Button.btn_POP_cls2, Button.btn_POP_cls2:mouseover, Button.btn_POP_cls2:pushed, Button.btn_POP_cls2:selected { image : url('theme://images/btn_popcloseN.png'); border : none; background : transparent; padding : 0 0 0 0; } /*** Minimize ***/ Button.btn_POP_min, Button.btn_POP_min:focused, Button.btn_POP_min:selected { background : transparent; border : 0 none; bordertype : normal ; margin : 0 0 0 4; image : theme://images/btn_TitlebarForm_Min_N.png; imagealign : center middle; cursor : hand; } Button.btn_POP_min:mouseover { background : transparent; border : none; image : theme://images/btn_TitlebarForm_Min_D.png; shadow : ; } Button.btn_POP_min:pushed, Button.btn_POP_min:deactivate,Button.btn_POP_min:nested { background : transparent; border : none; image : theme://images/btn_TitlebarForm_Min_D.png; pusheddrawoffset : 0 0; } /***** 가이드안내용 *****/ Static.sta_guide { background : #ff7f5099; font : Dotum,8; align : center middle; color : #ffffff; } /***** BOTTOMFRAME *****/ Static.sta_BF_STMsg { background : #103b5f URL('theme://images/theme_blue/bg_BF_line.png') repeat-y right middle ; border : 1 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e ; font : Dotum,9 ; color : #cfd0d1ff ; padding : 1 10 0 10 ; } Static.sta_BF_STUser { align : center middle ; background : #103b5f URL('theme://images/theme_blue/bg_BF_line.png') repeat-y right middle ; border : 1 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e ; font : Dotum,9 ; color : #82caebff ; padding : 1 10 0 10 ; } Static.sta_BF_STDate { align : right middle; background : transparent; border : 1 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e; font : Dotum,9; color : #cfd0d1ff; padding : 1 10 0 10; } Static.sta_BF_STNoti { background : #103b5f URL('theme://images/theme_blue/bg_BF_line.png') repeat-y right middle ; border : 1 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e ; font : Dotum,9 ; color : #cfd0d1ff ; padding : 1 10 0 10 ; } Static.sta_BF_ST_BG { background : #103b5f ; border : 1 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e, 0 solid #1e242e ; font : Dotum,9 ; color : #cfd0d1ff ; padding : 1 10 0 10 ; } /***** BOTTOMFRAMEEnd *****/ Static.sta_LoginForm_bg { background : @gradation url('theme://main/Login_Bg_Visual1.png') left top; } /***** FRAMEStart *****/ /*** TOPFRAME ***/ Button.btn_Menu, Button.btn_Menu:disabled { background : transparent URL('theme://images/btn_menu_N.png') left middle; border : 0 none; bordertype : normal; align : left middle; margin : 0 0 0 4; } Button.btn_Menu:mouseover { background : transparent URL('theme://images/btn_menu_N.png') left middle; border : 0 none; margin : 0 0 0 4; } Button.btn_Menu:pushed { background : transparent URL('theme://images/btn_menu_N.png') left middle; border : 0 none; margin : 0 0 0 4; } Button.btn_Menu:focused,Button.btn_Menu:selected { background : transparent URL('theme://images/btn_menu_N.png') left middle; border : 0 none; margin : 0 0 0 4; } Button.btn_Menu_032, Button.btn_Menu_032:disabled { background : transparent URL('theme://images/btn_menu_N1.png') left middle; border : 0 none; bordertype : normal; align : left middle; margin : 0 0 0 4; } Button.btn_Menu_032:mouseover { background : transparent URL('theme://images/btn_menu_N1.png') left middle ; border : 0 none ; margin : 0 0 0 4; } Button.btn_Menu_032:pushed { background : transparent URL('theme://images/btn_menu_N1.png') left middle ; border : 0 none ; margin : 0 0 0 4; } Button.btn_Menu_032:focused,Button.btn_Menu:selected { background : transparent URL('theme://images/btn_menu_N1.png') left middle; border : 0 none; margin : 0 0 0 4; } Button.btn_Menu_033, Button.btn_Menu_033:disabled { background : transparent URL('theme://images/btn_menu_N2.png') left middle; border : 0 none; bordertype : normal; align : left middle; margin : 0 0 0 4; } Button.btn_Menu_033:mouseover { background : transparent URL('theme://images/btn_menu_N2.png') left middle ; border : 0 none ; margin : 0 0 0 4; } Button.btn_Menu_033:pushed { background : transparent URL('theme://images/btn_menu_N2.png') left middle ; border : 0 none ; margin : 0 0 0 4; } Button.btn_Menu_033:focused,Button.btn_Menu:selected { background : transparent URL('theme://images/btn_menu_N2.png') left middle; border : 0 none; margin : 0 0 0 4; } Button.btn_TF_GNB_SpinPre,Button.btn_TF_GNB_SpinPre:focused,Button.btn_TF_GNB_SpinPre:selected { background : transparent URL('theme://images/theme_blue/BTN_TF_SpinPre_N.png') left top; border : 0 none; bordertype : normal; align : center middle; } Button.btn_TF_GNB_SpinPre:mouseover { background : transparent URL('theme://images/theme_blue/BTN_TF_SpinPre_O.png') left top; border : 0 none; } Button.btn_TF_GNB_SpinPre:pushed { background : transparent URL('theme://images/theme_blue/BTN_TF_SpinPre_P.png') left top; border : 0 none; } Button.btn_TF_GNB_SpinNext,Button.btn_TF_GNB_SpinNext:focused,Button.btn_TF_GNB_SpinNext:selected { background : transparent URL('theme://images/theme_blue/BTN_TF_SpinNext_N.png') left top; border : 0 none; bordertype : normal; align : center middle; } Button.btn_TF_GNB_SpinNext:mouseover { background : transparent URL('theme://images/theme_blue/BTN_TF_SpinNext_O.png') left top; border : 0 none; } Button.btn_TF_GNB_SpinNext:pushed { background : transparent URL('theme://images/theme_blue/BTN_TF_SpinNext_P.png') left top; border : 0 none; } Button.btn_MenuGroup,Button.btn_MenuGroup:focused,Button.btn_MenuGroup:selected { background : #2674aa ; border : 0 none; bordertype : normal 0 0; color : #ffffff ; align : center middle ; image : theme://images/theme_blue/icon_menu_group.png ; imagealign : lefttext middle ; imagepadding : 0 2 0 0 ; } Button.btn_MenuGroup:mouseover { background : #2d84be ; color : #e4f1f9 ; } Button.btn_MenuGroup:pushed { background : #f97818 ; color : #ffffff ; } Button.btn_InfoMod,Button.btn_InfoMod:focused,Button.btn_InfoMod:selected,Button.btn_InfoMod:disabled { background : royalblue; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom ; image : theme://images/btn_TF_InfoMod.png; imagealign : center top ; padding : 5 0 5 0 ; } Button.btn_InfoMod:mouseover { background : royalblue; border : 0 none; color : #0a3948; } Button.btn_InfoMod:pushed { background : royalblue; border : 0 none; color : #ffffff; } Button.btn_OpenPage,Button.btn_OpenPage:focused,Button.btn_OpenPage:selected,Button.btn_OpenPage:disabled { background : seagreen; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom ; image : theme://images/btn_TF_OpenPage_N.png; imagealign : center top ; padding : 10 0 5 0 ; } Button.btn_OpenPage:mouseover { background : seagreen; border : 0 none; color : #0a3948; } Button.btn_OpenPage:pushed { background : seagreen; border : 0 none; color : #ffffff; } Button.btn_Logout,Button.btn_Logout:focused,Button.btn_Logout:selected { background : #103b5f ; bordertype : round 30 30 ; border : none 0 ; color : #e4f1f9 ; align : center middle ; image : ; padding : 5 0 5 0 ; } Button.btn_Logout:mouseover { background : #2674aa ; color : #ffffff ; } Button.btn_Logout:pushed { background : #f97818 ; color : #ffffff ; } Button.btn_phone,Button.btn_phone:focused,Button.btn_phone:selected { background : transparent URL('theme://images/phoneinfo_N.png'); border : 0 none; color : #ffffff; align : center middle; padding : 0 0 0 0 ; } Button.btn_phone:mouseover { background : transparent URL('theme://images/phoneinfo_O.png'); border : 0 none; } Button.btn_phone:pushed { background : transparent URL('theme://images/phoneinfo_P.png'); border : 0 none; } Button.btn_Mesg,Button.btn_Mesg:focused,Button.btn_Mesg:selected,Button.btn_Mesg:disabled { background : tomato; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom; image : theme://images\messenger.png; imagealign : center top ; padding : 5 0 5 0 ; } Button.btn_Mesg:mouseover { background : tomato; border : 0 none; color : #0a3948; } Button.btn_Mesg:pushed { background : tomato; border : 0 none; color : #ffffff; } Button.btn_Mesg_Open,Button.btn_Mesg_Open:focused,Button.btn_Mesg_Open:selected { background : deepskyblue; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom; image : theme://images/btn_TF_Mesg_Open.png; imagealign : center top ; padding : 5 0 5 0 ; } Button.btn_Mesg_Open:mouseover { background : deepskyblue; border : 0 none; color : #0a3948; } Button.btn_Mesg_Open:pushed { background : deepskyblue; border : 0 none; color : #ffffff; } Button.btn_Mis,Button.btn_Mis:focused,Button.btn_Mis:selected,Button.btn_Mis:disabled { background : deepskyblue; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom; image : theme://images/btn_mis.png; imagealign : center top ; padding : 5 0 5 0 ; } Button.btn_Mis:mouseover { background : deepskyblue; border : 0 none; color : #0a3948; } Button.btn_Mis:pushed { background : deepskyblue; border : 0 none; color : #ffffff; } Button.btn_ElecSign,Button.btn_ElecSign:focused,Button.btn_ElecSign:selected,Button.btn_ElecSign:disabled { background : violet; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom; image : theme://images/btn_TF_InfoMod_N.png; imagealign : center top ; padding : 5 0 5 0 ; } Button.btn_ElecSign:mouseover { background : violet; border : 0 none; color : #0a3948; } Button.btn_ElecSign:pushed { background : violet; border : 0 none; color : #ffffff; } Button.btn_Call,Button.btn_Call:focused,Button.btn_Call:selected,Button.btn_Call:disabled { background : lightslategray; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom; image : theme://images/btn_call.png; imagealign : center top ; padding : 5 0 5 0 ; } Button.btn_Call:mouseover { background : lightslategray; border : 0 none; color : #0a3948; } Button.btn_Call:pushed { background : lightslategray; border : 0 none; color : #ffffff; } Button.btn_GuideLine,Button.btn_GuideLine:focused,Button.btn_GuideLine:selected,Button.btn_GuideLine:disabled { background : #f5b510ff; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom; image : theme://images\btn_guideline.png; imagealign : center top ; padding : 5 0 5 0 ; } Button.btn_GuideLine:mouseover { background : #f5b510ff; border : 0 none; color : #0a3948; } Button.btn_GuideLine:pushed { background : #f5b510ff; border : 0 none; color : #ffffff; } Button.btn_CDW,Button.btn_CDW:focused,Button.btn_CDW:selected,Button.btn_CDW:disabled { background : mediumseagreen; border : 0 none; bordertype : normal; color : #ffffff; align : center bottom; image : theme://images\btn_cdw.png; imagealign : center top ; padding : 5 0 5 0 ; } Button.btn_CDW:mouseover { background : mediumseagreen; border : 0 none; color : #0a3948; } Button.btn_CDW:pushed { background : mediumseagreen; border : 0 none; color : #ffffff; } Button.btn_MesgNew,Button.btn_MesgNew:focused,Button.btn_MesgNew:selected { background : transparent URL('theme://images/theme_blue/btn_TF_MesgNew_N.png') stretch 5,0 left top; border : 0 none; bordertype : normal; align : center middle; } Button.btn_MesgNew:mouseover { background : transparent URL('theme://images/theme_blue/btn_TF_MesgNew_O.png') stretch 5,0 left top; border : 0 none; } Button.btn_MesgNew:pushed { background : transparent URL('theme://images/theme_blue/btn_TF_MesgNew_P.png') stretch 5,0 left top; border : 0 none; } Button.btn_MesgError,Button.btn_MesgError:focused,Button.btn_MesgError:selected { background : transparent URL('theme://images/theme_blue/btn_TF_MesgError_N.png') stretch 5,0 left top; border : 0 none; bordertype : normal; align : center middle; } Button.btn_MesgError:mouseover { background : transparent URL('theme://images/theme_blue/btn_TF_MesgError_O.png') stretch 5,0 left top; border : 0 none; } Button.btn_MesgError:pushed { background : transparent URL('theme://images/theme_blue/btn_TF_MesgError_P.png') stretch 5,0 left top; border : 0 none; } /*** 팝업메뉴 ***/ PopupDiv.pdv_TF_Menu { background : #f0f7fc URL('theme://images/theme_blue/bg_TF_Popdiv_Tit.png') repeat-x left top ; border : 1 solid #2674aa ; bordertype : round 2,2 ; font : Dotum,9,bold ; align : left top; color : #ffffff; } Button.btn_PDVClose,Button.btn_PDVClose:focused,Button.btn_PDVClose:selected { background : transparent URL('theme://images/theme_blue/btn_TF_PopDiv_Close_N.png') left top; border : 0 none; bordertype : normal; align : center middle; } Button.btn_PDVClose:mouseover { background : transparent URL('theme://images/theme_blue/btn_TF_PopDiv_Close_O.png') left top ; border : 0 none ; shadow : 0 none ; } Button.btn_PDVClose:pushed { background : transparent URL('theme://images/theme_blue/btn_TF_PopDiv_Close_P.png') left top; border : 0 none; } Static.sta_TF_MenuTit { align : left middle; background : transparent; border : 0 none; font : Dotum,9,bold; color : #ffffff; padding : 8 0 8 8; } Grid.grd_TF_PDVMenu { background : #f0f7fc ; border : 0 none ; font : Dotum,9,bold ; color : #f97818 ; align : center middle ; focusborder : 0 none ; } Grid.grd_TF_PDVMenu>#body { background : transparent ; border : none ; font : Dotum,9,bold ; color : #666666 ; cellpadding : 0 3 0 3 ; cellbackground : #f0f7fc ; cellbackground2 : #f0f7fc ; cellalign : left middle ; cellline : 1 solid #B0B0B0 ; celllinetype : onlyhorz ; cellfont : Dotum,9 ; cellcolor : #666666 ; selectbackground : #f0f7fc ; selectborder : none ; selectline : 1 solid #B0B0B0 ; selectline : onlyhorz ; selectfont : Dotum,9,bold ; selectcolor : #666666 ; } Grid.grd_TF_PDVMenu>#body:mouseover { cellbackground : transparent ; cellbackground2 : transparent ; cellcolor : #666666 ; selectbackground : transparent ; selectfont : Dotum,9,bold ; selectcolor : #666666 ; } Grid.grd_TF_PDVMenu>#body:disabled { cellbackground : #ffffff ; cellbackground2 : #f0f7fc ; cellcolor : #666666 ; selectbackground : #ffffff ; selectcolor : #666666 ; } /* Grid TF vscrollbar */ Grid.grd_TF_PDVMenu>#vscrollbar { background : transparent URL('theme://images/theme_blue/bg_Popdiv_SrollLine.png') repeat-y left top; barminsize : 0; border : 0 none ; imgoutsize : 11; decbtnsize : 0; incbtnsize : 0; scrollbarsize : 16; trackbarsize : 25; } Grid.grd_TF_PDVMenu>#vscrollbar:mouseover, Grid.grd_TF_PDVMenu>#vscrollbar:pushed, Grid.grd_TF_PDVMenu>#vscrollbar:focused { background : transparent; } Grid.grd_TF_PDVMenu>#vscrollbar>#trackbar { background : #e4f1f9 ; border : 1 solid #b1d8ec ; bordertype : round 4 4 ; padding : 0 0 0 0 ; align : center middle ; image : ; pusheddrawoffset : 0 0; } Grid.grd_TF_PDVMenu>#vscrollbar>#trackbar:mouseover { background : #cee6f4 ; border : 1 solid #84bfe1 ; image : ; } Grid.grd_TF_PDVMenu>#vscrollbar>#trackbar:pushed { background : #b1d8ec border : 1 solid #58a6d5 ; image : ; } Grid.grd_TF_PDVMenu>#vscrollbar>#trackbar:disabled { background : #CCD1D6 ; border : 1 solid #b1d8ec ; } /*** 환자 상단 정보 ***/ Div.div_shortcut_bg { background : #84bfe1 ; } Div.div_menu_bg { background : #1b5a89 ; } Div.div_patientInfo_all_bg { background : #f0f7fc ; } Div.div_patientinfo_bg { background : #2674aa ; bordertype : round 4 4 ; } Static.sta_seperate { border : 0, 1 solid #84bfe1, 0, 0 ; } Static.sta_PatientInfo { background : transparent ; color : #ffffffff ; font : Gulim,10,bold ; } Static.sta_PatientInfo2 { background : transparent URL('theme://images/theme_blue/icon_patinfo.png') left middle ; padding : 0 0 0 10 ; } Static.sta_PatientInfo3 { background : transparent URL('theme://images/theme_blue/icon_bullet.png') left middle ; color : #333333 ; font : Dotum,9,bold ; padding : 0 0 0 13 ; } Static.stt_diagnosis_d { background : transparent ; border : 1 solid #84bfe1 ; bordertype : round 1 1 ; padding : 0 1 0 1 ; } Static.stt_diagnosis_over { background : #ffffffff ; border : 1 solid #84bfe1 ; bordertype : round 1 1 ; padding : 0 1 0 1 ; } Edit.edt_pid[readonly="true"],Edit.edt_pid[readonly="true"]:mouseover, Edit.edt_pid[readonly="true"]:focused, Edit.edt_pid[readonly="true"]:selected, Edit.edt_pid[readonly="true"]:disabled { align : left middle; background : transparent; border : 0 none #808080ff; bordertype : normal 0 0; color : #ffffffff; font : Gulim,10,bold; padding : 0 0 0 0; } Button.btn_diagnosis, Button.btn_diagnosis:focused, Button.btn_diagnosis:selected, Button.btn_diagnosis:mouseover, Button.btn_diagnosis:pushed { background : transparent URL('theme://images/theme_blue/icon_bullet.png') left middle ; border : 0 none #808080ff ; color : #333333 ; font : Dotum,9,bold ; padding : 0 0 0 13 ; } Div.div_PatientInfo { background : #e4f1f9 URL('theme://images/theme_blue/bg_top.png') repeat ; } Button.btn_TF_Certificate,Button.btn_TF_Certificate:focused,Button.btn_TF_Certificate:selected { background : transparent URL('theme://images/theme_blue/btn_doc_N.png') center middle ; align : center middle ; } Button.btn_TF_Certificate:mouseover { background : transparent URL('theme://images/theme_blue/btn_doc_O.png') center middle ; } Button.btn_TF_Certificate:pushed { background : transparent URL('theme://images/theme_blue/btn_doc_P.png') center middle ; } Button.btn_TF_PatientCase, Button.btn_TF_PatientCase:focused, Button.btn_TF_PatientCase:selected, Button.btn_TF_PatientCase:disabled { background : #84bfe1 ; border : 0 solid #8abad8ff; color : #e4f1f9 ; font : Dotum,8,bold ; cursor : hand ; } Button.btn_TF_PatientCase:mouseover { background : #b1d8ec ; border : 0 solid #8abad8ff; color : #ffffff ; } Button.btn_TF_PatientCase:pushed { background : #f97818 ; border : 0 solid #8abad8ff; color : #ffffff ; } Button.btn_top_allergy, Button.btn_top_allergy:focused, Button.btn_top_allergy:selected, Button.btn_top_allergy:disabled { background : #fb4b38ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_allergy:mouseover { background : #fe6e5fff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_allergy:pushed { background : #ff1a01ff; border : 0 solid #8abad8ff; } Button.btn_top_newallergy, Button.btn_top_newallergy:focused, Button.btn_top_newallergy:selected, Button.btn_top_newallergy:disabled { background : #fb4b38ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_newallergy:mouseover { background : #fe6e5fff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_newallergy:pushed { background : #ff1a01ff; border : 0 solid #8abad8ff; } Button.btn_top_organ, Button.btn_top_organ:focused, Button.btn_top_organ:selected, Button.btn_top_organ:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_organ:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_organ:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_cp, Button.btn_top_cp:focused, Button.btn_top_cp:selected, Button.btn_top_cp:disabled { background : #00aaf0ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_cp:mouseover { background : #82c8f0ff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_cp:pushed { background : #1e8cffff; border : 0 solid #8abad8ff; } Button.btn_top_drgflag, Button.btn_top_drgflag:focused, Button.btn_top_drgflag:selected, Button.btn_top_drgflag:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_drgflag:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_drgflag:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_vip, Button.btn_top_vip:focused, Button.btn_top_vip:selected, Button.btn_top_vip:disabled { background : #fb4b38ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_vip:mouseover { background : #fe6e5fff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_vip:pushed { background : #ff1a01ff; border : 0 solid #8abad8ff; } Button.btn_top_recmer, Button.btn_top_recmer:focused, Button.btn_top_recmer:selected, Button.btn_top_recmer:disabled { background : #3e96f8ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_recmer:mouseover { background : #5ba8fdff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_recmer:pushed { background : #1780f5ff; border : 0 solid #8abad8ff; } Button.btn_top_healexam, Button.btn_top_healexam:focused, Button.btn_top_healexam:selected, Button.btn_top_healexam:disabled { background : #3fac03ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_healexam:mouseover { background : #47c203ff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_healexam:pushed { background : #369302ff; border : 0 solid #8abad8ff; } Button.btn_top_intncare, Button.btn_top_intncare:focused, Button.btn_top_intncare:selected, Button.btn_top_intncare:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_intncare:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_intncare:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_coop, Button.btn_top_coop:focused, Button.btn_top_coop:selected, Button.btn_top_coop:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_coop:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_coop:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_nutinfo, Button.btn_top_nutinfo:focused, Button.btn_top_nutinfo:selected, Button.btn_top_nutinfo:disabled { background : #000099ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_nutinfo:mouseover { background : #0028f0ff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_nutinfo:pushed { background : #00008cff; border : 0 solid #8abad8ff; } Button.btn_top_dinfo, Button.btn_top_dinfo:focused, Button.btn_top_dinfo:selected, Button.btn_top_dinfo:disabled { background : #ffff00ff; border : 0 solid #8abad8ff; color : #ff0000ff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_dinfo:mouseover { background : #ffff84ff; color : #ff0000ff; border : 0 solid #8abad8ff; } Button.btn_top_dinfo:pushed { background : #e8e800ff; color : #ff0000ff; border : 0 solid #8abad8ff; } Button.btn_top_binfo, Button.btn_top_binfo:focused, Button.btn_top_binfo:selected, Button.btn_top_binfo:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_binfo:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_binfo:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_binfo_h, Button.btn_top_binfo_h:focused, Button.btn_top_binfo_h:selected, Button.btn_top_binfo_h:disabled { background : #ff66ccff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_binfo_h:mouseover { background : #ff84feff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_binfo_h:pushed { background : #b948c8ff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_pinfo, Button.btn_top_pinfo:focused, Button.btn_top_pinfo:selected, Button.btn_top_pinfo:disabled { background : #6600ccff; border : 1 solid #8abad8ff; color : #ffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_pinfo:mouseover { background : #701effff; color : #ffffff; border : 1 solid #8abad8ff; } Button.btn_top_pinfo:pushed { background : #521ee6ff; color : #ffffff; border : 1 solid #8abad8ff; } Button.btn_top_pinfo_h, Button.btn_top_pinfo_h:focused, Button.btn_top_pinfo_h:selected, Button.btn_top_pinfo_h:disabled { background : #ffffffff; border : 1 solid #8abad8ff; color : #3c3cffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_pinfo_h:mouseover { background : #ffffffff; color : #7171ffff; border : 0 solid #8abad8ff; } Button.btn_top_pinfo_h:pushed { background : #ffffffff; color : #1a1affff; border : 0 solid #8abad8ff; } Button.btn_top_schoolflag, Button.btn_top_schoolflag:focused, Button.btn_top_schoolflag:selected, Button.btn_top_schoolflag:disabled { background : #b6dbf2ff; border : 0 solid #8abad8ff; color : #ff0000ff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_schoolflag:mouseover { background : #b6dbf2ff; color : #ff0000ff; border : 1 solid #8abad8ff; } Button.btn_top_schoolflag:pushed { background : #b6dbf2ff; color : #ff0000ff; border : 1 solid #8abad8ff; } Button.btn_top_drgyn, Button.btn_top_drgyn:focused, Button.btn_top_drgyn:selected, Button.btn_top_drgyn:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_drgyn:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_drgyn:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_drginfo, Button.btn_top_drginfo:focused, Button.btn_top_drginfo:selected, Button.btn_top_drginfo:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_drginfo:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_drginfo:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_pregnant, Button.btn_top_pregnant:focused, Button.btn_top_pregnant:selected, Button.btn_top_pregnant:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_pregnant:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_pregnant:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_yeonmyung, Button.btn_top_yeonmyung:focused, Button.btn_top_yeonmyung:selected, Button.btn_top_yeonmyung:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_yeonmyung:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_yeonmyung:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } Button.btn_top_lcdhistory, Button.btn_top_lcdhistory:focused, Button.btn_top_lcdhistory:selected, Button.btn_top_lcdhistory:disabled { background : #f48706ff; border : 0 solid #8abad8ff; color : #ffffffff; cursor : hand; focusborder : 0 none; font : Dotum,8,bold; } Button.btn_top_lcdhistory:mouseover { background : #faa53dff; color : #ffffffff; border : 0 solid #8abad8ff; } Button.btn_top_lcdhistory:pushed { background : #b76604ff; border : 0 solid #8abad8ff; } /*** 환자 상단 정보 여기까지 ***/ Button.btn_login, Button.btn_login:focused, Button.btn_login:selected { background : url('theme://images/Login_btn_login_N.png'); border : 0 none; cursor : hand; focusborder : 0 none; } Button.btn_login:mouseover { background : url('theme://images/Login_btn_login_O.png'); shadow : outer 0,0 1 #026886; border : 0 none; } Button.btn_login:pushed { background : url('theme://images/Login_btn_login_P.png'); border : 0 none; } /** Login-Notice **/ Static.sta_LoginNoticeBar_bg { background : @gradation url('theme://main/Login_Bg_Visual2.png') left top; } /* Edit */ Edit.edt_loginID { background : transparent url('theme://images/Login_img_IDBg_N.png') stretch 15,0; border : none ; align : left middle ; font : Dotum,9 ; color : #333333 ; padding : 0 5 0 19 ; shadow : 0 none ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; } Edit.edt_loginID:mouseover { background : transparent url('theme://images/Login_img_IDBg_P.png') stretch 15,0; } Edit.edt_loginID:focused { background : transparent url('theme://images/Login_img_IDBg_P.png') stretch 15,0; color : #333333 ; selectbackground : #1771BE ; selectcolor : #ffffff ; } Edit.edt_loginPW { background : transparent url('theme://images/Login_img_PWBg_N.png') stretch 15,0; border : none ; align : left middle ; font : Dotum,9 ; color : #333333 ; padding : 0 5 0 19 ; shadow : 0 none ; caretcolor : #6A543A ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; } Edit.edt_loginPW:mouseover { background : transparent url('theme://images/Login_img_PWBg_P.png') stretch 15,0; } Edit.edt_loginPW:focused { background : transparent url('theme://images/Login_img_PWBg_P.png') stretch 15,0; color : #333333 ; selectbackground : #1771BE ; selectcolor : #ffffff ; } /* Static */ Static.sta_loginID { background : transparent url('theme://images/theme_blue/Login_img_IDBg.png') left top; font : Dotum,9,bold; padding : 0 0 0 19; } Static.sta_LoginNoticeBar_txt { font : Dotum,9,bold; color : #ffffff; } Static.sta_LoginNoticeBarMore_bg { background : @gradation url('theme://main/Login_Bg_Visual3.png') left top; } Static.sta_LoginNoticeBody_bg { background : @gradation url('theme://images/Login_bg_NoticeBody.png') repeat-y left top; } Div.div_LoginNoticeBody_bg { background : #f0f7fc ; border : 2 solid #2674aa ; shadow : drop 0,0 2 gray ; } Static.sta_LoginNotice_tit { background : url('theme://images/theme_blue/icon_send_right_P.png') left middle; font : Dotum,9,bold; color : #ffffff; align : left middle; padding : 2 0 0 18; } Static.sta_LoginNoticetit_bg { background : #2674aa ; } /* Static.sta_LoginNotice_txt { background : #0182c5 url('theme://images/theme_blue/icon_send_right_P.png') left middle; font : Dotum,9,bold; color : #ffffff; align : left middle; padding : 0 0 0 20; } Static.sta_LoginNoticetxt_bg { background : #ebf3f4; border : 0 none, 0 none, 1 solid #8bc4e1, 0 none; }*/ Button.btn_LoginNoticeBarMore, Button.btn_LoginNoticeBarMore:focused, Button.btn_LoginNoticeBarMore:selected { background : url('theme://images/Login_btn_more_N.png'); border : 0 none; cursor : hand; focusborder : 0 none; } Button.btn_LoginNoticeBarMore:mouseover { background : url('theme://images/Login_btn_more_O.png') ; shadow : 0 none ; border : 0 none ; } Button.btn_LoginNoticeBarMore:pushed { background : url('theme://images/Login_btn_more_P.png'); border : 0 none; } Button.btn_LoginNoticeBarClose, Button.btn_LoginNoticeBarClose:focused, Button.btn_LoginNoticeBarClose:selected { background : url('theme://images/Login_btn_close_N.png') center middle; border : 0 none; cursor : hand; focusborder : 0 none; } Button.btn_LoginNoticeBarClose:mouseover { background : url('theme://images/Login_btn_close_O.png') center middle ; shadow : 0 none ; border : 0 none ; } Button.btn_LoginNoticeBarClose:pushed { background : url('theme://images/Login_btn_close_P.png') center middle; border : 0 none; } Combo.com_login { background : url('theme://images/bg_edit_N.png') stretch 5,5; border : none; bordertype : round 2 2; align : left middle; font : Dotum,9 ; color : #262626; itembackground : #ffffff; itemheight : 20; itemborder : 0 none; itempadding : 0 3 0 6; itemcolor : #262626; buttonsize : 19; } Combo.com_login:mouseover { background : url('theme://images/bg_edit_O.png') stretch 5,5; color : #262626; itembackground : #BBE0F9; itemborder : 1 solid #B1D5EC, 0 none, 1 solid #9FBFD4, 0 none; } Combo.com_login:focused, Combo.com_login:selected { background : url('theme://images/bg_edit_P.png') stretch 5,5; color : #262626; itemcolor : #ffffff; itembackground : #1771BE; itemborder : 1 solid #1569B0, 0 none, 1 solid #125793, 0 none; itemfont : Dotum,9,bold; } Combo.com_login:disabled { background : url('theme://images/bg_edit_D.png') stretch 5,5; color : #888888; } Combo.com_login>#comboedit { background : transparent; border : none; align : left middle; font : Dotum,9 ; color : #262626; padding : 0 5 0 5; caretcolor : #6A543A; compositecolor : #ffffff; selectbackground : transparent; selectcolor : #262626; } Combo.com_login>#comboedit:focused { selectbackground : #1771BE; selectcolor : #ffffff; } Combo.com_login>#dropbutton { background : url('theme://images/btn_dropBg_N.png') stretch 5,5; border : none, none, none, 1 solid #9EBED4; margin : 1 1 1 0; image : theme://images/icon_drop_N.png; imagealign : center middle; imagepadding : 2 0 0 0; pusheddrawoffset : 0 0; } Combo.com_login>#dropbutton:mouseover { background : url('theme://images/btn_dropBg_O.png') stretch 5,5; border : none, none, none, 1 solid #9EBED4; image : theme://images/icon_drop_O.png; } Combo.com_login>#dropbutton:selected, Combo>#dropbutton:pushed { background : url('theme://images/btn_dropBg_P.png') stretch 5,5; border : none, none, none, 1 solid #3E8BCD; margin : 1 1 1 0; image : theme://images/icon_drop_P.png; imagealign : center middle; pusheddrawoffset : 0 0; } Combo.com_login>#dropbutton:disabled { background : url('theme://images/btn_dropBg_D.png') stretch 5,5; border : none, none, none, 1 solid #BAC1C6; image : theme://images/icon_drop_D.png; } Combo.com_login>#combolist { border : 1 solid #1771BE; } Grid.grd_menuGroupList { background : #ffffff; border : 1 solid #33BBBB, 0 solid #B0B0B0, 1 solid #B0B0B0, 0 solid #B0B0B0; font : Dotum,9,bold; color : #262626; align : center middle; focusborder : 0 none; treeopenbuttonimage : theme://images/icon_treeopen.png; treeclosebuttonimage : theme://images/icon_treeclose.png; treecollapseimage : theme://images/BTN_TF_SpinNext_O.png; treeexpandimage : theme://images/BTN_TF_SpinPre_O.png; treeitemimage : theme://images/icon_MonthNext_P.png; treelinetype : 1 dotted #B0B0B0; } Grid.grd_menuGroupList>#head { border : 0 solid #92bcca, 1 solid #B0B0B0, none, 1 solid #B0B0B0; cellalign : center middle; cellbackground : url(theme://images/bg_gridHead.png) stretch 3,3; cellcolor : #262626; cellfont : Dotum,9; cellline : 1 solid #94BEBE; cellpadding : 1 0 0 0; } Grid.grd_menuGroupList>#body { background : #ffffff; border : none, 1 solid #B0B0B0, 0 solid #92bcca, 1 solid #B0B0B0; align : center middle; font : Dotum,9; color : #262626; cellalign : center middle; cellbackground : #ffffff; cellbackground2 : #F9FAFB; cellline : 1 solid #D1D8DC; celllinetype : normal; cellfont : Dotum,9; cellcolor : #262626; cellpadding : 0 4 0 4; selectbackground : #FFD3CF88; selectborder : 0 none; } Grid.grd_menuGroupList>#body:mouseover { cellbackground : #FFD3CF88; cellbackground2 : #FFD3CF88; } Grid.grd_menuGroupList>#summary { background : #F9E6C5; border : 0 none; cellbackground : transparent; cellcolor : #000000; cellfont : Dotum,9; cellline : 1 solid #C8CFD2; } /* TextArea.txa_LoginNotice, TextArea.txa_LoginNotice:mouseover, TextArea.txa_LoginNotice:focused { background : transparent ; border : none ; bordertype : normal ; align : left top ; font : Dotum,9 ; color : #333333 ; padding : 5 5 5 5 ; caretcolor : #00677e ; compositecolor : #ffffff ; selectbackground : transparent ; selectcolor : #333333 ; shadow : none ; }*/ /* Call Number Guide */ Grid.grd_CallNumber { background : transparent; border : 0 solid #ffffff; font : Dotum,9,bold; color : #444444; align : center middle; focusborder : 0 none; treelinetype : 0 dotted #B0B0B0; } Grid.grd_CallNumber>#body { background : transparent; border : none; font : Dotum,9; color : #444444; cellpadding : 2 0 0 -10; cellbackground : url('theme://images/Login_bg_1depth_N.png') stretch 30,0; cellbackground2 : url('theme://images/Login_bg_1depth_N.png') stretch 30,0; cellalign : center middle; cellline : 0 solid #c8cfd2; celllinetype : ; cellfont : Dotum,9; cellcolor : #333333; selectbackground : url('theme://images/Login_bg_1depth_S.png') stretch 30,0; selectborder : none; selectfont : Dotum,9,bold; selectcolor : #444444; } Grid.grd_CallNumber>#body:mouseover { cellbackground : url('theme://images/Login_bg_1depth_N.png') stretch 30,0; cellbackground2 : url('theme://images/Login_bg_1depth_N.png') stretch 30,0; cellcolor : #333333; selectbackground : url('theme://images/Login_bg_1depth_S.png') stretch 30,0; selectfont : Dotum,9,bold; selectcolor : #ffffff; } /** Login-MenuGroupList **/ Static.sta_MenuGroupList_bg { background : url('theme://images/Login_bg_MenuGroupList.png') repeat-y left top ; border : 1 solid #004959, none, 1 solid #1b5a89, none ; } Grid.grd_MenuGroupList { background : #ffffff ; border : 1 solid #ffffff, 1 solid #ffffff, 1 solid #5f9fae, 1 solid #ffffff ; font : Dotum,9,bold ; color : #333333 ; align : center middle ; focusborder : 0 none ; treelinetype : 0 dotted #B0B0B0 ; } Grid.grd_MenuGroupList>#body { background : #ffffff ; border : none ; font : Dotum,9 ; color : #333333 ; cellpadding : 2 0 0 -10 ; cellbackground : url('theme://images/Login_bg_1depth_N.png') stretch 30,0 ; cellbackground2 : url('theme://images/Login_bg_1depth_N.png') stretch 30,0 ; cellalign : center middle ; cellline : 0 solid #B0B0B0 ; celllinetype : ; cellfont : Dotum,9; cellcolor : #333333; selectbackground : url('theme://images/Login_bg_1depth_S.png') stretch 30,0; selectborder : none; selectfont : Dotum,9,bold; selectcolor : #ffffff; } Grid.grd_MenuGroupList>#body:mouseover { cellbackground : url('theme://images/Login_bg_1depth_N.png') stretch 30,0; cellbackground2 : url('theme://images/Login_bg_1depth_N.png') stretch 30,0; cellcolor : #333333; selectbackground : url('theme://images/Login_bg_1depth_S.png') stretch 30,0; selectfont : Dotum,9,bold; selectcolor : #ffffff; } Cell.Lv1 { background : url('theme://images/Login_bg_1depth_N.png') stretch 30,0; background2 : url('theme://images/Login_bg_1depth_N.png') stretch 30,0; padding : 2 0 0 -2; selectbackground : url('theme://images/Login_bg_1depth_S.png') stretch 30,0; selectcolor : #ffffff; } Cell.Lv2 { background : url('theme://images/Login_bg_2depth.png') stretch 30,0; background2 : url('theme://images/Login_bg_2depth.png') stretch 30,0; padding : 2 0 0 -9; selectbackground : url('theme://images/Login_bg_2depth.png') stretch 30,0; selectcolor : #008ab5; } /** Login-MenuGroupList **/ Static.sta_MenuGroupList_bg { background : url('theme://images/Login_bg_MenuGroupList.png') repeat-y left top; border : 1 solid #004959, none, 1 solid #004959, none; } /**** TableArea - Other ****/ /*** caption ***/ Static.hand { background : URL('theme://images/icon_hand.png') left middle ; font : Dotum,9,bold ; color : #333333 ; padding : 0 0 0 25 ; } Static.hand_search { align : right middle; padding : 0 0 0 0; background : URL('theme://images/icon_hand_s.png')left middle; font : Dotum,9,bold; } /***** Error MAG Popup *****/ Static.sta_Errormag { align : left middle ; background : transparent ; border : 0 none ; font : Dotum,9,bold ; color : #333333 ; } TextArea.txa_Errormag[readonly="true"] { background : transparent ; border : 1 solid #B0B0B0 ; } TextArea.txa_Errormag[readonly="true"]:mouseover, TextArea.txa_Errormag[readonly="true"]:focused, TextArea.txa_Errormag[readonly="true"]:selected, TextArea.txa_Errormag[readonly="true"]:disabled { background : transparent ; border : 1 solid #B0B0B0 ; } TextArea.ta_notice[readonly="true"], TextArea.ta_notice[readonly="true"]:mouseover, TextArea.ta_notice[readonly="true"]:focused, TextArea.ta_notice[readonly="true"]:selected, TextArea.ta_notice[readonly="true"]:disabled { background : #ffffff ; border : 1 solid #B0B0B0 ; } /***** UesrConfirm MAG Popup *****/ Static.sta_UCMAG_Tit { align : left middle ; background : #2674aa ; border : 0 none ; font : Dotum,9,bold ; color : #ffffff ; padding : 0 0 0 10 ; } Button.btn_TF_Shortcut_set,Button.btn_TF_Shortcut_set:focused,Button.btn_TF_Shortcut_set:selected { background : #58a6d5 URL('theme://images/theme_blue/btn_TF_Shortcut_set_N.png') left middle ; border : 0 none ; bordertype : normal ; font : Dotum,8,bold ; color : #103b5f ; align : left middle ; padding : 0 0 0 22 ; } Button.btn_TF_Shortcut_set:mouseover { background : #84bfe1 URL('theme://images/theme_blue/btn_TF_Shortcut_set_O.png') left middle ; border : 0 none ; color : #164b74 ; } Button.btn_TF_Shortcut_set:pushed { background : #f97818 URL('theme://images/theme_blue/btn_TF_Shortcut_set_P.png') left middle ; border : 0 none ; color : #ffffff ; } Button.btn_TF_Shortcut,Button.btn_TF_Shortcut:focused,Button.btn_TF_Shortcut:selected { background : #84bfe1 ; border : 0 solid #2E88BE, 1 solid #2E88BE, 0 solid #2E88BE, 0 solid #2E88BE; bordertype : normal ; font : Dotum,8,bold ; color : #103b5f ; align : center middle ; padding : 0 0 0 0; } Button.btn_TF_Shortcut:mouseover { border : 0 solid #2E88BE, 1 solid #2E88BE, 0 solid #2E88BE, 0 solid #2E88BE; background : #b1d8ec ; color : #164b74 ; } Button.btn_TF_Shortcut:pushed { border : 0 solid #2E88BE, 1 solid #2E88BE, 0 solid #2E88BE, 0 solid #2E88BE; background : #f97818 ; color : #ffffff ; } Button.btn_TF_ShortcutMore,Button.btn_TF_ShortcutMore:focused,Button.btn_TF_ShortcutMore:selected { background : transparent URL('theme://images/theme_blue/btn_TF_ShortcutMore_N.png') left top; border : 0 none; bordertype : normal; } Button.btn_TF_ShortcutMore:mouseover { background : transparent URL('theme://images/theme_blue/btn_TF_ShortcutMore_O.png') left top; border : 0 none; } Button.btn_TF_ShortcutMore:pushed { background : transparent URL('theme://images/theme_blue/btn_TF_ShortcutMore_P.png') left top; border : 0 none; } /*** 일정관리 달력 ***/ Div.dv_calMonth { background : #3d95cd ; border : 1 solide #2674aa ; } PopupDiv.popdv_monthBg { background : #ffffff ; border : 1 solid #2674aa ; } Static.st_calYear { background : transparent; border : none; align : right middle; padding : 0; font : Dotum,9,bold; color : #ffffff; } Static.st_calMonth { background : transparent; border : none; align : left middle; padding : 0; font : Dotum,9,bold; color : #ffffff; cursor : hand; } Static.St_popupBg02, Static.St_popupBg02:mouseover, Static.St_popupBg02:disabled { background : #f0f7fc ; border : 1 solid #2674aa ; bordertype : round 2 2 ; shadow : 1,1 5 #00000066 ; opacity : 100: } Button.icon_select, Button.icon_select:selected, Button.icon_select:focused { background : URL('theme://images/icon_select.png'); border : 0 none; } Button.icon_select:mouseover, Button.icon_select:pushed { background : URL('theme://images/icon_select_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_select:disabled { opacity : 30; } Button.icon_text, Button.icon_text:selected { background : URL('theme://images/icon_text.png'); border : 0 none; } Button.icon_text:mouseover, Button.icon_text:pushed, Button.icon_text:focused { background : URL('theme://images/icon_text_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_text:disabled { background : URL('theme://images/icon_text.png'); border : 0 none; } Button.icon_line, Button.icon_line:selected { background : URL('theme://images/icon_line.png'); border : 0 none; } Button.icon_line:mouseover, Button.icon_line:pushed, Button.icon_line:focused { background : URL('theme://images/icon_line_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_line:disabled { opacity : 30; } Button.icon_freeline, Button.icon_freeline:selected { background : URL('theme://images/icon_freeline.png'); border : 0 none; } Button.icon_freeline:mouseover, Button.icon_freeline:pushed, Button.icon_freeline:focused { background : URL('theme://images/icon_freeline_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_freeline:disabled { opacity : 30; } Button.icon_rect, Button.icon_rect:selected { background : URL('theme://images/icon_rect.png'); border : 0 none; } Button.icon_rect:mouseover, Button.icon_rect:pushed, Button.icon_rect:focused { background : URL('theme://images/icon_rect_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_rect:disabled { opacity : 30; } Button.icon_round, Button.icon_round:selected { background : URL('theme://images/icon_round.png'); border : 0 none; } Button.icon_round:mouseover, Button.icon_round:pushed, Button.icon_round:focused { background : URL('theme://images/icon_round_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_round:disabled { opacity : 30; } Button.icon_point, Button.icon_point:selected { background : URL('theme://images/icon_point.png'); border : 0 none; } Button.icon_point:mouseover, Button.icon_point:pushed, Button.icon_point:focused { background : URL('theme://images/icon_point_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_point:disabled { opacity : 30; } Button.icon_x, Button.icon_x:focused, Button.icon_x:selected { background : URL('theme://images/theme_blue/icon_x.png'); border : 0 none; } Button.icon_x:mouseover, Button.icon_x:pushed { background : URL('theme://images/icon_x_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_x:disabled { opacity : 30; } Button.icon_levelup, Button.icon_levelup:focused, Button.icon_levelup:selected { background : URL('theme://images/icon_levelup.png'); border : 0 none; } Button.icon_levelup:mouseover, Button.icon_levelup:pushed { background : URL('theme://images/icon_levelup_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_levelup:disabled { opacity : 30; } Button.icon_leveldown, Button.icon_leveldown:focused, Button.icon_leveldown:selected { background : URL('theme://images/icon_leveldown.png'); border : 0 none; } Button.icon_leveldown:mouseover, Button.icon_leveldown:pushed { background : URL('theme://images/icon_leveldown_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_leveldown:disabled { opacity : 30; } Button.icon_line_color, Button.icon_line_color:selected { background : URL('theme://images/icon_line_color.png'); border : 0 none; } Button.icon_line_color:mouseover, Button.icon_line_color:pushed, Button.icon_line_color:focused { background : URL('theme://images/icon_line_color_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_line_color:disabled { opacity : 30; } Button.icon_fill_color, Button.icon_fill_color:selected { background : URL('theme://images/icon_fill_color.png'); border : 0 none; } Button.icon_fill_color:mouseover, Button.icon_fill_color:pushed, Button.icon_fill_color:focused { background : URL('theme://images/icon_fill_color_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_fill_color:disabled { opacity : 30; } Button.icon_undo, Button.icon_undo:focused, Button.icon_undo:selected { background : URL('theme://images/icon_undo.png'); border : 0 none; } Button.icon_undo:mouseover, Button.icon_undo:pushed { background : URL('theme://images/icon_undo_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_undo:disabled { opacity : 30; } Button.icon_redo, Button.icon_redo:focused, Button.icon_redo:selected { background : URL('theme://images/icon_redo.png'); border : 0 none; } Button.icon_redo:mouseover, Button.icon_redo:pushed { background : URL('theme://images/theme_blue/icon_redo_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_redo:disabled { opacity : 30; } Button.icon_font_color, Button.icon_font_color:focused, Button.icon_font_color:selected { background : URL('theme://images/icon_font_color.png'); border : 0 none; } Button.icon_font_color:mouseover, Button.icon_font_color:pushed { background : URL('theme://images/icon_font_color_over.png') ; border : 0 none ; shadow : 0 none ; } Button.icon_font_color:disabled { opacity : 30; } /* 2015.03.05 서식로더 버튼 스타일 추가 */ Button.btn_Assrecord, Button.btn_Assrecord:focused, Button.btn_Assrecord:selected { background : @gradation url('theme://images/icon_Assrecord_N.png') center middle; border : 2 double #45aea1 #eff8f8; bordertype : round 2,2; gradation : linear 0,0 #ddf1f1 0,100 #c1e8e8 [45% #d0f0f0][50% #afe5e5]; } Button.btn_Assrecord:mouseover { background : @gradation url('theme://images/icon_Assrecord_N.png') center middle; border : 2 double #45aea1 #eff8f8; gradation : linear 0,0 #cdefef 0,100 #b2e6e6; shadow : outer 0,0 1 #146e638f; } Button.btn_Assrecord:pushed { background : #096d82 url('theme://images/icon_Assrecord_P.png') center middle; border : 1 solid #006176; pusheddrawoffset : 0 0; } Button.btn_Assrecord:disabled { opacity : 50; } Button.btn_Assrecord_s, Button.btn_Assrecord_s:focused, Button.btn_Assrecord_s:selected { background : @gradation url('theme://images/icon_AssrecordS_N.png') center middle; border : 2 double #f76273 #f8e8ea; bordertype : round 2,2; gradation : linear 0,0 #f1dde0 0,100 #eccad0 [45% #f0d0d5][50% #f5bec5]; } Button.btn_Assrecord_s:mouseover { background : @gradation url('theme://images/icon_AssrecordS_N.png') center middle; border : 2 double #f76273 #eff8f8; gradation : linear 0,0 #f1dbde 0,100 #f5c1c8; shadow : outer 0,0 1 #6e14278f; } Button.btn_Assrecord_s:pushed { background : #ce1328 url('theme://images/icon_Assrecord_P.png') center middle; border : 1 solid #af091c; pusheddrawoffset : 0 0; } Button.btn_Assrecord_s:disabled { opacity : 50; } Button.btn_Fmytree, Button.btn_Fmytree:focused, Button.btn_Fmytree:selected { background : @gradation url('theme://images/icon_Fmytreee_N.png') center middle; border : 2 double #45aea1 #eff8f8; bordertype : round 2,2; gradation : linear 0,0 #ddf1f1 0,100 #c1e8e8 [45% #d0f0f0][50% #afe5e5]; } Button.btn_Fmytree:mouseover { background : @gradation url('theme://images/icon_Fmytreee_N.png') center middle; border : 2 double #45aea1 #eff8f8; gradation : linear 0,0 #cdefef 0,100 #b2e6e6; shadow : outer 0,0 1 #146e638f; } Button.btn_Fmytree:pushed { background : #096d82 url('theme://images/icon_Fmytreee_P.png') center middle; border : 1 solid #006176; pusheddrawoffset : 0 0; } Button.btn_Fmytreee:disabled { opacity : 50; } Button.btn_Fmytree_s, Button.btn_Fmytree_s:focused, Button.btn_Fmytree_s:selected { background : @gradation url('theme://images/icon_FmytreeeS_N.png') center middle; border : 2 double #f76273 #f8e8ea; bordertype : round 2,2; gradation : linear 0,0 #f1dde0 0,100 #eccad0 [45% #f0d0d5][50% #f5bec5]; } Button.btn_Fmytree_s:mouseover { background : @gradation url('theme://images/icon_FmytreeeS_N.png') center middle; border : 2 double #f76273 #eff8f8; gradation : linear 0,0 #f1dbde 0,100 #f5c1c8; shadow : outer 0,0 1 #6e14278f; } Button.btn_Fmytree_s:pushed { background : #ce1328 url('theme://images/icon_Fmytreee_P.png') center middle; border : 1 solid #af091c; pusheddrawoffset : 0 0; } Button.btn_Fmytree_s:disabled { opacity : 50; } Button.btn_picture, Button.btn_picture:focused, Button.btn_picture:selected { background : @gradation url('theme://images/icon_picture_N.png') center middle; border : 2 double #45aea1 #eff8f8; bordertype : round 2,2; gradation : linear 0,0 #ddf1f1 0,100 #c1e8e8 [45% #d0f0f0][50% #afe5e5]; } Button.btn_picture:mouseover { background : @gradation url('theme://images/icon_picture_N.png') center middle; border : 2 double #45aea1 #eff8f8; gradation : linear 0,0 #cdefef 0,100 #b2e6e6; shadow : outer 0,0 1 #146e638f; } Button.btn_picture:pushed { background : #096d82 url('theme://images/icon_picture_P.png') center middle; border : 1 solid #006176; pusheddrawoffset : 0 0; } Button.btn_picture:disabled { opacity : 50; } Button.btn_picture_s, Button.btn_picture_s:focused, Button.btn_picture_s:selected { background : @gradation url('theme://images/icon_pictureS_N.png') center middle; border : 2 double #f76273 #f8e8ea; bordertype : round 2,2; gradation : linear 0,0 #f1dde0 0,100 #eccad0 [45% #f0d0d5][50% #f5bec5]; } Button.btn_picture_s:mouseover { background : @gradation url('theme://images/icon_pictureS_N.png') center middle; border : 2 double #f76273 #eff8f8; gradation : linear 0,0 #f1dbde 0,100 #f5c1c8; shadow : outer 0,0 1 #6e14278f; } Button.btn_picture_s:pushed { background : #ce1328 url('theme://images/icon_picture_P.png') center middle; border : 1 solid #af091c; pusheddrawoffset : 0 0; } Button.btn_picture_s:disabled { opacity : 50; } Button.btn_list, Button.btn_list:focused, Button.btn_list:selected { background : @gradation url('theme://images/icon_List_N.png') center middle; border : 2 double #45aea1 #eff8f8; bordertype : round 2,2; gradation : linear 0,0 #ddf1f1 0,100 #c1e8e8 [45% #d0f0f0][50% #afe5e5]; } Button.btn_list:mouseover { background : @gradation url('theme://images/icon_List_N.png') center middle; border : 2 double #45aea1 #eff8f8; gradation : linear 0,0 #cdefef 0,100 #b2e6e6; shadow : outer 0,0 1 #146e638f; } Button.btn_list:pushed { background : #096d82 url('theme://images/icon_List_P.png') center middle; border : 1 solid #006176; pusheddrawoffset : 0 0; } Button.btn_list:disabled { opacity : 50; } Button.btn_list_s, Button.btn_list_s:focused, Button.btn_list_s:selected { background : @gradation url('theme://images/icon_ListS_N.png') center middle; border : 2 double #f76273 #f8e8ea; bordertype : round 2,2; gradation : linear 0,0 #f1dde0 0,100 #eccad0 [45% #f0d0d5][50% #f5bec5]; } Button.btn_list_s:mouseover { background : @gradation url('theme://images/icon_ListS_N.png') center middle; border : 2 double #f76273 #eff8f8; gradation : linear 0,0 #f1dbde 0,100 #f5c1c8; shadow : outer 0,0 1 #6e14278f; } Button.btn_list_s:pushed { background : #ce1328 url('theme://images/icon_List_P.png') center middle; border : 1 solid #af091c; pusheddrawoffset : 0 0; } Button.btn_list_s:disabled { opacity : 50; } /** 서식생성기영역 **/ /* 대상자 */ Static.sta_DATH_box { background : #e0f1f6; border : 1 solid #a0c5d8, 1 solid #a0c5d8, 1 solid #c1d3e7, 1 solid #a0c5d8; } Static.sta_DATD_box { background : #FFFFFF; border : 0 solid #a0c5d8, 1 solid #a0c5d8, 1 solid #a0c5d8, 1 solid #a0c5d8; } Static.sta_DA_Imgcaption { background : transparent url('theme://images/theme_blue/img_DA_Imgcaption.png') center middle; border : 1 solid #84bfe1; bordertype : round 2 2; } Div.div_DA_cell, Div.div_DA_cell:selected, Div.div_DA_cell:focused { background : transparent url('theme://images/img_divBg_N.png') stretch 5,5; border : 1 solid #84bfe1; bordertype : round 2 2; align : left middle; font : Dotum,9 ; color : #333333 ; } /* Div.div_DA_cell:selected, Div.div_DA_cell:focused { background : transparent url('theme://images/img_divBg_P.png') stretch 5,5; border : 1 solid #279bbd; shadow : outer 0,0 2 #0000005f; } */ Static.sta_search_title { background : transparent URL('theme://images/theme_blue/icon_bullet.png') left middle ; color : royalblue; font : Dotum,11,bold; padding : 0 0 0 14; } /*** Login 화면 버튼들***/ Button.btn_validateUser, Button.btn_validateUser:focused, Button.btn_validateUser:selected { background : #0062c4ff; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; clickeffect : trans 300 linear flip3d [direction bottom]; gradation : ; color : #ffffff; font : Dotum,9,bold; align : center middle; padding : 0 0 0 0; } Button.btn_validateUser:mouseover { background : #0062ffff; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; color : #ffffff; } Button.btn_validateUser:pushed { background : #0062a4ff; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; color : #ffffff; } Button.btn_inValidateUser, Button.btn_inValidateUser:focused, Button.btn_inValidateUser:selected { background : #008080ff; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; clickeffect : trans 300 linear flip3d [direction bottom]; gradation : ; color : #ffffff; font : Dotum,9,bold; align : center middle; padding : 0 0 0 0; } Button.btn_inValidateUser:mouseover { background : #009080ff; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; color : #ffffff; } Button.btn_inValidateUser:pushed { background : #007080ff; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; color : #ffffff; } Button.btn_groupware, Button.btn_groupware:focused, Button.btn_groupware:selected { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; clickeffect : trans 300 linear flip3d [direction bottom]; gradation : linear 100,100 #1ea0ffff 0,100 #1e90ffff; color : #ffffff; font : Gulim,9; image : theme://images\btn_TF_InfoMod_big.png; imagealign : center middle; imagepadding : 0 5 10 0; align : left bottom; padding : 0 0 5 5; } Button.btn_groupware:mouseover { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #1ec0ffff 0,100 #1ea0ffff; color : #ffffff; } Button.btn_groupware:pushed { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #1ea0dfff 0,100 #1e90bfff; color : #ffffff; } Button.btn_messenger, Button.btn_messenger:focused, Button.btn_messenger:selected { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; clickeffect : trans 300 linear flip3d [direction bottom]; gradation : linear 100,100 #ff5500ff 0,100 #ff4500ff; color : #ffffff; font : Gulim,9; image : theme://images\icon_messenger.png; imagealign : center middle; imagepadding : 0 5 10 0; align : left bottom; padding : 0 0 5 5; } Button.btn_messenger:mouseover { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #ff6500ff 0,100 #ff5500ff; color : #ffffff; } Button.btn_messenger:pushed { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #ef5500ff 0,100 #df4500ff; color : #ffffff; } Button.btn_homepage031, Button.btn_homepage031:focused, Button.btn_homepage031:selected { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; clickeffect : trans 300 linear flip3d [direction bottom]; gradation : linear 100,100 #a932ccff 0,100 #9932ccff; color : #ffffff; font : Gulim,9; image : theme://images\icon_homepage.png; imagealign : center middle; imagepadding : 0 5 10 0; align : left bottom; padding : 0 0 5 5; } Button.btn_homepage031:mouseover { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #d932ccff 0,100 #b932ccff; color : #ffffff; } Button.btn_homepage031:pushed { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #9932ccff 0,100 #7932ccff; color : #ffffff; } Button.btn_homepage032, Button.btn_homepage032:focused, Button.btn_homepage032:selected { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; clickeffect : trans 300 linear flip3d [direction bottom]; gradation : linear 100,100 #02a8ffff 0,100 #02a8f3ff; color : #ffffff; font : Gulim,9; image : theme://images\icon_homepage.png; imagealign : center middle; imagepadding : 0 5 10 0; align : left bottom; padding : 0 0 5 5; } Button.btn_homepage032:mouseover { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #02c3ffff 0,100 #02b3f3ff; color : #ffffff; } Button.btn_homepage032:pushed { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #02a8dfff 0,100 #02a8b3ff; color : #ffffff; } Button.btn_setmenugrupnm, Button.btn_setmenugrupnm:focused, Button.btn_setmenugrupnm:selected { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; clickeffect : trans 300 linear flip3d [direction bottom]; gradation : linear 100,100 #007400ff 0,100 #006400ff; color : #ffffff; font : Gulim,9; image : theme://images\icon_lock_open.png; imagealign : center middle; imagepadding : 0 5 10 0; align : left bottom; padding : 0 0 5 5; } Button.btn_setmenugrupnm:mouseover { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #009400ff 0,100 #008400ff; color : #ffffff; } Button.btn_setmenugrupnm:pushed { background : @gradation; border : 0 none #33bbbbff #effcfbff; bordertype : normal 0 0; gradation : linear 100,100 #006400ff 0,100 #005400ff; color : #ffffff; } Button.btn_noticeBarMore, Button.btn_noticeBarMore:focused, Button.btn_noticeBarMore:selected { background : transparent ; border : 1 solid #ffffff ; bordertype : round 20 20 ; image : theme://images/theme_bluegray/icon_notice_more_down.png ; } Button.btn_noticeBarMore:mouseover { background : #8b70d3ff ; border : 1 solid #ffffff ; bordertype : round 20 20 ; image : theme://images/theme_bluegray/icon_notice_more_down.png ; } Button.btn_noticeBarMore:pushed { background : #7a3acdff ; border : 1 solid #ffffff ; bordertype : round 20 20 ; image : theme://images/theme_bluegray/icon_notice_more_down.png ; } Button.btn_Notice_up, Button.btn_Notice_up:focus, Button.btn_Notice_up:selected { background : transparent ; image : theme://images/theme_bluegray/icon_notice_prev.png ; imagealign : center middle ; border : 1 solid #ffffff ; } Button.btn_Notice_up:mouseover { background : #8b70d3ff ; image : theme://images/theme_bluegray/icon_notice_prev.png ; imagealign : center middle ; shadow : 0 none ; border : 1 solid #ffffff ; } Button.btn_Notice_up:pushed { background : #7a3acdff ; image : theme://images/theme_bluegray/icon_notice_prev.png ; imagealign : center middle ; border : 1 solid #ffffff ; } Button.btn_Notice_up:disabled { background : transparent ; image : theme://images/theme_bluegray/icon_notice_prev.png ; imagealign : center middle ; border : 1 solid #ffffff ; } Button.btn_Notice_down, Button.btn_Notice_down:focus, Button.btn_Notice_down:selected { background : transparent; image : theme://images/theme_bluegray/icon_notice_next.png ; imagealign : center middle ; border : 1 solid #ffffff ; } Button.btn_Notice_down:mouseover { background : #8b70d3ff ; image : theme://images/theme_bluegray/icon_notice_next.png ; imagealign : center middle ; shadow : none ; border : 1 solid #ffffff ; } Button.btn_Notice_down:pushed { background : #7a3acdff ; image : theme://images/theme_bluegray/icon_notice_next.png ; imagealign : center middle ; border : 1 solid #ffffff ; } Button.btn_Notice_down:disabled { background : transparent ; image : theme://images/theme_bluegray/icon_notice_next.png ; imagealign : center middle ; border : 1 solid #ffffff ; } /** zoom control **/ Button.btn_zoomrate, Button.btn_zoomrate:focus, Button.btn_zoomrate:selected { background : #cee6f4 ; border : 1 solid #84bfe1 ; color : #333333 ; font : Dotum,9,bold ; align : center middle ; } Button.btn_zoomrate:mouseover { background : #e4f1f9 ; color : #333333 ; } Button.btn_zoomrate:pushed { background : #f97818 ; color : #ffffff ; } Button.btn_zoomrate:disabled { color : #888888 ; } /** 서식 그리드 **/ Button.icon_search_GHD, Button.icon_search_GHD:mouseover, Button.icon_search_GHD:pushed, Button.icon_search_GHD:focus, Button.icon_search_GHD:selected { border : none; background : url('theme://images/theme_blue/btn_iconBtn1_N.png'); } /** 메인 work div_callNumber **/ Div.div_callNumber { background : beige; border : 1 solid #84bfe1; bordertype : round 5 5; font : Dotum,9; align : center middle; color : #333333; shadow : outer 5,5 5 gray; } /** 메뉴 그룹 **/ Static.mg_title { background : #2c3e50ff; border : 0 none; align : center top; font : Dotum,12,bold; color : #ffffffff; padding : 10 20 0 0; } Static.mg_subtitle { background : #202e3cff; border : 0 none; align : left middle; font : Dotum,9; color : #ffffffff; padding : 0 0 0 10; } Static.mg_chngdept { background : #2c3e50ff; border : 1 solid silver ; bordertype : normal 0 0 rightbottom; align : left middle; font : Dotum,9,bold; color : #ffffffff; padding : 0 5 0 6; } Button.mg_btn_reorder, Button.mg_btn_reorder:focused, Button.mg_btn_reorder:selected, Button.mg_btn_reorder:mouseover, Button.mg_btn_reorder:pushed { background : transparent; border : 0 none; image : theme://images/icon_reorder.png; showeffect : trans 300 linear flip3d [direction right]; } Button.mg_btn_done, Button.mg_btn_done:focused, Button.mg_btn_done:selected, Button.mg_btn_done:mouseover, Button.mg_btn_done:pushed { background : transparent; border : 0 none; image : theme://images/icon_done.png; showeffect : trans 300 linear flip3d [direction left]; } Combo.mg_chngdept { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5; border : none; bordertype : round 2 2; align : left middle; font : Dotum,9 ; color : #333333; itembackground : #ffffff; itemheight : 20; itemborder : 0 none; itempadding : 0 3 0 6; itemcolor : #333333; buttonsize : 19; } Combo.mg_chngdept:mouseover { background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5; color : #333333; itembackground : #b1d8ec; itemborder : 1 solid #84bfe1, 0 none, 1 solid #84bfe1, 0 none; } Combo.mg_chngdept:focused, Combo.mg_chngdept:selected { background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5; color : #333333; itemcolor : #ffffff; itembackground : #2674aa; itemborder : 1 solid #1b5a89, 0 none, 1 solid #1b5a89, 0 none; itemfont : Dotum,9,bold; } Combo.mg_chngdept:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; color : #888888; } Combo.mg_chngdept>#comboedit { background : transparent; border : none; align : left middle; font : Dotum,9 ; color : #333333; padding : 0 5 0 5; caretcolor : #164b74; compositecolor : #ffffff; selectbackground : transparent; selectcolor : #333333; } Combo.mg_chngdept>#comboedit:focused { selectbackground : #1b5a89; selectcolor : #ffffff; } Combo.mg_chngdept>#dropbutton { background : url('theme://images/theme_blue/btn_dropBg_N.png') stretch 5,5; border : none, none, none, 1 solid #84bfe1; margin : 1 1 1 0; image : theme://images/theme_blue/icon_drop_N.png; imagealign : center middle; imagepadding : 2 0 0 0; pusheddrawoffset : 0 0; } Combo.mg_chngdept>#dropbutton:mouseover { background : url('theme://images/theme_blue/btn_dropBg_O.png') stretch 5,5; border : none, none, none, 1 solid #84bfe1; image : theme://images/theme_blue/icon_drop_O.png; } Combo.mg_chngdept>#dropbutton:selected, Combo>#dropbutton:pushed { background : url('theme://images/theme_blue/btn_dropBg_P.png') stretch 5,5; border : none, none, none, 1 solid #58a6d5; margin : 1 1 1 0; image : theme://images/theme_blue/icon_drop_P.png; imagealign : center middle; pusheddrawoffset : 0 0; } Combo.mg_chngdept>#dropbutton:disabled { background : url('theme://images/theme_blue/btn_dropBg_D.png') stretch 5,5; border : none, none, none, 1 solid #B0B0B0; image : theme://images/theme_blue/icon_drop_D.png; } Combo.mg_chngdept>#combolist { border : 1 solid #2674aa; } Button.mg_btn_POP_cls, Button.mg_btn_POP_cls:focused, Button.mg_btn_POP_cls:selected { background : transparent; border : none; image : url('theme://images/theme_blue/icon_form_popClose_N.png'); pusheddrawoffset : 1 1; } Button.mg_btn_POP_cls:mouseover { background : transparent; border : none; image : url('theme://images/theme_blue/icon_form_popClose_O.png'); shadow : ; pusheddrawoffset : 1 1; } Button.mg_btn_POP_cls:pushed { background : transparent; border : none; image : url('theme://images/theme_blue/icon_form_popClose_N.png'); pusheddrawoffset : 1 1; } Calendar.mg_calendar { background : url('theme://images/theme_blue/bg_edit_N.png') stretch 5,5; border : none; bordertype : round 2 2; align : left middle; font : Dotum,9 ; color : #333333; buttonsize : 16; daybackground : transparent; dayborder : 0 none; dayfont : Tahoma,8; daycolor : #333333; daysize : 24 20; popupalign : ; popupbackground : url('theme://images/theme_blue/bg_calPopup.png') stretch 10,60; popupborder : 0 none; popupbordertype : normal; popupsize : 202 198; usetrailingday : true; } Calendar.mg_calendar:mouseover { background : url('theme://images/theme_blue/bg_edit_O.png') stretch 5,5; daybackground : url('theme://images/theme_blue/bg_dayBg_O.png') stretch left top; dayfont : Tahoma,8,bold; daycolor : #2674aa; } Calendar.mg_calendar:focused, Calendar.mg_calendar:pushed, Calendar.mg_calendar:selected { background : url('theme://images/theme_blue/bg_edit_P.png') stretch 5,5; daybackground : url('theme://images/theme_blue/bg_dayBg_P.png') stretch left top; dayfont : Tahoma,8,bold; daycolor : #ffffff; } Calendar.mg_calendar:disabled { background : url('theme://images/theme_blue/bg_edit_D.png') stretch 5,5; border : none; color : #888888; } Calendar.mg_calendar[type="monthonly"], Calendar.mg_calendar[type="monthonly"]:mouseover, Calendar.mg_calendar[type="monthonly"]:pushed, Calendar.mg_calendar[type="monthonly"]:focused, Calendar.mg_calendar[type="monthonly"]:selected { border : 0 none; } Calendar.mg_calendar[type="spin"], Calendar.mg_calendar[type="spin"]:mouseover, Calendar.mg_calendar[type="spin"]:pushed, Calendar.mg_calendar[type="spin"]:focused, Calendar.mg_calendar[type="spin"]:selected { buttonsize : 16; } Calendar.mg_calendar>#calendaredit { background : transparent; border : none; align : left middle; font : Dotum,9 ; color : #333333; padding : 0 0 0 5; caretcolor : #6A543A; compositecolor : #ffffff; selectbackground : transparent; selectcolor : #333333; } Calendar.mg_calendar>#calendaredit:focused, Calendar.mg_calendar>#calendaredit:selected, Calendar.mg_calendar>#calendaredit:pushed { selectbackground : #2674aa; selectcolor : #ffffff; } Calendar.mg_calendar>#dropbutton { background : transparent; border : 0 none; focusborder : 0 none; image : theme://images/icon_calDrop_N.png; imagealign : left middle; imagepadding : 0 0 0 0; cursor : hand ; } Calendar.mg_calendar>#dropbutton:pushed { pusheddrawoffset : 0 0; } Calendar.mg_calendar>#dropbutton:disabled { image : URL('theme://images/icon_calDrop_D.png'); } Calendar.mg_calendar>#spinupbutton { background : transparent; border : 0 none; margin : 3 1 0 1; image : theme://images/icon_spinup_N.png; imagealign : center middle; cursor : hand; } Calendar.mg_calendar>#spinupbutton:mouseover { image : theme://images/icon_spinup_O.png; } Calendar.mg_calendar>#spinupbutton:pushed { image : theme://images/icon_spinup_P.png; pusheddrawoffset : 0 0; } Calendar.mg_calendar>#spinupbutton:disabled { image : theme://images/icon_spinup_D.png; } Calendar.mg_calendar>#spindownbutton { background : transparent; border : 0 none; margin : 0 1 2 1; image : theme://images/icon_spindn_N.png; imagealign : center middle; cursor : hand; } Calendar.mg_calendar>#spindownbutton:mouseover { image : theme://images/icon_spindn_N.png; } Calendar.mg_calendar>#spindownbutton:pushed { image : theme://images/icon_spindn_N.png; pusheddrawoffset : 0 0; } Calendar.mg_calendar>#spindownbutton:disabled { image : theme://images/icon_spindn_D.png; } Calendar.mg_calendar>#popupcalendar { background : transparent; border : 0 none; font : Tahoma,8; color : #333333; align : center middle; padding : 0 0 0 0; ncpadding : 29 3 3 3; bodybackground : transparent; bodyborder : 0 none; headerbackground : transparent; headerborder : 0 none ; headerfont : Tahoma,11,bold; headercolor : #ffffff; headerformat : yyyy.MM; headerheight : 27; weekbackground : transparent; weekfont : Tahoma,8,bold; weekcolor : #444444; weekformat : Su Mo Tu We Th Fr Sa; saturdaybackground : transparent; saturdayborder : 0 none #ffffff00; saturdayfont : Tahoma,8; saturdaycolor : #0061B3; sundaybackground : transparent; sundayborder : 0 none #ffffff00; sundayfont : Tahoma,8; sundaycolor : #E1081C; todaybackground : #796999; todayborder : 0 none; todayfont : Tahoma,8,bold; todaycolor : #ffffff; usetrailingday : true; trailingdaybackground : transparent; trailingdayborder : 0 none #ffffff00; trailingdayfont : Tahoma,8; trailingdaycolor : #888888; viewmonthspin : ; viewyearspin : ; margin : -2 0 0 0; } Calendar.mg_calendar>#popupcalendar>#prevbutton { image : URL('theme://images/theme_blue/btn_calPrev_N.png'); background : transparent; border : 0 none ; cursor : hand; padding : 2 0 0 0; } Calendar.mg_calendar>#popupcalendar>#prevbutton:mouseover { image : URL('theme://images/theme_blue/btn_calPrev_O.png'); } Calendar.mg_calendar>#popupcalendar>#prevbutton:pushed { image :URL('theme://images/theme_blue/btn_calPrev_P.png'); pusheddrawoffset : 0 0; } Calendar.mg_calendar>#popupcalendar>#nextbutton { image : URL('theme://images/theme_blue/btn_calNext_N.png'); background : transparent; border : 0 none ; cursor : hand; padding : 2 0 0 0; } Calendar.mg_calendar>#popupcalendar>#nextbutton:mouseover { image : URL('theme://images/theme_blue/btn_calNext_O.png'); } Calendar.mg_calendar>#popupcalendar>#nextbutton:pushed { image : URL('theme://images/theme_blue/btn_calNext_P.png'); pusheddrawoffset : 0 0; } Calendar.mg_calendar>#popupcalendar>#monthspin, Calendar.mg_calendar>#popupcalendar>#yearspin { background : #ffffff; border : 1 solid #125793; bordertype : normal; font : Tahoma,10,bold; color : #333333; align : left middle; margin : 0 5 0 0; padding : 0 0 0 5; buttonsize : 8; } Calendar.mg_calendar>#popupcalendar>#monthspin>#spinedit, Calendar.mg_calendar>#popupcalendar>#monthspin>#spinedit:mouseover, Calendar.mg_calendar>#popupcalendar>#yearspin>#spinedit, Calendar.mg_calendar>#popupcalendar>#yearspin>#spinedit:mouseover { background : transparent; border : none; color : #333333; padding : 0 5 0 5; align : left middle; font : Dotum,9; caretcolor : #6A543A; compositecolor : #ffffff; selectbackground : transparent; selectcolor : #666666; } Calendar.mg_calendar>#popupcalendar>#monthspin>#spinedit:focused, Calendar.mg_calendar>#popupcalendar>#yearspin>#spinedit:focused { selectbackground : #896D4B; selectcolor : #ffffff; } Calendar.mg_calendar>#popupcalendar>#monthspin>#spinupbutton, Calendar.mg_calendar>#popupcalendar>#yearspin>#spinupbutton { background : transparent; border : 0 none; bordertype : normal; image : URL('theme://images/icon_calSpinup_N.png'); imagepadding : 2 1 0 0; pusheddrawoffset : 0 0; cursor : hand; } Calendar.mg_calendar>#popupcalendar>#monthspin>#spinupbutton:mouseover, Calendar.mg_calendar>#popupcalendar>#yearspin>#spinupbutton:mouseover { image : URL('theme://images/icon_calSpinup_O.png'); } Calendar.mg_calendar>#popupcalendar>#monthspin>#spinupbutton:pushed, Calendar.mg_calendar>#popupcalendar>#yearspin>#spinupbutton:pushed { image : URL('theme://images/icon_calSpinup_P.png'); } Calendar.mg_calendar>#popupcalendar>#monthspin>#spindownbutton, Calendar.mg_calendar>#popupcalendar>#yearspin>#spindownbutton { background : transparent; border : 0 none; bordertype : normal; image : URL('theme://images/icon_calSpindn_N.png'); imagepadding : 0 1 2 0; pusheddrawoffset : 0 0; cursor : hand; } Calendar.mg_calendar>#popupcalendar>#monthspin>#spindownbutton:mouseover, Calendar.mg_calendar>#popupcalendar>#yearspin>#spindownbutton:mouseover { image : URL('theme://images/icon_calSpindn_O.png'); } Calendar.mg_calendar>#popupcalendar>#monthspin>#spindownbutton:pushed, Calendar.mg_calendar>#popupcalendar>#yearspin>#spindownbutton:pushed { image : URL('theme://images/icon_calSpindn_P.png'); } /* 범례 - color */ Static.color_1 { background : #fcd2c1; border : 0 none; bordertype : normal; } Static.color_2 { background : #ffe79d; border : 0 none; bordertype : normal; } Static.color_3 { background : #f3e1bf; border : 0 none; bordertype : normal; } Static.color_4 { background : #7BE6B7; border : 0 none; bordertype : normal; } Static.color_5 { background : #b9e5fb; border : 0 none; bordertype : normal; } Static.color_6 { background : #f7a08b; border : 0 none; bordertype : normal; } Static.color_7 { background : #fec34d; border : 0 none; bordertype : normal; } Static.color_8 { background : #dec6a4; border : 0 none; bordertype : normal; } Static.color_9 { background : #c8e67b; border : 0 none; bordertype : normal; } Static.color_10 { background : #43c8f5; border : 0 none; bordertype : normal; } Static.color_11 { background : #99cf16; border : 0 none; bordertype : normal; } Static.color_12 { background : #e5f3c2; border : 0 none; bordertype : normal; } /** 환자정보 메뉴검색 */ Edit.ed_search, Edit.ed_search:disabled, Edit.ed_search:focused { background : #e4f1f9 ; gradation : none ; border : 0 none ; bordertype : round 30 30 ; color : #333333 ; align : left middle ; padding : 1 28 0 10 ; } Edit.ed_search:mouseover { background : #ffffff ; gradation : none ; border : 0 none ; bordertype : round 30 30 ; color : #333333 ; align : left middle ; padding : 1 28 0 10 ; } Edit.ed_search:pushed { background : #ffffff ; gradation : none ; border : 0 none ; bordertype : round 30 30 ; color : #333333 ; align : left middle ; padding : 1 28 0 10 ; } Button.btn_search_bullet, Button.btn_search_bullet:focused, Button.btn_search_bullet:selected, Button.btn_search_bullet:disabled { background : url('theme://images/theme_blue/search_bullet1.png') right middle; border : 0 solid #8abad8ff; align : right middle; focusborder : 0 none; padding : 0 0 0 0; } Button.btn_search_bullet:mouseover { background : url('theme://images/theme_blue/search_bullet1.png') right middle; border : 0 solid #8abad8ff; padding : 0 0 0 0; } Button.btn_search_bullet:pushed { background : url('theme://images/theme_blue/search_bullet1.png') right middle; border : 0 solid #8abad8ff; padding : 0 0 0 0; } ImageViewer.img_question { background : transparent URL('theme://images/theme_blue/icon_confirm_default.png') center middle; border : 0 none #808080ff; } /* btn_hichart */ Button.btn_hichart, Button.btn_hichart:focused, Button.btn_hichart:selected { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_hichart_N.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } Button.btn_hichart:mouseover { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_hichart_P.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } Button.btn_hichart:pushed { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_hichart_P.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } /* btn_hichart2 */ Button.btn_hichart2, Button.btn_hichart2:focused, Button.btn_hichart2:selected { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_hichart_N2.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } Button.btn_hichart2:mouseover { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_hichart_P2.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } Button.btn_hichart2:pushed { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_hichart_P2.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } /* btn_corona */ Button.btn_corona, Button.btn_corona:focused, Button.btn_corona:selected { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_corona_N.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } Button.btn_corona:mouseover { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_corona_P.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } Button.btn_corona:pushed { background : transparent; border : 0 none #33BBBB #F0FDFC; image : url('theme://images/btn_corona_P.png'); shadow : outer 1,1 1 gray; pusheddrawoffset : 1 1; } Grid.grd_transparent { background : transparent; border : 0 none transparent; font : Gulim,13; color : #262626; align : left top; focusborder : 0 none; line : 0 none transparent; selectline : 0 none transparent; treeopenbuttonimage : theme://images/icon_treeopen.png; treeclosebuttonimage : theme://images/icon_treeclose.png; treecollapseimage : theme://images/icon_treecollapse.png; treeexpandimage : theme://images/icon_treeexpand.png; treeitemimage : theme://images/icon_treeitem.png; treelinetype : 1 dotted #B0B0B0; } Grid.grd_transparent>#body { background : transparent; border : 0 none transparent; align : left top; font : Gulim,13; color : #262626; cellalign : left top; cellbackground : transparent; cellbackground2 : transparent; cellline : 0 none transparent; celllinetype : normal; cellfont : Gulim,13; cellcolor : #262626; cellcolor2 : #262626; cellpadding : 10 10 10 10; selectbackground : transparent; selectborder : 0 none; selectcolor : #262626; selectfont : Gulim,13; } Grid.grd_phone { background : #00000005; border : 1 solid black, none, none, none; bordertype : round 10 10 lefttop righttop; font : Dotum,12; color : black; align : center middle; focusborder : none; line : none; selectline : none; treeopenbuttonimage : theme://images/icon_treeopen.png; treeclosebuttonimage : theme://images/icon_treeclose.png; treecollapseimage : theme://images/icon_treecollapse.png; treeexpandimage : theme://images/icon_treeexpand.png; treeitemimage : theme://images/icon_treeitem.png; treelinetype : 1 dotted #B0B0B0; } Grid.grd_phone>#head { border : none, 1 solid black, none, none; cellalign : center middle; cellbackground : #00000010; cellcolor : black; cellfont : Dotum,9; cellline : 1 solid black; cellpadding : 0 0 0 0; } Grid.grd_phone>#body { background : transparent; border : none, 1 solid black, none, 1 solid black; align : center middle; font : Dotum,12; color : black; cellalign : center middle; cellbackground : transparent; cellbackground2 : transparent; cellline : 1 solid black; celllinetype : normal; cellfont : Dotum,12; cellcolor : black; cellcolor2 : black; cellpadding : 0 0 0 4; selectbackground : #fffff020; selectborder : none; selectcolor : black; selectfont : Dotum,12; } Grid.grd_phone>#body:mouseover { cellbackground : #fffff030; cellbackground2 : #fffff030; cellcolor : #ffffff; selectbackground : #fffff030; selectfont : Dotum,12; selectcolor : #ffffff; } /* btn_sbs */ Button.btn_sbs, Button.btn_sbs:focused, Button.btn_sbs:selected, Button.btn_sbs:disabled { background : orangered; border : 1 solid red; bordertype : round 9 9; color : white; padding : 0 1 0 0; pusheddrawoffset : 1 1; } Button.btn_sbs:mouseover { background : #FF7540; border : 1 solid #FF4242; bordertype : round 9 9; color : white; padding : 0 1 0 0; pusheddrawoffset : 1 1; } Button.btn_sbs:pushed { background : #C43600; border : 1 solid red; bordertype : round 9 9; color : white; padding : 0 1 0 0; pusheddrawoffset : 1 1; } /* 환자확인 메시지 버튼*/ Button.btn_patcheck { background : #2674aa ; border : 1 solid #1b5a89 ; bordertype : round 2 2 ; font : Dotum,9,bold ; color : #e4f1f9 ; align : center middle ; cursor : hand ; padding : 0 0 0 0 ; shadow : 0 none ; } Button.btn_patcheck:focused, Button.btn_patcheck:selected { background : #164b74 ; border : 1 solid #103b5f ; color : #e4f1f9 ; } Button.btn_patcheck:mouseover { background : #3d95cd ; border : 1 solid #2d84be ; color : #ffffff ; } Button.btn_patcheck:pushed { background : #f97818 ; border : 1 solid #ec6400 ; color : #ffffff ; } Button.btn_patcheck:disabled { gradation : linear 0,0 #f0f0f0ff 0,100 #e1e1e1ff; border : 1 solid #cacacaff; color : #808080; cursor : arrow; } Button.btn_sendmsg { background : @gradation ; border : 1 solid coral ; bordertype : round 10 10 ; font : Dotum,10,bold ; color : white ; gradation : linear 0,0 orange 0,100 darkorange ; align : center middle ; cursor : hand ; padding : 0 0 0 0 ; shadow : 0 none ; } Button.btn_sendmsg:focused, Button.btn_sendmsg:selected { background : @gradation ; border : 1 solid coral ; bordertype : round 10 10 ; font : Dotum,10,bold ; color : white ; gradation : linear 0,0 orange 0,100 darkorange ; } Button.btn_sendmsg:mouseover { background : @gradation ; border : 1 solid coral ; color : white ; gradation : linear 0,0 #ffb428ff 0,100 #ffac13ff ; } Button.btn_sendmsg:pushed { background : @gradation ; border : 1 solid coral ; color : white ; gradation : linear 0,0 orange 0,100 darkorange ; } Button.btn_sendmsg:disabled { gradation : linear 0,0 #ffffffff 0,100 #ebebebff; border : 1 solid #cacacaff; color : #808080; cursor : hand; } Button.btn_phone_add { background : @gradation ; border : 1 solid black ; bordertype : round 10 10 ; font : Dotum,9,bold ; color : black ; gradation : linear 0,0 yellow 0,100 khaki ; align : center middle ; cursor : hand ; padding : 0 0 0 0 ; shadow : 0 none ; } Button.btn_phone_add:focused, Button.btn_phone_add:selected { background : @gradation ; border : 1 solid black ; bordertype : round 10 10 ; font : Dotum,9,bold ; color : black ; gradation : linear 0,0 yellow 0,100 khaki ; } Button.btn_phone_add:mouseover { background : @gradation ; border : 1 solid black ; color : black ; gradation : linear 0,0 #ffff8aff 0,100 #f2ea9dff ; } Button.btn_phone_add:pushed { background : @gradation ; border : 1 solid black ; color : black ; gradation : linear 0,0 yellow 0,100 khaki ; } Button.btn_phone_add:disabled { gradation : linear 0,0 #ffffffff 0,100 #ebebebff; border : 1 solid #cacacaff; color : #808080; cursor : hand; } Button.btn_phone_del { background : @gradation ; border : 1 solid black ; bordertype : round 10 10 ; font : Dotum,9,bold ; color : black ; gradation : linear 0,0 lightskyblue 0,100 lightsteelblue ; align : center middle ; cursor : hand ; padding : 0 0 0 0 ; shadow : 0 none ; } Button.btn_phone_del:focused, Button.btn_phone_del:selected { background : @gradation ; border : 1 solid black ; bordertype : round 10 10 ; font : Dotum,9,bold ; color : black ; gradation : linear 0,0 lightskyblue 0,100 lightsteelblue ; } Button.btn_phone_del:mouseover { background : @gradation ; border : 1 solid black ; color : black ; gradation : linear 0,0 #a4dafbff 0,100 #becee4ff ; } Button.btn_phone_del:pushed { background : @gradation ; border : 1 solid black ; color : black ; gradation : linear 0,0 lightskyblue 0,100 lightsteelblue ; } Button.btn_phone_del:disabled { gradation : linear 0,0 #ffffffff 0,100 #ebebebff; border : 1 solid #cacacaff; color : #808080; cursor : hand; } Button.btn_phone_history { background : @gradation ; border : 1 solid black ; bordertype : round 10 10 ; font : Dotum,9,bold ; color : black ; gradation : linear 0,0 pink 0,100 plum ; align : center middle ; cursor : hand ; padding : 0 0 0 0 ; shadow : 0 none ; } Button.btn_phone_history:focused, Button.btn_phone_history:selected { background : @gradation ; border : 1 solid black ; bordertype : round 10 10 ; font : Dotum,9,bold ; color : black ; gradation : linear 0,0 pink 0,100 plum ; } Button.btn_phone_history:mouseover { background : @gradation ; border : 1 solid black ; color : black ; gradation : linear 0,0 #ffd9dfff 0,100 #e3b3e3ff ; } Button.btn_phone_history:pushed { background : @gradation ; border : 1 solid black ; color : black ; gradation : linear 0,0 pink 0,100 plum ; } Button.btn_phone_history:disabled { gradation : linear 0,0 #ffffffff 0,100 #ebebebff; border : 1 solid #cacacaff; color : #808080; cursor : hand; } /* 하단영역 원격 지원 버튼*/ Button.btn_RemoteCall,Button.btn_RemoteCall:focused,Button.btn_RemoteCall:selected,Button.btn_RemoteCall:disabled { background : #ffff00ff; border : 1 solid black; bordertype : round 10 10; color : #4e3417ff; align : center middle; image : theme://images/theme_blue/btn_remotecall.png; imagealign : lefttext middle; imagepadding : 0 0 0 0; padding : 0 0 0 0; } Button.btn_RemoteCall:mouseover { background : #ffff8cff; border : 1 solid black; bordertype : round 10 10; color : #4e3417ff; } Button.btn_RemoteCall:pushed { background : #c2c22eff; border : 1 solid black; bordertype : round 10 10; color : #4e3417ff; } /* nU CSS */ /* 일정달력 컴퍼넌트 */ Button.bn_Cal_schdule, Button.bn_Cal_schdule:mouseover, Button.bn_Cal_schdule:focused, Button.bn_Cal_schdule:pushed, Button.bn_Cal_schdule:selected, Button.bn_Cal_schdule:disabled { background : url('IMG::nu/btn_CalDrop2.png'); border : none; } /* 기간달력 */ /* prev */ Button.bn_termcalPrev, Button.bn_termcalPrev:disabled { background : url('IMG::nu/bn_termcalprevN2.png'); border : none; align : center middle; font : Dotum,8; color : #ffffff; shadow : drop 0,0 0 #00000033; } Button.bn_termcalPrev:mouseover, Button.bn_termcalPrev:pushed, Button.bn_termcalPrev:focused, Button.bn_termcalPrev:selected { background : url('IMG::nu/bn_termcalprevO2.png'); } /* next */ Button.bn_termcalNext, Button.bn_termcalNext:disabled { background : url('IMG::nu/bn_termcalNextN2.png'); border : none; align : center middle; font : Dotum,8; color : #ffffff; shadow : drop 0,0 0 #00000033; } Button.bn_termcalNext:mouseover, Button.bn_termcalNext:pushed, Button.bn_termcalNext:focused, Button.bn_termcalNext:selected { background : url('IMG::nu/bn_termcalNextO2.png'); } /* first */ Button.bn_termcalFirst, Button.bn_termcalFirst:disabled { background : url('IMG::nu/bn_termcalFirstN2.png'); border : none; align : center middle; font : Dotum,8; color : #ffffff; shadow : drop 0,0 0 #00000033; } Button.bn_termcalFirst:mouseover, Button.bn_termcalFirst:pushed, Button.bn_termcalFirst:focused, Button.bn_termcalFirst:selected { background : url('IMG::nu/bn_termcalFirstO2.png'); } /* last */ Button.bn_termcalLast, Button.bn_termcalLast:disabled { background : url('IMG::nu/bn_termcalLastN2.png'); border : none; align : center middle; font : Dotum,8; color : #ffffff; shadow : drop 0,0 0 #00000033; } Button.bn_termcalLast:mouseover, Button.bn_termcalLast:pushed, Button.bn_termcalLast:focused, Button.bn_termcalLast:selected { background : url('IMG::nu/bn_termcalLastO2.png'); } /* 일정달력 그리드 */ /* From */ Grid.grd_schdule_termFr { background : transparent; border : none; font : Dotum,8; color : #333333; align : center middle; } Grid.grd_schdule_termFr>#head { border : 1 solid #94a5b0,1 solid #94a5b0,none,1 solid #94a5b0; cellalign : center middle; cellbackground : @gradation; cellgradation : linear 0,0 #e0e4e7 0,100 #cfd7dd; cellcolor : #798b99; cellfont : Dotum,8,bold ; cellline : none; cellpadding : 1 0 0 0; } Grid.grd_schdule_termFr>#head>Cell.sun { color : #df5e00; cellcolor : #df5e00; } Grid.grd_schdule_termFr>#head>Cell.sat { color : #1a86ba; cellcolor : #1a86ba; } Grid.grd_schdule_termFr>#body { background : transparent url('IMG::nu/img_term_schduleBg.png') stretch 50,0; border : 1 solid #94a5b0, 1 solid #94a5b0, 1 solid #94a5b0, 1 solid #94a5b0; font : Dotum,8; color : #848484; cellpadding : 0 0 0 0; cellbackground : transparent; cellbackground2 : transparent; cellalign : center middle; cellline : none; celllinetype: ; cellfont : Dotum,8; cellcolor : #848484; selectbackground: url('IMG::nu/img_termCalffBg.png'); selectborder : none, none, none, 1 solid #ffffff; selectline : none; selectfont : Dotum,8,bold; selectcolor : #ffffff; } Grid.grd_schdule_termFr>#body:mouseover { cellbackground : url('IMG::nu/img_termCalffBg.png'); cellbackground2 : url('IMG::nu/img_termCalffBg.png'); cellfont : Dotum,8,bold; cellcolor : #ffffff; selectbackground: url('IMG::nu/img_termCalffBg.png'); selectcolor : #ffffff; } Grid.grd_schdule_termFr>#body>Cell.sch_today { font : Dotum,8,bold; color : #003399; selectfont : Dotum,8,bold; selectcolor : #003399; } /* To */ Grid.grd_schdule_termTo { background : transparent; border : none; font : Dotum,8; color : #333333; align : center middle; } Grid.grd_schdule_termTo>#head { border : 1 solid #94a5b0,1 solid #94a5b0,none,1 solid #94a5b0; cellalign : center middle; cellbackground : @gradation; cellgradation : linear 0,0 #e0e4e7 0,100 #cfd7dd; cellcolor : #798b99; cellfont : Dotum,8,bold ; cellline : none; cellpadding : 1 0 0 0; } Grid.grd_schdule_termTo>#head>Cell.sun { color : #df5e00; cellcolor : #df5e00; } Grid.grd_schdule_termTo>#head>Cell.sat { color : #1a86ba; cellcolor : #1a86ba; } Grid.grd_schdule_termTo>#body { background : transparent url('IMG::nu/img_term_schduleBg.png') stretch 50,0; border : 1 solid #94a5b0, 1 solid #94a5b0, 1 solid #94a5b0, 1 solid #94a5b0; font : Dotum,8; color : #848484; cellpadding : 0 0 0 0; cellbackground : transparent; cellbackground2 : transparent; cellalign : center middle; cellline : none; celllinetype: ; cellfont : Dotum,8; cellcolor : #848484; selectbackground: url('IMG::nu/img_termCaltoBg.png'); selectborder : none, none, none, 1 solid #ffffff; selectline : none; selectfont : Dotum,8,bold; selectcolor : #ffffff; } Grid.grd_schdule_termTo>#body:mouseover { cellbackground : url('IMG::nu/img_termCaltoBg.png'); cellbackground2 : url('IMG::nu/img_termCaltoBg.png'); cellfont : Dotum,8,bold; cellcolor : #ffffff; selectbackground: url('IMG::nu/img_termCaltoBg.png'); selectcolor : #ffffff; } Grid.grd_schdule_termTo>#body>Cell.sch_today { background : url('IMG::nu/img_termcalBg.png'); background2 : url('IMG::nu/img_termcalBg.png'); font : Dotum,8,bold; color : #ffffff; selectbackground : url('IMG::nu/img_termcalBg.png'); selectfont : Dotum,8,bold; selectcolor : #ffffff; } /* 페이지타이틀 */ Static.st_main_til { background : url('IMG::nu/ico_bullet1.png') left middle; padding : 0 0 0 25; font : Dotum,11,bold; color : #091e74; } /* 항목설명 도움말 타이틀 */ Static.st_help_til { background : url('IMG::nu/ico_help.png') left middle; font : font,9,bold; color : #333333; padding : 0 0 0 22; } /* 진료기록메인 */ Static.st_boxTilT_PD { background : #cce8ff; border : 1 solid #b0c9de; padding : 0; align : center middle; font : Dotum,9; color : #00305c; } Static.st_boxTilT { background : #e8f2fb; border : 1 solid #9db7c6; padding : 0; align : center middle; font : Dotum,9; color : #323335; } Static.st_dfLeft { background : none; border : 0 none ; align : left middle; padding : 0; font : Dotum,9 ; color : #555555; } Grid.grd_PD_remark { border : 1 solid #000000ff } Grid.grd_PD_remark>#head { border : 0 solid #92bcca, 1 solid #B0B0B0, none, 1 solid #B0B0B0; cellalign : center middle; cellbackground : #ebeef1ff; cellfont : Dotum,9 ; } Grid.grd_PD_remark>#body { border : none, 1 solid #B0B0B0, 0 solid #92bcca, 1 solid #B0B0B0; } Grid.grd_PD_remark>#controlcombo>#dropbutton { background : @gradation; gradation : linear 0,0 #eeeeee 0,100 #d2d2d2; border : none, none, none, 2 double #cacaca #f2f2f2; margin : 1 1 1 0; image : IMG::nu/btn_drop_N.png; imagealign : center middle; pusheddrawoffset : 0 0; cursor : arrow ; } Grid.grd_PD_remark>#controlcombo>#dropbutton:mouseover { background : @gradation; gradation : linear 0,0 #e7f6f9 0,100 #b7e4ec; border : none, none, none, 2 double #addee7 #f2f2f2; image : IMG::nu/btn_drop_N.png; cursor : arrow ; } Grid.grd_PD_remark>#controlcombo>#dropbutton:pushed { background : @gradation; gradation : linear 0,0 #eeeeee 0,100 #d2d2d2; border : none, none, none, 2 double #cacaca #f2f2f2; margin : 1 1 1 0; image : IMG::nu/btn_drop_N.png; imagealign : center middle; pusheddrawoffset : 0 0; cursor : arrow ; } Grid.grd_PD_remark>#controlcombo>#dropbutton:disabled { gradation : linear 0,0 #f6f6f6 0,100 #e8e8e8; border : none, none, none, 1 solid #f2f2f2; image : IMG::nu/btn_drop_D.png; } /* 진료기록 remark margin : -1 -1 -1 -1; */ Grid.grd_PD_remark>#controltextarea { background : #ffffff; border : 0 solid #d1d1d1; align : left middle ; font : Dotum,9 ; color : #000000; padding : 0; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #000000; } Grid.grd_PD_remark>#controltextarea:mouseover, Grid.grd_PD_remark>#controltextarea:focused { background : #ffffff; border : 0 solid #32b3d1; color : #000000; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground: #3da2df; selectcolor : #ffffff; padding : 0; } Grid.grd_PD_remark>#controltextarea:disabled { background : #f5f5f5; border : 0 solid #cdcdcd; color : #4d4d4d; padding : 0; } /* Col header */ Grid>#body>Cell.grd_headerCol { background : url('IMG::nu/img_headercol.png') stretch 5,5; background2 : url('IMG::nu/img_headercol.png') stretch 5,5; padding : 0 0 0 5; color : #000000; selectbackground : url('IMG::nu/img_headercol.png') stretch 5,5; selectcolor : #000000; cellcolor : #000000; } Shape.sh_medirec { border:0 none #808080ff; background : none; fillbrush:none transparent true; strokepen: 1 solid #000000ff; } Div.ed_mask_medirec_est { background : transparent; border : 0 solid #808080; bordertype : normal 0 0; } Div.ed_mask_medirec_est:disabled { background : #e6e6e6; border : 0 none transparent; } MaskEdit.ed_mask_medirec_est2:disabled { background : #e6e6e6; border : 0 solid #808080; bordertype : normal 0 0; color : #4d4d4d; padding : 0 2 0 2; } MaskEdit.ed_mask_medirec_est { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat ; border : 1 solid #808080; bordertype : normal 0 0 ; align : left middle; font : Dotum,9 ; color : #333333; padding : 0 2 0 2; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; } MaskEdit.ed_mask_medirec_est:mouseover { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat ; border : 1 solid #32b3d1; glow : 1 #96dcec; } MaskEdit.ed_mask_medirec_est:focused { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat ; border : 1 solid #32b3d1; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; padding : 0 2 0 2; glow : 1 #96dcec; } MaskEdit.ed_mask_medirec_est:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0; color : #4d4d4d; padding : 0 2 0 2; } MaskEdit.ed_mask_medirec_est[readonly="true"] { background : #e6e6e6; border : 1 solid #808080; padding : 0 2 0 2; } MaskEdit.ed_mask_medirec_est[readonly="true"]:mouseover, MaskEdit.ed_mask_medirec_est[readonly="true"]:focused, MaskEdit.ed_mask_medirec_est[readonly="true"]:disabled { background : #e6e6e6; border : 1 solid #808080; padding : 0 2 0 2; } MaskEdit.ed_mask_medirec_est[valid="false"], MaskEdit.ed_mask_medirec_est[valid="false"]:mouseover { background : #ffd7d5 URL('IMG::nu/img_edt_medirec_est.png') no-repeat; } MaskEdit.ed_mask_medirec { background : #ffffff; border : 1 solid #808080; bordertype : normal 0 0 ; align : left middle; font : Dotum,9 ; color : #333333; padding : 0 2 0 2; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; } MaskEdit.ed_mask_medirec:mouseover { background : #ffffff; border : 1 solid #32b3d1; glow : 1 #96dcec; } MaskEdit.ed_mask_medirec:focused { background : #ffffff; border : 1 solid #32b3d1; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; padding : 0 2 0 2; glow : 1 #96dcec; } MaskEdit.ed_mask_medirec:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0; color : #4d4d4d; padding : 0 2 0 2; } MaskEdit.ed_mask_medirec[readonly="true"] { background : #e6e6e6; border : 1 solid #808080; padding : 0 2 0 2; } MaskEdit.ed_mask_medirec[type="number"],MaskEdit.ed_mask_medirec_est[type="number"] { align : right middle; } MaskEdit.ed_mask_medirec[valid="false"], MaskEdit.ed_mask_medirec[valid="false"]:mouseover { background : #ffd7d5; } MaskEdit.ed_mask_medirec[readonly="true"]:mouseover, MaskEdit.ed_mask_medirec[readonly="true"]:focused, MaskEdit.ed_mask_medirec[readonly="true"]:disabled { background : #e6e6e6; border : 1 solid #808080; padding : 0 2 0 2; } Edit.ed_medirec_est { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat; border : 1 solid #808080; bordertype : normal 0 0 ; align : left middle; font : Dotum,9 ; color : #333333; padding : 0 2 0 2; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; } Edit.ed_medirec_est:mouseover { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat; border : 1 solid #32b3d1; padding : 0 2 0 2; glow : 1 #96dcec; } Edit.ed_medirec_est:focused { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat; border : 1 solid #32b3d1; color : #333333; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; padding : 0 2 0 2; glow : 1 #96dcec; } Edit.ed_medirec_est:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0; color : #4d4d4d; padding : 0 2 0 2; } Edit.ed_medirec_est[readonly="true"] { background : #e6e6e6; border : 1 solid #808080; padding : 0 2 0 2; } Edit.ed_medirec_est[readonly="true"]:mouseover, Edit.ed_medirec_est[readonly="true"]:focused, Edit.ed_medirec_est[readonly="true"]:disabled { background : #e6e6e6; border : 1 solid #808080; padding : 0 2 0 2; } Edit.ed_medirec { background : #ffffff; border : 1 solid #808080; bordertype : normal 0 0 ; align : left middle; font : Dotum,9 ; color : #333333; padding : 0 2 0 2; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; } Edit.ed_medirec:mouseover { background : #ffffff; border : 1 solid #32b3d1; padding : 0 2 0 2; glow : 1 #96dcec; } Edit.ed_medirec:focused { background : #ffffff; border : 1 solid #32b3d1; color : #333333; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; padding : 0 2 0 2; glow : 1 #96dcec; } Edit.ed_medirec:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0; color : #4d4d4d; padding : 0 2 0 2; } Edit.ed_medirec[readonly="true"] { background : #e6e6e6; border : 1 solid #808080; padding : 0 2 0 2; } Edit.ed_medirec[readonly="true"]:mouseover, Edit.ed_medirec[readonly="true"]:focused, Edit.ed_medirec[readonly="true"]:disabled { background : #e6e6e6; border : 1 solid #808080; padding : 0 2 0 2; } Calendar.ed_mask_medirec_est { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat ; align : left middle; font : Dotum,9 ; color : #333333; padding : 0 2 0 2; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; border : 1 solid #808080; bordertype : normal 0 0 ; } /* Calendar.ed_mask_medirec_est { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat ; border : 1 solid #808080; bordertype : normal 0 0 ; font : Dotum,9; color : #333333; align : left middle; buttonsize : 15; daybackground : transparent; dayborder : 0 none #ffffff00; dayfont : Dotum,8; daycolor : #46463d; daysize : 24 20; popupalign : ; popupbackground : transparent; popupborder : 0 none; popupbordertype : normal; popupsize : 229 190; usetrailingday : true; trailingdaycolor : #b0b0b0; } */ Calendar.ed_mask_medirec_est:mouseover { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat ; glow : 1 #96dcec; } Calendar.ed_mask_medirec_est:focused { background : URL('IMG::nu/img_edt_medirec_est.png') no-repeat ; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; padding : 0 2 0 2; glow : 1 #96dcec; } Calendar.ed_mask_medirec_est:disabled { background : #e6e6e6; bordertype : normal 0 0; color : #4d4d4d; padding : 0 2 0 2; } Calendar.ed_mask_medirec_est[readonly="true"] { background : #e6e6e6; padding : 0 0 0 0; buttonsize : -25; border : 1 solid #808080; bordertype : normal 0 0 ; } Calendar.ed_mask_medirec_est[readonly="true"]:mouseover, Calendar.ed_mask_medirec_est[readonly="true"]:focused, Calendar.ed_mask_medirec_est[readonly="true"]:disabled { background : #e6e6e6; padding : 0 0 0 0; buttonsize : -25; } Calendar.ed_mask_medirec_est[valid="false"], Calendar.ed_mask_medirec_est[valid="false"]:mouseover { background : #ffd7d5 URL('IMG::nu/img_edt_medirec_est.png') no-repeat; } Calendar.ed_mask_medirec { background : #ffffff; align : left middle; font : Dotum,9 ; color : #333333; padding : 0 2 0 2; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; border : 1 solid #808080; bordertype : normal 0 0 ; } Calendar.ed_mask_medirec:mouseover { background : #ffffff; glow : 1 #96dcec; } Calendar.ed_mask_medirec:focused { background : #ffffff; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; padding : 0 2 0 2; glow : 1 #96dcec; } Calendar.ed_mask_medirec:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0 ; color : #4d4d4d; } Calendar.ed_mask_medirec[type="number"],Calendar.ed_mask_medirec_est[type="number"] { align : right middle; } Calendar.ed_mask_medirec[valid="false"], Calendar.ed_mask_medirec[valid="false"]:mouseover { background : #ffd7d5; } Calendar.ed_mask_medirec[readonly="true"] { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0 ; buttonsize : -25; padding : 0 0 0 0; } Calendar.ed_mask_medirec[readonly="true"]:mouseover, Calendar.ed_mask_medirec[readonly="true"]:focused, Calendar.ed_mask_medirec[readonly="true"]:pushed, Calendar.ed_mask_medirec[readonly="true"]:selected { background : #e6e6e6; buttonsize : -25; padding : 0 0 0 0; } /* buttonbackground : URL('IMG::images/bg_radio_N.png') left top; */ Radio.rd_medirec_est { background : transparent; border : 0 none ; font : Dotum,9 ; padding : 0; color : #333333 ; align : left middle; buttonimage : url('IMG::nu/btn_radio_medirec1_est_N.png'); buttonalign : left center; buttonborder : none; buttonsize : 14; buttonpadding : 0; textpadding : 0 0 0 2; buttonbackground : url('IMG::nu/img_radioBg_medirec1_est_O.png'); focusborder : 1, solid, #32b3d1; } Radio.rd_medirec_est:mouseover, Radio.rd_medirec_est:focused, Radio.rd_medirec_est:selected { buttonborder : none; buttonbackground : url('IMG::nu/img_radioBg_medirec1_est_O.png'); glow : 1 #96dcec; } /* Radio.rd_medirec_est:pushed { buttonborder : none; buttonbackground : URL('IMG::nu/img_radioBg_medirec1_est_O.png') stretch; glow : 1 #96dcec; } Radio.rd_medirec_est:disabled { color : #4d4d4d; buttonborder : none; buttonbackground : url('IMG::nu/img_radioBg_medirec1_D.png'); } */ Radio.rd_medirec_est:disabled { color : #262626; buttonbackground : #E2E5E8; buttonborder : 1 solid #BAC1C6; buttonimage : url('theme://images/icon_radio_D.png'); } /* Radio.rd_medirec_est[readonly="true"] { color : #333333; buttonborder : none; buttonbackground : url('IMG::nu/img_radioBg_medirec1_D.png'); } Radio.rd_medirec_est[readonly="true"]:mouseover, Radio.rd_medirec_est[readonly="true"]:focused, Radio.rd_medirec_est[readonly="true"]:disabled { color : #333333; buttonborder : none; buttonbackground : url('IMG::nu/img_radioBg_medirec1_D.png'); } */ Radio.rd_medirec_est[readonly="true"] { color : #333333; buttonborder : none; buttonbackground : #E2E5E8; buttonimage : url('theme://images/icon_radio_D.png'); } Radio.rd_medirec_est[readonly="true"]:mouseover, Radio.rd_medirec_est[readonly="true"]:focused, Radio.rd_medirec_est[readonly="true"]:disabled { color : #333333; buttonborder : none; buttonbackground : #E2E5E8; buttonimage : url('theme://images/icon_radio_D.png'); } Radio.rd_medirec { background : transparent; border : 0 none ; font : Dotum,9 ; padding : 0; color : #333333 ; align : left middle; buttonimage : URL('IMG::nu/btn_radio_medirec1_N.png'); buttonalign : left center; buttonborder : none; buttonsize : 14; buttonpadding : 0; textpadding : 0 0 0 2; buttonbackground : url('IMG::nu/img_radioBg_medirec1_O.png'); focusborder : 1, solid, #32b3d1; } Radio.rd_medirec:mouseover, Radio.rd_medirec:focused, Radio.rd_medirec:selected { buttonborder : none; buttonbackground : url('IMG::nu/img_radioBg_medirec1_O.png'); glow : 1 #96dcec; } /* Radio.rd_medirec:pushed { buttonborder : none; buttonbackground : URL('theme://images/bg_radio_P.png') stretch left top; glow : 1 #96dcec; } Radio.rd_medirec:disabled { color : #4d4d4d; buttonborder : none; buttonbackground : url('IMG::nu/img_radioBg_medirec1_D.png'); } */ Radio.rd_medirec:disabled { color : #262626; buttonbackground : #E2E5E8; buttonborder : 1 solid #BAC1C6; buttonimage : url('theme://images/icon_radio_D.png'); } Radio.rd_medirec[columncount="-1"], Radio.rd_medirec_est[columncount="-1"] { textpadding : 0 14 0 2; } /* Radio.rd_medirec[readonly="true"] { color : #333333; buttonborder : none; buttonbackground : url('IMG::nu/img_radioBg_medirec1_D.png'); } Radio.rd_medirec[readonly="true"]:mouseover, Radio.rd_medirec[readonly="true"]:focused, Radio.rd_medirec[readonly="true"]:disabled { color : #333333; buttonborder : none; buttonbackground : url('IMG::nu/img_radioBg_medirec1_D.png'); } */ Radio.rd_medirec[readonly="true"] { color : #333333; buttonborder : none; buttonbackground : #E2E5E8; buttonimage : url('theme://images/icon_radio_D.png'); } Radio.rd_medirec[readonly="true"]:mouseover, Radio.rd_medirec[readonly="true"]:focused, Radio.rd_medirec[readonly="true"]:disabled { color : #333333; buttonborder : none; buttonbackground : #E2E5E8; buttonimage : url('theme://images/icon_radio_D.png'); } CheckBox.ck_medirec_est { background : transparent; border : 0 none ; font : Dotum,9 ; padding : 0 0 0 2; color : #333333 ; align : left middle; buttonimage : URL('IMG::nu/img_medire1_est_check.png'); buttonalign : left center; buttonborder : 2 double #f29f4e #fcfcfc ; buttonbordertype : normal 0 0 ; buttonsize : 13; textpadding : 1 0 0 0; buttonbackground: @gradation; buttongradation : liner 0,0 #ffd8b2 100,100 #ffd8b2; focusborder : 0 none; } CheckBox.ck_medirec_est:mouseover, CheckBox.ck_medirec_est:focused, CheckBox.ck_medirec_est:selected, CheckBox.ck_medirec_est:pushed { buttonbackground: @gradation; buttonimage : URL('IMG::nu/img_medire1_est_check.png'); buttonborder : 2 double #f29f4e #fcfcfc ; buttongradation : liner 0,0 #ffd8b2 100,100 #ffd8b2; glow : 1 #96dcec; } CheckBox.ck_medirec_est:disabled { color : #4d4d4d; buttonborder : 2 double #b1b1b1 #fcfcfc; buttongradation : liner 0,0 #b1b1b1 100,100 #b1b1b1; } CheckBox.ck_medirec_est[readonly="true"] { color : #333333; buttonborder : 2 double #b1b1b1 #fcfcfc; buttongradation : liner 0,0 #b1b1b1 100,100 #b1b1b1; } CheckBox.ck_medirec_est[readonly="true"]:mouseover, CheckBox.ck_medirec_est[readonly="true"]:focused, CheckBox.ck_medirec_est[readonly="true"]:disabled { color : #333333; buttonborder : 2 double #b1b1b1 #fcfcfc; buttongradation : liner 0,0 #b1b1b1 100,100 #b1b1b1; } CheckBox.ck_medirec { background : transparent; border : 0 none ; font : Dotum,9 ; padding : 0 0 0 2; color : #333333 ; align : left middle; buttonimage : URL('IMG::nu/img_medire1_check.png'); buttonalign : left center; buttonborder : 2 double #32b3d1 #fcfcfc; buttonbordertype : normal 0 0 ; buttonsize : 13; textpadding : 1 0 0 0; buttonbackground: @gradation; buttongradation : liner 0,0 #ffffff 100,100 #ffffff; focusborder : 0 none; } CheckBox.ck_medirec:mouseover, CheckBox.ck_medirec:focused, CheckBox.ck_medirec:selected { buttonborder : 2 double #32b3d1 #fcfcfc; buttongradation : liner 0,0 #ffffff 100,100 #ffffff; glow : 1 #96dcec; } CheckBox.ck_medirec:disabled { color : #4d4d4d; buttonborder : 2 double #b1b1b1 #fcfcfc; buttongradation : liner 0,0 #b1b1b1 100,100 #b1b1b1; } CheckBox.ck_medirec[readonly="true"] { color : #333333; buttonborder : 2 double #b1b1b1 #fcfcfc; buttongradation : liner 0,0 #b1b1b1 100,100 #b1b1b1; } CheckBox.ck_medirec[readonly="true"]:mouseover, CheckBox.ck_medirec[readonly="true"]:focused, CheckBox.ck_medirec[readonly="true"]:disabled { color : #333333; buttonborder : 2 double #b1b1b1 #fcfcfc; buttongradation : liner 0,0 #b1b1b1 100,100 #b1b1b1; } Button.bn_block_min, Button.bn_block_min:disabled { image : IMG::nu/ico_WF_max.png; imagealign : center middle; imagepadding : 1 0 0 2; focusborder : 0 none ; pusheddrawoffset : 0 0; cursor : hand; } Button.bn_block_min:mouseover, Button.bn_block_min:pushed, Button.bn_block_min:focused, Button.bn_block_min:selected { image : IMG::nu/ico_WF_maxO.png; } Button.bn_block_max, Button.bn_block_max:disabled { image : IMG::nu/ico_WF_min.png; imagealign : center middle; imagepadding : 1 0 0 2; focusborder : 0 none ; pusheddrawoffset : 0 0; cursor : hand; } Button.bn_block_max:mouseover, Button.bn_block_max:pushed, Button.bn_block_max:focused, Button.bn_block_max:selected { image : IMG::nu/ico_WF_minO.png; } Button.bn_medirec_basic { background : url('IMG::nu/bn_medirec_basicN.png') stretch 7,7; border : none; font : Dotum,9; color : #134a89; } Button.bn_medirec_basic:mouseover, Button.bn_medirec_basic:focused { background : url('IMG::nu/bn_medirec_basicO.png') stretch 7,7; shadow : 0,1 1 #00000033; color : #134a89; } Button.bn_medirec_basic:pushed, Button.bn_medirec_basic:selected { background : url('IMG::nu/bn_medirec_basicO.png') stretch 7,7; shadow : 0,1 1 #00000033; color : #134a89; } Button.bn_medirec_basic:disabled { background : url('IMG::nu/bn_blockDis_new.png') stretch 7,7; border : none; bordertype : round 3 3; font : Dotum,9 ; color : #919191; align : center middle; } /* 블럭버튼 */ Button.bn_block { background : url('IMG::nu/bn_blockN3.png') stretch 7,7; border : none; bordertype : round 3 3; font : Dotum,9 ; color : #595959; align : center middle; focusborder : 0 none ; pusheddrawoffset : 0 0; cursor : hand; shadow : 0,1 1 #f2f2f2; } Button.bn_block:mouseover, Button.bn_block:focused { background : url('IMG::nu/bn_blockO3.png') stretch 7,7; border : none; color : #595959; shadow : 0,1 1 #00000033; } Button.bn_block:pushed, Button.bn_block:selected { background : url('IMG::nu/bn_blockP3.png') stretch 7,7; border : none; color : #595959; } Button.bn_block:disabled { background : url('IMG::nu/bn_blockDis_new.png') stretch 7,7; border : none; bordertype : round 3 3; font : Dotum,9 ; color : #919191; align : center middle; } Combo.cb_medirec_est { background : #ffffff url('IMG::nu/img_edt_medirec_est.png') no-repeat; color : #333333; border : 1 solid #808080; bordertype : normal 0 0 ; font : Dotum,9 ; align : left middle; itemheight : 22; itemborder : 1 solid #4485ad00; itempadding : 0 3 0 6; itemcolor : #333333; buttonsize : 19; } Combo.cb_medirec_est:mouseover, Combo.cb_medirec_est:focused { background : url('IMG::nu/img_edt_medirec_est.png') no-repeat; border : 1 solid #32b3d1; itemcolor : #333333; glow : 1 #96dcec; } Combo.cb_medirec_est:selected { background : url('IMG::nu/img_edt_medirec_est.png') no-repeat; bordertype : normal 0 0 ; border : 1 solid #32b3d1; itemcolor : #ffffff; itemborder : 1 solid #4485ad; } Combo.cb_medirec_est:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0; color : #4d4d4d; } Combo.cb_medirec_est>#comboedit { background : url('IMG::nu/img_edt_medirec_est.png') no-repeat; color : #333333; border : 0 solid #808080; bordertype : normal 0 0 ; padding : 0 3 0 1; align : left middle; font : Dotum,9; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #555555; cursor : arrow ; } Combo.cb_medirec_est>#comboedit:mouseover, Combo.cb_medirec_est>#comboedit:focused { background : url('IMG::nu/img_edt_medirec_est.png') no-repeat; color : #333333; border : 0 solid #32b3d1; bordertype : normal 0 0 ; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; cursor : arrow ; } Combo.cb_medirec_est>#comboedit:disabled { background : #e6e6e6; border : 0 solid #808080; bordertype : normal 0 0; color : #4d4d4d; } Combo.cb_medirec_est>#dropbutton, Combo.cb_medirec_est>#dropbutton:selected, Combo.cb_medirec_est>#dropbutton:pushed { background : #ffffff ; gradation : linear 0,0 #eeeeee 0,100 #d2d2d2; border : none; margin : 1 1 1 0; image : IMG::nu/btn_drop_N.png; imagealign : center middle; pusheddrawoffset : 0 0; cursor : arrow ; } Combo.cb_medirec_est>#dropbutton:mouseover { background : #ffffff ; gradation : linear 0,0 #e7f6f9 0,100 #b7e4ec; border : none, none, none, 2 double #addee7 #f2f2f2; image : IMG::nu/btn_drop_N.png; cursor : arrow ; } Combo.cb_medirec_est>#dropbutton:disabled { background : #e6e6e6; gradation : linear 0,0 #f6f6f6 0,100 #e8e8e8; border : none; image : IMG::nu/btn_drop_D.png; } Combo.cb_medirec_est>#combolist { border : 1 solid #32b3d1; } Combo.cb_medirec { background : #ffffff; color : #333333; border : 1 solid #808080; bordertype : normal 0 0 ; font : Dotum,9 ; align : left middle; itemheight : 22; itemborder : 1 solid #4485ad00; itempadding : 0 3 0 6; itemcolor : #333333; buttonsize : 19; } Combo.cb_medirec:mouseover, Combo.cb_medirec:focused { background : #ffffff; border : 1 solid #32b3d1; itemcolor : #333333; glow : 1 #96dcec; } Combo.cb_medirec:selected { background : #ffffff; bordertype : normal 0 0 ; border : 1 solid #32b3d1; itemcolor : #ffffff; itemborder : 1 solid #4485ad; } Combo.cb_medirec:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0; color : #4d4d4d; } Combo.cb_medirec>#comboedit { background : transparent; color : #333333; border : 0 solid #808080; bordertype : normal 0 0 ; padding : 0 3 0 1; align : left middle; font : Dotum,9; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #555555; cursor : arrow ; } Combo.cb_medirec>#comboedit:mouseover, Combo.cb_medirec>#comboedit:focused { background : transparent; color : #333333; border : 0 solid #32b3d1; bordertype : normal 0 0 ; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; cursor : arrow ; } Combo.cb_medirec>#comboedit:disabled { background : #e6e6e6; border : 0 solid #808080; bordertype : normal 0 0; color : #4d4d4d; } Combo.cb_medirec>#dropbutton, Combo.cb_medirec>#dropbutton:selected, Combo.cb_medirec>#dropbutton:pushed { background : #ffffff; gradation : linear 0,0 #eeeeee 0,100 #d2d2d2; border : none; margin : 1 1 1 0; image : IMG::nu/btn_drop_N.png; imagealign : center middle; pusheddrawoffset : 0 0; cursor : arrow ; } Combo.cb_medirec>#dropbutton:mouseover { background : #ffffff; gradation : linear 0,0 #e7f6f9 0,100 #b7e4ec; border : none, none, none, 2 double #addee7 #f2f2f2; image : IMG::nu/btn_drop_N.png; cursor : arrow ; } Combo.cb_medirec>#dropbutton:disabled { background : #e6e6e6; gradation : linear 0,0 #f6f6f6 0,100 #e8e8e8; border : none; image : IMG::nu/btn_drop_D.png; } Combo.cb_medirec>#combolist { border : 1 solid #32b3d1; } TextArea.ta_medirec_est { background : white URL('IMG::nu/img_edt_medirec_est.png') no-repeat; border : 1 solid #808080; bordertype : normal 0 0 ; align : left top; font : Dotum,9 ; color : #333333; padding : 3 0 0 7; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; } TextArea.ta_medirec_est:mouseover, TextArea.ta_medirec_est:focused { background : white URL('IMG::nu/img_edt_medirec_est.png') no-repeat; border : 1 solid #32b3d1; color : #000000; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; padding : 3 0 0 7; glow : 1 #96dcec; } TextArea.ta_medirec_est:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0; color : #4d4d4d; padding : 3; } TextArea.ta_medirec_est[readonly="true"] { background : #e6e6e6; border : 1 solid #808080; padding : 3; } TextArea.ta_medirec_est[readonly="true"]:mouseover, TextArea.ta_medirec_est[readonly="true"]:focused, TextArea.ta_medirec_est[readonly="true"]:disabled { background : #e6e6e6; border : 1 solid #808080; padding : 3; } TextArea.ta_medirec { background : #ffffff; border : 1 solid #808080; bordertype : normal 0 0 ; align : left top; font : Dotum,9 ; color : #333333; padding : 3; caretcolor : #3da2df; selectbackground : #ffffff; selectcolor : #333333; } TextArea.ta_medirec:mouseover, TextArea.ta_medirec:focused { background : #ffffff; border : 1 solid #32b3d1; color : #000000; caretcolor : #3da2df; compositecolor : #ffffff; selectbackground : #3da2df; selectcolor : #ffffff; padding : 3; glow : 1 #96dcec; } TextArea.ta_medirec:disabled { background : #e6e6e6; border : 1 solid #808080; bordertype : normal 0 0; color : #4d4d4d; padding : 3; } TextArea.ta_medirec[readonly="true"] { background : #e6e6e6; border : 1 solid #808080; padding : 3; } TextArea.ta_medirec[readonly="true"]:mouseover, TextArea.ta_medirec[readonly="true"]:focused, TextArea.ta_medirec[readonly="true"]:disabled { background : #e6e6e6; border : 1 solid #808080; padding : 3; } Button.btn_block_Ntop { background : url('IMG::nu/btn_block_NtopN.png'); border : 0 none; bordertype : normal ; shadow : drop 0,0 0 gray ; } Button.btn_block_Ntop:disabled { background : url('IMG::nu/btn_block_NtopD.png');} Button.btn_block_Ntop:pushed, Button.btn_block_Ntop:focused, Button.btn_block_Ntop:selected, Button.btn_block_Ntop:mouseover { background : url('IMG::nu/btn_block_NtopO.png'); } Button.btn_block_Nbottom { background : url('IMG::nu/btn_block_NbottomN.png'); border : 0 none; bordertype : normal ; shadow : drop 0,0 0 gray ; } Button.btn_block_Nbottom:disabled { background : url('IMG::nu/btn_block_NbottomD.png'); } Button.btn_block_Nbottom:pushed, Button.btn_block_Nbottom:focused, Button.btn_block_Nbottom:selected, Button.btn_block_Nbottom:mouseover { background : url('IMG::nu/btn_block_NbottomO.png'); } Button.icon_search_GHD2, Button.icon_search_GHD2:mouseover, Button.icon_search_GHD2:pushed, Button.icon_search_GHD2:focus, Button.icon_search_GHD2:selected, Button.icon_search_GHD2:disabled { align : center middle; border : none; background : url('IMG::nu/grid_expend.png'); } Button.btn_PD_img_N { background : url('IMG::nu/icon_PD_img_NN.png'); border : 0 none; bordertype : normal ; shadow : drop 0,0 0 gray ; } Button.btn_PD_img_N:disabled { background : url('IMG::nu/icon_PD_img_DN.png'); } Button.btn_PD_img_N:mouseover, Button.btn_PD_img_N:pushed, Button.btn_PD_img_N:focused, Button.btn_PD_img_N:selected { background : url('IMG::nu/icon_PD_img_NO.png'); } Button.btn_PD_img_O, Button.btn_PD_img_O:disabled { background : url('IMG::nu/icon_PD_img_ON.png'); border : 0 none; bordertype : normal ; shadow : drop 0,0 0 gray ; } Button.btn_PD_img_O:mouseover, Button.btn_PD_img_O:pushed, Button.btn_PD_img_O:focused, Button.btn_PD_img_O:selected { background : url('IMG::nu/icon_PD_img_OO.png'); } Button.btn_PD_hir_N { background : url('IMG::nu/icon_PD_hir_NN.png'); border : 0 none; bordertype : normal ; shadow : drop 0,0 0 gray ; } Button.btn_PD_hir_N:disabled { background : url('IMG::nu/icon_PD_hir_DN.png'); } Button.btn_PD_hir_N:mouseover, Button.btn_PD_hir_N:pushed, Button.btn_PD_hir_N:focused, Button.btn_PD_hir_N:selected { background : url('IMG::nu/icon_PD_hir_NO.png'); } Button.btn_PD_hir_O { background : url('IMG::nu/icon_PD_hir_ON.png'); border : 0 none; bordertype : normal ; shadow : drop 0,0 0 gray ; } Button.btn_PD_hir_O:disabled { background : url('IMG::nu/icon_PD_hir_DN.png'); } Button.btn_PD_hir_O:mouseover, Button.btn_PD_hir_O:pushed, Button.btn_PD_hir_O:focused, Button.btn_PD_hir_O:selected { background : url('IMG::nu/icon_PD_hir_OO.png'); } Button.btn_PD_add_N { background : url('IMG::nu/icon_PD_add_NN.png'); border : 0 none; bordertype : normal ; shadow : drop 0,0 0 gray ; } Button.btn_PD_add_N:disabled { background : url('IMG::nu/icon_PD_add_DN.png'); } Button.btn_PD_add_N:mouseover, Button.btn_PD_add_N:pushed, Button.btn_PD_add_N:focused, Button.btn_PD_add_N:selected { background : url('IMG::nu/icon_PD_add_NO.png'); } Button.btn_PD_add_O, Button.btn_PD_add_O:disabled { background : url('IMG::nu/icon_PD_add_ON.png'); border : 0 none; bordertype : normal ; shadow : drop 0,0 0 gray ; } Button.btn_PD_add_O:mouseover, Button.btn_PD_add_O:pushed, Button.btn_PD_add_O:focused, Button.btn_PD_add_O:selected { background : url('IMG::nu/icon_PD_add_OO.png'); } Button.bn_sht3mo, Button.bn_sht3mo:disabled, Button.bn_sht3mo:focused, Button.bn_sht3mo:selected { background : url('IMG::nu/btn_leftdepartmo_N.png') stretch 3,3; align : center middle; font : Dotum,8 ; color : #494949; } Button.bn_sht3mo:mouseover, Button.bn_sht3mo:pushed { background : url('IMG::nu/btn_leftdepartmo_P.png') stretch 3,3; font : Dotum,8; color : #5c3b47; shadow : drop 0,0 0 gray ; } /* nU CSS END */