
h4 { 
    color: #00C; 
    cursor: pointer; 
    border-bottom: solid #666 2px;         
    margin-top: 6px; margin-bottom: 3px;   
}

.bookm-alink:hover, .bookm-phonelink:hover  { background-color: #ffa; padding-left: 14px;}
.bookm-alink, .bookm-phonelink { color: blue; padding-left: 8px;}

.right-icon { 
    position: relative; 
    float: right; 
    vertical-align: middle; 
    height: 100%;
    margin-right: 1%; 
    margin-top: 2px;
    cursor: pointer; 
    max-width: 8%;
}

.icon-bookm {
    position: relative; 
    float: right; 
    height: 100%;
    margin-top: 1px;
    cursor: pointer; 
    max-width: 6%;
    margin-right: 1%; 
    margin-left: 0%; 
}

.right-icon3 {
    position: relative; 
    float: right; 
    height: 100%;
    margin-top: 1px;
    cursor: pointer; 
    max-width: 6%;
    margin-right: 1%; 
    margin-left: 0%; 
}

.icon-bookm-color {
    position: relative; 
    float: left; 
    border: solid #eef 1px;            
}


.del-bookm-check {
    width: 14px;
    height: 14px;
    cursor: pointer; 
}

table {
  border-collapse: collapse;
}

table, tr, td {
  border: 1px solid #888;    
}

.check-code-200 { background-color: #8f8; }
.check-code-999 { background-color: #f88; }
.check-code-403 { background-color: #fcc; }
.check-code-301 { background-color: #cfc; }
.check-code-302 { background-color: #cfc; }
.check-code-404 { background-color: #f88; }

.check-slow       { background-color: #ff8; }
.check-very-slow  { background-color: #ff0; }

.check-date-old-1 { background-color: #eef; }
.check-date-old-2 { background-color: #ccf; }
.check-date-old-3 { background-color: #aaf; }
.check-date-old-4 { background-color: #88f; }


.bookm-alink, .bookm-phonelink  {
    position: relative; 
    /* overflow: hidden; */
    float: left; 
    cursor: pointer;
    color: blue;
}

.bookm-alink {
    width:70%;	
}

.bookm-phonelink {
    width:55%;	
}

.bookm-text {
    position: relative; 
    float: left; 
}

.tags {
    position: relative; 
    float: left; 
    display: none;
    margin-left: 5%;
    color: #808080;
}

.bookm-container {
    position: relative; 
    float: left; 
    background-color: #eef;
    margin-top:1px;margin-bottom:2px;
    margin-right: 2%;
    padding-left: 0.5%;
    overflow: hidden;
}

.bookm-container-hover {
    background-color: #cfb8ff; 
}

.tree-head-text {
    position: relative; 
    float: left; 
    width:71%;	
    cursor: pointer; 
}

.title-head-text {
    position: relative; 
    float: left; 
    width:35%;	
    cursor: pointer; 
}

.search-txt {
    position: relative; 
    float: right; 
    width:20%;	
    vertical-align: middle; 
    height: 70%;
    margin-right: 1%; 
    margin-top: 2px;
}

.search-list {
    list-style-type: square;
    /* list-style-none: square; */
}

.search-txt:hover { background-color: #ffa; }

#search-list li {
    color: #444;
}

.tree-head {
    position: relative; 
    float: left; 
    width:99%;	
    font-weight: bold;
    margin-top: 6px; margin-bottom: 4px;   
    padding-left: 6px;
}

.tree-0, .tree-1, .tree-2, .tree-3, .top-header  { 
}
.tree-type {
    border-radius: 6px; 
    border: solid #888 2px;         
}
.tree-0 { color: #fff; background-color: #0098d8; } /* rgba (0, 150, 214, 0.5); } */
.tree-1 { color: #008; background-color: #cfb8ff; }
.tree-2 { color: #008; background-color: #c0f8ff; }
.tree-3 { color: #008; background-color: #f0e8ff; }

.top-header { 
    color: #0098d8; 
	background-color: #f8f8f8; 
	border: none; 
	border-bottom: solid #666 2px;
}
/* .tree-3 { background-color: #ffffa0; } */

/*
.tree-0 { background-color: #a0ff80; }
.tree-1 { background-color: #f0ff60; }
.tree-2 { background-color: #c0ffff; }
.tree-3 { background-color: #ffffa0; }
*/

.tree-0:hover { border: solid #f44 2px; }
.tree-1:hover { border: solid #f44 2px; }
.tree-2:hover { border: solid #f44 2px; }
.tree-3:hover { border: solid #f44 2px; }

.overlay { /* used in case of ajax-returned errors */
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    overflow-y: scroll;
    height: 90%;
    //height: 50%;
    /* margin: 2%; */
    background-color: #ccc;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 10000;
    display: none;
    padding: 2%;
    border-radius: 6px; 
    border: solid #888 2px; 
} 

.overlay-input {
    margin-bottom: 0.7em;
}

#add-link-block { display: none;}
#add-tree-block { display: none;}


.submit_buton { 
    width: 20%; 
    border-radius: 6px; 
    margin-top: 2%; 
    margin-right: 2%;
    padding: 1% 1% 1% 1%; 
    position: relative; 
    float: left;     
    /* background-color: rgba( 96, 255, 96, 0.5); */
    background-color: #0098d8;     
    border: solid #ff8 1px;         
    cursor: pointer; 
    color: #fff;
    font-weight: bold;
}

.clear_both { clear: both; }
.hidden { display: none; }
    
    
