@charset "utf-8";
/* 개발 김건식 */
body{
    background-color: #fbfbfb;
    font-family: Arial, Helvetica, sans-serif, 돋움;
    font-size: 12px;
    color: #666666;
    margin:0;
}
td{
    line-height:19px
}
img{border:0px}
a:link {color:#666666; text-decoration: none;}
a:visited {color:#666666; text-decoration: none;}
a:active{color:#666666; text-decoration:none;}
a:hover {color:#ff6c00; text-decoration: none;}

.layerTopMenu {
    position:absolute;
    width:100%;
    height:130px;
    z-index:1;
}
td.bg{/*바디bg에 그림자 넣기용*/
background:url(../images/bg.gif) center repeat-y}

table.subTitle{
    margin-bottom:35px;
}
td.subTitle{/*소제목용*/
    border-bottom:#7e7e7e solid 1px;
}

td.lineMap{/*라인맵용*/
    font-size:11px;
    color:#666;
    text-align:right;
    vertical-align:bottom;
    border-bottom:#7e7e7e solid 1px;
    padding:0px 5px 3px 0px;
}

/*폼 양식*/
select {font-size:12px;}
.leftField{background:#eef5fe; padding:7px; width:145px; color:#000}
.rightField{background:#f7f7f7; padding:7px; color:#000}
input{border:#b7b7b7 solid 1px; height:17px; color:#000; font-size:12px}

.fieldLeft{
    background:url(../images/field2.gif) repeat-x;
    text-align:left;
}
.fieldRight{
    background:url(../images/field1.gif) right no-repeat;
    text-align:left;
    color:#000;
}
input.wihte{
    border:#f1f0ee solid 1px;
    height:16px;
    color:#666;
}
.textArea_1{
  color:#6e6d6d;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif, "돋움";
  border:0;
  overflow-x:hidden;
  overflow-y:scroll;
  scrollbar-highlight-color: #e4e4e4;
  scrollbar-3dlight-color: #e4e4e4;
  scrollbar-face-color: #ccccb9;
  scrollbar-shadow-color: #efefec;
  scrollbar-darkshadow-color: #c9c9c2;
  scrollbar-track-color: #fefefb;
  scrollbar-arrow-color: #c9c9c2;
 }

 /*게시판 양식*/

td.underLine{
     border-bottom:#dadada solid 1px;
     height:33px;
}


/*표 양식*/
.chart{
	padding:7px;
}
