.andbook_msg_chaters_header {
    position: relative;
    left: -10px;
    background: #00a2ca;
    height: 28px;
    width: 100%;
    color: white;
    margin-left: 10px;
    background-repeat: no-repeat;
}


span.andbook_chaters_header_title {
    height: 100%;
    display: inline-block;
    line-height: 28px;
    padding-left: 10px;
}

div#insertImageHeadDialog li {
    display: inline-block;
    cursor: pointer;
}

div#insertImageHeadDialog {
    text-align: center;
}

span.andbook_chaters_header_close {
    float: right;
    display: inline-block;
    background: url(/andisk/images/cancel.png);
    height: 18px;
    width: 18px;
    margin-top: 4px;
    margin-right: 4px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.andbook_chaters_toolbar button {
    width: 80px;
    margin-left: 5px;
}

.andbook_chaters_toolbar button ,.andbook_chaters_toolbar input {
   padding:1px 6px;
   font:13.333px Arial;
}

span.ui-icon.ui-icon-head {
    background-image: url("../images/hd/10.gif");
    background-position: 0 0px!important;
    background-size: 16px;
}

span.ui-icon.ui-icon-contact {
    background-image: url("../images/editor/ig-html-editor-custom-styles-sprite.png");
    background-position: 0 -96px!important;
}

span.ui-icon.ui-icon-notice {
    background-image: url("../images/ke/right_48.png");
    background-position: 0 0px!important;
    background-size: 16px;
}

#andbook_chaters_dialog {
    background: #eee;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    float: left;
    height: 360px;
}

.l {
    clear: both;
}
.message {
    padding: 10px;
}
.l {
    float: left;
}
.r {
    clear: both;
}
.r {
    float: right;
}

.p_title {
    font-weight: bolder;
    margin-right: 10px;
    text-align: center;
    float: left;
    margin-left: 10px;
    color: #555;
}

.p_content_l {
    background-color: rgb(229,233,239);
}

.p_content {
    float: left;
    min-width: 80px;
    border-radius: 4px;
    padding: 10px;
    max-width: 260px;
    overflow-y: visible;
    color: black;
}


.left_triangle {
    display: inline;
    height: 0px;
    width: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent rgb(229,233,239) transparent transparent;
    position: relative;
    left: -16px;
    top: 3px;
}


.p_content span {
    word-break: break-all;
    line-height: 24px;
}

.p_content_r {
    background-color: rgb(206,233,246);
}

.p_content {
    float: left;
    min-width: 80px;
    border-radius: 4px;
    padding: 10px;
    max-width: 260px;
    overflow-y: visible;
    color: black;
}


.right_triangle {
    display: inline;
    height: 0px;
    width: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(206,233,246);
    position: relative;
    right: -16px;
    top: 3px;
}


.andbook_chaters_toolbar {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #eee;
}




span.andbook_chaters_classid {
	    border: 1px solid #ddd;
	    margin-left: 5px;
	    display: inline-block;
	    width: 40px;
	    height: 22px;
	    line-height: 22px;
	    border-radius: 4px;
	    text-align:center;
	    cursor:pointer;
	}
	
	.current {
	    background: #00a2ca;
	    color: white;
	}

	ul#projectTool {
	    position: absolute;
	    bottom: 15px;
	    left: 35%;
	    width: auto;
	    height: auto;
	    margin-bottom: 0px;
	    border-radius: 4px;
	    background: rgba(250, 250, 250, 0.57);
	    color: white;
	}
	
	ul#projectTool a {
	    width: 100px;
	    height: 100px;
	}
	
	ul#projectTool li {
	    float: left;
	}

	ul#projectTool a i {
	    width: 100px;
	    font-size: 40px;
	    height: 100%;
	    line-height: 100px;
	    color: #333;
	}

    ul#projectTool li em {
	    font-style: normal;
	    padding-left: 20px;
	    font-weight: 500;
    	position:absolute;
    	bottom: 0px;
    	line-height: 40px;    
    	color: #333;
	}