/* ================================================= */
/* update : 2007-01-10                                                        */
/* ================================================= */
/* 1. default                                        */
/* 2. Link Text                                      */
/* 3. ÀÏ¹Ý Text                                      */
/* 4. Textbox                                        */
/* 5. Selectbox                                      */
/* ================================================= */



/* 1. Default  ----------------*/

		BODY {			
			color: #585858;
			font-family: MS PGothic;
			font-size : 9pt;
			margin : 0 px;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom:0px;
			margin-right:0px;
		 
		}		
					 
		INPUT  {
			font-family: MS PGothic;
			font-size: 8pt;
			font-weight: normal;
			font-style: normal;
			color: #585858;							
			margin-left : 1px;
			margin-right : 1px;
			padding-top : 1px;
			padding-bottom : 1px;
			padding-left : 1px;
			padding-right : 1px;
			ime-mode: inactive;
		}

		INPUT:Text  {
			font-family: MS PGothic;
			font-size: 8pt;
			font-weight: normal;
			font-style: normal;			
			color: #585858;
			margin-left : 1px;
			margin-right : 1px;
			padding-top : 1px;
			padding-bottom : 1px;
			padding-left : 1px;
			padding-right : 1px;
			border-width : 1px;
		}
		
		SELECT  {
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal;
			font-style: normal;
			color: #585858;
			background-color: #FFFFFF;						
			margin-left : 0px;
			margin-right : 0px;
			padding-top : 2px;
			padding-bottom : 2px;
			padding-left : 2px;
			padding-right : 2px;
			height : 20px;
		}
							
		TEXTAREA  {
			font-family: MS PGothic;
			font-size: 9pt;
			line-height:160%;
			font-weight: normal;
			font-style: normal;
			color: #585858;							
			border: 1px solid #D1D1D1;																
			margin-left : 0px;
			margin-right : 0px;
			padding-top : 2px;
			padding-bottom : 2px;
			padding-left : 2px;
			padding-right : 2px;
			ime-mode: active;	
		}
		
		table {
			color: #585858;
			font-family: MS PGothic;
			font-size: 9pt;
		}
		
		table:td {
			color: #585858;
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal;
			font-style: normal;
		}



/* 2. Link Class  -------------------------------*/
  		
  		a.link_point{
			color: #3057BE;	
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal; 
			font-style: normal;
			text-decoration:none; 			
		}
		a:visited.link_point{
			color: #3057BE;	
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal; 
			font-style: normal;
		 	text-decoration:none;
  		}
       	a:hover.link_point{
			color: #FF6C00;	
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal; 
			font-style: normal;
			text-decoration:none; 
  		}
        a:active.link_point{
			color: #3057BE;	
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal; 
			font-style: normal;
			text-decoration:none; 
  		}
	
/* 3. TABLE --------------------*/
		table.TABLE_BODY
		{
			width			: 100%;
			height			: 100%;
			padding-left	: 15px;
            padding-right	: 15px;
            padding-bottom  : 10px;
            padding-top		: 10px;
            border-width	: 0px;
            background-image: url(/Xenos/Images/Common/Image/ETC/bg_top_010.gif);
            background-repeat : repeat-x;
		}
		
		table.TABLE_BODY_POP
		{
			width			: 100%;
			height			: 100%;
			padding-left	: 15px;
            padding-right	: 15px;
            padding-bottom  : 15px;
            padding-top		: 13px;
            border-width	: 0px;
            background-image: url(/Xenos/Images/Common/Image/ETC/bg_popup_010.gif);
            background-repeat : repeat-x;
		}

		table.TABLE_BODY_TITLE
		{
			height			: 20px;
			width			: 100%;
			border-width	: 0px;
		}
		
		table.TABLE_GRID_TITLE
		{
			background-color	: #BBBBBB;
			color				: #585858;
			font-family			: MS PGothic;
			font-size			: 9pt;
			line-height			: 130%;
			table-layout		: fixed;
		}
		
		table.TABLE_BODY_SELECT
		{
			width			: 100%;
			border-style	: solid;
            border-color	: #D8E4EC;
            border-width	: 1px 1px 1px 1px;
            background-color: #EFF4F5;
            padding-left	: 10px;
            padding-right	: 10px;
            padding-bottom	: 10px;
            padding-top		: 10px;
		}
		.TABLE_TD_SELECT
		{
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal;
			font-style: normal;
			background-color: #EEFCE8;
			color: #5E5E5E;
			background-color : #EFF4F5;
		}
		
		
		table.TABLE_ROWOVER
		{
			behavior : url(/common/js/rowover.htc);
			ro--light-background	:#FFFFFF;		/*È¦¼ö µÞ¹è°æ			*/
			ro--shade-background	:#F8F8F8;	    /*Â¦¼ö µÞ¹è°æ			*/
			ro--selected-background	:#E3DEFF;		/*¼±ÅÃµÈ µÞ¹è°æ			*/
			ro--selected-color		:#000000;       /*¼±ÅÃµÈ ±ÛÀÚ»ö±ò		*/
			ro--hover-background	:#EFECFE;       /*¸¶¿ì½º¿À¹ö µÞ¹è°æ		*/
			ro--hover-color			:#585858;       /*¸¶¿ì½º¿À¹ö ±ÛÀÚ»ö±ò	*/
		}
		
		/* xDataGrid */
	
		.TD_GRID_TITLE_SORT 
		{
			font-family: µ¸¿ò, sans-serif;
			font-size: 8pt;
			font-weight: bold;
			font-style: normal;
			color: #8dc2e0;
			text-align: center;
			filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FDFDFE, EndColorStr=#F3F3F3);
		}
		
		.TD_GRID_TITLE 
		{
			font-family: µ¸¿ò, sans-serif;
			font-size: 8pt;
			/*font-weight: bold;*/
			font-style: normal;
			color: #8dc2e0;
			text-align: center;
			filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FDFDFE, EndColorStr=#F3F3F3);
		}
		
		/* xDataGrid */
		
		.TABLE_INPUT
		{
			border-top			: 1px solid #DCDBDB;
			border-left			: 1px solid #DCDBDB;
		}
		
		.TABLE_INPUT tr td
		{
			
		}
		
		.TD_INPUT_TITLE
		{
			border-right		: 1px solid #DCDBDB;
			border-bottom		: 1px solid #DCDBDB;
			height				: 25px;
			filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#F4FAFD, EndColorStr=#DFF4FD);
			padding-left		: 5px;
		}
		
		.TD_INPUT_CONTENT
		{
			border-right		: 1px solid #DCDBDB;
			border-bottom		: 1px solid #DCDBDB;
			height				: 25px;
		}



/* 3. TABLE TD --------------------*/
		.TD_TITLE {
			font-family: MS PGothic;
			font-size: 13pt;
			font-weight: bold;
			font-style: normal;
			color: #000000;
			letter-spacing: 0.1px;
		}
		
		.TD_SELECT {
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: bold;
			font-style: normal;
			color: #1DA09F;
			padding-right : 5px;
		}
		
		.TD_SUB_TITLE {
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal;
			font-style: normal;
			background-color: #EEFCE8;
			color: #5E5E5E;
			padding-top : 5px;
			padding-bottom : 2px;
		}
		
		/* CONTANT - Èò»ö -----------------*/
		.TD_SUB_CONTANT {
			font-family: MS PGothic;
			font-size: 9pt;
			font-weight: normal;
			font-style: normal;
			background-color: #FFFFFF;
			color: #585858;			
		}
		
		
		.TD_TITLE_AND_BUTTON 
		{
			background-image : url(../Images/Common/Image/ETC/bg_top_010.gif);
		}
		
		
		


/* 4. Textbox Class --------------------*/										

		.TB_OK {
			background-color: #FFFFFF;
			border: 1px solid #D1D1D1;
			color: #404040;
			font-size: 9pt;
			text-align: left;
			padding-left : 4px;	
			padding-top : 4px;	
			ime-mode: active;
			height: 20px;
		}
		
		.TB_OE {			
			background-color: #FFFFFF;
			border: 1px solid #D1D1D1;
			color: #404040;
			font-size: 9pt;		
			text-align: left;
			padding-left : 4px;
			padding-top : 4px;			
			ime-mode: inactive;
			height: 20px;
		}
		
		.TB_OK_NEED {
			background-color: #FFFDD4;
			border: 1px solid #D1D1D1;
			color: #404040;
			font-size: 9pt;
			text-align: left;
			padding-left : 4px;	
			padding-top : 4px;	
			ime-mode: active;
			height: 20px;
		}
		
		.TB_OE_NEED {			
			background-color: #FFFDD4;
			border: 1px solid #D1D1D1;
			color: #404040;
			font-size: 9pt;		
			text-align: left;
			padding-left : 4px;
			padding-top : 4px;			
			ime-mode: inactive;
			height: 20px;
		}

		.TB_XK {
			background-color: #FFFFFF;
			border: 1px solid #FFFFFF;
			color: #404040;
			font-size: 9pt;
			text-align: left;
			padding-top : 4px;	
			ime-mode: active;
			height: 20px;
		}
		
		.TB_XE {			
			background-color: #FFFFFF;
			border: 1px solid #FFFFFF;
			color: #404040;
			font-size: 9pt;		
			text-align: left;
			padding-left : 4px;
			padding-top : 4px;			
			ime-mode: inactive;
			height: 20px;
		}

		.DDL {			
			background-color: #FFFFFF;
			border: 1px solid #D1D1D1;
			color: #404040;
			font-size: 9pt;		
			text-align: left;
			padding-left : 4px;
			padding-top : 4px;	
		}
		
		.DDL_NEED {			
			background-color: #FFFDD4;
			border: 1px solid #D1D1D1;
			color: #404040;
			font-size: 9pt;		
			text-align: left;
			padding-left : 4px;
			padding-top : 4px;	
		}
		
		.TB_TITLE
		{
			background-color: #EEFCE8;
		}
	
		
		
/* 5. SPAN Class --------------------*/	
		
		.SPAN_SUB_010 {
			font-size: 8pt;	
			font-family: MS PGothic;
			color: #0975BE;
			font-weight: bold;
		}
		
		
		.SPAN_NUM_010 {
			font-size: 9pt;	
			font-family: MS PGothic;
			color: #3057BE;
			font-weight: bold;
		}


/* °³¹ßÁß */


.btnnew_on 
{
	font-weight:bold;
	font-size: 8pt;
	font-family : MS pGothic, Verdana, Arial,sans-serif;
	background-image: url(/Xenos/ASPX/SP/button.gif);
	color: #656565;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	BACKGROUND-COLOR: transparent; 
	cursor: hand;
	padding-top : 3px;
}
