/* CSS Document */
@charset utf-8;

/* ------------------------------
  페이징
------------------------------ */
ul.pagelist li a { font-size:14px; text-decoration:none; }
ul.pagelist li a:hover { text-decoration:underline; }
ul.pagelist li a.page { padding-left:6px; padding-right:6px; }
ul.pagelist li a.select { font-size:16px; font-weight:bold; color:red; }

select {
	height:25px;
	line-height:100%;
	font-size:13px;
}

select option {
	-background-color:#FFFFCC;
}

input {
	height:19px;
	line-height:100%;
	font-size:13px;
}

form {
	width:100%;
	height:100%;
	margin:0px;
	display:inline;
}

button.small {
	border: 1px solid #d3d3d3;
	background:url('../../admin/tool/_files/bg_btn.png') repeat-x top;
	margin: 1px;
	padding-top: 4px;
	padding-bottom: 3px;
	width: 26px;
	cursor: pointer;
}

button.small:hover {
	border: 1px solid #999999;
	background:url('../../admin/tool/_files/bg_btn-.png') repeat-x top;
	margin: 1px;
	padding-top: 4px;
	padding-bottom: 3px;
	width: 26px;
	cursor: pointer;
}

ul, li, ol { list-style: none; }
.subullet { padding-left: 16px; background: url("/html/_image/bullet_arrow.gif") no-repeat left top; font-weight:bold; }

/*
button.small { margin:1px; }
button.small span.ui-button-text { padding:4px; min-width:16px; :120%; }
*/
div.groups { float:left; margin:1px; }
.pagelist a { font-size:14px; text-decoration:none; }
.pagelist a:hover { text-decoration:underline; }
.pagelist a.page { padding-left:6px; padding-right:6px; }
.pagelist a.select { font-size:16px; font-weight:bold; color:red; }

/* ------------------------------
  테이블
------------------------------ */
.tableins {
	border: 0px solid #787878;
	border-top: 2px solid #787878;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.tableins tbody tr th {
	padding: 5px 4px 5px 8px;
	background: #f9f9f9;
	color: #5e5e5e;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
}
.tableins tbody tr td {
	padding: 5px 4px 5px 8px;
	background: #ffffff;
	text-align: left;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
}

.tableins thead tr th {
	padding: 5px 4px 5px 8px;
	background: #dbdbdb;
	color: #5e5e5e;
	font-weight: bold;
	text-align: center;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
}
.tableins thead tr td {
	padding: 5px 4px 5px 8px;
	background: #ffffff;
	text-align: left;
	line-height: 130%;
	border-bottom: 1px solid #cccccc;
}

/* 입력폼 */
.tablelist {
	border: 0px solid #787878;
	border-top: 2px solid #787878;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.tablelist tbody tr th {
	padding: 2px;
	background: #eeeeee;
	color: #5e5e5e;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.tablelist tbody tr td {
	padding: 2px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.tablelist tbody tr:hover {
	background: #ffffe6;
}
.tablelist thead tr th {
	padding: 2px;
	background: #dbdbdb;
	color: #5e5e5e;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}
.tablelist thead tr td {
	padding: 2px;
	background: #ffffff;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

.button1 {
	line-height: 140%;
	background: #fafafa;
	color: #000000;
	text-align: center;
	font-size: 12px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}

.button2 {
	line-height: 140%;
	background: #ccd9f2;
	color: #000000;
	text-align: center;
	font-size: 12px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}

.button3 {
	line-height: 140%;
	background: #deefef;
	color: #000000;
	text-align: center;
	font-size: 12px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}

.mtext {
	line-height: 120%;
	padding: 4px;
	font-size: 13px;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100px;
}

.hand {
	cursor: hand;
	cursor: pointer;
}

.find {
	background-color: #ffff99;
	color: #ff6600;
}

.number {
	text-align:right;
}

.datepicker {
	text-align:center;
}

.readonly {
	border: none;
	background-color: #f7f7f7;
}
