
/* Popup Layer */

#closePopupTemplet, #dataDeleteTemplet, #drawDeleteTemplet, #indexListTemplet, #memoDeleteTemplet, #linkDeleteTemplet, #connectionErrorTemplet, #morePopupTemplet {
	display: none;
}
#closePopup, #linkPopup, #indexListPopup, #searchListPopup, #memoDeletePopup, #drawDeletePopup, #linkDeletePopup, #connetionErrorPopup {
	text-align: center;
}
#indexListPopup { border-bottom: 1px solid #cccccc; }

#closePopupYesBtn, #closePopupNoBtn, #linkDeletePopupYesBtn, #linkDeletePopupNoBtn, #memoDeletePopupYesBtn, #memoDeletePopupNoBtn, #drawDeletePopupYesBtn, #drawDeletePopupNoBtn, #dataDeletePopupYesBtn, #dataDeletePopupNoBtn, #linkDeletePopupYesBtn, #linkDeletePopupNoBtn, #connectionErrorPopupYesBtn, #connectionErrorPopupNoBtn {
	width: 70px;
	height: 30px;
	cursor: pointer;
}

#linkPopupCloseBtn, #indexPopupCloseBtn, #searchPopupCloseBtn {
	cursor: pointer;
}

#link_url {
	width: 300px;
}

/* search Field */

.searchField {
	/*float: left;*/
	position: absolute;
	/*margin-top: -70px;*/
	top: 0px;
	width: 320px;
	height: 42px;
	/*border-top: 1px solid #dadada;*/
	border-bottom: 1px solid #dadada;
	background: #F0F0F0;
}

#searchWord {
	background: #F0F0F0;
	/*width: 70%;*/
	width:220px;
	height: 35px;
	border: 0px;
	outline: none;
	font-size: 13px;
	line-height: 16px;
	color: #777777;
}

.searchField img {
	background: #F0F0F0;
	vertical-align: top;
	/*margin-bottom: 2px;*/
	cursor: pointer;
}

/* Popup Layer Tabs */

#tabsContainer {
	border-top: 0px solid #dadada;
}

#tabsContainer table {
	width: 100%;
}

#tabsContainer ul.tabs li {
	cursor: pointer;
}

#tabsContainer ul.tabs {
	position: fixed;
	background: #e8eaec;
}

.tabContent {
	font-size: 12px;
	display: none;
}

.listBgWhite {
	height : 38px;
	line-height: 38px;
	border-bottom: 1px solid #dadada;
	background: #ffffff;
	cursor: pointer;
	color: #555555;
	font-size: 13px;
}

.listBgWhite:hover {
	background: #017afd;
	color: #FFFFFF;
}

.listBgGray {
	height : 38px;
	line-height: 38px;
	border-bottom: 1px solid #dadada;
	background: #f0f0f0;
	cursor: pointer;
	color: #555555;
	font-size: 13px;
}

.listBgGray:hover {
	background: #017afd;
	color: #FFFFFF;
}

.listBgActive {
	height : 38px;
	line-height: 38px;
	border-bottom: 1px solid #dadada;
	background: #017afd;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
}

.thumbnailBgWhite {
	height : 128px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	background: #ffffff;
	cursor: pointer;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
/*
.thumbnailBgWhite:hover {
	background: #017afd;
	color: #FFFFFF;
}
*/
.thumbnailBgGray {
	height : 128px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	background: #f0f0f0;
	cursor: pointer;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
/*
.thumbnailBgGray:hover {
	background: #017afd;
	color: #FFFFFF;
}
*/
.row2BgWhite {
	height : 128px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	background: #ffffff;
	cursor: pointer;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
/*
.row2BgWhite:hover {
	background: #017afd;
	color: #FFFFFF;
}
*/
.row2BgGray {
	height : 128px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	background: #f0f0f0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}
/*
.row2BgGray:hover {
	background: #017afd;
	color: #FFFFFF;
}
*/
.searchBgWhite {
	height : 120px;
	padding-top: 50px;
	border-bottom: 1px solid #dadada;
	background: #ffffff;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
}

.searchBgGray {
	height : 120px;
	padding-top: 10px;
	border-bottom: 1px solid #dadada;
	background: #f0f0f0;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
}

.date {
	color: #CCCCCC;
}
.date.img {
	position: absolute;
	margin: 120px 0 0 20px;
}

#dataDeleteTemplet {
	position: absolute;
	height: 150px;
	width: 300px;
	left: 40%;
	top: 40%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	z-index: 10;
}

#drawDeleteTemplet {
	position: absolute;
	height: 150px;
	width: 300px;
	left: 40%;
	top: 40%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	z-index: 10;
}

#searchListMenu1 {
	position: fixed;
	float: left;
	left: 0px;
	width: 159px;
	height: 38px;
	background-color: #017afd;
	line-height: 38px;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	top: 46px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	z-index: 10003;
}

#searchListMenu2 {
	position: fixed;
	left: 160px;
	width: 159px;
	height: 38px;
	background-color: #FFFFFF;
	line-height: 38px;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	top: 46px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	z-index: 10003;
}

/* 목차 버튼 */
#indexListMenu1 {
	display:block !important;
	position: fixed;
	float: left;
	left: 0px;
	width: 159px;
	height: 38px;
	background-color: #FFFFFF;
	line-height: 38px;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	top: 46px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	z-index: 10003;
}

#indexListMenu1.three {
	width: 159px;
	height: 38px;
}

#indexListMenu1.on {
	background-color: #017afd;
	color: #FFFFFF;
	border-right: 1px solid #017afd;
	border-bottom: 1px solid #017afd;
}
/* 내 컨텐츠 버튼 */
#indexListMenu2 {
	position: fixed;
	left: 160px;
	width: 159px;
	height: 38px;
	background-color: #FFFFFF;
	line-height: 38px;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	top: 46px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	z-index: 10003;
}

#indexListMenu2.three {
	left: 106px;
	width: 106px;
	height: 38px;
}

#indexListMenu2.on {
	background-color: #017afd;
	color: #FFFFFF;
	border-right: 1px solid #017afd;
	border-bottom: 1px solid #017afd;
}
/* 북 컨텐츠 버튼 */
#indexListMenu3 {
	display:block !important;
	position: fixed;
	left: 160px;
	width: 159px;
	height: 38px;
	background-color: #FFFFFF;
	line-height: 38px;
	font-family: Arial, Helvetica, Nanum Gothic, Dotum, Helvetica, AppleGothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	cursor: pointer;
	top: 46px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	z-index: 10003;
}

#indexListMenu3.on {
	background-color: #017afd;
	color: #FFFFFF;
	border-right: 1px solid #017afd;
	border-bottom: 1px solid #017afd;
}

#indexListContents {
	border-top: 1px solid #dadada;
}

#indexContents {
	margin-top: 0px;
}

#searchContents {
	margin-top: 0px;
	min-height:171px;
}

#tabsTitle img {
	vertical-align: middle;
	margin-right: 5px;
}

.thumbnailIcon {
	width: 15px;
	position: absolute;
	margin-left: 70px;
	margin-top: 0px;
}

#searchButton {
	position: absolute;
	left: 15%;
	margin-top: 20px;
	width: 220px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	background-color: #017afd;
	color: #FFFFFF;
	border: 1px solid #dadada;
	cursor: pointer;
}

#morePopupTemplet {
	position: relative;
	width: 300px;
	top: 45px;
	z-index: 100;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;

}

#morePopupCloseButton {
	float: right;
	cursor: pointer;
	margin-top: 6px;
	margin-right: 6px;

}

#morePopupTitle {
	width:100%;
	height: 35px;
	background: #f0f0f0;
	font-size: 14px;
	line-height: 33px;
}

#morePopubContent img {
	margin-left: 14px;
}

#searchListTemplet, #indexListTemplet {
	position: absolute;
	top: 46px;
	overflow-x: hidden;
	width: 319px;
	background: #FFFFFF;
	left: 0px;
	display: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	z-index: 100;
}
/* 2017-03-22 */
#indexListTemplet{ top:83px; height:768px; background-color:#f0f0f0}

/* 목차 편집 버튼 */
#tree_edit{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 10px;
	color: #999999;
	display: none;
}

#tree_edit.on{
	color: #ffffff;
	display: inline-block;
}

/* 데이타 싱크 버튼 */
#sync_data{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 8px;
	color: #999999;
	display: none;
}

#sync_data.on{
	color: #ffffff;
	display: inline-block;
	width: 44px;
}

/* 북 컨텐츠 편집 버튼 */
#content_edit{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 8px;
	color: #999999;
	display: none;
}

#content_edit.on{
	color: #ffffff;
	display: inline-block;
}

.bookcontent_div{ width: 320px; height: 60px; margin: 10px 0 10px 0; }
.div_1{ width: 310px; height: 30px; }
.div_1 p{ font-size: 12px; }
.div_1 .filename{ display: inline-block; width: 190px; text-align: left; color: #999999; }
.div_1 .filesize{ display: inline-block; width: 80px; text-align: right; color: #999999; }
.div_1 .filecheck{ display: inline-block; width: 15px; height: 15px; margin-left: 10px; margin-right: 0px; }
.div_2{ width: 300px; height: 30px; text-align: left; }
.div_2 p{ font-size: 12px; }
.div_2 .filememo{ display: inline-block; width: 292px; height: 20px; text-align: left; margin-left: 7px; padding: 8px 5px 5px 5px; border: 1px solid #999999; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #999999; }
.div_3{ width: 300px; height: 30px; text-align: right; padding-top: 5px; margin-bottom: 5px; }
.div_3 input{ cursor: pointer; width: 70px; height: 25px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border: 1px solid #999999; color: #fff; display: inline-block; text-align: center; margin-right: 5px; background: #017afd; font-weight: bold; padding-bottom: 5px; }
