@charset "utf-8";

#boardRequireMessage {
	width: 100%;
	overflow: auto;
}

#boardRequireMessage div {
	float: right;
	padding: 5px 0px;
	font-size: 11px;
	color: #555555;
}

#boardWrapper {
	clear: both;
	margin-bottom: 7px;
	overflow: visible;
}

#boardWrapper img {
	max-width: 920px;
}


.pageNaviWrap {
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}

/* default table */
.boardTableWrapper {
}
.boardTopTitle {
	border: solid 1px #CCCCCC;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background-image: url("/statics/admin/images/ntt/list_bg.gif");
	font-weight: bold;
}
.boardTable {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	color: #555555;
}

.boardTable th {
	font-weight: normal;
	padding: 7px 8px;
	background-color: #F5F5F5;
}

.boardTable thead tr {
	height: 27px;
}

.boardTable thead th {
	background-image: url("/statics/admin/images/ntt/list_bg.gif");
	padding: 0px 3px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	text-align: center;
}

.boardTable thead td {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 6px 6px;
}

.boardTable tbody th {
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}

.boardTable tbody td {
	border-bottom: 1px dotted #CCCCCC;
	padding: 2px 3px 2px 5px;
	background: none;
	line-height: 25px;
}
.boardTable tbody td .btn-sm {padding: 2px 4px;line-height: 16px;font-size: 12px;}

.boardTable td.tdLeft {
	text-align: left;
	padding-left: 5px;
}

.boardTable td.tdCenter {
	text-align: center;
}

.boardTable tfoot tr {

}

.boardTable tfoot tr:FIRST-CHILD {
	border-top: solid 1px #CCCCCC;
	border-bottom: 0px;
	padding-top: 7px;
}

.boardTable tfoot tr td:FIRST-CHILD {
	padding-top: 7px;
}

/* list table */
.boardTableList {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	color: #555555;
}
.boardTableList td.left {
	float: none;
}
.boardTableList td.empty {
	line-height: 25px;
	background: #fff;
}
.boardTableList th {
	font-weight: normal;
	padding: 10px 8px;
	background-color: #F5F5F5;
}

.boardTableList thead tr {
	height: 27px;
	text-align: center;
}

.boardTableList thead th {
	background-image: url("/statics/admin/images/ntt/list_bg.gif");
	padding: 0px 3px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.boardTableList thead td {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 6px 3px;
}

.boardTableList tbody tr {
}

.boardTableList tbody tr.deleted td, .boardTableList tbody tr.deleted td a {
	color: red;
	text-decoration: line-through;
}

.boardTableList tbody th {
	border-bottom: 1px dotted #CCCCCC;
}

.boardTableList tbody td {
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
}
.boardTableList tbody td input {
	margin-top: 10px;
}

.boardTableList tbody td.left {
	text-align: left;
	padding-left: 5px;
}

.boardTableList tfoot tr {

}

.boardTableList {
	border-bottom: solid 1px #CCCCCC !important;
	border-bottom: 0px;
}

.searchValue {
	width: 200px;
}

.boardNavigation {
	clear: both;
	position: relative;
	overflow: visible;
	text-align: center;
	margin-top: 5px;
}

.boardListWrap {
	clear: both;
	margin-top: 7px;
}

.brdIcon {
	padding: 6px 0px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.pageNaviCell {
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background-image: url("/statics/admin/images/ntt/list_bg.gif") !important;
	text-align: left;
}
.pageNaviEmpty {
	color: #CCCCCC;
}

.boardNavigation {position:relative; overflow:auto; text-align:center; margin-top: 5px;}
.boardNavigation .naviButtonWrap { clear: both; overflow: hidden; }
.boardNavigation .buttonLeft {float:left; text-align:left;}
.boardNavigation .buttonLeft img {margin-right:5px;}
.boardNavigation .buttonRight {float:right; text-align:right;}
.boardNavigation .buttonRight img {margin-right:0px;}

.pagination {text-align:center; padding-top:7px; clear: both;}
.pagination span a{border:1px solid #dadada;display:inline-block; width:20px; height:20px; font-size:12px; color:#444444; font-weight:normal; text-decoration:none; line-height: 20px;}
.pagination span a.onBox{border:1px solid #A4A4A4;font-weight: bold; background-color: #095BA9; color: #FFFFFF;}
.pagination span a:hover {
	text-decoration: underline;
	border:1px solid #dadada;
}

#btnDownloadAll {
	margin-bottom: 5px;
}