@CHARSET "UTF-8";

/* grid */
.ui-jqgrid {
	border: 1px solid #919191;
}

.ui-jqgrid .ui-jqgrid-hdiv {
	border-bottom: 1px solid #919191;
}

.ui-jqgrid .ui-jqgrid-htable th {
	height: 29px;
	border-right: 1px solid #919191 !important;
	vertical-align: middle;
/*	background: #f8f8f8; 김석환 수정 2011.06.24     #e6e6e6  -> #919191*/
	background: #EEEFF6;
}

.ui-jqgrid .ui-jqgrid-htable th div {
	height: auto;
	padding-top: 1px !important;
	vertical-align: middle;
	font-size: 12px;
	line-height: 16px;
	color: #4f4f4f !important;
}

.ui-jqgrid .ui-jqgrid-htable th div.ui-th-div-ie {
	*width: 88%;
	text-overflow:clip;
	overflow: hidden;
	white-space: nowrap;
	zoom: 1;
}

.ui-jqgrid .ui-jqgrid-htable th input {
	margin: 0;
	vertical-align: middle;
	line-height: 16px;
}

.ui-jqgrid .ui-jqgrid-htable th span {
	vertical-align: middle;
	height: auto;
}

.ui-jqgrid tr.jqgrow td {
	height: 27px;
	/*border-right: 1px solid #e6e6e6; 김석환 수정 2011.06.24
	border-bottom: 1px solid #e6e6e6; */
	border-right: 1px solid #919191;
	border-bottom: 1px solid #919191;	
}

.ui-jqgrid tr.jqgrow td a{
	color: #00f;
	text-decoration: underline;
}

/* 윤석진 추가 2011.07.01 */
.ui-jqgrid tr.jqgrow td a:link{
	color: #333;
	text-decoration: none;
}
.ui-jqgrid tr.jqgrow td a:visited{
	color: #333;
	text-decoration: none;
}
.ui-jqgrid tr.jqgrow td a:hover{
	color: #0000ff;
	text-decoration: underline;
}
/* 추가 끝 */

.ui-jqgrid .ui-jqgrid-pager {
	border-top: 1px solid #e6e6e6;
}

/* jqdialog */
.ui-jqdialog {
	padding: 10px 20px 20px 20px !important;
	border: 1px solid #ebebeb !important;
	background: #fff !important;
}

.ui-jqdialog-titlebar {
	padding: 0px !important;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #3c82cd;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	background: none !important;
}

.ui-jqdialog-titlebar .ui-jqdialog-title {
	padding: 7px 0px 5px 11px;
	font-weight: bold;
	font-size: 14px;
	color: #3e3e3e;
	background: url("/images/core/icon-title.gif") 0px 10px no-repeat;
}

.ui-jqdialog-titlebar .ui-state-hover {
	padding: 1px !important;
	border: none !important;
	background: none !important;
}

.ui-jqdialog-titlebar-close {
	right: 0px !important;
	width: 17px !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
}

.ui-jqdialog-titlebar-close:hover {
	right: 0px !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
	border: none !important;
	background-image: none !important;
}

.ui-jqdialog-titlebar-close .ui-icon {
	margin-right: 0px !important;
	padding-right: 0px !important;
	background: url("/images/core/btn-pu-close.gif") center no-repeat
		!important;
}

.ui-jqdialog-titlebar-close .ui-state-hover {
	margin-right: 0px !important;
	padding-right: 0px !important;
	background: url("/images/core/btn-pu-close.gif") center no-repeat
		!important;
}

.ui-jqdialog-content {
	margin: 10px 0 0px 0;
	padding: 0px !important;
	text-align: center;
}

form.FormGrid {
	padding-bottom: 15px;
}

form.FormGrid table.EditTable {
	border-bottom: 1px solid #e6e6e6;
}

table.EditTable {
	border-spacing: 0px;
}

.ui-jqdialog-content .CaptionTD {
	min-height: 19px;
	padding: 3px;
	border-spacing: 0px;
	border-top: 1px solid #e6e6e6;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none; vertical-align : top;
	line-height: 19px;
	text-align: left;
	white-space: nowrap;
	color: #4f4f4f;
	vertical-align: top;
}

.ui-jqdialog-content .DataTD {
	min-height: 19px;
	padding: 3px;
	border-spacing: 0px;
	border-top: 1px solid #e6e6e6;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none; line-height : 19px;
	vertical-align: top;
	color: #4f4f4f;
	line-height: 19px;
}

table.EditTable td.EditButton,table.EditTable td.navButton {
	padding: 15px 0 0 0;
	border-top: 1px dotted #d9d9d9 !important;
	border-bottom: none !important;
}

.fm-button {
	overflow: hidden; 
	display : inline-block;
	cursor: pointer;
	position: relative;
	width: 54px;
	height: 23px;
	margin: 0 0 0 4px !important;
	padding: 0 !important;
	border: none !important;
	line-height: 23px;
	text-align: center;
	text-decoration: none !important;
	zoom: 1;
	color: #6b6b6b !important;
	background: url(/images/core/btn-empty.gif) no-repeat left top !important;
}

.fm-button-icon-left {
	padding-left: 0 !important;
}

.fm-button-icon-right {
	padding-right: 0 !important;
}

.fm-button span.ui-icon {
	display: none !important;
}