
/* Popup Layer */

#closePopupTemplet, #drawDeleteTemplet, #indexListTemplet, #memoDeleteTemplet, #linkDeleteTemplet, #connectionErrorTemplet, #morePopupTemplet {
	display: none;
}
#closePopup, #linkPopup, #indexListPopup, #searchListPopup, #memoDeletePopup, #drawDeletePopup, #linkDeletePopup, #connetionErrorPopup {
	text-align: center;
}

#closePopupYesBtn, #closePopupNoBtn, #linkDeletePopupYesBtn, #linkDeletePopupNoBtn, #memoDeletePopupYesBtn, #memoDeletePopupNoBtn, #drawDeletePopupYesBtn, #drawDeletePopupNoBtn, #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: 36px;
	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: 1px 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 {
	height : 38px;
	line-height: 38px;
	border-bottom: 1px solid #dadada;
	background: #017afd;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 13px;
}

.listBgGray {
	height : 38px;
	line-height: 38px;
	border-bottom: 1px solid #dadada;
	background: #f0f0f0;
	cursor: pointer;
	color: #555555;
	font-size: 13px;
}

.listBgGray:hover {
	height : 38px;
	line-height: 38px;
	border-bottom: 1px solid #dadada;
	background: #017afd;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 13px;
}

.listBgActive {
	height : 38px;
	line-height: 38px;
	border-bottom: 1px solid #dadada;
	background: #017afd;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
}

.thumbnailBgWhite {
	height : 128px;
	padding-left: 10px;
	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 {
	height : 128px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	background: #017afd;
	cursor: pointer;
	font-size: 12px;
	color: #FFFFFF;
}

.thumbnailBgGray {
	height : 128px;
	padding-left: 10px;
	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 {
	height : 128px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	background: #017afd;
	cursor: pointer;
	font-size: 12px;
	color: #FFFFFF;
}

.row2BgWhite {
	height : 122px;
	padding-top: 15px;
	border-bottom: 1px solid #dadada;
	background: #ffffff;
	cursor: pointer;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.row2BgWhite:hover {
	height : 122px;
	padding-top: 15px;
	border-bottom: 1px solid #dadada;
	background: #017afd;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
}

.row2BgGray {
	height : 122px;
	padding-top: 15px;
	border-bottom: 1px solid #dadada;
	background: #f0f0f0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
}

.row2BgGray:hover {
	height : 122px;
	padding-top: 15px;
	border-bottom: 1px solid #dadada;
	background: #017afd;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
}

.searchBgWhite {
	height : 120px;
	padding-top: 10px;
	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;	
}

#drawDeleteTemplet {
	position: absolute;
	height: 150px;
	width: 300px; 
	left: 40%;
	top: 40%;
	background: #FFFFFF;		
	border: 1px solid #CCCCCC;
	z-index: 10;
}

#indexListMenu1, #searchListMenu1 {
	position: fixed;
	float: left;
	left: 0px;
	width: 160px;
	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: 45px;
	border: 1px solid #dadada;
	z-index: 10003;
}

#indexListMenu2, #searchListMenu2 {
	position: fixed;
	left: 161px;
	width: 160px;
	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: 45px;
	border: 1px solid #dadada;	
	z-index: 10003;
}

#indexListContents {
	border-top: 1px solid #dadada;
}

#indexContents {
	margin-top: 37px;
}

#searchContents {
	margin-top: 90px;
}

#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: 321px;
	background: #FFFFFF;
	left: 0px;
	display: none;
	border: 1px solid #CCCCCC;
	z-index: 100;
}

/* 목차편집 버튼 */
#tree_edit{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 10px;
	color: #ffffff;
}

/* 데이타 싱크 버튼 */
#sync_data{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 10px;
	color: #999999;
}