.ui-datepicker-trigger {
	margin: 0px !important;
}

.bullet {
	border:1px solid #9ba7b7; 
}

.bullet table {
	width: 100%;
	table-layout: fixed;
	border:1px solid #9ba7b7; 
}

.bullet table tr {
	background-color: #ffffff;
}

.bullet table tr td {
	border: 1px solid #9ba7b7; 
	width: 20%; 
	height: 30px; 
	text-align: center;
	vertical-align: middle;
	font-family: dotum, "" sans-serif;
	font-size: 13px;
}

/*
.bullet table tr td.mouseon {
	background-color:#F7F780;
}

.bullet table tr td.mouseout {
	background-color:#000000;
}
*/

.bullet table tr td div{
	position: relative;	
	padding: 0px !important;
	left: 50%;
}

/*
 * 리스트의 멀티헤더 스타일이 좀 깨져서 2px->3px 조정
 */
.ui-jqgrid .ui-jqgrid-htable TH {
	//padding-left: 3px;
}

/*
 * 리스트의 멀티헤더의 그룹항목의 아래 line 이 안보여서 수정
 */
.ui-jqgrid .ui-jqgrid-htable TH.ui-state-default.ui-th-column-header.ui-th-ltr {
	border-bottom: #afafaf 1px solid;
}

/*
 * 집계표 style
 */
TABLE.TAB
{
	width: 100%;
	height: 100%;
	font-size: 12px;
	border-collapse: collapse;
	/*
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	*/
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*background-color: rgb(224, 224, 224);*/
}
TD.TAB_FIXED
{
	width: 80px;
	text-align: center;
	color: #000069;
	overflow: hidden;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: rgb(198, 255, 112);
}
TD.TAB_DATA
{
	text-align: right;
	color: #404040;
	overflow: hidden;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: rgb(255, 255, 255);
}