/*** Basic CSS ***/

body,table,input,textarea,select {font:9pt tahoma,µ¸¿ò; color:#000000;}
th {font:8pt µ¸¿ò; letter-spacing:-1px; padding-top:4px;}
img	{border:0;}
form {display:inline;}
/*form input,textarea {border:1px solid #c4cad1;}*/
.line {border:1px solid #d9d9d9;}

a		{text-decoration:none; color:#000000;}
a:hover {text-decoration:none; color:#007FC8;}
.tablebg { background-color:#cfcfce; }
.title_bar {  color: #03545C; font-weight: bold}
.title_red {  color: #FF0000; font-weight: bold}
.subtitle_bar {  color: #4f5459; font-weight: bold}
.eng	{font:8pt tahoma;}
.engs	{font:7pt tahoma;}
.engb	{font:bold 8pt tahoma;}
.small	{font:8pt µ¸¿ò; letter-spacing:-1px;}
.big	{font:10pt verdana}
.contents p {margin:2px 0;}
.tdsl { color:#333333; background-color:#E6E9EA; ; font-weight: bold; text-align: left; size:9pt }
.tdsc { color:#333333; background-color:#E6E9EA; ; font-weight: bold; text-align: center}
.tdsr { color:#333333; background-color:#E6E9EA; ; font-weight: bold; text-align: right}
.null {border:none; background:transparent;}
.null input {border:none; background:transparent;}
.mout  { color:#333333; background-color:#FFFFFF; }
.mover { color:#000000; background-color:#EFFFFF; }
.left	{float:left;}
.right	{float:right;}
.clear	{clear:both;}

.bold {font-weight: bold;}

.c {text-align: center;}
.l {padding-left: 10px;}
.l5 {padding-left: 5px;}
.r {text-align: right; padding-right:10px;}

.hidden {display:none}
.engonly {ime-mode:disabled}
.numonly {ime-mode:disabled; text-align:right;}

.hand {cursor:pointer}
.gulim {font-family:±¼¸²}
.page {margin:10px; text-align:center}

/*** ½ºÅ©·Ñ ***/
.scroll	{
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color:#D2D2D2;
	scrollbar-highlight-color:#D2D2D2;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-track-color:#F7F7F7;
	scrollbar-arrow-color:#838383;
}

/*** CSS for layout ***/

#layout_header {
	width: 100%;
	height: 65px;
	position: relative;
	background: #f2f2f2;
}

#layout_menu {
	border: 1px solid #dedede;
	margin: 6px 0 10px 3px;
	padding: 5px;
	background: #ffffff;
	width: 150px;
	float: left;
}

#layout_main {
	background: #ffffff;
	/*border: 1px solid #dedede;*/
	margin: 6px 0 6px 6px;
	padding: 10px;
	width: 836px;
	float: left;
}

#layout_menu_pack01 {
	border: 1px solid #dedede;
	margin: 6px 0 10px 3px;
	padding: 5px;
	background: #ffffff;
	width: 200px;
	float: left;
}

#layout_main_pack01 {
	background: #ffffff;
	border: 1px solid #dedede;
	margin: 6px 0 6px 6px;
	padding: 10px;
	width: 786px;
	float: left;
}

#layout_menu_pack02 {
	border: 1px solid #dedede;
	margin: 6px 0 10px 3px;
	padding: 5px;
	background: #ffffff;
	width: 200px;
	float: left;
}

#layout_main_pack02 {
	background: #ffffff;
	border: 1px solid #dedede;
	margin: 6px 0 6px 6px;
	padding: 10px;
	width: 786px;
	float: left;
}

#layout_full {
	background: #ffffff;
	border: 1px solid #dedede;
	margin: 6px 0 6px 6px;
	padding: 6px;
	width: 992px;
}

#layout_footer {
	width: 1000px;
	border-top:1px solid #dedede;
	padding: 10px 0;
	text-align: right;
	font: 8pt tahoma;
	color: #999;
}

.folder_out {
border:2px solid #efefef;
padding:5px;
background:#ffffff;
}

/*** ¶ó¿îµå¹Ú½º ½ºÅ¸ÀÏ ***/

.rOut {display:block;}
/*.rOut * {display: block; height: 1px; overflow: hidden;}*/
.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4 {margin: 0 1px; height: 2px} 

/*** °ü¸®ÀÚ ÆäÀÌÁö Àü¿ë ***/

.t	{
	background: url(img/icn_chk.png) no-repeat 3px;
	font-weight: bold; 
	margin: 8px 0;
	padding: 4px 0 0 23px;
	height: 16px;
}

.ti	{
	background: url(img/icn_chk.gif) no-repeat 3px;
	font-weight: bold; 
	margin: 4px 0;
	padding-left: 21px;
	float:left;
}

.100px {width:100px}
.200px {width:200px}
.300px {width:300px}
.500px {width:500px}

.tmenu {margin-right: 1px}

.btn {
	/*
	border: 1px solid #E3E3E2;
	padding: 5px 5px 3px;
	background: #F7FFF7;
	margin-top: 10px;
	*/
	padding: 5px 0;
	text-align: right;
	margin-top: 5px;
}

/*** Table layout ***/

table .c1 {
	width:150px;
	background:#f2f3f4;
	text-align:center;
}
table .c2 {
	padding-left:6px;
	/*padding-right:8px;*/
}

table.chart{
	width: 100%;
	margin: 0; padding: 0; line-height: 21px;
	border-top: 1px solid #E8E8E8;
	/*border-left: 1px solid #cccccc;*/
	border-collapse: collapse;
}
table.chart th{
}
table.chart td{
	margin: 0; padding-top: 5px; padding-bottom: 5px;
	/*border-right: 1px solid #cccccc;*/
	border-bottom: 1px solid #E8E8E8;
}
table.chart caption{
	margin: 0; padding: 0;
	text-align: right;
}
table.chart thead th{
	background-color: #e9e9e9;
	border-bottom: 1px solid #E8E8E8;
}
table.chart tfoot th{ background-color: #e2e2e2; }


table.excel{
  margin: 0; padding: 0; line-height: 21px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-collapse: collapse;
}
table.excel th, table.excel td{
  margin: 0; padding: 3px 0;
  border-bottom: 1px solid #E0E0E0;
}
table.excel caption{
  margin: 0; padding: 0;
  text-align: right;
}
table.excel thead th{
  background-color: #e9e9e9;
  border-bottom: 1px solid #E0E0E0;
}
table.excel tfoot th, table.excel tfoot td{
  border-bottom: none;
  background-color: #e2e2e2;
}

/*** Form ***/

input.f {width:100%}

/*** Color ***/

a.white	{text-decoration:none; color:#ffffff;}
a.white:hover {text-decoration:none; color:#ffffff;}

.gray	{color: gray;}
.red	{color:#9d0038}
.blue	{color:#006594}
.green	{color:#008000}
.white	{color:#ffffff}
