﻿
/* NcWebTextBox 유효성 체크 */
.Integer { behavior:url(/nc_client/ncWebTextBox/htc/integer.htc) }
.Float   { behavior:url(/nc_client/ncWebTextBox/htc/float.htc) }
.Date    { behavior:url(/nc_client/ncWebTextBox/htc/date.htc) }
.String  { behavior:url(/nc_client/ncWebTextBox/htc/string.htc) }

/* NcWebTabsView */
.tabSelect_skin1	{ background-image:url(/nc_client/ncWebTabsView/images/tabSelect_skin1.gif); width:54; height:22; border:0; background-color:transparent;	text-align:center; padding-top:5; }
.tabUnselect_skin1	{ background-image:url(/nc_client/ncWebTabsView/images/tabUnselect_skin1.gif); width:54; height:22; border:0; background-color:transparent; text-align:center; padding-top:5; }

/* NcWebTextBoxCalendar */
.calendar_icon		{ background-image:url(/nc_client/NcWebTextBoxCalendar/images/calendar_icon.gif); width:18; height:17; border:0; background-color:transparent; text-align:center; font-size:0; cursor:hand; }
.calendar_nextprev	{ background-image:url(/nc_client/NcWebTextBoxCalendar/images/calendar_nextprev.gif); width:13; height:13; border:0; background-color:transparent; text-align:center; cursor:hand; }


/* NcWebGridView */
.gridview_rowstyle { border: 1 solid red; }
