﻿/* 이미지 태그 기본 스타일 */
img {border:none; text-align:absmiddle;}

/* 커서를 손모양으로 변경 */
.hand {cursor:pointer;}

/* 테두리 삭제 */
.noborder {border:none; background-color:transparent;}
input[type=radio] {border:none; background-color:transparent;}
input[type=checkbox] {border:none; background-color:transparent;}

/* 폼체크 에러시 */
input[type=text].FV_inputTextError {border:2px solid #FF0000;}
.FV_errorMessage {position:absolute; background:#FFFFFF; font-size:12px; padding:2px;}

/* 입력폼 기본 스타일 */
input, textarea {font-size:12px;font-family:굴림;color: #5C5C5C; margin-left:2px; border: 1px solid #CACACA; padding-top:3px; height:18px; text-align:absmiddle;}
select {font-size:12px;font-family:굴림;color: #5C5C5C; margin-left:2px; border: 1px solid #CACACA; padding-top:3px; text-align:absmiddle;}

/* 버튼 */
input[type=button].btn_50 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_50.gif); height:21px; width:50px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_60 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_60.gif); height:21px; width:60px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_70 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_70.gif); height:21px; width:70px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_80 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_80.gif); height:21px; width:80px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_90 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_90.gif); height:21px; width:90px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_100 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_100.gif); height:21px; width:100px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_120 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_120.gif); height:21px; width:120px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_140 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_140.gif); height:21px; width:140px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_160 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_160.gif); height:21px; width:160px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_180 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_180.gif); height:21px; width:180px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_200 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_200.gif); height:21px; width:200px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_250 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_250.gif); height:21px; width:250px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}
input[type=button].btn_300 {border:0; background-color:transparent; background-image:url(/jsphelper/images/_btn_300.gif); height:21px; width:300px; padding:4 0 0 5; color:FFFFFF; cursor:hand; font-family:Verdana; font-size:12px; line-height:100%;}

/* 정렬 - L : 왼쪽, C : 중앙, R : 오른쪽, T : 위쪽, B : 아래쪽 */
.L {text-align: left;}
.C {text-align: center;}
.R {text-align: right;}
.T {vertical-align: top;}
.B {vertical-align: bottom;}

/* 가로폭 - 숫자P : 퍼센트 단위, 그냥숫자 : 픽셀 단위 */
.W20P {width: 20%;}
.W30P {width: 30%;}
.W40P {width: 40%;}
.W50P {width: 50%;}
.W60P {width: 60%;}
.W70P {width: 70%;}
.W80P {width: 80%;}
.W90P {width: 90%;}
.W100P {width: 100%;}
.W20 {width: 20px;}
.W30 {width: 30px;}
.W40 {width: 40px;}
.W50 {width: 50px;}
.W60 {width: 60px;}
.W70 {width: 70px;}
.W80 {width: 80px;}
.W90 {width: 90px;}
.W100 {width: 100px;}
.W110 {width: 110px;}
.W120 {width: 120px;}
.W130 {width: 130px;}
.W140 {width: 140px;}
.W150 {width: 150px;}
.W160 {width: 160px;}
.W170 {width: 170px;}
.W180 {width: 180px;}
.W190 {width: 190px;}
.W200 {width: 200px;}
.W220 {width: 220px;}
.W245 {width: 245px;}
.W270 {width: 270px;}
.W300 {width: 300px;}

/* 속성 - TN : 그냥 값만 보이고 테두리 없앰, NM : 보통입력폼  RQ : 필수입력폼 LK : 수정불가 입력폼 */
.TN {background-color: transparent; border:none; padding-left: 4px; padding-right: 4px;}
.NM {background-color: #FCFCFC; padding-left: 4px; padding-right: 4px;}
.RQ {background-color: #FCF9CF; padding-left: 4px; padding-right: 4px;}
.LK {background-color: #F3F3F3; padding-left: 4px; padding-right: 4px;}
