@charset "utf-8";
/*20151217 create by m*/

/*TEXT 정렬 */
.text_L{	text-align:left;}
.text_R{	text-align:right;}
.text_C{	text-align:center;}

/*font SIZE */
.fs_8{font-size:8px;}
.fs_9{font-size:9px;}
.fs_10{font-size:10px;}
.fs_11{font-size:11px;}
.fs_12{font-size:12px;}

/*글자색 */
.textColor_01{color: #00D8FF !important; font-weight:bold !important;}
.textColor_02{color: red !important;}
.textColor_03{color: #FFFFFF !important;}
.textColor_04{color: black !important;}
.textColor_05{color: #4E98E1 !important;}

/*배경색 */
.bgColor_01{background-color: #00D8FF !important; font-weight:bold !important;}
.bgColor_02{background-color: #F29661 !important;}
.bgColor_03{background-color: #FFFFFF !important;}
.bgColor_04{background-color: black !important;}
.bgColor_05{background-color: #4E98E1 !important;}
.bgColor_06{background-color: #f7fafe !important;}/* input 기본파랑BG*/
.bgColor_07{background-color: #A6A6A6 !important;}/* 회색 */



/*검색 버튼 */
/*<img class="icon_search" onclick="" style=" margin-top:1px;" ></img>*/
.icon_search{
		/*background: url(../images/c_search_nor.png);*/
	/*background: url(../image/search_icon.png);*/
		
	width: 23px;height: 23px;	
	background: url(../image/search_icon.png);	
	overflow: hidden;
	line-height: 230%; border-radius:3px;border:1px solid #CCC;	cursor:pointer;
	background-color: #EAEAEA;
}
.icon_search:hover{	background-color: #CCC;}

/*datepicker 달력 */
.ui-datepicker-trigger{cursor:pointer}

.hand{
	cursor:pointer !important;
}

.evtText_tr:hover{color: orange; !important; font-weight:bold !important;cursor:pointer}


/*border:오렌지, bg:White*/
.oinput2{background: #FFFFFF; border:solid 1px #FFBB00;line-height:25px;height: 25px;border-radius: 3px; width:99%;}
/*border:파랑, bg:White*/
.sinput2{background: #FFFFFF; border:solid 1px #a8bfdd;line-height:25px;height: 25px;border-radius: 3px; width:99%;}

.rinput2{background: #FFFFFF;border:solid 1px #e93939;line-height:25px;height: 25px;border-radius: 3px; width:99%;}
.yinput2{background: #FFFFFF;border:solid 1px #e93939;line-height:25px;height: 25px;border-radius: 3px; width:99%;}
.ginput2{background: #FFFFFF; border:solid 1px #a8bfdd;line-height:25px;height: 25px;border-radius: 3px; width:99%;text-align:center;}
.stextarea2{background: #FFFFFF; border:solid 1px #a8bfdd;line-height:25px;height: 50px;resize:none;border-radius: 3px;  width:99%;}
.binput2{background: #FFFFFF; border:solid 1px #5579d4;line-height:25px;height: 25px;border-radius: 3px;width:99%; }


.inputstyle2{background:#FFFFFF;border:solid 1px #f0f3f8;line-height:22px;height: 22px;border-radius: 3px; width:100%;}



/*버튼 Start---------------------*/
/*#9DCFFF 청색*/
.add_btn01{color: #FFFFFF; cursor:pointer !important;}
.add_btn01{display:block; padding:0 5px 0 5px;height: 23px;line-height: 21px;position: relative;background:#DAEEFA;border-radius: 3px;border: solid 1px #6b7286;}
.add_btn01:hover{font-weight:bold;}
/*#FF85CA 적색*/
.add_btn02{color: #FFFFFF; cursor:pointer !important;}
.add_btn02{display:block; padding:0 5px 0 5px;height: 23px;line-height: 21px;position: relative;background:#FF85CA;border-radius: 3px;border: solid 1px #6b7286;}
.add_btn02:hover{font-weight:bold;}
/*#D5D5D5 회색*/
.add_btn03{color: #FFFFFF; cursor:pointer !important;}
.add_btn03{display:block; padding:0 5px 0 5px;height: 23px;line-height: 21px;position: relative;background:#D5D5D5;border-radius: 3px;border: solid 1px #6b7286;}
.add_btn03:hover{font-weight:bold;}
/*버튼  End---------------------*/




