﻿/********************************************************************/
/*										*/
/*  Css Design Part ( Choi naehyun )   */
/*  Date : 2004-09-23- 오전 12시 - 스타일 가이드
/*      								*/
/***************************BODY*********************************/



/* 전체 가로스크롤 삭제, 스크롤 색상적용 */
BODY {
scrollbar-3dlight-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-face-color: #DEE7EB;
scrollbar-arrow-color: #6F9BAA;
scrollbar-track-color: #F7F7F7;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #B8C4C5;}

/* 가로스크롤 삭제 및 탑마진 삭제*/
body{
overflow-x:hidden;
background-color:#ffffff }


/* 링크 속성 */
A.:link {  color: #404040 ; text-decoration: none; cursor:hand}
A.:hover {  color: #347BD9 ;text-decoration: underline; }
A.:active {  color: #347BD9 ; text-decoration: none;}
A.:visited {  color: #404040 ;  text-decoration: none;}

/* 전체 텍스트 속성 */
BODY, TABLE, TR, TD, SELECT,INPUT,DIV,SPAN,FORM,TEXTAREA
{ font-family: 굴림; font-size: 9pt; color: #666666; }

	.sub_blue_bg{
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(/img/green_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;


}

.gray_bg{
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(file:///C|/Documents and Settings/장기봉/Local Settings/Temporary Internet Files/Content.IE5/FA8FAN3J/img/ver_bg.gif);
	background-repeat: no-repeat;
	background-position: top;



}


.td_padding{
	line-height: 140%;
	
}

.history_padding{
	line-height: 200%;
	
}

.padding{
	padding-left:8px;
	
}

.box{
	background-color: #F6F5F1;
	padding: 5px;
	border: 1px solid #CCCCCC;
	line-height:140%
	
}

.box_white{
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #CCCCCC;
	line-height: 140%;

	
}

.menu{
	line-height: 140%;
	background-image: url(file:///C|/Documents and Settings/장기봉/Local Settings/Temporary Internet Files/Content.IE5/FA8FAN3J/img/menu_bg.gif);
	color: #336699;
	text-indent: 13pt;



	
}
