
.divaide {
    border-right: 1px solid;
    padding-right: 2px;
    border-top: 1px solid;
    padding-left: 2px;
    font-size: 10px;
    padding-bottom: 2px;
    border-left: 1px solid;
    cursor: hand;
    padding-top: 2px;
    border-bottom: 1px solid;
    font-family: Verdana;
    position: absolute;
    background-color: #EEE;
    border-spacing: 1px;
    z-index:80;
	white-space: nowrap;
}
.actb_active {
    background-color: #FFFFFF;
    color: #FF0000;
    font-weight:bold;
}
.actb_Noactive{

}
.actb_active : hover {
    background-color: #55D;
    color: EEE;
}
.actb_Noactive:hover{
	  background-color: #55D;
}
.actb_regex_match { /* text-decoration:underline; */
		color: #FA8;
       	font-weight:bold;
}

