﻿.link
{
	cursor:pointer;
	color:#0000ff;
	text-decoration:underline;
}

BODY 
{ 
	font-family:맑은 고딕, 굴림, Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt; 
	line-height:150%;
}

.defaultText 
{
    font-family:맑은 고딕, 굴림, Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	font-weight:normal;
	line-height:150%;    
}

h3 {margin-top:30px; margin-bottom:5px;}

TABLE 
{
	font-family:맑은 고딕, 굴림,Tahoma, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	line-height : 160%;
	cursor:default;
}

table caption {
	text-align:left;
	padding-left:7px;
}

INPUT
{
	border:1px solid #c0c0c0;
	background-color:#f8f8f8;
	vertical-align:middle;
	padding-top:3px; padding-bottom:3px;
	font-family:맑은 고딕, 굴림;
}

INPUT.likelabel
{
	border:0px none;
	background-color:Transparent;
	font-family:맑은 고딕, 굴림, Tahoma, Arial, Helvetica, sans-serif;		
	cursor:pointer;
	line-height:100%;
}

TEXTAREA
{
	border:1px solid #DADADA;
	background-color:#f9f9f9;
	font-family:맑은 고딕, 굴림, Tahoma, Arial, Helvetica, sans-serif;
}

SELECT 
{
	border:solid 1px #DADADA;
	background-color:#f9f9f9;
	font-family:맑은 고딕, 굴림, Tahoma, Arial, Helvetica, sans-serif;
}

a img {
    border:none;
}

input.textboxLikeLabel {border:none; background-color:Transparent;}

/*엘리먼트 드래그 선택 금지*/
.no-select
{
    user-select: none;
    -o-user-select:none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}

/*도움말표시*/
a.helptext {vertical-align:top; font-size:10px; line-height:10px; font-weight:bold}
#bottomhelptext {padding-top:10px;}
#bottomhelptext li {}



/*팝업스타일*/
div.divPopup {display: none;position: absolute; background-color: White; border: solid 2px #333399; box-shadow:5px 5px 10px #000;}
div.divPopup div.title {background-color:#6699cc;  color:White; font-weight:bold; padding:5px;}
div.divPopup div.body {background-color:#fff; padding:10px;}

.floatL{float:left;}
.floatR{float:right;}
.clear {clear:both;}

.textCenter{text-align:center;}
.textLeft{text-align:left;}
.textRight{text-align:right;}