@charset "utf-8";
@font-face{
	font-family: ng;
	src: url('../fonts/NanumGothic.eot');
	src: url('../fonts/NanumGothic.eot?') format('eot'),url('../fonts/NanumGothic.woff') format('woff');
}

/*----------------------------------------------- reset(common) -----------------------------------------------*/
/* margin, padding */
html, body, div, span, ul, ol, li, dl, dd, dt, label, input, select, img, a, h1, h2, h3, h4, h5, h6, form, iframe {
	margin: 0;
	padding: 0;
	font-size: 12px; 
}
/* font */
html, body, fieldset, div, span, ul, ol, li, dl, dd, dt, input, select, label {
	font-family: font-family:ng,'NanumGothic','나눔고딕',dotum,Verdana,Sans-Serif;
	font-size: 12px; 
}
/* border */
/* fieldset, img { */
/* 	border: none; */
/* } */
/* cursor */
/* label, a:link, a:visited, a:active, a:hover { */
/* 	cursor:pointer; */
/* } */
/* height, line-height */
/* label, input { */
/* 	height: 14px;  */
/* 	line-height: 14px;  */
/* } */


/*----------------------------------------------- 특정 테그 -----------------------------------------------*/
/* html { */
/* 	height: 720px; */
/* } */
/* body */
body {
/* 	text-align: center; */
}
/* list */
/* ul, ol, li, dl, dd, dt { */
/* 	list-style-type: none;  */
/* } */
/* a */
/* a:link, a:visited, a:active, a:hover { */
/* 	color: #666; */
/* 	text-decoration: none; */
/* } */
/* image */
/* img { */
/* 	vertical-align: top; */
/* } */
/* legend */
/* legend { */
/* 	position: absolute; */
/* 	width: 0; */
/* 	height: 0; */
/* 	font-size: 0; */
/* 	line-height: 0; */
/* 	overflow: hidden; */
/* 	visibility: hidden; */
/* } */

/*----------------------------------------------- default component class -----------------------------------------------*/
/* 레이블 */
/* .label { */
/* } */
/* 입력 */
/* .input { */
/* 	width: 150px; */
/* 	padding:5px; */
/* 	border: 1px solid #cbcbcb; */
/* } */
/* 콤보박스 */
/* .combobox { */
/* 	border: 1px solid #cbcbcb; */
/* } */
/* 체크박스 */
/* .checkbox { */
/* 	margin: 3px */
/* } */
/* 라디오 */
/* .radio {} */
/* 버튼 */
/* .button {} */

.numbersOnly {
	text-align: right;	
}

div#loadingSpinner
{
    display: none;
    position: fixed;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 50%;
    background:url(/resources/images/ajax-loader.gif) no-repeat center;
    opacity: 0.5;
    margin-left: -23px;
    margin-top: -23px;
    z-index:5000;
    overflow: auto;
}